/* ---------------------------------------------------------------------------------------------- */
/* External Template CSS */
/* ---------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	margin:0px;
	background-color: #333333;
	background-image:url(_inc/images/top_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:active {
	color: #666666;
}
a:hover {
	color: #eb6829;
	text-decoration: none;
}
#mainBox {
	background-image: url("_inc/images/background.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#mainTable {
	height: 750px;
	width: 940px;
}
#mainFooter {
	font-size:0.9em;
	color:#999;
}
#mainFooter a {
	color:#999;
}
#mainFooter a:hover {
	color: #eb6829;
	text-decoration: underline;
	font-weight:normal;
}
#SABox1 {
	border: 3px solid #ddd;
	width: 120px;
	margin-top:-50px;
	padding: 10px 10px 10px 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: white;
	position:relative;
}
#SABox2 {
	border: 3px solid #ddd;
	width:350px;
	margin-top:-50px;
	padding: 0px 10px 3px 10px;
 *padding-top:15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: white;
	position:relative;
}
#SABox3 {
	border: 3px solid #ddd;
	width:335px;
	margin-top:-80px;
	padding: 4px 10px 15px 10px;
 *padding-top:10px;
	/* border-radius: 6px; */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: white;
	overflow:auto;
	position:relative;

}
ul {
	margin-left: -3em;
	list-style-type: none;
	font-weight: bold;
	color: #666666;
}
li {
	padding-bottom: 3px;
	color: #57bdc3;
}
li a {
	font-weight: normal;
	text-decoration: none;
}

#topBox
{
width: 550px;
font-size: 1.2em;
color:#FFF;
height: 100px;
margin-left: 320px;
margin-top:-25px;
position:relative;
/* margin-top: 100px;
float: left; */
}

.SAnormal
{

}

.SAselected
{
	color:#eb6829;
}

/* Column 1 -------------------------------------------------------------------------------------- */

#score {
	height: 50px;
	width: 90px;
	color: #7FCDD1;
	font-size: 3em;
	font-weight: bold;
	text-align:center;
}
.typeScore {
	color:#FFF;
	font-weight:bold;
}
	
.noScore a {
	font-style:italic;
	font-weight:bold;
	color:#eb6829;
}
.noScore a:hover {
	text-decoration:underline;
	color:#eb6829;
}

.noScore a:visited {
	color:#eb6829;
}
#InputButton {
	background-image: url("_inc/images/options-button.png");
	background-color:#F60;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 55px;
	width: 124px;
	margin-top: 20px;
	float: right;
 *margin-left:250px;
}
/* Column 2 -------------------------------------------------------------------------------------- */

.study-list li {
}
.study-option {
}
.study-radio {
*margin-left: 40px;
}
#CourseTitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:10px;
	color: #7FCDD1;
}
#CourseOverview {
	color: #666666;
	line-height: 1.4em;
	font-size: 0.95em;
}

.CourseItems {
	color: #666666;
	line-height: 1.4em;
	font-size: 0.95em;
	margin-top: 10px;
}


/* Column 3 -------------------------------------------------------------------------------------- */

.course-list {
*margin-left: 5px;
}
.course-option {
}
.selectCourse {
	color: #666666;
	font-weight:bold;
	font-size:1.15em;
	margin-top:17px;
	*margin-bottom:-8px;
}

.Box3Bigish {
	color: #7FCDD1;
	font-size: 1.4em;
	margin-top: 15px;
	*margin-top:25px;
}

.Box3Bigish a{
	color: #7FCDD1;
}

.Box3Bigish a:hover {
	color: #eb6829;
	text-decoration:underline;
}

.searchAgain a {
	color:#FFF;
	font-weight:bold;
}
.searchAgain a:hover {
	color: #7FCDD1;
	text-decoration: underline;
}
.searchAgain a:visited {
	color: #FFF;
}

.Box3Big {
	color: #7FCDD1;
	font-size: 2em;
	font-weight: bold;
	margin-top: 15px;
	text-align:center;
}

#TISClink {
	color: #7FCDD1;
	margin-left: -20px;
	text-decoration: none;
}



/* ---------------------------------------------------------------------------------------------- */
