/*******************************************
********************************************
 Standard css styles used by CP Portal 
 Do NOT add portlet specific CCS styles here   
 
 These styles can be used by all portlets in CP
 and by static HTML portlets.
********************************************
*******************************************/
body {
	background-color: white;
	color: black;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
}
.bodyTable {
	width:998px;
	text-align:center;
	border-color: #A2BBD1;
	border: 1px;
	border-style: solid;
}
h1,h2 {
	color:red;
}
h3 {
	text-transform: uppercase;
	font-size: 19px;
	color: #000a3e;
	margin:0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	color: #000a3e;
	margin:0px 0px 0px 0px;
}
ul li, p , table tr {
    font-size: 11px;
	color: #666666;
}
a {
	color: #000a3e;
}
a:hover {
	color: #b5121b;
}
table tr td {
	vertical-align:top;
}
/*******************************************
  Blue menu
********************************************/
#menuLevel1 {
	background-image: url(http://www.platou.com/platou/images/layout/green_menu_bg.jpg); 
	width: 998px; 
	height: 25px; 
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom:60px;
}
#menuLevel1 div {
	margin: 6px 10px 3px 10px;
	float:left;
}
#menuLevel1 div a {
	text-decoration:none;
}
#menuLevel1 div a:hover, #menuLevel1 div a:active{
}

/*******************************************
  Yellow menu
********************************************/
#menuLevel2 {
	background-image: url(http://www.platou.com/platou/images/layout/yellow_menu_bg.jpg); 
	width: 998px; 
	height: 25px; 
	font-size: 10px;
	text-transform: uppercase;
}
#menuLevel2 #leftside {
	float:left;
}
#menuLevel2 #rightside {
	float:right;
	margin-right:15px;
	font-size:10px;
}
#menuLevel2 #leftside div , #menuLevel2 #rightside div{
	margin: 6px 10px 3px 10px;
	float:left;
}
#menuLevel2 #leftside a {
	text-decoration:none;
}
#menuLevel2 #rightside a {
	text-decoration:none;
}

#menuLevel2 div a:hover, #menuLevel2 div a:active{
}

/*******************************************
  Left side menu
********************************************/

#menuLevel3 {
	width: 145px; 
	height: 250px; 
	line-height:130%;
	font-size: 10px;
	border-right: 1px solid;
	border-right-color: #000a3e;
	text-transform: uppercase;
}
#menuLevel3 div {
	margin: 3px 25px 14px 30px;
}
#menuLevel3 div a {
	text-decoration:none;
}

#menuLevel3 div a:hover, #menuLevel3 div a:active{
}
.articleImage {
	float:right;
	margin:0px 10px 5px 10px;
}


.header {
	width:1000px;
	height:110px;
}
.header .logo {
	float:left;
	width:600px;
	height:110px;
}
.header .image {
	float:right;
	width:400px;
	height:110px;
}
.header .tankers{
	background-image: url(/platou/images/layout/banners/tankers.jpg)
}
.header .drycargo{
	background-image: url(/platou/images/layout/banners/dry_cargo.jpg)
}
.header .offshore{
	background-image: url(/platou/images/layout/banners/offshore_supply_oslo.jpg)
}
.header .platouoslo{
	background-image: url(/platou/images/content/banners/RS_Platou_Oslo.jpg)
}
.header .platou{
	background-image: url(/platou/images/content/banners/RS_Platou.jpg)
}

/*******************************************
  Copyright
********************************************/

#copyright {
	font-size: 9px;
	float: right;
}
#copyright div {
	margin: 3px 25px 14px 30px;
}
#copyright div a {
	text-decoration:none;
}

#copyright div a:hover, #menuLevel3 div a:active{
}


/*******************************************
Report styles 	
*******************************************/
.browseNewsHeading {
	font-weight: bold;
	font-size: 15px;
}
/*******************************************
Language select bar style.
Note: Set this style only if languagebar visibility 
should be set by the content.       
*******************************************/
#languageSelect {
	display: none;
}

.marketTable{
	width:100%;
	margin-right:10px;
	background-color:F5f5f5;
}
.marketTable caption{
	text-align:left;
}
.marketTable thead tr th {
	background-color:#BBDEDA;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:bottom;
	border-bottom: thin solid #BBDEDA;
}
.marketTable tbody tr {
	border-bottom: 1px solid;
	border-bottom-color: #eeeeee;
}
.marketTable tbody tr th {
	background-color:#BBDEDA;
	text-align:right;
	width:90px;
	padding-right:5px;
	border-right: thin solid #BBDEDA;
}
.marketTable tbody tr td{
	vertical-align:top;
	text-align:right;
}
.marketTable thead tr {
	vertical-align:top;
}
.marketTable thead tr {
	vertical-align:top;
	text-align:right;
}
.headerPrint {
	width:750px;
	height:83px;
}
.headerPrint .logo {
	float:left;	
	width:450px;
	height:83px;
}
.headerPrint .image 
{
	float:right;	
	width:300px;
	height:83px;
}
.headerPrint .tankers{
	background-image: url(/platou/images/layout/banners/tankers_print.jpg);
}
.headerPrint .drycargo{
	background-image: url(/platou/images/layout/banners/dry_cargo_print.jpg);
}

.headerPrint .offshore{
	background-image: url(/platou/images/layout/banners/offshore_supply_oslo_print.jpg);
}
.headerPrint .platouoslo{
	background-image: url(/platou/images/content/banners/RS_Platou_Oslo_print.jpg);
}
.headerPrint .platou{
	background-image: url(/platou/images/content/banners/RS_Platou_print.jpg);
}

