/*

This template is only for e-thaksalawa lesson creators. 
Using this template for other purposes is strictly prohibited.

All rights reserved.

Created by SMK for e-thaksalawa

*/
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 872px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #ffffff;
	height: 65px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px;
	height: 455px;
	background: #690606;
	text-align: center;
/*	padding: 15px 10px 15px 20px;	*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; 
	height: 455px;
} 
.twoColFixLtHdr #footer { 
	background: url(../images/footer.gif) no-repeat;
	height: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#frame{
	width: 672px; 
	height: 455px;
}

.btn{	/*	settings for buttons */
	height: 50px;
	width: 175px;
	margin-top: 5px;
	background: #FFBFB1;
	font-size: 20px;
}

.selected_btn{ /*	settings for selected buttons */
	height: 50px;
	width: 180px;
	margin-top: 5px;
	background: #8C5353;
	font-size: 20px;
	font-weight: bold;
}

.selected_btn:hover{ /*	settings for selected buttons when the mouse is on the button */
	height: 50px;
	width: 180px;
	margin-top: 5px;
	background: #D74424;
	font-size: 20px;
	font-weight: bold;
}
.visited_btn:hover{ /*	settings for selected buttons when the mouse is on the button */
	height: 50px;
	width: 180px;
	margin-top: 5px;
	background: #D53F1F;
	font-size: 20px;
	font-weight: bold;
}

.visited_btn{ /*settings for visited buttons */
	height: 50px;
	width: 175px;
	margin-top: 5px;
	background: #E095AE;
	font-size: 20px;
	font-weight: bold;
}

.btn:hover{ /*	settings for  buttons when the mouse is on the button */
	height: 50px;
	width: 180px;
	margin-top: 5px;
	background: #D74424;
	font-size: 20px;
	font-weight: bold;
}

#tooltip{
	height: 30px;
	position: absolute;
	background: #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	visibility:hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}