/* Colors used on this site
BLUE
 dark : 004E98
 mid  : 7AA1F8
 light: d5eafe
*/
body
{
	background-image: none;
	background-color: white;
}
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! Note: a:active MUST come after a:hover in the CSS 
	http://www.w3schools.com/css/css_pseudo_classes.asp
*/
A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/* 
	The following are for the home page
*/
.loginbuttons
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.menuitemL1
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 2px;
	border: 2px solid #004E98; 
	border-bottom: none;
	margin: 0;
}
.menuitemL2
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 8px;
	border: 2px solid #004E98; 
	border-bottom: none;
	margin: 0;
}
.menuitemL3
{
	font-size: 8pt;
	color: whitesmoke;
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 16px;
	border: 2px solid #004E98; 
	border-bottom: none;
	margin: 0;
}
.hiddenmenuitem
{
	font-size: 8pt;
	color:  #004E98;
	font-family: Verdana;
	height: 25;	
}
.menubar
{
	background: #004E98 url(pagecomponents/logoimages/menubarGRADIENT_Tall.png)	repeat-x left top;	
}
.hovermenubar
{
	background: #7AA1F8 url(pagecomponents/logoimages/menubarhoverGRADIENT_Tall.png) repeat-x left top;	
}
.titlebar
{
	background-image: url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png);
	background-repeat: repeat-x;
	background-position: left top;		
	font-size: 12pt;
	color: whitesmoke;
	font-family: Verdana;
	height: 35;	
}
.listcontent
{
	font-size: 10pt;
	color: #004e98;
	font-family: Verdana;
}
.titleimagecontent
{
	font-size: 12pt;
	color: forestgreen;
	font-weight: bold;
	font-family: Verdana;
}
.imagecontent
{
	font-size: 10pt;
	color: gray;
	font-family: Verdana;	
}
.tablesection
{
	border: 1;
	border-color: #004e98;
}
.basecolorfill
{
	background-color: #004e98;
}
.footerlinks
{
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.copywrite
{
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana;		
}
.headerfooterfill{
	/* repeating image to fill a column	*/
	background-image: url(pagecomponents/logoimages/headerGRADIENT_Tall.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.edging
{
	background-color: whitesmoke;
}
/* 
	The following are for the message board, faq and ontask controls
*/
.tasktitle
{
	font-size: 8pt;
	font-family: Verdana;		
}
.taskheader
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: steelblue;
}
.noteheader
{
	font-size: 8pt;
	font-family: Verdana;		
}
.threadtitle
{
	font-size: 8pt;
	font-family: Verdana;		
}
.threadheader
{
	font-size: 8pt;
	font-family: Verdana;		
}
.messageheader
{
	font-size: 8pt;
	font-family: Verdana;		
}
.outline
{
	background-color:#ffffff;
	border-top: 1 solid;
	border-bottom: 1 solid;
	border-left: 1 solid;
	border-right: 1 solid;
	border-color: Black;
}
.overline
{
	border-top: 1 solid;
	border-color: lightgrey;

}
.messagecontent 
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 200;		
}
/*
	inputform
*/
.inputformheader
{
	background-color: #E0E0E0;	
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;			
}
.inputform
{
	background-color: #d5eafe;	
}