﻿body 
{
	font-family:Verdana;
	font-size: 14px;
}

.smallText 
{
	font-size:10px;
}

.highlightText
{
	background-color: #FFFFAA;
}

table.newStudents 
{
	border: solid 2px #89674F;
	width: 400px;
	padding: 5px;
}

table.search 
{
	border: solid 2px #89674F;
	width: 1000px;
	padding: 5px;
	font-size:12px;
}

table.search th
{
    background-color:#CCCCCC;
    font-size: 11px;
}

table.filterBox 
{
	border: solid 1px silver;
}

table.box 
{
	border: solid 2px #89674F;
	padding: 5px;
}

table.tableHover 
{
	border: solid 4px #89674F;
}

tr.inactiveQuestion
{
	background-color:#EEEEEE;
	color: #666666;
}

.bigNumbers
{
	font-size:84px;
	color:#89674F;
	vertical-align:top;
}

.disabledBigNumbers
{
	color:#996666;
	font-size: 60px;
}

hr.thin
{
	border-top: 1px dashed #89674F;
	margin-top: 5px;	
}

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.6
} 

.hiddenControl 
{
  display:none;
}


/* tooltip styling used by jquery tools tooltip */
.tooltip {
	display:none;
	background:transparent url(/images/black_arrow_big.png);
	font-size:12px;
	height:163px;
	padding: 5px 30px 40px 30px;
	width:310px;
	/*padding:25px;*/
	color:#fff;	
}

.validateTips { border: 1px solid transparent; padding: 0.3em; }

