body
{
	color: #000000;
	background-repeat: no-repeat;
}

.main-table {
  color: black;
  background-color: white;
  border-style: ridge;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.general-table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
}

.report-table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
}

.report-header
{
	background-color: #5785CA;
	vertical-align: bottom;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica;
}

a.general-link:link, a.general-link:visited
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: white;
	padding: 1;
	text-decoration: none;
}

a.general-link:hover
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: white;
	padding: 1;
	text-decoration: underline;
}

.table-evenrow
{
	background-color: #F4F4F4;
	vertical-align: bottom;
}

.table-highlightrow
{
	background-color: #6688CC;
	color: white;
	vertical-align: bottom;
	cursor: pointer;
}

.toolbar
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.menu-header
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.menu-header A:link
{
	color: #ffffff;
	text-decoration: none;
}
.menu-header A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menu-header A:hover
{
	color: #ff8f5f;
	text-decoration: none;
}

.toolbar A:link
{
	color: #ffffff;
	text-decoration: none;
}
.toolbar A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.toolbar A:hover
{
	color: #ff8f5f;
	text-decoration: none;
}

td.tools
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
	background-color: #F4F4F4;
	border-bottom: 1px solid #0F5FAF;
}

a.tool-item:link, a.tool-item:visited
{
	color: black;
	padding: 1;
	text-decoration: none;
}

a.tool-item:hover
{
	color: blue;
	padding: 1;
	text-decoration: none;
}

a.tool-item:active
{
	color: blue;
	padding: 1;
	text-decoration: none;
}

.dropdown
{
	font-weight: normal;
	color: black;
	font-family: Arial,Helvetica;
	font-size: 11px;
	text-decoration: none;
}

.field-display
{
	background-color: #F4F4F4;
}

.field-title
{
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #E1EAF7;
	color: #000000;
	width: 90px;
}

.copyright-text {
  color: white;
  background-color: #1c5ba2;  
  font-family: Arial;
  font-size: 10px;
  text-decoration:none;
}

.disabledBackground {
  opacity: .75;
  filter: alpha(opacity=75); /* pre-IE 8 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
  background-color : #BBBBBB;
}
