﻿body
{
    font-family: Verdana, 'Times New Roman', Arial Black, Serif;
    font-size: 12px;
    background-color: #FFFFFF;
    margin:0px;
    margin-right: 3%;
    border-top: solid 5px #D8E6FC;
    border-bottom: solid 5px #D8E6FC;
}

h1{font-size:20px;}
h2{font-size:18px; color: #FD7F2F;}
h3{font-size:16px; color: #FD7F2F;}
h4{font-size:14px; color: #FD7F2F;}
.formula {padding:5px 5px 5px 5px; margin-bottom:5px; font-style: italic; }
.symbol {color:#0F4F37; font-style:italic; font-weight:bold;}
a
{
	text-decoration: underline;
	color: #555555;	
}

#container
{
	width: 970px;
   /* height: 100%;*/
   /* color: #000000;*/
	margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;    
}
#tophead
{
	width: 100%;	float: left;
}
#logo
{
	font-family: Century Gothic, Verdana, 'Times New Roman', Arial Black, Serif;
	color: #722838;
	font-size: 25px;
	padding: 5px 10px 10px 10px;	
	float: left;
	position: relative;
}
#logo div
{
	font-size: 12px;
}
#topbanner
{
	position: relative;
	margin-left: 20px;
	float: left;
}
#topmenu
{
	width: 100%;
	height: 22px;
	float: left;
	margin-top: 5px;
	border-top: solid 1px #006699;
    border-bottom: solid 1px #006699/*#FFE681*/;
}

.tab
{
	float: left;
	position: relative;
	margin: 4px 0px 4px 0px;
	padding: 0px 7px 0px 7px;
	border-right: dotted 1px #006699/*#FFE681*/;
	font-size: 11px;
	font-weight: bold;
}
.lasttab
{
	border: none;
}
.tab a/*, .tab a:visited*/
{
	text-decoration: none;
	color: #FD7F2F;
}.tab a:visited
{
	text-decoration: none;
	color: #FD7F2F;
}

.tab a:link
{
	text-decoration: none;
	color: #FD7F2F;
}

.tab a:hover
{
	text-decoration: underline;
	color: #9FAD92;
}

#bottomhead
{
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	border-top: solid 1px #FFE681;
}

#content
{
	width: 100%;
	float: left;
	position: relative;
}
.leftmenu
{
	width: 190px;
	border-left: solid 1px #C8D0C5;
	border-right: solid 1px #C8D0C5;
	border-bottom: solid 1px #C8D0C5;
	padding: 0px 0px 7px 10px;
	font-family: Century Gothic, Verdana, 'Times New Roman', Arial Black, Serif;
	font-size: 12px;
	position: relative;float: left;
}
.leftmenu ul
{
	margin: 0px 0px 0px 0px;
	list-style-type: none; 
	width: 150px;
	padding: 5px 5px 0px 2px;
}
.leftmenu .li
{
	color: #555555;
	margin: 5px 0px 0px 0px;
	width: 180px;
}
.leftmenu .li a
{ 	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
.leftmenu .li ul a:hover
{
	text-decoration: none;
	color: #9FAD92;
}
.leftmenu .li a:hover
{
	text-decoration: underline;
}
.leftmenu .li ul a
{
	text-decoration: none;
	color: #555555;
	font-weight: normal;
}
.leftmenu ul li ul
{
	margin: 5px 5px 5px 15px;
	padding: 0px 0px 0px 0px;
}
.leftmenu ul li ul li
{
	margin-bottom: 5px;
	margin-left: 6px;
}
#middlecont
{	float: left;
	position: relative;
	width: 77%;
	padding: 5px 0px 0px 15px;	
}
#middlecontIndex
{
	float: left;
	position: relative;
	padding: 5px 0px 0px 10px;	
}
.containerIndex
{
	float: left;
	position: relative;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: solid 1px #D8E6FC;
}.indexContainerHeader{	background: #006699; 	color: #FFFFFF;}

#leftcont
{
	float: left;
	position: relative;
	width: 99%;
	padding: 5px 0px 0px 10px;
}
#rightcont
{
	float: left;
	position: relative;
	width: 56%;
	padding: 5px 0px 0px 10px;
}
#rightbanner
{
	float: right;
	position: relative;
	margin: 0px 0px 5px 5px;
	width: 120px;
}

.boxlargeindex{
	padding: 5px 5px 5px 5px; 
	margin: 5px 5px 5px 5px; 
	border: solid 1px #D8E6FC; 
	width: 590px;
}

.boxlargeindex a:link
{
	text-decoration: none;
}

.boxlargeindex a:hover
{
	text-decoration: underline;
}

.firstpagetopics
{
	/*padding:5px 5px 5px 5px;*/ margin-bottom:5px;
}

.problemBox
{
	clear: both;
	padding-top: 20px;
}

.problemHeading
{
	font-style:italic;
	color:#FD7F2F;
}

.problemText
{

}

.problemText img
{
	vertical-align: middle;
}

.problemAnswer
{
	margin-bottom: 10px;
	width: 220px;
	float:left;
}

.problemAnswer [type=text]
{
	width: 60px;
	font-size:11px;
}

.problemAnswer [type=button]
{
	font-size:11px;
}

.problemSolution{
	width: 210px;
	float: left;
}

.problemSolution [type=text]{
	width: 60px;
	font-size:11px;
}

.problemSolution [type=button]{
	font-size:11px;
}

.pageLine
{
	margin-top:5px;
}

.sproblem
{
	font-size: 14px;
	font-style: italic;
}

#fif
{
	/*font-weight:bold;*/
	color:red;
}

#goBack
{
	clear: both;
	padding-top: 15px;
}

.tooltip {
	display:none;
	background:url(/images/tooltip.png);
	height:148px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:14px;
}

/* TESTS */
#testPageDescription{
	margin-bottom: 10px;
}

.testProblemTitle{
	font-weight: bold;
}

.resultScore{
	color: green;
}

.resultPercent{
	color: green;
}

.resultAnsweredWrong{
	color: red;
	margin-bottom: 20px;
}

#testResults{
	margin-top: 10px;
	margin-bottom: 20px;
}

.answerField[type=checkbox]
{

}

.answerField[type=text]
{
	width: 60px;
}

.openanswerword{
	color:green;
}
