body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d7c190
}

table td img {
              display: block;
  }

BODY {
	FONT-SIZE: 11px; 
	/*COLOR: #0054a6; */
	color:#06293d;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color:#D7C190;
	margin:auto;
}

a:visited
{
    color:#06293d;
}

a
{
   color:#175A7F; 
}


TD {
	FONT-SIZE: 11px; COLOR: #0054a6; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 11px; 
	/*COLOR: #0054a6; */
	color:#06293d;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.bodygrey {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: verdana, helvetica, sans-serif
}

A.leftNav {
	COLOR: #636466; TEXT-DECORATION: none
}
A.leftNav:hover {
	COLOR: #030303; TEXT-DECORATION: none
}
A.leftNav:visited {
	COLOR: #636466; TEXT-DECORATION: none
}

h4
{
 color:#06293d;
 font-size:10pt;
}

ul li
{
    font-size:larger;
}

#tierLabel {
	        color: #FF0000;
	        font-weight: bold;
        }
#statusLabel {
    color: #FF0000;
    font-weight: normal;
}

#formLabels
{
    float: left;
    width:210px;
    text-align:right;
}

#formFields
{   
    float: right;
    width:505px;
    color:Red;
    text-align:left;
}

.formLabelTD
{
   vertical-align: middle;
   text-align:right;
   padding: 0 5px 0 0;
 
}

.formFieldTD
{
    vertical-align:middle;
    text-align:left;
}

.contentContainer
{
    background-color:White;
    width: 768px;
    padding: 5px;
    height:auto;
    border:solid 1px black;
    margin:auto;
}
.smallTitleText
{
    /*color:#0054A6;*/
    color:#06293d;
    font-size:larger;
    font-weight:bold;
    text-align:left;
}

.statusMessage
{
    color:red;
    font-size:larger;
    font-weight:bold;
    text-align:left;
    padding:10px 20px 10px 20px;
}

.rightFloatLink
{
    color:red;
    font-size:larger;
    font-weight:bold;
    text-align:right;
    float:right;
    padding-right:10px;
}

.boxTitle
{
   color:#08283D;
   font-size:20pt;
   text-align:left;
   padding:10px 10px 10px 10px;
   background-image:url("/images/tier2t.gif");
}

.tierBox
{
 border:solid 1px #BFD9FF;
 width:356px;   
 margin-top:10px;
}

.tierText
{
    padding:10px 10px 10px 10px;
    height:280px;
}
.formRow
{
    height:25px;
    margin:5px 5px 5px 5px;
}

.formLabel
{
    text-align:right;
    padding-right:5px;
    float:left;
    height:25px;
    width:130px;
    font-weight:bold;
}

.formField
{
    text-align:left;
    height:25px;
}

.sectionBox
{
    border:solid 1px #BFD9FF;   
    padding:10px 5px 10px 5px;
}

.dataPagerLink
{
    text-decoration:none;
}
/* begin css tabs */
/*got original tab source from here:http://unraveled.com/publications/assets/css_tabs/ */
/*modified everything to work with a multiview by using class groupings with help from dlegnon*/

ul.tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #BFD9FF; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
display: inline;
}

div#tab1 li.tab1.active, div#tab2 li.tab2.active, div#tab3 li.tab3.active, div#tab4 li.tab4.active, div#tab5 li.tab5.active, div#tab6 li.tab6.active, div#tab7 li.tab7.active, div#tab8 li.tab8.active{ /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a, div#tab8 li.tab8 a  { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #BFD9FF; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CFE3FF; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul.tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

.collapsePanel {
	height:0px;
	background-color:#eeeeee;
	overflow:hidden;
	border:solid 1px #BFD9FF;   
    padding:0;
    border-top:0;

}

.replacementDetailHeader
{
   background-color:#eeeeee; 
}

.replacementHeader
{
    /*float:left;*/
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
}
.pageHeader
{
    FONT-WEIGHT: normal;
    FONT-SIZE: large;
    COLOR: #696969;
    FONT-FAMILY: Verdana;
    height:50px;
    border-bottom:solid 1px black;
    margin-bottom:10px;
    vertical-align:middle;
    line-height:40px;
}

.instructions
{
    FONT-WEIGHT: 600;
    FONT-SIZE: xx-small;
    COLOR: #708090;
    FONT-FAMILY: Tahoma, Verdana, 'Trebuchet MS';
    
    
}
.gridHeader
{
 padding: 10px;
 background-color: #dddddd;
 border-top: solid 1px black;
 border-bottom: solid 1px black;
 font-weight:bold;
 height:15px;  
}

.gridHeader div
{
  background-color:inherit;
  font-weight:inherit;  
}

.gridRow
{
 padding-top:5px; 
 padding-left:10px;
 height:30px;
 overflow:visible;
}

.pnlLookupTrigger
{
 float:right;   
 margin-right:105px;
}

.userInstructions
{
   border:solid 1px #d7c190;
   color:#484848;
   margin-bottom:20px;
   background-color:#fff9d7;
   padding:5px 5px 10px 5px;
   font-size:10pt;
}

.inlinePanel
{
    display:inline;
}

