/* Colors used on this site
BLUE
 dark : 005D95
 mid  : 7AA1F8
 light: A0DAFE
vlight: E8EFFE

GREEN
 dark : 6C9D31
 mid  : 
 light: 
*/
body
{
	background-image: none;
	background-color: white;
}
.tp1
{
	font-family: Verdana;
	font-size: 20pt;	
	font-weight: bold;
	color: #005D95;
}
/* 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
*/
.dropshadow
{
	background: url(pagecomponents/logoimages/dropshadowGRADIENT_Tall.png) repeat-x left top;	
}
.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 #005D95; 
	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 #005D95; 
	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 #005D95; 
	border-bottom: none;
	margin: 0;
}
.hiddenmenuitem
{
	font-size: 8pt;
	color:  #005D95;
	font-family: Verdana;
	height: 25;	
}
.menubar
{
	background: #005D95 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: #005D95 url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px;
    font-size: 12pt;
	color: whitesmoke;
	font-family: Verdana;	
}
.titlebar p
{
	margin: 0;
	padding: 8px 0 8px 20px;
	font-size: 12pt;
	font-family: Verdana;
	color: black;		
}
.tablesection
{
	border: 1;
	border-color: #005D95;
}
.basecolorfill
{
	background-color: #005D95;
}
.leftcolumn
{
	background-color: #005D95;
}
.footerlinks
{
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana;	
	text-decoration: underline;	
}
.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;
}


/*
	newsfeedbox styles
*/
.newsfeedbox
{
	margin: 0;
	padding: 0 0 10px 10px;
}
.newsfeedboxheader
{
	margin: 0;
	padding: 0;
	background: #eec1fe url(pagecomponents/logoimages/newsfeedtitleGRADIENT.png) repeat-x left top;	
}
.newsfeedboxheadercorner
{
	margin: 0;
	padding: 0;
	background:  url(pagecomponents/logoimages/newsfeed_toprightcorner.gif) no-repeat right top;		
}
.newsfeedbox h3
{
	margin: 0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 15px;	
	color: #B700fe;
	/*border-top: solid 1px #72029c;
	border-left: solid 1px #72029c;
	border-right: solid 1px #72029c; */
	border-bottom: solid 1px #b700fe; 
	padding: 0 0 3px 0;	
	background: url(pagecomponents/logoimages/newsfeed_topleftcorner.gif) no-repeat left top;	
}
.newsfeedboxcontentcorner
{
	margin: 0;
	padding: 0;
	background: #FAEBFF url(pagecomponents/logoimages/newsfeed_bottomrightcorner.gif) no-repeat right bottom;	

}
.newsfeedbox ul
{
	margin: 0;
	padding: 0 0 0 3px;	
	list-style-type: none;
	border-top: none;
	background: url(pagecomponents/logoimages/newsfeed_bottomleftcorner.gif) no-repeat left bottom;	
}
.newsfeedbox il
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.newsfeedbox a
{
	margin: 0;
	padding: 0;
	font-size: small;
}
.pubtime
{
	font-size: x-small;
	color: Gray;
}
/* 
	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: #C4D6FC;
}