#doc {
	background: #FFF !important;	
 border-left: 1px solid #999;
 border-right:1px solid #999;
}

#bd {
	-webkit-box-shadow: 0px 0px 0px #FFF !important;
	-moz-box-shadow: 0px 0px 0px #FFF !important;
	box-shadow: 0px 0px 0px #FFF !important;
	border-top: 3px solid #EEE;
	border-bottom:1px solid #999;
}

#hd .logo {
	width: 750px !important;
	height: 120px !important;
	background: transparent url('../images/client-logo.png') no-repeat
		!important;
	margin-bottom: -10px !important;
}
.content
{
	margin-left: 5px ;
}
.centerContent
{
	padding:0;
	margin: 0 auto;
	margin-top: 40px;
	width: 35em !important;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 20px #666;
	-moz-box-shadow: 2px 2px 20px #666;
	box-shadow: 2px 2px 20px #666;
	text-align:left;
}
#hd .links {
	margin-right: 10px !important;
}
input.picklist.CD.disabled {
    background: #EEEEEE;
}
input.text.C3.disabled {
    background: #EEEEEE;
}
input.text.C4.disabled {
    background: #EEEEEE;
}
input.text.C2.disabled {
    background: #EEEEEE;
}
input.text.C1.disabled {
    background: #EEEEEE;
}
input.date.DA.disabled {
    background: #EEEEEE;
}
input.numeric.I2.disabled {
    background: #EEEEEE;
}
input.picklist.SX.disabled {
	background: #EEEEEE;
}
input.ssn.SS.nowrap.disabled {
	background: #EEEEEE;
}
input.numeric.I2 {
	background: #EEEEEE;
}
td.text.C4.DESCRIPTIONColumnValue {
    width: 10em;
}
textarea.textarea {
    font-family: "Lucida Grande", "Arial", "Helvetica", "sans-serif";
}

span.red.picklist.CD.disabled {
    color: red;
}
span.red.text.C4.disabled {
    color: red;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }