/* DARK BLUE : #000066 */
/* DARK RED  : #990000 */
/* CLEAR BLUE: #0000F0 */
/* CLEAR RED : #F40000 */
/*       GRAY: #76768F */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	vertical-align:middle;
}
body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	background-color: #E9E9E9;
}

button {
	background-color:transparent;
	color:#000066;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	display:block;
	margin: 0;
	padding: 0;
	border: 0;
}

.title1 {font-size: 15px; font-weight: bold; text-align: center; color:#000066;}
.title2 {font-size: 15px; font-weight: bold; text-align: center; color:#000066;}
.title3 {font-size: 13px; font-weight: bold;}

.text1 {font-size: 9px; text-align: center;}
.text2 {font-size: 11px; text-align: left;}
.text3 {font-size: 11px; text-align: center;}
.text4 {font-size: 11px; text-align: right;}

.error {color: #FF0000; text-align: center;}
	
input.aforceTextfield
	{
		color:#000000; 
		font: 9px Arial ,Verdana; 
		font-weight:none; 
		text-decoration: none; 
		/* background: #D8D5A7; */
		background: #CCCCCC;
		border:1px solid #000066; 
	}

	
select.aforceSelectfield
	{
		color:#000000; 
		font: 9px Arial ,Verdana; 
		font-weight:none; 
		text-decoration: none; 
		/* background: #D8D5A7; */
		background: #CCCCCC;
		border:1px solid #000066; 
	}

		
textarea.aforceAreafield
	{
		color:#000000; 
		font: 9px Arial ,Verdana; 
		font-weight:none; 
		text-decoration: none; 
		background: #CCCCCC; 
		border:1px solid #000066; 
	}	
	
input.aforceButton
	{
		font-family: Arial;
		font-size: 11px;
		/* font-weight: bold; */
		text-transform: uppercase;
		/* color: #000000;*/
		background-color: #76768F;
		border: 2px;
		border-style: solid;
		border-bottom-color:#990000;
		border-left-color:#990000;
		border-right-color:#990000;
		border-top-color:#990000;
		height: 20px;
		width: 130px;
	}


	
input.aforceButton:hover
	{
		font-family: Arial;
		font-size: 11px;
		/* font-weight: bold; */
		/*text-transform: uppercase;*/
		color: #FFFFFF;
		background-color: #990000;
		border: 2px;
		border-style: solid;
		border-bottom-color:#000066;
		border-left-color:#000066;
		border-right-color:#000066;
		border-top-color:#000066;
		height: 20px;
		width: 130px;
	}
	
input.aforceButton2
	{
		font-family: Arial;
		font-size: 11px;
		/*text-transform: uppercase;*/
		color: #000000;
		background-color: #D8D5A7;
		background-image: url(images/button_bg.gif);
		border: none;
	}
	
.tableLogin {
	border: 2px;
		border-style: solid;
		border-bottom-color:#990000;
		border-left-color:#990000;
		border-right-color:#990000;
		border-top-color:#990000;

}

.table_gray0 {
		background-color : #F0F0F0; 
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 1px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 1px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 1px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 1px;
}

.table_white0 {
		background-color : #FFFFFF;
		border-bottom-color : #DDDDDD;border-bottom-style : solid;border-bottom-width : 1px;
		border-left-color : #DDDDDD;border-left-style : solid;border-left-width : 1px;
		border-right-color : #DDDDDD;border-right-style : solid;border-right-width : 1px;
		border-top-color : #DDDDDD;border-top-style : solid;border-top-width : 1px;
}


a:link {text-decoration:none;color: #000066;}
a:visited {text-decoration:none;color: #000066;}
a:active {text-decoration:none;color: #000066;}
a:hover {text-decoration:underline;color: #000066;}