﻿@charset "utf-8";
/* CSS layout */
body{
	margin:0;
}

body{
	background-color:#FFCC00;
}
#container{
	margin:auto;
	width:900px;
	height:auto;
	overflow:hidden;

}


#playerbox{
	width:auto;
	height:20px;
	padding-top: 5px;
	padding-left: 40px;

}
#btn_sub{
	margin-right:20px;
	display:block;
	float:right;
	background-color:#FFF;
	width:140px;
	height:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:100%;
	
}

.speaker{
	color:#F00;
}


.lbl_trans{
	font-size:18px;
}


.off{
	padding-left:20px;
	font-style:oblique;
	
}
.voc_word{
	font-weight:bold;
	cursor:pointer;
}

.voc_word:hover{
	font-weight:bold;
	cursor:pointer;
	color:#F00;
	background-color:#FFF;
}


input[disabled] {
	
	background-color:#999;
}


.lbls{
	text-align:center;
	font-size:13px;
	color:#1B703A;
}

.lbl_day{
	color:#FFF;
	font-size:medium;
	height:20px;
	background-image:url(graphics/backgrounds/lbl-day.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-weight: 500;
	
	
	
}

.top_lbls{
	text-align:center;
	font-size:large;
	color:#FFF;
	background-image:url(graphics/backgrounds/lbls-bg.gif);
	background-repeat:repeat-x;
	
}




	
	
	
#btn_sub a:hover{
	background-color:#1C5692;
	color:#FC0;
}
a:link.btn_sub, a:visited.btn_sub, a:hover.btn_sub, a:active.btn_sub{
color: #FFF; /*button text color*/
}
#btn_sub a{
	cursor: pointer;
	text-align:center;
	background-color:#1B703A;
	color: #FFF;
	text-decoration: none;
	display:block;
	text-decoration:none;
	width:140px;
	height:25px;	
}

#btn_nxt a:hover{
	background-color:#1C5692;
	color:#FC0;
}
a:link.btn_nxt, a:visited.btn_nxt, a:hover.btn_nxt, a:active.btn_nxt{
color: #FFF; /*button text color*/
}
#btn_nxt a{
	cursor: pointer;
	
	background-color:#1B703A;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	display:block;
	text-decoration:none;
	width:110px;
	height:25px;	
}

#btn_nxt{
	display:block;
	float:left;
	background-color:#FFF;
	color:#000;
	width:110px;
	height:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:100%;
	
}



#btn_clear a:hover{
	background-color:#1C5692;
	color:#FC0;
}
a:link.btn_clear, a:visited.btn_clear, a:hover.btn_clear, a:active.btn_clear{
color: #FFF; /*button text color*/
}
#btn_clear a{
	cursor: pointer;
	
	background-color:#1B703A;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	display:block;
	text-decoration:none;
	width:110px;
	height:25px;	
}

#btn_clear{
	display:block;
	background-color:#FFF;
	color:#000;
	width:110px;
	height:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:100%;
	float: right;
	
}



#mnu_bar{
	width:674px;
	height:30px;
	padding-left:120px;
	background-image:url(graphics/backgrounds/mnu_bg.gif);
	/*border:1px #FF3300 dashed;*/
	margin-left: 50px;
	margin-top:5px;


	
}
#script_ins{
	width:100%;
	height:25px;
	color:#99CC00;
	padding-top:3px;
	font-size:large;
	margin:0;
	padding-bottom:0;
}





#tbl_box2{
	border:1px #1B703A solid;
	margin-top: 15px;
}
#tbl_box3{
	border:1px #1B703A solid;
	margin-top: 15px;
}
.txt_box{
	width:80px;
	height:15px;
	text-align:right;
	font-size:small;
	text-decoration: none;
	
	

	
}

.txt_box4{
	width:70px;
	height:15px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;	
	behavior:url(#default#userData);

	
}

.txt_box3{
	width:90px;
	height:15px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	top: 0px;
	font-weight: bold;

	
}

.tbl td{
	
	border-left:.5px solid #666;
	border-right:.5px solid #666;;
	border-bottom:.5px solid #666;
	}



#dave_ad{
	margin:5px 0 0 0;
	padding:0;
	width:120px;
	height:600px;
	float:left;
	border:1px #1B703A dashed;
	overflow:hidden;
	background-color: #FFFF99;
}

#g_ad_left{
	margin:5px 5px 0 5px;
	padding:0;
	width:120px;
	height:600px;
	background-color:#FFCC00;
	float:left;
	overflow:hidden;
	
}

#activity{
	margin:5px 5px 5px 5px;
	padding:0;
	width:500px;
	height:683px;
	background-color:#FFFF99;
	float:left;
	border:1px #1B703A dashed;
	overflow: auto;
}


#g_ad_right{
	margin:5px 5px 0 5px;
	padding:0;
	width:120px;
	height:600px;
	background-color:#FFCC00;
	float:right;
	overflow:hidden;
	
}
