body
{
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	background-color: #ffffff;
}

p,ul,li,a
{
	font-size: 10pt;
}

table.content
{
	width: 100%;
	background-color: #eeeeff;
}


table.content td.main
{
	padding: 6px;
	background-color: #ffffff;
	border-top: #eeeeee 3px solid;
	vertical-align: top;
}

table.form
{
	width: 700px;
	background-color: #f6eed6;
	border: #d6ceb6 1px solid;
}

table.form table.form
{
	width: 100%;
}

table.form td, table.form th
{
	padding: 2px 6px;
}

table.form th.formhead
{
	background-color: #001C43;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	padding: 2px 8px;
}

table.form th.head
{	
	background-color: #001C43;
	color: White;
	border-bottom: 2px solid black;
	text-align: left;
	padding: 2px 8px;
	font-size: 12pt;
}

table.form tr.borderless td 
{ 
	border: 0px solid white; 
	padding: 24px 0 12px 0;
}

table.form tr.borderless td.options 
{ 
	border: 0px solid white; 
	padding: 8px;
	vertical-align: top;
}

table.form th.label
{
	vertical-align: top;
	background-color: #ded6be;
	text-align: left;
	font-size: 9pt;
	border-left: #c6bea6 1px solid;
	border-bottom: #c6bea6 1px solid;
}

table.form th.label-r
{
	text-align: right;
	background-color: #ded6be;
	font-size: 9pt;
	border-left: #c6bea6 1px solid;
	border-bottom: #c6bea6 1px solid;
}


table.form td
{
	border-bottom: #e6dec6 1px solid;
	border-right: #e6dec6 1px solid;
	padding: 2px 8px;
	font-size: 9pt;
}

table.form td a:link,  table.form td a:visited
{ 
	font-size: 8pt;
	color: #001C43;
}

table.form td.edit a:link, table.form td.edit a:visited
{
	font-style: italic;
	color: #001C43;
	text-decoration: underline;
}
table.form td.edit a:hover { background-color: #001C43; color: White; }

table.form td textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
}


input, select, button
{
	font-size: 9pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

.error
{
	padding: 12px; 
	color: Red; font-weight: bold;
	border: 1px solid red;
	font-size: 10pt;
}

a.button:link, a.button:visited
{
	background-color: #001C43;
	color: White;
	font-weight: bold;
	padding: 12px;
	text-decoration : none;
	margin-top: 18px;
	font-size: 10pt;
}

a.button:hover
{	
	background-color: #203C63;
}

#acctmaint
{
	text-align: right;
	font-weight: normal;
	font-size: 7pt;
	font-style: italic;
}

#acctmaint a:link, #acctmaint a:visited
{
	color: White;
	background-color: #001C43;
	padding: 1px 4px;
	margin-top: 3px;
	text-decoration: none;
}

#acctmaint a:hover
{
	text-decoration: unserline;	
	background-color: #003C63;
}

div#contribution-panel
{
	display: none;
	position: absolute;
	left: 150px;
	top: 180px;
	width: 300px;
	height: 180px;
}
div#contribution-panel table.dialog
{
	width: 275px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid black;
	z-index: 10;
}

div#contribution-panel table.dialog th.head
{
	background-color: #001C43;
	color: #ffffff;
	padding: 2px 6px;
	width: 100%;
	height: 20px;
	font-size: 10pt;
}
div#contribution-panel table.dialog th.head a:link, div#contribution-panel table.dialog th.head a:visited
{
	color: white;
	text-decoration: none;
}

div#contribution-panel table.dialog td.body
{	
	height: 100px;
	padding: 8px 0 0 8px;
	vertical-align: top;
	font-size: 9pt;
	background-color: #ffffff;
}
div#contribution-panel table.dialog td.body input { margin: 4px 0; }

div#contribution-panel img.contribution-bg
{
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9;
}

div#cvv-info
{
	display: none;
	width: 341px;
	height: 330px;
	position: absolute;
	left: 200px; 
	top: 120px;
	
}
div#cvv-close
{
	position: absolute;
	left: 0; 
	top: 0;
	width: 327px; 
	background-color: Black; 
	color: White; 
	font: bold 8px; 
	text-align: right; 
	height: 12px; 
	z-index: 10;
	padding: 0 4px 2px 0;
	vertical-align: middle;
}
div#cvv-close a:link, div#cvv-close a:visited
{
	color: White;
}
div#cvv-info img#cvv_shadow
{
	position: absolute; 
	left:0; 
	top: 0; 
	z-index:8; 
}
div#cvv-info img.cvv_image
{
	position:absolute;
	top: 13px;
	left: 0px;
	z-index: 9;
}

div#parking-panel
{
	display: none;
	position: absolute;
	left: 150px;
	top: 180px;
	width: 400px;
	height: 300px;
}
div#parking-panel table.dialog
{
	width: 375px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid black;
	z-index: 10;
}

div#parking-panel table.dialog th.head
{
	background-color: #001C43;
	color: #ffffff;
	padding: 2px 6px;
	width: 100%;
	height: 20px;
	font-size: 10pt;
}
div#parking-panel table.dialog th.head a:link, div#parking-panel table.dialog th.head a:visited
{
	color: white;
	text-decoration: none;
}

div#parking-panel table.dialog td.body
{	
	height: 100px;
	padding: 8px 0 0 8px;
	vertical-align: top;
	font-size: 9pt;
	background-color: #ffffff;
}
div#parking-panel table.dialog td.body input { margin: 4px 0; }

div#parking-panel img.contribution-bg
{
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9;
}

div#holder
{
	padding-left: 4px;
}