﻿
.panel
{
	
	/*background-image: url(images/formbodybg.png);*/
	background: #EBF3FB;
	border: 1px solid #AACCEE;
	padding-bottom: 5px;
	padding-left: 10px;
}

.formBox
{ 
	border-width : 1px;
	border-color : #000000;
	font-family :Tahoma;
	font-size :small; 
	width : 200px; 
	height : 14px; 
}

.formHeader
{
	/*background-image: url(images/formheaderbg.png);*/
	background: #6EA1D3;
	color: #FFFFFF;
	border: solid 1px #AACCEE;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%;
}

.formItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 8px 10px 4px 10px;
	width: 40%;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: solid 1px #07519A;
}

.formInput
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	width: 60%;
	border-bottom: solid 1px #07519A;
}

.text
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:bold;
}

.panelButton
{
	font-size: 8pt;
	font-weight :bold;
	background-color: #DBDBCC;
	border: 1px solid #000000;
	cursor: hand;
}

.content
{
	font-size:9pt;
	font-family:Verdana, Sans-Serif; 
	display: block;
	color:WindowText;	
}

.contentSubHeader
{
	font-size:small;
}
.accountLink
{
	list-style-image : url('images/rightarrow.gif');
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:Teal;
	cursor: hand;
}

.error
{
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight:bold;
}

.anchor
{
	text-decoration: none;
	color: Blue;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight:bold;
}