@charset "UTF-8";
/* CSS Document */

/**
* CHROME: HEADER, NAVBAR, BREADCRUMB, FOOTER
*/

/*************************************************/
/* HEADER */

.above_body {
	background:#2f4456 url(images/gradients/gradient-grey-down.png) repeat-x  ;
	_background-image: none;
	margin-bottom: 10px;
	width: 100%;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}

.doc_header {
	_background-image:none;
	padding:0px 0px 10px 0px;
	border:  ;
	color:#a9a9a9;
	font:normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	position:relative;
	/*padding-bottom:5px;*/
	/*height:36px;*/
	/*margin-bottom:52px;*/
}
.doc_header a { color:; }
.doc_header a:hover { color:; }
.doc_header hr { display: none; }
.logo-image {
        float: left;
}

.toplinks {
	margin:0px 20px 0px 0px;
	color:#ffffff;
	font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
	text-align:right;
}

.toplinks ul.isuser, .toplinks ul.nouser {
	float: right;
	clear: left;
	list-style: none;
}

.toplinks ul.isuser li {
	display:inline;
	margin-left: 10px;
	color: #a9a9a9;
}

.toplinks ul.isuser li.logoutlink {
	top: 0;
}

.toplinks ul.isuser li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight:bold;
	color:#ffffff;
}

.toplinks ul.isuser li a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background: #7192A8;
	color:rgb(255, 255, 255);
}

.toplinks ul.nouser li {
	display:inline;
}

.toplinks ul.nouser li a {
	float:left;
	clear:right;
	color:#ffffff;
}

.toplinks ul.nouser li a{
	padding: 6px 10px 0 10px;
	background: #7192A8;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	height:20px;
	font-weight:bold;
	display: block;
	font-size:12px;
}

.toplinks ul.nouser li a{
	margin-left: 5px;
}

.toplinks ul.nouser li a:hover {
	background: #7192A8;
	color:rgb(255, 255, 255);
}

.toplinks ul.isuser li.popupmenu {
	color: rgb(0, 0, 0);
}

.toplinks ul.isuser li.popupmenu ul li {
	margin: 10px 0 0;
	text-align: left;
}

.toplinks ul.isuser .notifications .popupbody {
	background: #7192A8;
	border: 1px solid #7192A8; /* makes it look consistent with the popup background */
}

.toplinks ul.isuser .notifications .popupbody li a{
	color: rgb(0, 0, 0);
	padding: 2px 5px;
	font-weight: normal;
	background:rgb(255, 255, 255);
	border-top:1px solid #7192A8; /* makes it look consistent with the popup background */
	text-align: left;
	padding-left: 30px;
}

.toplinks ul.isuser .notifications .popupbody li a span {

}

.toplinks ul.isuser .notifications .popupbody li a:hover {
	background:#ffeb90;
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.toplinks form {
	text-align: left;
	width:auto;
	float: right;
	clear: left;
        _display:block;
        _width:230px;

}

.toplinks .logindetails {
	padding: 0 10px;
	background: #7192A8;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	height: 26px;
}

.toplinks form input {
	margin: 3px 0 0;
	vertical-align: baseline;
	font-size: 11px;
	padding: 1px;
	border: 0;
}

.toplinks form input.default-value {
	color: #828282;
}

.toplinks .remember {
	margin: -3.33333333333px 0 0 20px;
	font-size: 10px;
}

.toplinks .remember input {
	vertical-align: baseline;
}

.cb_cookieuser_navbar{

}

.notifications a.popupctrl:link, .notifications a.popupctrl:visited,
.toplinks a:link, .toplinks a:visited {
	color: #ffffff;
	text-decoration:none;
}

.notifications>a:link, .notifications>a:visited {
        /* ie6 hack: broke this rule out on its own: the > selector makes ie6 ignore rule entirely. */
	color: #ffffff;
	text-decoration:none;
}

.notifications > a:hover,
.notifications a.popupctrl:hover {
	color: rgb(255, 255, 255);
}

.notifications {
	font-size:11px;
	color: #ffffff;
	padding:8px 2px 6px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.notifications a {
	text-decoration:none;
}

.notifications .popupbody {
	color:rgb(0, 0, 0);
}

.header hr,
.header h2 {
	display:none;
}

/*************************************************/
/* NAVBAR */

.navbar {
	position:relative;
	height:65px;
/*	background:#2f4456 none   ;*/
	padding:0px;
	color:rgb(255, 255, 255);
	font:   11px Arial, Calibri, Verdana, Geneva, sans-serif;
	width:940px;
	margin:0px auto;
	background:url('/template/2010/images/forum-bg.gif') repeat-y;
}

#navbarwrap {
/*	background:#e9e9e9;*/
	clear:both;
	height:50px;
	margin:0px auto;
	width:910px;
	border-bottom:1px solid #e9e9e9;
}

.navbar a { color:rgb(255, 255, 255); }
.navbar a:hover { color:rgb(255, 255, 255); }

.navtabs {
/*	background:#7192A8 url(images/buttons/newbtn_middle.png) repeat-x  ;*/
	margin:0px;
	height: 26px;
        _background-image:none;
	float:left;
}

.navtabs li:first-child {
/*	border-left: 1px solid #5a7f97;*/
}

.navtabs ul {
/*	background: #2f4456; */
	position:absolute;
	top:26px;
	left:0px;
	width:100%;
/*        border-top:1px solid #5a7f97;*/
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	padding:10px 0px 0px 20px;
}

.navtabs li {
	float:left;
/*	border-right: 1px solid #5a7f97;*/
}

.navtabs ul li:first-child {
	border-left: 0;
}

.navtabs ul li {
	border-right: 0;
	position: relative;
}

.navtabs li a {
	height:26px;
	line-height:26px;
	padding:0 10px;
}

/*.navtabs li a.navtab {
	border-top: 1px solid #Cedfeb;
	border-left: 1px solid #Cedfeb;
	display:block;
	background:#7192A8 url(images/buttons/newbtn_middle.png) repeat-x  ;
        _background-image:none;
	min-width:60px;
	width:auto !important;
	width:60px;
	_min-width:75px;
	_width:auto !important;
	_width:75px;
	text-align:center;
	color: #ffffff;
	font:  bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:26px;
}*/

/*.navtabs li a.navtab:hover {
	background:#7192a8 url(images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;
        _background-image:none;
	/*color:#cf9a0c;*/
	color:#111111;
}*/

.navtabs li.selected {
	height:26px;
	color:#111111;
}

.navtabs li.selected a.navtab {
	color:#FFFFFF;
/*	background:#7192a8 url(images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x  ;
        _background-image:none;*/
	text-decoration:underline;
	z-index:10;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
	text-decoration:none;
	font:   11px Arial, Calibri, Verdana, Geneva, sans-serif;
	line-height: 26px;
}
.navtabs li.selected li a {
	color:rgb(255, 255, 255);
	padding:2px 5px;
}

.navbar_advanced_search li {
	height: 26px;
	display:block;
	clear:both;
}

.navbar_advanced_search li a {
	color:rgb(255, 255, 255);
}

.navbar_advanced_search li a:hover {
	color:rgb(255, 255, 255);
	text-decoration:underline;
}

.navtabs li.selected li a:hover {
	color:rgb(255, 255, 255);
	text-decoration:underline;
}

.navtabs li.selected .popupbody li > a {
	padding:0px 10px;
	text-indent: 0;
	color: rgb(0, 0, 0);
}

.navtabs li.selected li a.popupctrl {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border:solid 1px transparent;
	_border: none;
	background:transparent url(/forums/images/misc/arrow.png) no-repeat right center;
	padding-right:15px;
        _background-image:url('images/misc/arrow.gif');
	color: rgb(255, 255, 255);
}

.toplinks .notifications a.popupctrl {	
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 12px;
	background: #7192A8 url(/forums/images/misc/arrow.png) right center no-repeat ;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
       _background-image:url('images/misc/arrow.gif');
}

.toplinks .nonotifications a.popupctrl {
	padding:3px 12px 3px 4px;
	background: transparent url(/forums/images/misc/arrow.png) no-repeat right center;
        _background-image:url('images/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover {
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 12px;
	background: #7192A8 url(/forums/images/misc/arrow.png) no-repeat right center;
        _background-image:url('images/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover {
	padding-top: 8px;
}

.navtabs li.selected li:hover a.popupctrl {
	border-color:#2f4456;
	background-color:#7192A8;
	text-decoration:none;
}

.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
	border-color:#7192A8;
	background-color:#7192A8;
	color:rgb(255, 255, 255);
	text-decoration:none;
}

.navtabs .popupbody {
/*	border: 1px solid #7192A8;*/
	background: #7192A8;
	width: auto;
}

.navtabs .popupbody li {
	float:none;
	border-top: 1px solid #7192A8;
}

.navtabs .popupbody li a:hover {
	background-color: #ffeb90;
}

.nonotifications div.popupbody {
	min-width: 170px;
	background: #7192A8;
	border: 1px solid #7192A8;
}

.nonotifications .popupbody p {
	color: rgb(0, 0, 0);
	text-align: left;
	background: rgb(255, 255, 255);
	border-top: 1px solid #7192A8;
	padding: 2px 5px;
	display:block;
}

.toplinks .nonotifications .popupbody a {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	padding: 0;
}

.nonotifications .popupbody a:hover {
	background: #000000;
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.globalsearch {
	width:180px;
	float: right;
	text-align:right;
	line-height: 1.0em;
	display:block;
	margin:0px 10px 0px 0px;
}

.navbar_search {
	width:180px;
	display:block;
}

.navbar_search input {
	font-size: 11px;
	vertical-align:middle;
	padding: 1px;
/*	border:1px solid #5a7f97;*/
}

.globalsearch .textboxcontainer {
	height: 26px;
/*	border-left:1px solid #5a7f97;*/
	display:inline-block;
	float: left;
	text-align:center;
}

.globalsearch .textboxcontainer span {
/*	border-top: 1px solid #Cedfeb;
	border-left: 1px solid #Cedfeb;*/
	display: inline-block;
	height: 22px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	margin-bottom: 1px;
	width: 147px;
        _width:140px; /* ie6 hack */
}

.globalsearch input.textbox {
	width: 120px;
}

.toplinks form input.loginbutton {
	font-size: 11px;
	padding: 0 5px;
	background-color:  ;
/*	border:solid 1px rgb(65,93,141);*/
}

.globalsearch .buttoncontainer {
	height: 26px;
/*	border-left:1px solid #5a7f97;*/
	display:inline-block;
/*	border-right:1px solid #5a7f97;*/
	width: 25px;
	overflow: hidden;
	float: right;
}

.globalsearch .buttoncontainer span{
/*	border-top: 1px solid #Cedfeb;
	border-left: 1px solid #Cedfeb;*/
	height: 23px;
	padding-left: 4px;
	padding-top: 2.5px;
	display:inline-block;
}

.globalsearch .searchbutton {
	border: 0;
	padding: 0;
	width: 22px;
	margin-top: -2px;
	margin-left: -2px;
}

/*************************************************/
/* BREADCRUMB */

.breadcrumb {
	padding-top: 5px;
}

.breadcrumb > ul {
	background:transparent url(images/misc/navbit-home.png) left top no-repeat;
	border:none;
}

.breadcrumb .navbit {
	float:left;
	background-image:url(images/misc/navbit-arrow-right.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit:first-child {
	padding-left:0;
}

.breadcrumb .navbit.lastnavbit {
	background:none;
}

.breadcrumb .navbit > a, .breadcrumb .navbit span {
	display:block;
	padding:2px 4px;
	float:left;
	background-color:transparent;
	border:solid 1px #1b1b1b;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;	
}

.breadcrumb .navbit a:hover {
	border-color:#cedfeb;
	background-color:#f2f6f8;
}

.breadcrumb .navbit a {
	text-decoration:none;
}

.breadcrumb .navbit a.popupctrl {
	background-image:url(images/misc/navbit-arrow-right.png);
	background-position:center center;
	padding:2px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.breadcrumb .navbit a.popupctrl:hover {
	background-color:#ffeb90;
	color:#cf9a0c;
}

.breadcrumb hr {
	display:none;
}

/*************************************************/
/* PAGE TITLE */
	
#pagetitle {
	padding:0px 0px 0px 0px;
	clear:both;
	padding-top: 5px;
	background: none   ;
	border:  ;
}
#pagetitle a { color:; }
#pagetitle a:hover { color:; }

#pagetitle h1 {
	color: #FFFFFF;
	font:normal  bold 14px ;
	font-size:14px;
	font-weight:bold;
}

#pagetitle .description {
	color: #FFFFFF;
	font-size: 11px;
}

/*************************************************/
/* NEW CONTENT LINK */
.newcontent_textcontrol {
	background: #417394 url(images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: 0 3px 8px none;
	-webkit-box-shadow: 0 3px 8px none;
	font:   normal 14px Arial, sans-serif;
	color: rgb(255, 255, 255);
	padding: 4px 15px 4px 15px;
	border: 0  ;
	display:block;
	float: left;
	clear: right;
}
.newcontent_textcontrol span {
	font-size:15px;
	font-weight:bold;
	display:inline;
}
.newcontent_textcontrol:hover {
	background: #5b8dae url(images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	color: rgb(255, 255, 255);
	text-decoration: none;
}


/*************************************************/
/* FOOTER */

.footer {
	clear:both;
	margin-top:15px;
	text-align:right;
	display:block;
	width: 100%;
	-moz-box-shadow: -2px 2px 2px transparent;
	-webkit-box-shadow: -2px 2px 2px transparent;
	background:none none   ;
	padding:5px 0px 5px 0px;
	border:0px solid #435769;
	color:;
	font:  normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.footer a { color:rgb(255, 255, 255); }
.footer a:hover { color:rgb(255, 255, 255); }


.footer_copyright,
.footer_morecopyright {
	padding-bottom:5px;
	color:rgb(102, 102, 102);
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	margin-top: 10px;
	text-align:center;
	display:block;
}

.footer_time {
	color:rgb(102, 102, 102);
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding-top:10px;
	text-align:center;
}

.footer_select {
	float:left;
	text-align:left;
	margin-left: 10px;
	margin-top: 0;
}

.footer_links {
	margin-right: 10px;
	margin-top: 2px;
}

.footer_links li {
	display:inline;
	margin-left:5px;
}

.notices {
	background: #1b1b1b;
	margin-bottom: 5px;
}

.notices li {
	background: #efebdb none   ;
	font-size: 12px;
	color: #e4e3e2;
	padding:5px 10px;
	margin-bottom:5px;
	-moz-box-shadow: -2px 2px 2px none;
	-webkit-box-shadow: -2px 2px 2px none;
	clear:both;
}

/* from components.css */
/* start styles for template: navbar */
/*doesn't seem to be used anywhere
.popup_inline_break {
	color:#262626;
	margin-left:5px;
	font-weight:bold;
	padding:4px 0px;
}*/
.breadcrumb > ul {
	background-image:none;
	padding-left:0px;
}
.breadcrumb .navbithome {
	float: left;
	padding: 3.5px 0;
}
/* end styles for template: navbar */

/*************************************************/
/* ADS GLOBAL */
.ad_global_header {
        clear:both;
}
#ad_global_header1 {
        width:49%;
        float:left;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_header2 {
        width:49%;
        float:right;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_below_navbar {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_above_footer {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
        text-align:left;
        clear:both;
}
#ad_board_below_whats_going_on {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
        text-align:left;
}
#ad_thread_first_post_content {
        float:right;
        margin:0 0 0 0;
}
#ad_thread_last_post_content {
        float:right;
        margin:0 0 0 0;
        z-index: 1000;
}
.google_adsense_footer {
        clear:both;
}
