/* CSS Document */

body {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
	margin:12px;
	padding:0px;
	background-color:#ffffff;
}
	
p {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
}
	
td {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
}

li {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
}

div {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
}

caption {
	font-family:arial, verdana, sans-serif;
	font-size:9pt;
	text-align:left
}


/* The Subnavigation Menu */
.sub_navigation
{
	width:200px; 
	float:right;
	display: inline;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom:4px;
	border-width:  1px;
	border-color: white black black white;
	border-style: dashed;
	border-color: #CCCCCC;
	margin-left: 20px;
	margin-bottom: 12px;
margin-right: 25px;
margin-top: 6px;
	font-family: Verdana; 
	font-size: 9px;
	color: #333333;
}

.sub_navigation.title
{
	text-transform:uppercase;
	font-weight: bold;
	font-family: Verdana; 
	font-size: 9px;
	color: #333333;
}

.sub_navigation.item_on
{
	font-family: Verdana; 
	font-size: 9px;
}

.sub_navigation.item_off
{
	color: #999999;
	font-family: Verdana; 
	font-size: 9px;
}

/* The Content Section */
.content
{

	padding: 30px;
	font: 12px/18px verdana, geneva, sans-serif;
	color: black;
	position:absolute; 
	width:636px; 
	left:130px; 
	top: 95px;
	z-index:1;
}

.content_sub
{
	border-color: BLACK;
	border-style: solid;
	border-width:  1px;

}

.hdr
{
	text-transform:uppercase;
	font: 18px/24px georgia, times, times new roman, serif;
	color: black;
}

.subhdr
{
	font: 14px/20px verdana, geneva, sans-serif;
	color: black;
	font-weight: bold;
}

.subsub A
{
	color: blue;
	text-decoration: Underline;
}

.highlight
{
	color: #990000;
}

.error
{
	color:red;
}

.pgMenu
{
	color:#999999;
	font-size:9pt;
	line-height:14px;
	text-align:right;
}
	


/* Assessment Classes */
/* display */
.update {
	font-size:8pt;
	color:gray;
	font-weight:normal;
}

.userBox {
	width:400px;
	border: solid 1px #999999;
	padding:2px;
	background-color:#e8ffe8;
	font-size:8pt
}

.counselorBox {
	width:400px;
	border: solid 1px #999999;
	padding:2px;
	background-color:ffffcc;
	font-size:8pt;
}

.counselorBoxR {
	width:220px;
	border: solid 1px #999999;
	padding:2px;
	background-color:ffffcc;
	font-size:8pt;
}

.logInfo
{
	font-family: Verdana;
	font-size: 8pt;
	color:#ffffff;
}

/* forms */
.userInput {
	width:400px;
	background-color:#e8ffe8;
	font-size:8pt;
}

.userInputText {
	width:200px;
	background-color:#e8ffe8;
	font-size:8pt;
}

.counselorInput {
	width:400px;
	background-color:#ffffcc;
	font-size:8pt;
}

.btn {
	font-family:arial, verdana, sans-serif;
	font-size:8pt;
}

.txtBtnG {
	border:1px solid #999999;
	background-color:white;
	color:green;
	font-size:9px;
	text-decoration:none
}

.txtBtnR {
	border:1px solid #999999;
	background-color:white;
	color:red;
	font-size:9px;
	text-decoration:none
}

.current_pg {
	color: #CCCCCC;
}

.mouseType {
	margin-top:40px;
	font-size:10px;
	text-align:center;
}

.icon {
	width:29px;
	height:29px;
	margin-left: 4px;
	margin-top: 0px;
	padding: 0px;
}

/* hdr for icons display w/out mod_date line 
   use <strong> tags to format BOLD header line */
.iconHdr {
	float:left;
	margin-right: 4px;
}

/* hdr for icons display w/ mod_date line
   will BOLD the header automatically */
.assessHdr {
	float:left;
	font-weight:bold;
	margin-right: 4px;
}