body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px 10%;
	padding: 0px;
	background-image: url(img/bck.gif);
	background-repeat: repeat-x;
}

#mainTable {
	border: 1px solid #645555;
	background: #e6dcc6;
 }
 #intTable {
	border: 1px solid #645555;
	background: #ffffff;
 }
 #maincontent {
	font-size: 100%;
	/*/*/font-size: 100%; /* */
	/*/*/line-height: 2em; /* */
	padding-left: 80px;
	border-bottom: 1px solid #645555;
	padding-right: 50px;
 }
 #topcontent {
	font-size: 100%;
	/*/*/font-size: 100%; /* */
	padding-left: 20px;
	padding-right: 20px;
 }
 #subcontent {
	background-color: #FFFFFF;
	background-image: url(img/road_1.gif);
	background-position: center;
	background-repeat: no-repeat;
 }
 #intcontent {
	background-color: #FFFFFF;
	margin-left: 50px;
	border-bottom: 4px solid #645555;
	line-height: 1.5em;
 }
 #header {
	background-color: #FFFFFF;
 }
 #footer {
	background-color: #645555;
	color: #FFFFFF;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
 }
#intframe{
	position: static;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border-bottom: 2px solid #645555;
	border-left: 1px solid #645555;
	border-right: 1px solid #645555;
}

#InteriorSummaryFrame
{
	padding: 5px;
	margin-right: 58px;
	margin-bottom: 15px;
	border-bottom: 2px solid #645555;
	border-left: 1px solid #645555;
	border-right: 1px solid #645555;
}

#requestFrame 
{
    padding: 15px;
	border-bottom: 2px solid #645555;
	border-left: 1px solid #645555;
	border-right: 1px solid #645555;
}

#inventoryFrame 
{
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
a:link{
	color: #990000;
	text-decoration: none;
}
a:visited{
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}
#footerLinks{
	color: #FFFFFF;
	text-decoration: underline;
}

#4pxline {
	border-bottom: 4px solid #645555;
}

.strongCaps {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.dataEntryError 
{
	color: Red;
}

.gridSelectText {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}


#InteriorDetailLayout 
{
	padding-left: 76px;
}

#InteriorDetailFrame
{
	padding: 10px;
	margin-right: 71px;
	margin-bottom: 15px;
	border-bottom: 2px solid #645555;
	border-left: 1px solid #645555;
	border-right: 1px solid #645555;
}


#DetailedPictures
{
	width:100%;
	border: solid 1px #645555;
}

#BusDetailText 
{
	color: #645555;
}

#BusDetailText .Label
{
	font-weight: bold;	
}

#InventoryKey
{
	padding-right: 12px; 
	text-align: right;
	font-size: 80%;
}

.ImageDetailLeft
{
	width: 264px;
	height: 198px;
}
.ImageDetailRight
{
	width: 264px;
	height: 198px;
}

.ImageDetailMain
{
	 border: solid 1px #645555;
	 width: 400px;
}

.DetailCell
{
	border: solid 1px #645555;
	background-color: #E6DCC6;
}

.InventoryTitle
{
	color: #645555;
	font-size: 125%;
	font-weight: bold;
}

.Annotation
{
	font-size: 90%;
}

#ConsiderationList li
{
	font-size: 85%;
	font-weight: bold;
}

#PnlUpload
{
	width:500px;
	border: solid 1px #645555;
	padding: 25px;
}