/* Colors used on this site
PURPLE
 dark : 72029C
 mid  : B700FE
 light: FC7AFE
vlight: EFC1FF
wlight: FAEBFF

GOLD
 dark : 808000
 mid  : CCB302
 light: FFFF00
*/
body
{
	background-image: none;
	background-color: white;
}
.tp1
{
	font-family: Verdana;
	font-size: 20pt;	
	font-weight: bold;
	color: #72029c;
}
/* 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 #72029c; 
	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 #72029c; 
	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 #72029c; 
	border-bottom: none;
	margin: 0;
}
.hiddenmenuitem
{
	font-size: 8pt;
	color:  #72029c;
	font-family: Verdana;
	height: 25;	
}
.menubar
{
	background: #72029c url(pagecomponents/logoimages/menubarGRADIENT_Tall.png)	repeat-x left top;	
}
.hovermenubar
{
	background: #fc7afe url(pagecomponents/logoimages/menubarhoverGRADIENT_Tall.png) repeat-x left top;	
}
.titlebar
{
	/* background: #72029c url(pagecomponents/logoimages/titlebarGRADIENT_Tall.png) repeat-x left top;	
    height: 35px; */	
}
.titlebar p
{
	margin: 0;
	padding: 8px 0 8px 20px;
	font-size: 12pt;
	font-family: Verdana;
	color: black;		
}
.tablesection
{
	border: 1;
	border-color: #72029c;
}
.basecolorfill
{
	background-color: #72029c;
}
.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;
}


/*
	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;
}

/* These are for the articles */
.articlebox
{
    margin: 0; 
    padding: 0 5px 10px 0; 
    list-style-type: none;          
}
.articlebox img
{ 
    margin: 0; 
    padding: 0; 
    float: left; 
} 
.articlebox h1
{
    margin: 0; 
    padding: 0;     
    font-size: large;     
}
.articlebox h2
{
    margin: 0; 
    padding: 0;     
    font-size: x-small;  
    color: Gray;   
}	
.articlebox h3
{
    margin: 0; 
    padding: 0;     
    font-size: x-small; 
    color: Gray;   
}
.adsense1
{
    margin: 0; 
    padding: 0;  
    float: left;    
}
/* articlelist styles */
.articlelist a /* title */
{
	margin: 0;
	padding: 0 0 0 15px;		
    background: url(PageComponents/HideShow/note.bmp) no-repeat left bottom;	
}
.articlelist span /* publishdate */
{
	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; 
}
/* These are for the 'Briefile' ad */ 
.ad
{
    margin: 0; 
    padding: 0 5px 10px 15px;     
}	
.ad img
{
	margin: 0;
	padding: 0;
	border: none;
}	


/* 
	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: #FaEBfe;
	
}
