body {
	background: url('/pub/hdepot/execsummary/images/bg.jpg') fixed 100%;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
body, td, th, p, input, div, select, textarea, .ui-widget {
	font-family: Tahoma;
	font-size: 13px;
	font-size: 12px;
	color: #595959;
}
a {
	color: #8F4707;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8F4707;
}
a:hover {
	text-decoration: none;
	color: #8F4707;
}
a:active {
	text-decoration: none;
	color: #8F4707;
}
.breadcrumb {
	background-color: #FFFFFF;
	color: #8F4707;
}
.footer {
	background-color: #D6DDE0;
	color: #CC6600;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active
{
	color: #CC6600;
}
.footer a
{
	color: #8F4707;
	font-size: 12px;
	font-size: 11px;
}

.footer a:hover
{
	color: #8F4707;
}
.footer span a, .footer span a:link, .footer span a:visited, .footer span a:active
{
	color: #8F4707;
	font-size: 13px;
	font-size: 12px;
}
.orange
{
	color: #8F4707;
}
.step
{
	background-color: #D4D4D4;
	color: #000000;
}
.step table tr td
{
	background-color: #FFFFFF;
	color: #000000;
}
.stepActive
{
	background-color: #CC6600;
	color: #FFFFFF;
}
.stepActive table tr td
{
	background-color: #CC6600;
	color: #FFFFFF;
}
.stepVisited
{
	background-color: #E5E6C9;
	color: #CC6600;
}
.stepVisited table tr td
{
	background-color: #E5E6C9;
	color: #CC6600;
}
.stepFooter
{
	background-image: url('/www/images/stepFooter.gif');
	width: 200px;
	height: 80px
}
.txtBoxMax
{
	width: 350px;
}
.txtBoxSmall
{
	width: 150px;
}
.formLabel
{

}
.formLabel a
{

	font-weight: normal;
}
.stub {
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #E5E6C9;
}
input {
	background-color: transparent;
	color : #000000;
}
select {
	color : #000000;
	background-color : white;
}
textarea {
	color : #000000;
	background-color : white;
}
.grey {
	color: #E5E6C9;
	visibility: hidden;
}
.red {
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC6600;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
}
.hidden {
	visibility: hidden;
}

.7pt {
    font-size: 7pt;
}

.8pt {
    font-size: 8pt;
}

.9pt {
    font-size: 9pt;
}

.10pt {
    font-size: 10pt;
}

.11pt {
    font-size: 11pt;
}

.12pt {
    font-size: 12pt;
}

a.navigationButton, span.navigationButton {
    border: 1px solid #5e4463;
    padding:3px 20px 3px 20px;
    background-color: #dddddd;
    font-weight:bold;
    color:#666666;
}

a.navigationButton:hover {
    background-color: #666666;
    color:  #FFFFFF;
}

a.actionButton {
    border: 1px solid #134d6c;
    padding:1px 10px 1px 10px;
    background-color: #EFF2F3;
    font-weight:bold;
    color:#134d6c;
}

a.actionButton:hover {
    background-color: #134d6c;
    color:  #FFFFFF;
}


.popup {
    padding:10px;
    width:200px;
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:#ffffff;
}

.errorMessages {
    color:red;
    font-weight:bold;
}