/******************************************************/
/* MamboBoard CSS File                               */
/* These days, MamboBoard uses the Template CSS file */
/* It's adviced that you do not change this CSS file  */
/* Unless you know what you are doing... If you need  */
/* to change tableheader colours, or anything, look   */
/* in the template CSS file first... here there are   */
/* only definitions that are necessary but don't fit  */
/* the template CSS'es..                              */
/******************************************************/
/* SimpleBoard footer Banner */
.mb_footer {
        font-family: Arial, Verdana, sans-serif;
        font-size: 7pt;
        text-align: center;
}

/* Post History */
.mb_review_table  {
        background-color:#F3F3F3;
		width: 100%;
		border: 1px solid #FFF;
		border-collapse:collapse;
		text-align: left;
}
.mb_review_header {
        background-color:#808080;
        color:#ffffff;
}
.mb_review_body0 {
		padding: 2px;
        color:#404040;
        background-color:#E2E2E2;
}
.mb_review_body1 {
		padding: 2px;
        color:#404040;
        background-color:#D1D1D1;
}        
.mb_review_quote {
        padding:5px;
        border:solid 1px #000000;
        background-color:#C0C0C0;
        color:#ffffff;
        font-size: 9px;
		display: block;
}
        
/* Quote & Code blocks */
td pre {
       background-color: #EFEFEF;
       border: 1px solid #6699CC;
       overflow: scroll;
       width: 350px;
}

.mb_quote {
        padding:5px;
        border:solid 1px #6699CC;
        background-color:#EFEFEF; /*#e6e6e6*/
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        display: block;
}
.mb_code {
        padding:5px;
        border:solid 1px #6699CC;
        background-color:#EFEFEF; /*#e6e6e6*/
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        display: block;
}
/*new and not_new notifications */
.mb_new {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #FF0000;
}

.mb_notnew {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #C0C0C0;
}

/*file attachments */
.mb_file_attachment {
	padding: 0px;
	border:1px solid #CCC;
	color:#000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
}
.mb_attachment_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 34px;
	background-color:inherit;
	background: #d4e1f7 url(../../../../components/com_mamboboard/icons/file.png) left top no-repeat;
	display:block;
	border-bottom:1px solid #CCC;
	height: 30px;
}
.mb_attachment_body {
	padding-top: 1px;
	padding-left: 34px;
	background-color:inherit;
	display:block;
}
/* write.html.php */
.image_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif;
}

.file_hide {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif;
}

.general {
   position: relative;
   visibility: visible;
   font-size: 9px;
   font-family: Arial, Sans Serif
}

/* post message layout */
.mb_leftcolumn {
   width: 200px;
   text-align: right;
}
.mb_author {
	text-align: center;
	width:20%;
	border: 1px solid #C3D9FF;
}

/*avatar picture */
.mb_avatar {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

/* message body */
.mb_messagebody {
	background-color:#FFFFFF;
	display: block;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.mb_messagetable {
	width: 100%;
	border: 1px solid #C3D9FF;
	border-collapse:collapse;
	background-color:#FFFFFF;
	margin-bottom: 0.5em;
}
.mb_messagetabletd {
	border: 1px solid #C3D9FF;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width: 80%;
}
.mb_messagetableentry1 {
	background-color: #F5F5F5;
	padding: 2px;
	color:#333333;
}

.mb_messagetableentry2 {
	background-color: #FCFCFC;
	border-top: 1px solid #fff;
	padding: 2px;
	color:#333333;
}
/* subject id */
.mb_msgid {
	background-color: none;
	text-align: right;
	float: right;
}
/* subject */
.mb_subject {
	border-bottom: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	/*display: block;
	width: 100%;*/
	color:#000;
	font-size: 11px;
	font-weight: normal;
	background-color:#C3D9FF;
}
.mb_date_time {
	float: left;
	padding-top: 0px;
	padding-left: 12px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	background:url(../../../../components/com_mamboboard/icons/icon_minipost.gif) left center no-repeat;
}
.mb_subject_text {
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	margin: 0px;
	color:#333;
	background:url(../../../../components/com_mamboboard/icons/icon_latest_reply.gif) left center no-repeat;
	display: block;
	border-bottom: 1px dotted #D4C9AD;
}
/* signature */
.mb_signature {
   border-top: 1px dotted #D4C9AD;
   margin-bottom: 4px;
   padding-top: 4px;
   margin-top: 4px;
   display: block;
}
.mb_ip_text {
	text-align: center;
	padding-left: 16px;
	margin: 0px;
	color:#333;
	font-size: 11px;
	font-weight: normal;
	background:url(../../../../components/com_mamboboard/icons/ip.gif) left center no-repeat;
}
form {
	margin:0px;
}

/* category names */
.mb_catname {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	background-color:#C3D9FF;
	/*border-top: 2px solid #B5EDBC;*/
}
.mb_catname a {
	font-weight: bold;
	font-size: 12px;
	color: #486633;
	text-decoration:underline;
}
.mb_cb_table_catname {
	width: 100%;
	border: 1px solid #C3D9FF;
	border-top: 1px solid #3366CC;
	border-collapse:collapse;
	background-color:#C3D9FF;
	margin-bottom: 0em;
	margin-top: 0.5em;
}
div.mb_catname_title {
	float:left;
	text-align:left;
	line-height:normal;
	padding:2px;
	color: #333;
	font-weight: bold;
}
div.mb_catname_des {
	clear:left;
	float:left;
	text-align:left;
	color:#333;
	font-weight:normal;
	padding:2px;
}
.mb_sectiontableheader {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	background-color:#E0ECFF;
	border-bottom: 1px solid #C3D9FF;
}
.mb_sectiontableheader a {
	color: #245CA8;
	font-size: 11px;
	text-decoration:underline;
	font-weight: bold;
}
.mb_category, .mb_categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}
.mb_sectiontableentry1 a , .mb_sectiontableentry2 a {
	color: #245CA8;
	text-decoration:underline;
	font-weight: normal;
}
.mb_sectiontableentry1 {
	background-color: #F5F5F5;
	padding: 2px;
	color:#333333;
}

.mb_sectiontableentry2 {
	background-color: #FCFCFC;
	border-top: 1px solid #fff;
	padding: 2px;
	color:#333333;
}
table.mb_cb_table tbody tr.mb_sectiontableentry1 td, 
table.mb_cb_table tbody tr.mb_sectiontableentry2 td {
	border-bottom: 1px solid #e5e5e5;
	padding: 2px;
}
table.mb_cb_table tbody tr.mb_sectiontableentry1:hover td, 
table.mb_cb_table tbody tr.mb_sectiontableentry2:hover td {
	background-color: #f1f1f1;
}
.mb_small {
	font-size: 10px;
	color: #afaba6;
	font-weight: normal;
	text-align: left;
}
/** pathway link item **/
div.pathway {
	/*background-color: #FFFFFF;*/
	padding: 0px;
	color:#0b55c4;
}
/** pathway link item **/
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#0b55c4;
	text-decoration:underline;
}
/** underline on hover **/
a.pathway:hover {
	color:#3973AC;
}
/** pathway link item **/
span.pagenav {
	/*background-color: #FFFFFF;*/
	padding: 0px;
	color:#0b55c4;
	text-align: center;
}
/** pathway link item **/
a.pagenav:link,
a.pagenav:active,
a.pagenav:visited {
	color:#0b55c4;
}
/** underline on hover **/
a.pathway:hover {
	color:#3973AC;
}
/* Sub category names */
.mb_thead_child {border-top: 1px dotted #D4C9AD; margin-top: 4px; width: 100%;}
/*.mb_childcat_title {width: 100%;}*/
.mb_cb_table {width: 100%; border: 1px solid #C3D9FF; border-collapse:collapse; background-color:#FFFFFF; margin-bottom: 0em;}
.mb_cb_table_one {width: 100%; border: 1px solid #C3D9FF; border-top: 1px solid #0EAC30; border-collapse:collapse; background-color:#B5EDBC; margin-bottom: 0.5em;}
.mb_cb_table_footer {width: 100%; border: 1px solid #C3D9FF; border-collapse:collapse; background-color:#EEEEEE; margin-top: 0.5em;}
.mb_cb_table th {color: #333;}
.mb_lastpost {width: 110px; text-align: center; border: 0px; background-color:none;}
.mb_cb_table_alert {width: 100%; border: 1px solid #FFCC99; border-collapse:collapse; background-color:#FFFFDD; margin-bottom: 0.5em;}

/* Expand Me */
img.toggler {
	margin-top: 3px;
	margin-bottom: 3px;
	background: #0EAC30;
	cursor: pointer;
	float: right;
	height: 15px;
}
.collapsible {
	display: all; /* Only important part */
	border: none;
	padding: 0px;
}
/* ---------------------- Menu Style ---------------------- */
#mb_menucontainer{margin-bottom:0.5em;padding:0px;position:relative;height:20px;color:#326A99;background:#e0ecff;width:100%;font-size:11px;font-weight:bold;border-top: 1px solid #3366cc;border-bottom:2px solid #c3d9ff;}
#mb_menustyle{position:relative;height:20px;padding:0px;}
#mb_menustyle ul{margin:0px;padding:0px;list-style-type:none;width:auto;float:left;}
#mb_menustyle ul li{display:block;float:left;margin:0px;padding:0px;height:20px;border-right: 1px dotted #D4C9AD;}
#mb_menustyle ul li a{display:block;float:left;color:#326A99;text-decoration:none;padding:0px 0px 0px 0px;height:20px;}
#mb_menustyle ul li a span,#mb_menustyle ul li span{padding:0px 10px 0px 10px;height:20px;float:left;}
#mb_menustyle ul li a:hover{color:#333;background:#c3d9ff;}
#mb_menustyle ul li a:hover span{display:block;width:auto;cursor:pointer;}
#mb_menustyle ul li a.current,#mb_menustyle ul li a.current:hover{color:#333;background:#c3d9ff;}
#mb_menustyle ul li a.current span{display:block;padding:0 10px 0 10px;width:auto;background:#c3d9ff;height:20px;}
/* ---------------------- END Menu Style ---------------------- */