/* CSS Document */

body {

background-color: #666670;
font-color: #eeeeee;
font-size: 9pt;
text-align: left;
margin-top: 20px;

}

a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color:#00FFFF;
	text-decoration: underline;
}

#Main {
	background: url(layout_image/header.jpg) center top no-repeat;
	border: 1px solid #666666;	
	width: 950px;	
	background-color: #000000;
}
#MainInside {
	padding: 340px 20px 20px 20px;
	
}

.shadetabs {

padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: -1;
font: 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline;
margin: 0;

}

.shadetabs li a:link, .shadetabs li a:visited {
text-decoration: none;
padding: 3px 7px;
margin-left: 3px;
border: 1px solid #999999;
color: #666666;
z-index: 0;
}



.shadetabs li a:hover{
text-decoration: none;
color: #666688;
}

.shadetabs li.selected{
color:#cc3300;
}



.shadetabs li.selected a:link, .shadetabs li.selected a:visited { /*selected main tab style */

border: 1px solid #666666;
outline-style:none;
color:#cc3300;
font: bold 12px Verdana;
margin: 0px 0px 0px 3px;


}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#cc3300;
}

.contentstyle{
border: 0px dashed #CCCCAA;
margin: 0px; padding: 5px; 
color: #AAAAAA;
text-align: left;
}
.contentstyle2{
border: 0px dashed #CCCCAA;
margin: 0px; padding: 5px; 
color: #AAAAAA;
text-align: center;
}

.simpleborder {
border: 1px solid #666666;
}

.video_table_title {
background-color: #333333;
color:#CCCC99;
font-weight: bold;
border: 1px solid #666666;
padding: 5px;
text-align:left;
width: 100%;
}

.video_table_cell {
	background-color: #111111;
	text-align:left;
	color:#CCCC99;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
	width: 25%;
}


.AudioSection {
	width: 380px; !important
	padding:0px;
}
.AudioTop {
	background-image: url(layout_image/audio_top_bg.gif);
	background-repeat:repeat-y;
	color: #660000;
	font-weight:bold;
	padding: 5px 15px 10px 15px;

}
.AudioDesc {
	color: #b4d2d0;
	background-image:url(layout_image/audio_desc_bg.gif);
	background-repeat:repeat-y;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0px 15px 0px 15px;

}
.AudioDescScroll {
	overflow:auto;
	height: 75px;
	width: 350px;
	padding-right: 10px;
	text-align:left;
	padding: 10px 0px 10px 0px;

}
.AudioBottom {
	color: #CCCCCC;
	background-image:url(layout_image/audio_bottom_bg.gif);
	background-repeat:repeat-y;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px black solid;

}

.AudioScroll {
	overflow:auto;
	height: 100px;
	width: 350px;
	padding-right: 10px;
	text-align:left;	
	padding: 10px 0px 10px 0px;
}

.disco_table_title {
background-color: #333333;
color:#CCCC99;
font-weight: bold;
border: 1px solid #666666;
padding: 5px;
text-align:left;
width: 100%;
}

.disco_table_cell {
background-color: #111111;
color:#CCCC99;
font-weight: normal;
border: 1px solid #666666;
padding: 5px;
margin: 5px 1px 5px 1px;
font-size: 9pt;
}
