/* Core Classes */
body {
	background: url("images/background.jpg") top center no-repeat;
}

body, td {
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	color: #000;
	vertical-align: top;
}

body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	font: normal 12px verdana, tahoma, arial, sans-serif;
	color: #000;
}

table.menuwrap td{
	vertical-align: top;
	background-color: #F1F1F3;
}
#main_content{
	/*width: 956px;*/
	width: 1100px;
	margin: 0 auto;
}
#header{
	background: url("images/header_bg.jpg") top center no-repeat;
	height: 160px;
	overflow: hidden;
	width: 100%;
}
#site_logo{
	text-align: right;
	width: 542px;
	float: left;
}
#shoutcast_widget{
	text-align: left;
	width: 558px;
	float: left;
}
#winamp_link{
	text-align: left;
	text-indent: 98px;
}
#winamp_link a, #winamp_link{
	color: #FFB400;
	text-decoration: none;
}
#winamp_link a:hover{
	text-decoration: underline;;
}
#subheader{
	/*background: url("images/subheader_bg.png") top center no-repeat;*/
	height: 290px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
#subheader_left{
	background: url("images/subheader/subheader_left.jpg") top center no-repeat;
	float: left;
	width: 150px;
	height: 100%;
}
#subheader_center{
	background: url("images/subheader/subheader_center.jpg") top center no-repeat;
	float: left;
	width: 800px;
	height: 100%;
}
#subheader_right{
	background: url("images/subheader/subheader_right.jpg") top center no-repeat;
	float: left;
	width: 150px;
	height: 100%;
}
#contact_info, #contact_info a, #contact_info a:hover{
	color: #ffffff;
	margin-top:15px;
	text-align:center;
	/*text-decoration: none;*/
}
#contact_info a{
	text-decoration: none;
}

#contact_info a:hover{
	text-decoration: underline;
}
/**		menu element	*/
#menu{
	/*height: 42px;*/
	height: 72px;
	overflow: hidden;
	width: 100%;
}
#menu_left{
	background: url("images/menu/menu_left.png") top right no-repeat;
	float: left;
	width: 150px;
	height: 100%;
}
#menu_center{
	background: #f4f4f4 url("images/menu/menu_center.png") repeat-x;	
}
#menu_right{
	background: url("images/menu/menu_right.png") top left no-repeat;
	float: left;
	width: 150px;
	height: 100%;
}
#menubar{
	float: left;
	margin:3px 0 0 3px;
	width: 77%;
}
.main_links{
	overflow:hidden;
	width:100%;
}
/* for center div in menu
------------*/
.menu-center{
	float: left;
	width: 800px;
	height: 100%;
	position: relative;
}
.sublink_div{
	/*clear: both;*/
	text-align: left;
	font-size: 12px;
	padding:8px 5px 5px;
}
.sublink_highlight{
	background-color: #6577A7;
	padding: 2px;
}
.sublink_highlight a{
	color: #fff;
}
.menu_item{
	float: left;
	height: 39px;
}
.mi_header{
	background: url("images/menu/mi_header.png") top left no-repeat;
	height: 11px;
	float: left;
}
.mih_right{
	background: url("images/menu/mih_right.png") top right no-repeat;
	float: left;
}
.mi_body{
	background: url("images/menu/mi_left.png") top left no-repeat;
	float: left;
	clear: both;
	height: 100%;
}
.mib_content{
	float: left;
	height: 100%;
	background: url("images/menu/mi_right.png") top right no-repeat;
	padding:13px 15px 0;
}

/** inactive menu item */
.mih_inactive{
	height: 11px;
	float: left;
}
.mib_inactive{
	clear:both;
	float:left;
	height: 28px;
}
.mib_content_inactive{
	height: 28px;
	padding:13px 15px 0;
	float: left;
}
/** menu links **/
.mib_content_inactive a, .mib_content a{
	font-size: 14px;
}
.mib_content a{
	color: #6577A7;
	letter-spacing: 0.1px;
	font-weight: bolder;
	text-decoration: none;
}
.mib_content a:hover{
	color: #6577A7;
}

.mib_content_inactive a{
	color: #fff;
	letter-spacing: 0.1px;
	font-weight: bolder;
	text-decoration: none;
}
.mib_content_inactive a:hover{
	color: #FFB400;
	text-decoration: none;
}
.sub_sitelinks{
	display: block;
}
.d_sublink{
	display: inline;
}
.d_sublink a{
	/*color: #6577A7;*/
	margin:0 5px;
	text-decoration: none;
}
.d_sublink a:hover{
	text-decoration: underline;
}
#searchbar{
	float: right;
	width: 22%;
	text-align: right;
}
.search_box{
	background-color:#FFFFFF;
	border:1px solid #A5ACB2;
	color:#626F91;
	margin-top:15px;
	height:16px;
	vertical-align:middle;
}
.search_button{
	background: transparent url(images/search_button.png) 0 0 no-repeat;
	width: 14px;
	height: 12px;
	border: none;
	vertical-align: middle;
	margin-top: 15px;
	cursor: pointer;
}
/**			forum layout				*/
.forumlink, .fcaption a{
	color: #fff;
}
#mf_left{
	background: url("images/menu_forum/mf_left.png") top right no-repeat;
	width: 73px;
	float: left;
	height: 100%;
}
#mf_center{
	background: url("images/menu_forum/mf_center.png") top right no-repeat;
	width: 954px;
	float: left;
	height: 100%;
	position: relative;
}
#mf_right{
	background: url("images/menu_forum/mf_right.png") top right no-repeat;
	width: 73px;
	float: left;
	height: 100%;
}
/**		content		**/
#mc_left{
	background: url("images/menu_content/mc_left.png") top right no-repeat;
	width: 73px;
	float: left;
	min-height: 900px;
}
#mc_center{
	background: url("images/menu_content/mc_center.png") top right no-repeat;
	width: 954px;
	float: left;
	min-height: 900px;
}
#mc_right{
	background: url("images/menu_content/mc_right.png") top right no-repeat;
	width: 73px;
	float: left;
	min-height: 900px;
}
/**			default layout styles			**/
/*menu*/
#dm_left{
	background: url("images/menu_default/dm_left.jpg") top right no-repeat;
	width: 150px;
	float: left;
	height: 100%;
}
#dm_center{
	background: url("images/menu_default/dm_center.jpg") top right no-repeat;
}
#dm_right{
	background: url("images/menu_default/dm_right.jpg") top right no-repeat;
	width: 150px;
	float: left;
	height: 100%;
}
/**		content		**/
#dc_left{
	background: url("images/content_default/dc_left.jpg") top right no-repeat;
	width: 150px;
	float: left;
	min-height: 900px;
}
#dc_center{
	background: url("images/content_default/dc_center.png") top right no-repeat;
	width: 800px;
	float: left;
	min-height: 900px;
}
#dc_right{
	background: url("images/content_default/dc_right.jpg") top right no-repeat;
	width: 150px;
	float: left;
	min-height: 1050px;
}
/**************		content	**********/
#content{
	/*background: url("images/content_bg.png") top left no-repeat;*/
	min-height: 900px;
	overflow: hidden;
	width: 100%;
}
#content_left{
	background: url("images/content/content_left.png") top right no-repeat;
	width: 150px;
	min-height: 900px;
	float: left;
}
#content_center{
	background: url("images/content/content_center.png") top left no-repeat;
	width: 800px;
	min-height: 900px;
	float: left;
}
#content_right{
	background: url("images/content/content_right.png") top left no-repeat;
	width: 150px;
	min-height: 1000px;
	float: left;
}
#inner_content{
 	padding:0 10px 20px;
	/*width:800px;*/
	text-align: left;
}
#leftcol{
	width: 470px;
	/*margin-left:5px;
	margin-right:10px;*/
	float:left;
}
#rightcol{
	width:300px;
	/*margin-right:15px;*/
	float: right;
}
/* columns for default layout **/
#d_leftcol{
	width: 630px;
	float:left;
	overflow: auto;
}
#d_rightcol{
	float:right;
	margin-right:10px;
	width:160px;
}
/******		footer	*******/
#footer{
	color: #fff;
	width: 100%;
	/*height: 190px;*/
	overflow: hidden;
	/*background: #485372 url("images/footer_bg.png") top left no-repeat;*/
	background-color: #EDEDED;
}
#footer_copyright{
	background-image: url("images/f_copyright_bg.png");
	height:24px;
	padding-top:4px;
	text-align: center;
}
#footer_content{
	width: 800px;
	margin: 5px auto;
	padding: 5px 0;
	color: #8f8f8f;
	text-align: center;
	overflow: hidden;
}
#f_sitelinks{
	width: 100%;
	overflow: hidden;
}
#footer_content, #footer_content a{
	/*font-size:1.2em;*/
}
#footer_content a{
	text-decoration: none;
}
#footer_content a:hover{
	text-decoration: underline;
}
/*sitemap in footer*/
.f_mainlink_cat{
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
}
.f_mainlink{
	margin-bottom:3px;
}
.f_mainlink a{
	font-weight: bold;
	color: #6577A7;
	font-size: 15px;
}
.f_sublink a{
	font-weight: normal;
	color: #8f8f8f;
	font-size: 14px;
}
#bcard{
	padding-left: 100px;
}
#bcard a{
	color: #fff;
	text-decoration: none;
}
#bcard a:hover{
	text-decoration: underline;
}
.f_sublink a, .f_misc_link a, .f_misc_link{
	font-size: 12px;
}
/**    other links in footer    */
#f_misc_links{
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.f_misc_link{
	padding: 0 20px 0 0;
}
/*********************/

.clear{
	clear: both;
}
/*****		news		******/
.news_item{
}
.news_titlelink{
	text-decoration: none;
}
.news_titlelink:hover{
	text-decoration: underline;
}
.news_caption{
	font-weight: bold;
	font-size: 14px;
	color: #6577A7;
	/*padding-left: 10px;*/
	float: left;
	/*width: 285px;*/
	width: 90%;
	line-height: 15px;
}
.news_comments{
	float: right;
	background: url(images/news/comments-bg.png) 0 0 no-repeat;
	width: 28px;
	height: 29px;
	padding-top: 2px;
	text-indent: 9px;
}
.news_date{
	color: #8F8F8F;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px;
}
.news_comments a{
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}
.news_image{
	float: left;
	width: 100px;
	/*margin-top:17px;*/
	/*overflow: hidden;*/
}
.news_txt{
	float: left;
	line-height: 14px;
	/*width: 360px;*/
	/*padding: 0 4px 4px;*/
}
.news_content{
	float: left;
	width: 74%;
	padding: 0 10px;
}
/********	common menu styles	********/
.menu_div{
	background-color: #F1F1F3;
	margin:8px 0;
	width:100%;
	text-align: left;
	overflow: hidden;
}
.menu_caption{
	background-color:#495678;
	color:#FFFFFF;
	display:inline-block;
	font-weight: bold;
	font-size: 14px;
	padding:3px 3px;
}
.menu_caption a{
	color: #fff;
}
.highlight{
	color: #8f8f8f;
	font-size: 1em;
	font-weight: bold;
	padding:2px 3px;
}
.menu_content{
	padding: 5px;
	margin-top: 5px;
	width: 99%;
	overflow: hidden;
}
.menu_content td{
	padding: 4px;
}
.menu_content.non_default {
	background-color: transparent;
}

.menu_content.buttons {
	padding: 0px;
}
.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
	font: normal 10px verdana, tahoma, arial, sans-serif;
}
.new-items-summary{
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.login_menu_content{
	/*float: left;
	width: 100px;*/
	/*padding:10px 0 0 0;*/
	color: #8F8F8F;
}
.login_menu_content a{
	color: #8F8F8F;
}
.pm-login-menu img,
.login_menu_content img{
	/*height: 13px !important;*/
	vertical-align: middle;
}
.item-group{
	margin-right: 10px;
}
a {
	color: #6577A7;
	text-decoration: none;
}

a.visit:visited {
	color: #444;
}

a:hover, a.visit:hover {
	color: #FFB400;
	text-decoration: underline;
}

img {
	border: 0px;
}

.linkspage_button {
	border: 0px;
}

form {
	margin: 0px;
}
.search{
	
}
.tbox {
	border: #A5ACB2 1px solid;
	background-color: #fff;
	color: #626F91;
	vertical-align: middle;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}

.button, .button:hover {
	border: 1px solid #A5ACB2;
}

.button {
	/*background-image : url(images/button.png);*/
	background-color: #495678;
	color: #FFF;
}

.button:hover {
	/*background-image : url(images/buttonover.png);*/
	background-color: #6577A7;
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}
.forum_avatar img{
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
	background-color: #f1f1f3;
	border: 2px solid #fff;
	text-align: left;
	max-width: 750px;
	overflow: hidden;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #c9c9c8;
	font-size: 12px;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #495678;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.helpbox {
	border: 0px;
}

/* Theme Specific Classes */

.page_container {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.top_section, .main_section {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #878787;
	border-collapse: collapse;
	border-spacing: 0px;
}

.top_section_left {
	vertical-align: middle;
}

.top_section_mid {
	vertical-align: bottom;
	text-align: right;
	padding: 3px 5px 3px 0px;
	border-left: 1px solid #878787;
	background-image: url(images/top_mid_back.jpg);
	background-repeat: no-repeat;
	background-color: #E9EAF2;
}

.top_section_right {
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #878787;
	background-image: url(images/top_right_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f3f3f7;
}

.menus_container {
	width: 170px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.default_menu {
	vertical-align: top;
}

.left_menu, .right_menu {
	width: 170px;
	vertical-align: top;
	background-image: url(images/s_body.png);
	background-repeat: repeat-y;
	background-color: #f0f1f2;
}

.left_menu {
	border-right: 1px solid #878787;
}

.right_menu {
	border-left: 1px solid #878787;
}

.cap_border {
	border-top: 1px solid #878787;
	border-bottom: 1px solid #fff;
}

.cap_border.button_menu {
	border-bottom: 0px;
	text-align: left;
}

.main_caption, .left_caption, .right_caption {
	white-space: nowrap;
	padding: 3px 5px;
	border-top: #e9efff 1px solid;
	border-bottom: 1px solid #878787;
	background-repeat: no-repeat;
	background-position: left;
}

.main_caption {
	background-image: url(images/s_main_cap.png);
	background-color: #e1e4e8;
}

.left_caption, .right_caption {
	background-image: url(images/s_left_cap.png);
	background-color: #d2d5d9;
}

.bevel {
	background-image: url(images/s_left_bevel.png);
	background-repeat: no-repeat;
	background-position: right;
}

.cont {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

/*.menu_content {
	padding: 5px;
	background-color: #fff;
}*/

.menu_content.non_default {
	background-color: transparent;
}

.menu_content.buttons {
	padding: 0px;
}

.news_info {
	width: auto;
	background-color: #f7f7f9;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.link_button {
	border-bottom: 1px solid #000;
}

b {
	color: #232930;
}
.pm-login-menu{
	color: #6577A7;
}
/* Nav Menu Classes */

div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	/*font: normal 11px arial, verdana, tahoma, sans-serif;
	color: #000;*/
	color: #6577A7;
	font: normal 12px arial, sans-serif;
}

div.menuBar {
	/*background-color: #F7F9FA;
	background-image: url(images/s_nav.png);
	background-repeat: repeat-x;
	border-top: 1px solid #fff;*/
	/*padding: 4px 5px;*/
	text-align: left;
}

div.emenuBar {
	background-color: #F7F9FA;
	border-top: 1px solid #fff;
	text-align: left;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background:url("images/menu/menu_link_bg.png") no-repeat scroll 0 0 transparent;
	/*color:#FFFFFF;
	cursor:default;*/
	float:left;
	height:24px;
	/*margin:0 1px;*/
	padding-top:15px;
	text-align:center;
	text-decoration:none;
	width:85px;
	font-weight: bold;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: transparent;
	/*border-color: #fff #a5a5a5 #a5a5a5 #fff !important;*/
	color: #FFB400;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	/*background-color: #fff;
	border-color: #a5a5a5 #fff #fff #a5a5a5 !important;*/
	left: 1px;
	top: 1px;
	/*color: #6577A7;*/
}

div.menu {
	/*background-color: #FCFDFF;*/
	background-color: #F4F4F4;
	border: 1px solid;
	/*border-color: #fff #a5a5a5 #a5a5a5 #fff;*/
	border-color: #fff;
	left: 0px;
	/*padding: 1px;*/
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	width: 120px;
}

div.menu a.menuItem {
	/*cursor: default;*/
	display: block;
	padding: 4px 11px 4px 5px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	/*background-color: #495678;*/
	background-color: #F4F4F4;
	color: #FFB400;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	padding: 0px 2px;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #fff;
	margin: 4px 2px;
}

a.menuItem.header {
	border-bottom: 1px solid #b3b3b3;
}
