/****************** Generic */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #105CB6;
}

a:hover {
	color: #072541;
	text-decoration: underline;
	/*	background: #105CB6; */
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

label {
	font-size: 13px;
	color: #105CB6;	
		
	text-align: right;
	width: 75px;
	padding-right: 20px;
	margin-top: 2px;
}

br {
	clear: left;
}

a {
	border: 0px;
	text-decoration: none;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	/*background: #888d93 url('/images/bg/shadow.jpg') center scroll repeat-y; */ 
	background: #888d93;
	text-decoration: none;
	
	color: #292723; /*#555555; */
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;	
}

input, textarea, select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #b6bec6;/*b5bbbd; */
	background: #f6f6f6;
}

input {
	font-size: 14px;
		/*background: white url('/images/text_bg.gif') top repeat-x; */
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

pre.prettyprint {
	padding: 8px;
}

kbd {
	background: #eeeeee none repeat scroll 0 0;
	border-color: #cccccc #aaaaaa #888888 #BBBBBB;
	border-style: solid;
	border-width: 2px 4px 5px 3px;
	color: #000000;
	padding: 5px 3px;
	white-space: nowrap;
}

ul {
	list-style-type: square;
}

/****************** Body */

.BodyWrapper {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	height: 100%;	
	background: #888d93 url('/images/bg/shadow.jpg') repeat-y scroll center top;
}

.BodyInner {
	float:left;
	width:970px;
	min-height: 100%;	
	background: #888d93 url('/images/bg/shadow.jpg') repeat-y scroll center top;
}

.BodySection {
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	
	/*background: #ffffff; /*f8f9f9; */
	text-align: center; 
	
	width: 950px;
	margin: 0 auto;
}

.BodyContentSection {
	margin: 0px;
	padding: 0px;
	/*color: #515A5F; */
	font-size: small;
	text-decoration: none;
	height: 100%;
}

.content {
	margin: 0 auto;
	padding: 10px 10px;
	text-align: center;
	font-size: small;
}

.RightCenterSection {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px;
	text-align: center;
	font-size: small;
	width: 670px;
}

.LeftCenterSection {
	float: left;
	margin: 0px;
	padding: 5px 5px;
	text-align: center;
	font-size: small;
	/*width: 738px; */
	width: 665px;
	overflow: hidden;
}


.LeftContentSection {
	float: left;
	margin: 0 auto;
	text-align: left;
	font-size: small;
	width: 130px;
	padding: 10px;
}

.RightContentSection {
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: small;
	width: 260px;
	padding: 0px;
	height: 100%;
	background: none; /*#f7f8fa url('/images/section_bg.jpg') repeat-y; */
}

.HeaderBanner {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.HeaderBanner img {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

/****************** HomePage buttons */
.TabButton {
	display: inline;
	position: relative;
	top: -2px;
}

.TabButton a {
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 7px;
	padding: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #105CB6; /*b3bdc1;/*105CB6;*/
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	background: #e8ebed;

	border-top: 1px solid #e8ebed;
	border-left: 1px solid #e8ebed;
	border-right: 1px solid #e8ebed;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
}

.TabButton a:hover {
	color: white;
	text-decoration: underline;
	border: 1px solid #105CB6;
	background: #105CB6;
	/*background: url('/images/tab_blue_active.jpg') center no-repeat; */
	font-size:10px;	
}

.TabButton-selected {
	display: inline;
	position: relative;
	top: -2px;
	font-size:5px;	
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
	padding: 18px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;

	border-top: 1px solid #9facb8;
	border-left: 1px solid #9facb8;
	border-right: 1px solid #9facb8;
	background: white;
	border-bottom: none;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
}

.TabSection {
	width: 650px;
	border-bottom: 1px solid #9facb8;
	margin-right: 8px;
	margin-left: 4px;
	text-align: left;
	margin-top: 10px;
}

.TabSectionRight {
	border-bottom: 1px solid #9facb8;
	margin-right: 8px;
	margin-left: 4px;
	text-align: left;
	margin-top: 10px;
	text-align: right;
}

.TabHeadline {
	float: left;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	padding-left: 8px;
}

.TabContainer {
	padding-top: 3px;
	clear: both;
}

/**************************/
.HeaderButton {	
	display: inline;
	position: relative;
	top: -4px;
}

.HeaderButton a {
	padding: 2px 10px 4px 10px;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.HeaderButton a:hover {
	color: white;
	background: #105CB6;
}

.HeaderButton-selected {
	display: inline;
	position: relative;
	top: -4px;
	color: #191919;
	padding: 2px 10px 4px 10px;
	text-align: center;
	background: white;
	font-size: 13px;
	font-weight: bold;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
/****************** Forms */

.FormSet {
	font-size: 110%;
}
	
.FormSet input {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 2px;
}

.FormSet select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 15px;
	font-size: 110%;
}

.FormSet label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 15px;
	
	text-align: left;
	padding-right: 20px;
	font-size: 13px;
	color: #105CB6;	
}

.FormSet textarea {
	display: block;
	width: 405px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 110%;
}

.FormSet br {
	clear: left;
}

.LoginFormSet input {
	width: 250px;
}

.LoginFormSet label {
	text-align: right;
}

/****************** Login Formset */

.FormSetHome {
	font-size: 110%;
}
	
.FormSetHome input {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	font-size: 100%;
}

.FormSetHome label {
	display: block;
	width: 130px;
	float: left;
	
	text-align: left;
	padding-right: 20px;
	font-size: 85%;
	color: #234e5a;
}

.FormSetHome br {
	clear: left;
}

/****************** Header */

.Header {
	position: relative;
	padding: 0px;
	border: none;
	width: 100%;
	height: 30px;
	background: url('/images/header_bg.gif') center repeat-x; 
	color: white;	
	text-align: right;
}

.Header a {
	text-decoration: none;
}

.HeaderLinkSet {
	vertical-align: baseline;
	font-size:0.9em;
	line-height:28px;
	display: block;
	color: #333333;	
}

.HeaderLinkSet a {
	color: #acacac;	
	text-decoration: none;
	padding: 2px 4px 3px 4px;
	border: 0px;
	margin: 2px;	
}

.HeaderLinkSet a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;	
	text-decoration: none;
	background: #444444;
	border: 2px solid #444444;
	margin: 0px;
}

.HeaderLinkSetLogin a {
	color: #ffffff;	
}

.HeaderLinkSetLogin a:hover {
	color: #ffffff;	
}

.HeaderMessages {
	background: #777777;
	color: #191919;
	
	font-size: 9px;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

/******************/

.Section {
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	border: none;
	color: #105CB6;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	padding-bottom: 2px;
	background: #ebecee;
	border-bottom: 1px solid #dbdcde;
	border-top: 1px solid #fafcff;
	clear: both;
}

.SectionName {
	margin: 0px;
	padding-top: 1px;
	padding-left: 0px;
	border: none;
	color: #105CB6; /*#5a6e86; */
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 2px;
	background: #ebecee;
	
	border-bottom: 1px solid #dbdcde;
	border-top: 1px solid #fafcff;
}

.Section a {
	color: #105CB6; /*#5a6e86; */
	font-size: 100%;
}

.Section a:hover {
	/*color: white; */
}

.SectionContent {
	border-top: 1px solid #fafcff;
	padding: 10px;
	padding-top: 4px;	
	clear: both;
}

.SectionContentAds {
	border-top: 1px solid #fafcff;
	padding-left: 3px;
	padding-bottom: 10px;
	padding-top: 4px;	
	clear: both;
}

.SectionContentAdsTable {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	padding-left: 1px;
}

.SectionContentAdsTable td, SectionContentAdsTable tr {
	margin: 0px;
	padding: 0px;
	padding-right: 2px;
}

.SectionAd {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 9px;
	padding: 5px;
}

.SectionAd img {
	width: 250px;
	height: 250px;
	border: 0px;
}

.CenterAd {
	padding: 0px;
	margin: 10px 4px 8px 4px;
	text-align: center;
}

/******************/

.GraySection {
	margin: 0px 0px 6px 0px;
	padding: 4px;
	border: none;
	background: #f0f0f0;
}

/******************/
.TagList {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.TagList li {
	margin-bottom: 6px;
}

.TagList a {
	font-size: 12px;
	color: #105CB6;
	background: #f2f3f5;
	padding: 0px 2px 1px 2px;
	/*border: 1px solid #dfe7f5 ; */
	border-top: 1px solid #ebecee;
	border-left: 1px solid #dfe7f5;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.TagList a:hover {
	color: white;
	background: #105CB6;
	padding-left: 1px;
	padding-right: 3px;
	border: 1px solid #105CB6;
	text-decoration: none;
}

.TagList-text {
	margin-left: 2px;
/*	color: #787f83; */
}

/******************/

.ActionList {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.ActionList a {
	font-size: 13px;
}

.ActionList img, .ActionList a img {
	position: relative;
	top: 4px;
	margin-right: 2px;
}

/****************** Profile */

.ProfileImage {
/*	border: 4px solid #105CB6; /*8ab0bd; */
	margin: auto;
}

#ProfileImageId {
	background: url('/images/image_large_bg.jpg') no-repeat;
	width: 144px;
	height: 144px;
	padding-top: 8px;
	margin-left: 0px;
	text-align: center;
	float: left;	
}

.ProfileImageList {
	background: url('/images/image_large_white_bg.jpg') no-repeat;
	width: 128px;
	height: 128px;
	padding: 8px;
	text-align: center;
}

.ProfileSummary {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #105CB6;
	text-align: left;
	font-size: 14px;
	margin-left: 90px;
	margin-right: 0px;
	width: 470px;
	border: 1px solid #105CB6;
	background: #f7f8fa; 
}

.ProfileLabel {
	width: 100px;
	color: black;
	text-align: left;
}

.ProfileValue {
	width: 400px;
	text-align: right;
}

.ProfileUsername {
	font-size: 22px;
	color: #105CB6;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	position: relative;
	top: -8px;
}

.ProfileActions {
	position: relative;
	float: right;
	width: 100px;
	left: -10px;
}

/****************** Header */

.member {
	padding: 8px;
	padding-bottom: 4px;
	width: 134px;
	min-width: 134px;
	float: left;
	overflow: hidden;
}

.media_item {
	padding: 5px;
	width: 125px;
	float: left;
	overflow: hidden;
}
  
.content_header {
	margin: 0 auto;
	padding: 10px 10px;
	text-align: center;
	background: #f5f9fb;
	color: #105CB6;	
	border: 4px solid #105CB6;
}

.Headline {
	font-size: 150%;
	font-weight: bold;
	padding: 4px;
	padding-left: 6px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px solid #9facb8;
	color: #444444;
	margin-right: 8px;
}

.Headline3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	color: #404040;
}

.Headline2 {
	font-size: 130%;
	font-weight: bold;
	padding: 4px;
	padding-left: 17px;
	padding-bottom: 2px;
	text-align: left;
	/*border-bottom: 1px solid #9facb8; */
	color: #105CB6;
}

.SignupNoteBox {
	margin-left: 30px;
	margin-top: 80px;
	font-size: 95%;
	padding: 20px;
	border: 1px solid #b6bec6;
	text-align: center;
	background: #fcfcfc;
}

.SignupNoteBox a {
	font-size: 95%;
	font-weight: bold;
}

.MainAction {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	padding-left: 6px;
	padding-top: 8px;
}

/****************** Paging */

.Paging {
	margin: 0 auto;
	text-align: center;
}

.PagingForm {
	display: inline;
}

.PagingForm form {
	display: inline;
}

.Paging img {
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: -5px;
}
	
.Paging input {
	text-align: center;
	width:80px;
	height:14px;
	font-size:11px;
	position: relative;
	right: 0; 
}

.Paging a {
	border: 1px solid #a9b3b7;
	background: white;
	padding: 2px 4px 2px 4px;
	font-size: 90%;
	color: gray;
}

.Paging a:hover {
	border: 1px solid #a9b3b7;
	background: #a9b3b7;
	color: white;
	padding: 2px 4px 2px 4px;
	font-size: 90%;
}

.Paging-selected {
	border: 1px solid #a9b3b7;
	background: #a9b3b7;
	color: white;
	padding: 2px 4px 2px 4px;
	font-size: 90%;
	font-weight: bold;
}

/****************** Posting */

.PostBox {
	padding: 10px;
	width: 640px;
}

.PostBox textarea {
	width: 620px;
	height: 300px;
	padding: 2px;
	margin-bottom: 10px; 	
}

.PostBoxInput {
	text-align: left;
	margin-left: 6px;
	margin-bottom: 12px;
}
	
.PostBoxInput input {
	border: 1px solid #b6bec6;
	width: 621px;
	padding: 2px;
	font-size: 110%;
	margin-top: 5px; 	
}

.PostBoxInput label {
	font-size: 13px;
	color: #105CB6;	
}

.InputLabel {
	font-size: 13px;
	color: #105CB6;	
}


.PostPreview {
	padding: 10px;
	width: 604px;
	text-align: left;
	background: #fffffa;
	border: 2px solid #105CB6;
	margin-bottom: 12px;
	overflow-x: auto;
}

.PostPreviewLabel {
	text-align: left;
	font-size: 13px;
	color: #105CB6;	
	margin-bottom: 4px;
}


.PostBoxCheckbox {
	text-align: left;
	margin-left: 6px;
	margin-bottom: 12px;
}
	
.PostBoxCheckbox input {
	padding: 2px;
	font-size: 110%;
	margin-top: 5px; 	
	border: 0px;
	background: none;
}

.PostBoxCheckbox label {
	font-size: 13px;
	color: #105CB6;	
}

/****************** Comment */

.Comment {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	width: 650px;
	text-align: left;
	font-size: small;
	background: #ffffff;
	border-bottom: 1px dotted #aaaaaa;
}

.Comment-sender {
	display: inline;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}

.Comment-sender a {
}

.Comment-date {
	margin-top: 2px;
	margin-right: 2px;
	text-align: right;
	color: gray;
	font-size: 70%;
}

.Comment-body {
	text-align: left;
	font-size: 100%;
}

.CommentArticle-subject {
	text-align: left;
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
}

.CommentArticle-subject a {
	color: #404040;
}


/****************** Article */

.Article {
	padding: 5px;
	padding-bottom: 3px;
	margin: 20px 0px 0px 0px;
	width: 650px;
	text-align: left;
	font-size: small;
	border-bottom: 1px solid gray;
}

.Article-header {
	float: left;
	width: 560px;
}
	
.Article-sender {
	color: black;
	font-size: 90%;
}

.Article-sender a {
	font-weight: bold;
}

.Article-date {
	color: gray;
	font-size: 85%;
	font-weight: bold;
}

.Article-image {
	float: left; 
	display: inline;
	margin: 0px 10px 0px 0px;
}

.Article-image img {
	border: 3px solid #105CB6;
}

.Article-main {
	padding-left: 4px;
}

.Article-body {
	text-align: left;
	margin-top: 6px;
	padding-bottom: 8px;
}

.Article-subject {
	text-align: left;
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
}

.Article-subject a {
	color: #404040;
}

.Article-subject-static {
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
	margin: 4px 0px 4px 0px;
}

.Article-link {
	color: gray;
	font-size: 90%;
}

.Article-bottom {
	color: gray;
	font-size: 100%;
}

.ArticleWiki {
	padding: 5px;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
	width: 650px;
	text-align: left;
	font-size: small;
	
/*	color:#555555;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px; */		
}

.ArticleReplyHeader {
	color: #105CB6;
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
	text-decoration: underline;
}

.ArticleReply {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #8199b6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

/****************** Article Short */
.Sitemap {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	display: block;
	list-style-type: square;
	font-size: 11px;
}
	
.Sitemap li {
	margin-top: 4px;
	width: 650px;
	text-align: left;
}

.ArticleShort {
	padding: 5px;
	padding-bottom: 3px;
	margin: 8px 0px 8px 0px;
	width: 650px;
	text-align: left;
	font-size: small;
	border-bottom: 1px solid #eeeeee; /*e3e5e1; */
}

.ArticleShort-header {
	float: left;
	width: 596px;
}
	
.ArticleShort-sender {
}

.ArticleShort-sender a {
	/*color: #394985; */	
}

.ArticleShort-date {
	color: gray;
	font-size: 90%;
}

.ArticleShort-image {
	float: left; 
	display: inline;
	margin: 0px 10px 0px 0px;
	
	background: url('/images/image_small_white_bg.jpg') no-repeat;
	width: 32px;
	height: 32px;
	padding: 5px;
	text-align: center;	
}

.ArticleShort-image img {
	width: 32px;
	height: 32px;
	border: 0px;
}

.ArticleShort-body {
	text-align: left;
	margin-top: 6px;
}

.ArticleShort-subject {
	text-align: left;
	color: #404040;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
}

.ArticleShort-subject a {
	color: #404040;
}

.ArticleShort-link {
/*	font-size: 90%;
	text-decoration: underline; */
	
	color: #105CB6;
	font-size: 9px;
	font-weight: normal;
	padding: 0px 4px 1px 4px;
	background: #f0f0f0; 
}

.ArticleShort-link:hover {
	background: #105CB6;
	color: white;
	text-decoration: none;
}

.ArticleShort-bottom {
	color: #9a9a9a;
	font-size: 85%;
	font-weight: normal;
	padding-top: 0px;
	text-align: right;
}

.ArticleShort-bottom img {
	position: relative;
	top: 2px;
}

.ArticleShort-bottom a img {
	position: relative;
	top: 4px;
}

.ArticleShort-ago {
	color: #9a9a9a;
	font-weight: normal;
}

.ArticleShort-vote {
	float: left; 
	margin: 0px 10px 0px 0px;
	border: 3px solid #105CB6;
	font-size: 130%;
}

/****************** Member */
.MemberShort {
	padding: 5px;
	padding-bottom: 3px;
	margin: 8px 0px 8px 0px;
	width: 450px;
	text-align: left;
	font-size: small;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}

.MemberShort:hover {
	background: white;
}

/****************** Message */
.Message {
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 105%;
	height:18px;
	background: #f9f7f0;
	border-top: 1px solid white;
}

.Message-sender {
	color: black;
	font-size: 90%;
}

.Message-sender a {
	font-weight: bold;
}

.Message-subject {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	width: 100%;
}

.Message-body {
	text-align: left;
	font-size: 100%;
	width: 650px;
	border: 3px solid #f9f7f0;
	padding: 8px;
	border-bottom: 0px solid white;
}

/****************** Topic */
/*
.TabBar-item {
	text-align: left;
	padding: 1px 6px 0px 6px;
	font-size: small;
	border: 1px solid gray;
	background: #ececec;
	color: #7d919a;
}

.TabBar-item-selected {
	text-align: left;
	padding: 1px 6px 1px 6px;
	font-size: small;
	background: #ffffff;
	border: 1px solid gray;
	border-bottom: 0px;
}

.TabBar {
	text-align: left;
	border-bottom: 1px solid gray;
	margin-right: 4px;
	margin-left: 4px;
}
*/

/****************** Media */

.media_playlist {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	color: #0f1d42;
	font-size: 90%;
	border-top: 1px dashed #b5bbbd;
	font-weight: bold;
	padding: 2px;
}

.media_playlist:hover {
	background: #e8eeef;
}

/****************** ? */

.ErrorMessage {
	background: #fff7f2;	
	color: #b15a46;	
	padding: 8px;
	margin: 10px 30px 10px 30px;
	font-size: 90%;
	font-weight: bold;
	border:1px solid #f18584;	
	/*border: 1px dotted #914534; */
}

.DisplayName {
	font-size: 130%;
	font-weight: bold;
}

.display_elements {
	font-size: 100%;
	font-weight: bold;
}

/****************** Search */
.SearchBox {
	display: inline;
	margin-right: 5px;
	line-height: 28px;
}

.SearchBox form {
	float: right;
}

.SearchBox input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 140px;
	height: 14px;
	font-size: 100%;
	display: inline;
}

.SearchBox-focus {
	color: black;
	background: white;
	border: 2px solid white;
}

.SearchBox-nofocus {
	color: #777777;
	background: #444444;
	border: 2px solid #444444;
}

/****************** Wiki */

code {
	font-size: 11px;
}

pre {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:#f2f2f2 none repeat scroll 0 0;
	border: 1px solid #1a3543;	
	padding: 6px;
	overflow-x: auto;
}

blockquote {
	background: #f6f6f6;
	padding: 8px;
	margin: 0px 8px 0px 8px;
	margin-bottom: 8px;
	border-top: 1px dotted #105CB6;	
	border-bottom: 1px dotted #105CB6;
	color: #555555;
}

hr {
	height: 0px;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px dotted gray;
}

.ArticleWiki h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 2px 0px;
	padding: 0px;
}

.Article-body h1, .Article-body h3, .wmd-panel h1  {
	margin: 16px 0px 2px 0px;
	padding: 0px;
}

.Article-body h1, .Article-body h2, .Article-body h3, h1 {
	color: #105CB6;
	font-size: 17px;
}
	
.Article-body h4, h2 {
	color: #105CB6;
	font-size: 16px;
}

.Article-body h5, h3 {
	color: #105CB6;
	font-size: 14px;
}

.Article-body h6, h4 {
	color: #105CB6;
	font-size: 12px;
}

/****************** ? */

.spacer {
	clear: both;
}

.separator {
	clear: both;
	padding: 2px;
}

/****************** Fileupload */

.FileUploadPanel-deck {
	padding: 40px;
}

.FileUploadPanel-deck input {
	padding: 10px;
}

.FileUploadPanel-button {
	margin-top: 30px;
}

.FileUploadPanel-text {
	font-size: 90%;
	font-weight: bold;
	color: #4a5a76;
	position: relative;
	top: -43px;
}

.FileUploadPanel-htext {
	font-size: 100%;
	font-weight: bold;
	color: #105CB6;
	margin-top: 6px;
}

.FileUploadPanel-image {
	display: inline;
}

.UploadProfileImage {
	width: 120px;
	height: 120px;
	padding: 4px;
	text-align: center;
	margin: auto;
}

/**************************/
.FolderItems {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #0d2e3b;
	background: #f4f4f4;
}

.FolderItems li ul {
	margin: 0px;
	padding: 0px;
}

.FolderItems a {
	font-weight: bold;
	font-size: 15px;
}

.SourceSubject {
	color: #555555;
	font-weight: bold;
	font-size: 18px;
}

.SourceSubject a {
	font-weight: bold;
	font-size: 18px;
}

.FolderItemFile {
}

.FolderItemFolder {
}
	

/****************** Links */
.GreenLink {
	background: #7da27d;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 6px 2px 6px; 
}

.RedLink {
	background: #ac5a5a;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

.BlueLink {
	background: #5a7aac;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 6px 2px 6px; 
}

.YellowLink {
	background: #acac5a;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 6px 2px 6px; 
}

.GrayLink {
	background: #c0c0bb;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 6px 2px 6px; 
}

.LargeGrayLink {
	background:#F0F0F0 none repeat scroll 0 0;
	color:#0066BB;
	font-size:9px;
	font-weight:normal;
	padding:0 4px 1px;
}

.InlineDeleted {
	background: #e9e9e9;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 3px;
}

/***************************/
.StatusTag {
	background: #ac5a5a;
	color: white;
	font-size: 8px;
	padding: 0px 4px 1px 4px; 
	position: relative;
	top: -3px;
	
	cursor: pointer;
	
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

.SmallCount {
	font-size: 9px;
	color: #777777;
}

/***************************/
.MenuButton {
	display: block;
	cursor: pointer;
	float: left;
}

.MenuButton:hover {
	opacity: 0.5;
	background: white;
}


/***************************/
.LoginHeader {
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #cbcfd4;	
	color: #444444;
	
/*	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	background: #105CB6;
	color: white;	
	font-weight: bold;
	font-size: 110%; */
}

.LoginTable {
	margin: auto;
}

.LoginTable img {
	border: 0px;
}

.LoginTable table {
	text-align: left;
	padding: 10px;
}

.LoginTable td {
	padding: 4px;
}

.LoginTable a {
	padding: 2px;
	font-size: 90%;
	font-weight: bold;
	color: #293c55;
}
	
.LoginTable img {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.LoginTable a:hover {
	background: #efefef;
}

.LoginPopup {
	/*border: 5px solid #105CB6; */
}

/*
.LoginFormSet {
	font-size: 100%;
}
	
.LoginFormSet input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-size: 100%;
}

.LoginFormSet label {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 10px;
	
	text-align: right;
	padding-right: 20px;
	font-size: 100%;
	color: #234e5a;
}

.LoginFormSet br {
	clear: left;
} */
/***************************/
.WikiSource {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #b6bec6;/*b5bbbd; */
	background: #f6f6f6;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px;
	margin: 16px;
	text-align: left;
	height: 200px;
}

/***************************/
.ShareBar {
	float: right;
	color: #105CB6;
	margin: 4px;	
	margin-right: 6px;
	font-size: 11px;
}

.ShareBar a img {
	position: relative;
	top: 3px;
}

/***************************/
.FriendBox {
	margin: 10px 25px 0px 25px;	
}

.FriendBox table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.FriendBox table tbody tr {
	margin: 0px;
	padding: 0px;
}

.FriendBox table tbody tr td {
	margin: 0px;
	padding: 0px;
}

.FriendBox table tbody tr td a image, .FriendBox table tbody tr td a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 32px;
	height: 32px;
}

/***************************/
.OpenIdBox {
	border: 1px solid #b6bec6;/*b5bbbd; */
	width: 430px;
	background: url('/images/openid_small_logo_white.gif') no-repeat;
	margin: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.OpenIdBox form {
	display: inline;
}

.OpenIdBox input {
	background: white;
	width: 400px;
	margin-left: 20px;
	border: 0px;
	font-size: 15px;
}

/***************************/
.StarClick {
	cursor: pointer;
}

.StarClick img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.StarClick:hover {
	opacity: 0.5;
}

.PersonVote {
	float: left;
}

/***************************/
.PopupMenu {
	border: 0px;
	background: none;
	background: url('/images/shadow.png');
	display: none;
	position: absolute;
	z-index: 1000;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
	margin-top: 5px;
	margin-left: 5px;
}

.PopupMenuContent {
	padding: 8px;
	border: 1px solid #105CB6;
	background: #f7f8fa;
	
	position: relative;
	top: -5px;
	left: -5px;
	
/*	display: none;
	position: absolute;
	z-index: 1000; */
	text-align: left;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.PopupMenu ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.PopupMenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/***************** jquery ui */
.ui-selected { background: #727EA3; color: #FFF; }
.ui-selecting { border: 1px solid #727EA3; padding: 2px; }


/*****************************/
/* Thickbox stuff            */
/*****************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 12px;
	color: #333333;
}

#TB_secondLine {
	font-size: 10px;
	color:#666666;
}

/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
	cursor: wait;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px solid #0066aa;
	text-align:left;
	top:35%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title {
	background-color:#ebecee;
	height:27px;
}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal {
	padding:15px;
}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/**************************************/
/* Prettify                           */

/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }

/*pre.prettyprint { padding: 2px; border: 1px solid #888; } */

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}

/***************************************/
/* WMD                                 */

.wmd-panel {
}

#wmd-editor {
}

#wmd-button-bar  {
	width: 100%;
	background-color: white; 
}

#wmd-input  { 
	width: 620px;
	background-color: white;
}

#wmd-preview  { 
}

#wmd-output  { 
}

#wmd-button-row {
	position: relative; 
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;  
	height: 20px;
}

.wmd-spacer {
	width: 1px; 
	height: 20px; 
	margin-left: 14px;
	
	position: absolute;
	background-color: Silver;
	display: inline-block; 
	list-style: none;
}

.wmd-button {
	width: 20px; 
	height: 20px; 
	margin-left: 5px;
	margin-right: 5px;
	
	position: absolute;
	background-image: url('/js/wmd/images/wmd-buttons.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block; 
	list-style: none;
	cursor: pointer;
}

.wmd-button > a {
	width: 20px; 
	height: 20px; 
	margin-left: 5px;
	margin-right: 5px;
	
	position: absolute;
	display: inline-block; 
}


/* sprite button slicing style information */
#wmd-button-bar #wmd-bold-button    {left: 0px;   background-position: 0px 0;}
#wmd-button-bar #wmd-italic-button  {left: 25px;  background-position: -20px 0;}
#wmd-button-bar #wmd-spacer1        {left: 50px;}
#wmd-button-bar #wmd-link-button    {left: 75px;  background-position: -40px 0;}
#wmd-button-bar #wmd-quote-button   {left: 100px;  background-position: -60px 0;}
#wmd-button-bar #wmd-code-button    {left: 125px;  background-position: -80px 0;}
#wmd-button-bar #wmd-image-button   {left: 150px;  background-position: -100px 0;}
#wmd-button-bar #wmd-spacer2        {left: 175px;}
#wmd-button-bar #wmd-olist-button   {left: 200px;  background-position: -120px 0;}
#wmd-button-bar #wmd-ulist-button   {left: 225px; background-position: -140px 0;}
#wmd-button-bar #wmd-heading-button {left: 250px; background-position: -160px 0;}
#wmd-button-bar #wmd-hr-button      {left: 275px; background-position: -180px 0;}
#wmd-button-bar #wmd-spacer3        {left: 300px;}
#wmd-button-bar #wmd-undo-button    {left: 325px; background-position: -200px 0;}
#wmd-button-bar #wmd-redo-button    {left: 350px; background-position: -220px 0;}
#wmd-button-bar #wmd-help-button    {right: 0px; background-position: -240px 0;}


.wmd-prompt-background {
	background-color: black;
	cursor: wait;
}

.wmd-prompt-dialog {
	border: 5px solid #105CB6;
	background-color: #F5F5F5;
}

.wmd-prompt-dialog > div {
	font-size: 0.8em;
}

.wmd-prompt-dialog > form > input[type="text"] {
	border: 1px solid #b6bec6;
	color: black;
	padding: 2px;
}

.wmd-prompt-dialog > form > input[type="button"]{
	border: 1px solid #105CB6;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	background: url('/images/wmd_button_bg.gif');
	cursor: pointer;
	color: #343436;
}

.wmd-prompt-dialog > form > input[type="button"]:hover {
	border: 1px solid #105CB6;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	background: #105CB6;
	color: white;
	cursor: pointer;
}
