@import url(ODS_Asset_Main.css);

.banner {
	background: url(/rigs/Images/Banner_Rigs.jpg) center top no-repeat;
	min-height: 83px;
}
* html .banner {
	height: 83px;
}
.subMenu {
	background: url(/rigs/Images/SubMenuBar_Rigs.jpg) no-repeat;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 970px;
	min-height: 26px;
	line-height: 2.2em;
    position: absolute; left: 0px; top: 113px;
}
.secNav {
   	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	min-height: 26px;
	position: absolute; left: 160px; top: 115px;
}
* html .subMenu {
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 970px;
	color: #fff;
	height: 26px;
	line-height: 2.2em;
}
.subMenu a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
    font-weight: normal;
}
.subMenu a:hover {
	color: #ff0;
    font-weight: normal;
}
.subMenuDiv {
	float: left;
	color: #fff;
    font-weight: normal;  
}
.backText a {
	float: left;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	min-height: 25px;
	line-height: 2.2em;
	color: #fff;
	margin: 0px 250px 0px 20px;
	text-decoration: none;
}
* html .backText a {
	margin: 0px 230px 0px 20px;
}
.backText a:hover {
	color: #ff0;
}
.assetText h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #039;
}
.assetText a {
	font-size: 11px;
	color: #039;
	text-decoration: underline;
}
.assetText a:hover {
	color: #000;
}
.rtColheader {
	background: url(../Images/Header_RtColumnBkgrd.jpg) no-repeat;
	margin: 0px;
	width: 649px;
	height: 69px;
	font-size: 16px;
	font-weight: bold;
	color: #039;
	padding: 15px 0px 0px 21px;
}
.rtColheader span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
    line-height: 130%;
}

.leftColumnText a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.leftColumnText a:hover {
	color: #039;
}.btnLogin {
    color: #fff;
    background-color: #003399;
    font: 11px Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
    border: 1px inset 1px outset;
    text-align: top;
    vertical-align: middle;
}
.btnLogin:hover {
    color: #fff;
    background-color: #646464;
    cursor: hand;
    cursor: pointer;
    font: 11px Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
    border: 1px inset 1px outset;
    text-align: top;
}
#assetframe {
    margin-right:auto;
    margin-left:23px;
    margin-top:10px;
    padding:0px;
    text-align:left;
}
#assetcontentleft {
    width:120px;
    padding:0px;
    float:left;
    background:#fff;
    font: 10px Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: -1px;
}
#assetcontentcenter {
    width:300px;
    padding:0px;
    float:left;
    background:#fff;
}
#assetcontentright {
    width:120px;
    padding:0px;
    float:left;
    background:#fff;
    font: 10px Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: -1px;
}
#assetcontentheader {
    font: 14px Verdana, Geneva, sans-serif;
    color: #003399;
    font-weight: bold;
    margin-bottom: 10px;
}
#assetframe p,h1,pre {
    margin:0px 10px 10px 10px;
}
#assetcontentheader h1 {
    font-size:14px;
    margin:0px;
}
#assetcontentright p {
    font-size:10px
}
#assetframe a {
  	text-decoration: none;
	color: #000;
    font-weight: normal;
}
#assetframe a:hover {
    text-decoration: none;
	color: #666;
    font-weight: normal;
}
.transOFF {
opacity:100;
-moz-opacity: 1.0;
}
.transON {
opacity:.50;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}
.trans25 {
opacity:.25;
filter: alpha(opacity=25);
-moz-opacity: 0.25;
}
.trans75 {
opacity:.75;
filter: alpha(opacity=75);
-moz-opacity: 0.75;
}