/*------------------------------------------------------
Facility Page
------------------------------------------------------*/
#main {
	padding: 0;
	width: 850px;
}

#maincs{
	background-color: #EAEAEA;
    /*margin: 0 32px;*/
    margin: 0;
    overflow: hidden;
    padding:20px 0;
	width:850px;
	
}
#maincs h1, #maincs p{
	padding:0 20px;
}

.csForm .color1{
	background-color:#a6aab3;
	padding:5px 20px;
	overflow:hidden;
	color:#FFF;
}
.csForm .color2{
	background-color:#d1d3d7;
	padding:5px 20px;
	overflow:hidden;
}
.csForm div{
	float:left;
}
.csForm div.csText{
	float: left;
	width:239px;
	margin-left:16px;
}
.csForm div textarea{
	width:239px;
	height:100%;
	resize: none;
}
.csRow1{
	width:475px;
	float:left;
}
.csRow1 li{
	list-style:lower-alpha;
	margin:6px 0 0 30px;
}
.csRow2{
	width:80px;
}
.csRow2 ul{
	margin-top:17px;
}
.csRow2 li{
	margin-top:5px;
}
li.ldrp{
	margin-top:15px;
}
.csRow1 ul.paintList li{
	list-style:none;
	margin:0 0 0 15px;
}
/*Paint Systems tab*/
.tdrp{
	margin-top:15px;
}
/*Mopar OE tab*/
li.moListtop{
	margin-top:50px;
}
li.moListbottom{
	margin-top:46px;
}

/* Added CSS */
label.subCat {
	margin-left: 15px;
}
div.suggestedResolution {
	float: none;
}
.suggestedResolution span {
	font-weight: bold;
}
#maincs .suggestedResolution p {
	padding-left: 0;
}
.yesResponse, .noResponse, .suggestedResolution {
	display: none;
}
.textResponse {
	width: 100%;
}
hr{
	color:#999;	
}
.defaultText { 
	width: 200px; 
}
.defaultTextActive {
	color: #a1a1a1; font-style: italic; 
}

.hidField {
    display:none;
}
div.flashError {
    background:#E6A5B5;
    font-weight: bold;
    font-size: 1em;
    padding: 5px;
    margin:10px 0 10px 0;
}
    div.flashError p {
        margin: 0px;
    }
    
.viewSum{
	text-indent:-9999em;
	background:url(../images/summaryButton.png) no-repeat 0 0;
	width:126px;
	height:24px;
	border:0;
	margin:5px 0 5px 0;
}
.viewSum:hover{
	background-position:0 -23px;
}


.nextCat{
	text-indent:-9999em;
	background:url(../images/nextButton.png) no-repeat 0 0;
	width:126px;
	height:24px;
	border:0;
	margin:5px 0 5px 0;
}
.nextCat:hover{
	background-position:0 -23px;
}

.prevCat{
	text-indent:-9999em;
	background:url(../images/previousButton.png) no-repeat 0 0;
	width:126px;
	height:24px;
	border:0;
	margin:5px 0 5px 0;
}
.prevCat:hover{
	background-position:0 -23px;
}