body    { background-color: white; margin: 12px 12px 0; padding: 0 }
p     { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td     { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sub1    { color: black; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold  }
.sub2   { color: #0a3465; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold  }
.sub3 { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.text11v { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.text11itgrey { color: #636363; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic; }
.head1    { color: #0a3465; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.footer { font-size: 10px }
.listing1 { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; }
.blurb {
	color: White;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a:link  { color: #0a3465; text-decoration: none }
a:visited  { color: #0a3465; text-decoration: none }
a:hover  { color: #900; text-decoration: underline }
a:active  { color: #900; text-decoration: underline }
.nav:link { color: #9d080d ; text-decoration: underline; }
.nav:visited { color: #9d080d ; text-decoration: underline; }
.nav:hover { color: #0a3465 ; text-decoration: none; }
.nav:active { color: #0a3465 ; text-decoration: none; }

.edit-form {
   margin: 0px;
   padding: 0px;
}
.edit-form-table {
   border: 0px;
   border-collapse: collapse;
}
.edit-form-title{
   text-align: left;
   background-color: #DCDCDC;
   font-weight: bold;   
   padding:3px;
}
.edit-form-label{
   text-align: right;
   vertical-align: top;
   padding:3px;
   white-space: nowrap;
}
.edit-form-cell{
   text-align: left;
   vertical-align:top;
   padding:3px;
   white-space: nowrap;
}
.edit-form-input{
   width:300px;
}
.edit-form-textarea{
   width:300px;
   height:200px;
}
.edit-form-select{
   width:300px;
}
.edit-form-button{
}.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
