﻿body
{
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px; 
	margin: 0px;
}

TD
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color:#333333;
} 

.default    
{
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:9pt; 
	color:#38497B; 
	text-decoration:underline; 
	white-space:nowrap;
}

A.default:link	
{
	color:#38497B; 
	text-decoration:underline;
}

A.default:visited  
{
	color:#38497B; 
	text-decoration:underline;
}

A.default:hover   
{
	color:#E95656; 
	text-decoration:none;
}

A.default:active  
{
	color:#38497B; 
	text-decoration:underline;
}
/* style for breadcrumbs */
.breadcrumbs_link    
{
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:8.5pt; 
	color:#CC0000; 
	text-decoration:underline; 
	white-space:nowrap;
}

A.breadcrumbs_link:link	
{
	color:#CC0000; 
	text-decoration:underline;
}

A.breadcrumbs_link:visited  
{
	color:#CC0000; 
	text-decoration:underline;
}

A.breadcrumbs_link:hover   
{
	color:#CC0000; 
	text-decoration:none;
}

A.breadcrumbs_link:active  
{
	color:#CC0000; 
	text-decoration:none;
}

P  {font-family:Arial, Helvetica, Sans-Serif; font-size:8pt; color:#000000;}
		
table.Spacing
{
	border-style:none;
	border-collapse: collapse;
	border-bottom-style: none;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;	
}

table.Spacing th
{
	border-style:none;
}

table.Spacing td
{
	border-style:none;
}

table.FormTable
{
	border-style:solid;
	border-collapse: collapse;
	border-width: Thin;
	border-bottom-color: #000000;
	border-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-spacing: none;
	border-bottom-style: solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
}

table.FormTable th
{
	background-color: #cc0000;
	border-bottom-style: solid;
	border-bottom-color:Black;
	border-bottom-width:thin;
	border-top-style: solid;
	border-top-color:Black;
	border-top-width:thin;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:thin;
	border-right-style: solid;
	border-right-color:Black;
	border-right-width:thin;
	font-weight:bold;
	color:White;
	padding: 2px 10px 2px 10px;
}

table.FormTable td
{
	background-color: #fffacd;
	border-bottom-style: solid;
	border-bottom-color:Black;
	border-bottom-width:thin;
	border-top-style: solid;
	border-top-color:Black;
	border-top-width:thin;
	border-left-style: solid;
	border-left-color:Black;
	border-left-width:thin;
	border-right-style: solid;
	border-right-color:Black;
	border-right-width:thin;
	color:Black;
	padding: 2px 10px 2px 10px;
	margin-left: 10px;
	text-align:left;
}

.icons
{
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:9pt; 
	color:#38497B; 
	text-decoration:underline; 
	white-space:nowrap;
}
table.icons
{
	margin: 6px 0px 6px 6px;
	border-collapse: collapse;
}
table.icons td 
{
	padding-right: 10px; 
	padding-left: 10px;
	padding-bottom: 8px; 
	vertical-align: bottom;
	text-align: center;
}
/* Login Styles */
#divLogin 
{
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
.loginSkin 
{
	margin: 0 auto;
	text-align: center;
}
#loginDisclaimerWrapper 
{
	margin: 0 auto;
	padding-top: 8px; 
	width: 360px; 
	color: #666666; 
	text-align: center;
}
#loginDisclaimer 
{
		font-family: arial;
		font-size: 9pt;
		color: #999;
		text-align: left;
}
/* Modal Popup Stuff */
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup 
{
	background-color: white;
	border-width: 2px;
	border-style: solid;
	border-color: #ddddee;
	padding: 3px;
}
.movableBox 
{
	width: 320px;
	background-color: #ceddee;
	border: 1px solid #ccccee;
	color: #666;
}
.movableBox520w 
{
	width: 520px;
	background-color: #ceddee;
	border: 1px solid #ccccee;
	color: #666;
}
.popupContentWrapper 
{
	background-color: white;
	height: auto;
	padding-bottom: 10px;
}
.popupPaddedContent 
{
	padding: 6px 1em 2px 1em;
	vertical-align: top;
}
.popupPaddedContent300h 
{
	padding: 6px 1em 2px 1em;
	vertical-align: top;
	height: 300px;
}
.popupTopBar {
  background-color: #ceddee;
  color: #555;
  font-weight: bold;
  padding: 1px 1px 0px 1em;
  height: 26px;
  cursor: move;
}
.popupTopBar_noMove {
  background-color: #EFCB02;
  color: #555;
  font-weight: bold;
  padding: 1px 1px 0px 1em;
  height: 26px;
}
.popupButtonsCenter 
{
	text-align: center;
	margin-top: 6px;
}
.popupButtonSpaceRight 
{
	padding-right: 8px;
}
.popupButtonSpaceLeft 
{
	padding-left: 8px;
}
.popupFieldMargin 
{
	margin-bottom: 2px;
	width: 100%;
}
hr.popupSep 
{
color: #dddddd; background-color: #dddddd; height: 1px; padding: 0px 0px 0px 0px; border: solid 1px #dddddd;
}
div.popupInfo 
{
	color: #999;
}	
