/* Default CSS Stylesheet for a new Web Application project 

red: AD1B0D
dk blue: 1D1160
lt blue: 250DAD
green: 41AD43
brown: 6D5E29

*/

BODY
{
    BACKGROUND-COLOR: #EAEAEA;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
}

td, .content
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
}

.subHeadings   
{
	font-size: 8pt; 
	color: #333333; 
	line-height: 140%; 
}

.validator   
{
	color: #FF0000; 
}

textarea
{
	font-size: 8pt; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;	
	color: #333333; 
	line-height: 140%; 
	overflow: hidden;
}

input.group 
{
	border: solid 1px #250DAD;
	background-color: #f8f8f8;
	height: 24px;
	padding: 3 3 3 8;
	font-size: 12px;
	font-weight: bold;
}

select.group 
{
	border: solid 1px #250DAD;
	background-color: #f8f8f8;
	height: 24px;
	padding: 3;
	font-size: 12px;
	font-weight: bold;
}

select.group option 
{
	padding: 3 10 3 3; 
	background-color: #f8f8f8;
	font-size: 12px;
	font-weight: bold;
}

.box
{
	background-color: #F2F2F2;
}

.mainTable
{
	BORDER-RIGHT: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-COLLAPSE: collapse;
}

.leftCell
{
	BACKGROUND-IMAGE: url(images/leftbg.png); 
	BACKGROUND-REPEAT: repeat-y;
	background-position: right;
}
.rightCell
{
	BACKGROUND-IMAGE: url(images/rightbg.png); 
	BACKGROUND-REPEAT: repeat-y;
	background-position: left;
}

.welcome   
{
	font-size: 9pt; 
	font-weight: bold;
	color: #666666; 
}

.pageHeading   
{
	font-size: 14pt; 
	font-weight: bold;
	color: #1D1160; 
}

.mainlinks   
{
	font-size: 8pt; 
	color: #000000; 
}

A.mainlinks:link	
{
	text-decoration: none; 
	color: #000000;
}

A.mainlinks:visited	
{
	text-decoration: none; 
	color: #000000; 
}

A.mainlinks:active	
{
	text-decoration: none; 
	color: #000000; 
}

A.mainlinks:hover	
{
	text-decoration: underline; 
	color: #000000; 
}

.footer   
{
	font-size: 8pt; 
	color: #999999; 
}

A.footer:link	
{
	text-decoration: none; 
	color: #999999;
}

A.footer:visited	
{
	text-decoration: none; 
	color: #999999; 
}

A.footer:active	
{
	text-decoration: none; 
	color: #999999; 
}

A.footer:hover	
{
	text-decoration: underline; 
	color: #444444; 
}

.members   
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #AD1B0D; 
}

A.members:link	
{
	text-decoration: none; 
	color: #AD1B0D;
}

A.members:visited	
{
	text-decoration: none; 
	color: #AD1B0D; 
}

A.members:active	
{
	text-decoration: none; 
	color: #AD1B0D; 
}

A.members:hover	
{
	text-decoration: underline; 
	color: #AD1B0D; 
}

.agents   
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #41AD43; 
}

A.agents:link	
{
	text-decoration: none; 
	color: #41AD43;
}

A.agents:visited	
{
	text-decoration: none; 
	color: #41AD43; 
}

A.agents:active	
{
	text-decoration: none; 
	color: #41AD43; 
}

A.agents:hover	
{
	text-decoration: underline; 
	color: #41AD43; 
}

.providers   
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #6D5E29; 
}

A.providers:link	
{
	text-decoration: none; 
	color: #6D5E29;
}

A.providers:visited	
{
	text-decoration: none; 
	color: #6D5E29; 
}

A.providers:active	
{
	text-decoration: none; 
	color: #6D5E29; 
}

A.providers:hover	
{
	text-decoration: underline; 
	color: #6D5E29; 
}

.edit   
{
	font-size: 7pt; 
	font-weight: bold; 
	color: #0000FF; 
}

A.edit:link	
{
	text-decoration: none; 
	color: #0000FF;
}

A.edit:visited	
{
	text-decoration: none; 
	color: #0000FF; 
}

A.edit:active	
{
	text-decoration: none; 
	color: #0000FF; 
}

A.edit:hover	
{
	text-decoration: underline; 
	color: #0000FF; 
}

A
{
	text-decoration: none; 
	color: #250DAD;
}

A:visited	
{
	text-decoration: none; 
	color: #250DAD; 
}

A:active	
{
	text-decoration: none; 
	color: #250DAD; 
}

A:hover	
{
	text-decoration: underline; 
	color: #250DAD; 
}