/* 
This style sheet is universal
Form element styles are the same across companies except for buttons
Font style and size are universal - only difference is colors. 
*/


body {font-family:arial;}
	td {
		font-size:8pt;
		font-family:verdana;
		vertical-align:top;
	}

	a.nav 
	{
		font-size:10pt;
		font-weight:bold;
		text-align : center;
		font-family: tahoma;
		text-decoration:none;
		color:#FFFFFF;
	}

.admin-title
{
	font-weight:bold;
	text-align:right;
}
.admin-link
{
	text-decoration:none;
	color:#000000;
	
}	

INPUT.textbox
{	
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #444444 1px solid;
	BORDER-LEFT: #444444 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	background : #eef0f1;
}
INPUT.textbox2
{	
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #444444 1px solid;
	BORDER-LEFT: #444444 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	background : #FFFFFF;
}
TEXTAREA.textbox2
{	
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #444444 1px solid;
	BORDER-LEFT: #444444 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	background : #FFFFFF;
}


.button2
{	
	BORDER-BOTTOM: #696969 1px solid;
	BORDER-TOP: #a9a9a9 1px solid;
	BORDER-LEFT: #a9a9a9 1px solid;
	BORDER-RIGHT: #696969 1px solid;
	background-color: Gray;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-weight:bold;
	text-align:center;
}

SELECT.select
{
	
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #444444 1px solid;
	BORDER-LEFT: #444444 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	background : #ffffff;
}

SELECT.select2
{
	
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #444444 1px solid;
	BORDER-LEFT: #444444 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	background : #eef0f1;
}
.bgcolor
{
	background : #eef0f1;
}
.blend
{	
	BORDER-BOTTOM: #eef0f1 1px solid;
	BORDER-TOP: #eef0f1 1px solid;
	BORDER-LEFT: #eef0f1 1px solid;
	BORDER-RIGHT: #eef0f1 1px solid;
	COLOR: #000000;
	background : #eef0f1;
	font-size:12pt;
	font-family: Arial;	
	font-weight: bold;
}

.middle
{
	vertical-align:middle;
}
.bottom
{
	vertical-align:bottom;
}

.loginbox
{
	border: solid 1px #336699;
	background-color: #336699;
}
.fsclink {
	font-family : verdana;
	color: #FFFFFF;
	text-decoration: none;	
	font-size : 10px;
	text-decoration:underline;
}
