/* Colors used on this site
BLUE
 dark : 004E98
 mid  : 7AA1F8
 light: C4D6FC
vlight: E8EFFE

GREEN
 light: 7EFE7E
vlight: BAFFBA
*/
body
{
	background-image: none;
	background-color: white;
}
.tp1
{
	font-family: Verdana;
	font-size: 20pt;	
	font-weight: bold;
	color: #004E98;
}
/* 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
*/
.homepageimagefill
{
	background: #7AA1F8 url(PageComponents/LogoImages/HomePageImage.jpg) no-repeat left top;	
	height: 281px;
}
.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: black;
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 2px;
	border: 2px solid #7AA1F8; 
	border-bottom: none;
	margin: 0;
}
.menuitemL2
{
	font-size: 7pt;
	color: black;	
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 22px;
	border: 2px solid #7AA1F8; 
	border-bottom: none;
	margin: 0;
	background: url(pagecomponents/logoimages/submenu_arrow.gif) no-repeat left;	
}
.menuitemL3
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	height: 25;
	display:  block; 
	padding: 5px 0 6px 16px;
	border: 2px solid #7AA1F8; 
	border-bottom: none;
	margin: 0;
}
.hiddenmenuitem
{
	font-size: 8pt;
	color:  #7AA1F8;
	font-family: Verdana;
	height: 25;	
}
.menubar
{
	background: #7AA1F8 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: #7AA1F8 url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px; 
    font-size: 12pt;
	color: black;
	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: #7AA1F8;
}
.basecolorfill
{
	background-color: #C4D6FC;
}
.leftcolumn
{	
	/*background: #7AA1F8 url(pagecomponents/logoimages/leftcolumnGRADIENT.png) repeat-y left top;
	*/
	background: #7AA1F8;
}
.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: url(pagecomponents/logoimages/headerGRADIENT_Tall.png) repeat-x left top;
}
.edging
{
	background-color: whitesmoke;
}


/*
	newsfeedbox styles
*/
.newsfeedbox
{
	margin: 0;
	padding: 0 0 10px 10px;
}
.newsfeedboxheader
{
	margin: 0;
	padding: 0;
	background: #E8EFFE 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: #004E98;	
	border-bottom: solid 1px #7AA1F8; 
	padding: 0 0 3px 0;	
	background: url(pagecomponents/logoimages/newsfeed_topleftcorner.gif) no-repeat left top;	
}
.newsfeedboxcontentcorner
{
	margin: 0;
	padding: 0;
	background: #E8EFFE 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;
}
/* teaserbox styles */
.teaserbox 
{ 
    margin: 0; 
    padding: 0 5px 10px 0; 
    list-style-type: none;          
} 
.teaserbox img 
{ 
    margin: 0; 
    padding: 0; 
    float: left; 
} 
.teaserbox a 
{ 
    margin: 0; 
    padding: 0;     
    color: #0000ff;
    font-weight: bold; 
} 
.teaserbox p 
{ 
    margin: 0; 
    padding: 0;     
    font-size: small;     
    border-bottom: dotted 1px gray;
}       
.clear 
{ 
    clear: both; 
}

/* 
	The following are for the ad tracker controls
*/
.adaccounttitle
{
	font-size: 8pt;
	font-family: Verdana;		
}
.adaccountheader
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: steelblue;
}
.adheader
{
	font-size: 8pt;
	font-family: Verdana;		
}

/* 
	The following are for the page editor controls
*/
.pageheader
{
	font-size: 8pt;
	font-family: Verdana;		
}
.pagecontent 
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 200;		
}
/* 
	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;
	
}
/* announcements control */
.annheader
{
	background-color: #004E98;
	color: White;		
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;	
}
.annrow
{		
	color: Black;
	font-size: 10pt;
	text-align: left;
	white-space: nowrap;	
}

.uplift
{
	background-color: #ffe4e1;
}

.upliftheader
{
	background-color: #C00000;
}	

.uplifttitle
{
	font-weight: bold;
	color: White;
}
	