@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;/* url(../images/bg.png) 0% 0% repeat-x;*/
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	color:#000;
	font-weight:bold;
}
a:hover{
	color:#FFF;
}

.gb_add{padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #974012;}
.gb_add a{text-decoration:none; font-size:12px;}
.gb_item{
	padding-bottom:5px; margin-bottom:5px;
	border-bottom:0px dashed #974012;	
}
.gb_item .gb_name{font-weight:bold; font-size:11px;}
.gb_item .gb_date{font-style:italic; padding-bottom:5px; color:#333; font-size:9px;}
.gb_item .gb_message{}

#audio_player{
	border:1px solid #ae611b;
}

#audio_files div{
	margin:10px;
}
#audio_files a{
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#audio_files a:hover{color:#FFF;}
#audio_files span{
	color:#ae611b;
	font-style:italic;	
}


#mainContent{
	background-image:url(../images/FrameBG.jpg);
	background-position:top left;
}
.title{
	padding:5px;
	font-size:26px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	margin-bottom:30px;
	height:26px;
	text-transform:uppercase;
}

#mainMenu{
	text-align:center;
	vertical-align:bottom;
}
#mainMenu .seperator{
	background:url(../images/seperator.png) 50% 50% no-repeat;	
}
#mainMenu div{
	float:left;
}
#mainMenu div a{
	display:block;
	color:#ae611b;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 10px;
	text-transform:uppercase;
}
#mainMenu .active_arrow{display:none;}
#subMenu .seperator{display:none;}
.scroller{
	height:265px;
	overflow:auto;
}

#mainMenu div a:hover, #mainMenu .active a{
	color:#000;
}
.text{
	line-height:16px;
	text-align:left;
	padding:10px;
}

#subMenu div{
	margin-bottom:5px;
}
#subMenu div a{
	letter-spacing:-0.5px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#subMenu a:hover{
	color:#FFF;
}
#subMenu .active a{
	/*background-image:url(../images/Dot.png);
	background-position:center right;
	background-repeat:no-repeat;*/
}
#content{
  scrollbar-arrow-color:#FFF;
  scrollbar-track-color:#000;
  scrollbar-shadow-color:#000;
  scrollbar-face-color:#000;
  scrollbar-highlight-color:#000;
  scrollbar-darkshadow-color:#FFF;
  scrollbar-3dlight-color:#FFF;
}
