/* This styles the look and feel of the TOOLS pages */

html {padding:0px; margin:0px;}
body {padding:0px; margin:0px; text-align:center; background-color:#fff; text-align:center; font-size:9pt; color:#666; font-family:verdana, arial, sans-serif;}



/*Styling links */

a:link, a:visited {color:#00adef;}
a:hover {color:#ccc;}


/*Styling headers and text */
h1 {color:#999; font-size:14pt; border-bottom:1px solid #999; font-weight:normal;}
h2 {color:#00adef; font-size:12pt; font-weight:bold; margin:0px; padding:0px;}

.red {color:#ec008c;}

.bodyblue {color:#00adef;}

.mainheadblack {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.body13pt {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.bodytextlabel {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00adef;
}
.bodytextplain {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.schoolname {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.TT-options {
	font-style: italic;
	font-weight: bold;
	color: #00F;
}

.footerTxt {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #ccc;
	font-weight: normal;
}

/*Styling tables */
table {font-size:10pt;}
table th {background-color:#00adef; color:#ffffff; font-size:12px; padding:5px;}
table td.data {background-color:#efefef; font-size:12px; text-align:center;}
table td.error {background-color:#ffffff; font-size:11px; color:#ec008c; font-weight:bold;}


/*The main container of all content*/
#Container {position:relative; margin:20px auto 0px auto; padding:0px 0px 0px 0px; width:900px; text-align:left; background-color:#fff;}
