﻿
/*-----------------------
*/
body
{
	background-color: #999999; 
	color:#333333; 
	font-family: Verdana; 
	font-size: 12px;

	background-repeat: repeat;
}

a
{
	text-decoration: none;
	color: #3399ff;
	font-weight: bold;
}
td.mainHeader
{

	font-weight: bold;
	color: black;
	font-size: 18px;
	font-family: Calibri;
	padding: 2px  0px 5px 0px;
	 border-bottom	: 1px solid #333333;
}
tr.subTitle
{

	font-weight: bold;
	color: #8B0000;
	font-size: 14px;
	font-family: Calibri;
	padding: 10px  0px 0px 0px;
	height: 30px;
	vertical-align:bottom;
}
td.mainHeaderold
{

	font-weight: bold;
	color: #8B0000;
	font-size: 14px;
	padding: 2px  0px 5px 5px;
	//-moz-border-radius-topleft: 10px;
	//-webkit-border-top-left-radius: 10px;
	//-webkit-border-top-right-radius: 10px;
	//-moz-border-radius-topright: 10px ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: whiteSmoke;
	border-bottom: 1px dashed #8B0000;
}
tr.gridHeader
{
	font-weight:bold;
	background-color: #888888;
	color: whiteSmoke;
	padding: 2px 2px 5px 2px;
	height: 25px;
	
	border: dotted 1px #8B0000;
	
}	
.box
{
	border: dotted 1px #8B0000;
	}
.adminRow
{
	border-bottom: solid 2px #000000;
	font-size:11px;
}
.adminRow input, .adminRow textarea, .adminRow select
{
	font-size:11px !important;
}
td.secondHeader
{
	font-weight: bold;	
	padding-top: 20px;
	padding-bottom: 10px;
}
td.previewMain
{
	font-weight: bold;
	font-size: 14px;
	padding: 2px  0px 5px 5px;
	background-color: #cccccc;
}
td.previewSub
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px  0px 5px 5px;
	
}

.pageBlack
{
	margin-left:50px; 
	background-color: black; color:Black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #000;
	padding:  0px  0px 0px 0px ; width: 89%;
}

.pageStudent
{
	margin-left: 0px; 
	margin-top:  -2px;
	background-color: #F5F5F5; color:Black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px ; 
}
a.lnkSel:visited,link
{
	background-color: #cc3333;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px ;
	padding: 2px  0px 5px 5px;
	color:White;
}

.txt
{
	//-moz-border-radius-topleft: 10px;
	//-webkit-border-top-left-radius: 10px;
	//-webkit-border-top-right-radius: 10px;
	//-moz-border-radius-topright: 10px ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #707070;

	font-family:verdana;

}


.sec
{
	margin-bottom: 20px;
	width: 100%;
}
.sep
{
	
	background-color: #F6F6F6;
	height: 10px;
	margin-bottom:5px;
}
