/*======================================= 
	SBM Offshore Website 
	CSS Document for printer
	Creation date: 05-Nov-2007
	Last modified: 31-Mar-2008
=======================================*/

/* HTML ELEMENTS
-------------------------------------------------------------*/
*{ margin:0; padding:0; }
html{ background:#fff url(); }
body{ width:100%; margin:0 auto; font:normal 12px Arial; }
p{ margin:10px; }

/* IDS
-------------------------------------------------------------*/	
div#logo{ clear:both; margin-bottom:10px; }
div#banLinks{ display:none; }
div#banMenu{ clear:both; display:none; }
div#banMenuSecs{ display:none; }
div#menuCol{ display:none; }
div#divHead{ display:none; }
div#divNavLevs{ margin:20px 10px 20px 0; }
#contentCol, #contentCol2{ clear:both; width:auto; height:auto; display:block; }

#divContent li{
	margin:10px 30px 10px 30px;
	list-style-position:inside;
	list-style-type:square;
}

#divContent div.productLinks li{
	list-style-type:none;
	margin:7px 10px 5px 10px;
}

div#footer{
	clear:both; margin:20px auto 10px auto; padding-top:5px; 
	color:#333; text-align:center; 
	border-top:1px solid #ccc;
}
div#divFooter{ display:none; }

/* CLASSES
-------------------------------------------------------------*/
.title {	
	font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	font-size:16px; padding-left:0px; margin-bottom:5px;	
}


/* Page Features */

/* Photo tabs */
div.pTabs{
	float:left; width:304px; height:287px; 
	background:#fff url(../Images/Shared/bg_photo.jpg) 0 center repeat-x;
	margin:5px 10px 5px 2px; 
	border:1px solid #ccc;
}
div.pTabsCaption{  
	margin:0 auto; width:302px; height:18px;
	padding:0; overflow:hidden; color:#333; 
	background:transparent url(../Images/Shared/bg_grad_vert.jpg) 0 bottom repeat-x;
	font:bold 11px Arial;
}
span.pTabsLabel{ padding:2px 0 0 5px; }
div.pTabsPhotos{
	width:300px; height:250px; 
	overflow:hidden; margin:0 auto;
	background-position:center center; 
	background-repeat:no-repeat; 
	background-color:transparent;
}
div.pTabsTools{
	width:302px; height:18px; 
	background:transparent url(../Images/Shared/bg_grad_vert.jpg) 0 center repeat-x; 
	margin:0 auto; padding-top:1px;
}
input.pTabsBtn{
	border:1px solid #ccc; color:#333;
	background:#f4f4f4; font-size:10px; font-weight:bold;
	margin-left:1px;
}
img.pTabsIcn{
	background-color:#F4F4F4; padding:1px;
	margin:2px 3px 0 0; border:1px inset #ccc;
}

/* Products table */
table.pt{
	border:1px solid #666; clear:both; margin:30px 0 0 0;
}
div.ptCaption{
	background:transparent url(../Images/Shared/bg_grad_vert.jpg) 0 bottom repeat-x;
	padding-left:3px; font-weight:bold; height:auto;
}
td.ptCell{
	background:#f4f4f4; padding:0; width:176px;
}



div.productLinks{
	margin:20px 10px 20px 0;
	border-top: 2px solid #ccc;
	padding:5px 10px 5px 10px; 
	width:auto;
	clear:both;
}

div.productLinks img{
	vertical-align:middle; margin:0 5px;
}

div.productContact{
	clear:both; 
	margin-top:25px;
	border-top: 2px solid #ccc;
}

/* Lease Operate */

div.map{
	position:absolute; z-index:1000;
	margin-top:80px; margin-left:90px;
	border:2px outset #ccc;
	background-color:#666;
	padding:1px;
}
div.map div#mapArea{ border:1px solid #fff; }
a#lnkClose{ 
	font-size:10px; color:#fff; padding:3px;
	text-decoration:none;
}
img.system{ 
	padding:3px; border:1px solid #666;
	background-color:#f4f4f4;
}
table.techSheet{ clear:both; border:1px solid #999; width:97%; padding:0; margin:5px; }
table.techSheet th, table.techSheet td{ border-bottom:1px solid #999; padding:5px 5px 5px 5px; }
table.techSheet th.head{ background-color:#969696; padding-bottom:0; }
input.btnShowMap{ 
	width:150px; height:33px; border:0;
	color:#fff; font-size:11px;
	background:transparent url(../Images/Shared/btn_showMap.png) left center no-repeat; 
}
.bgColor{ background-color:#f4f4f4; }


