﻿@import url("http://www.platou.com/platou/stylesheets/platou_general.css");

.PrintOnly
{
	display: none;
}

.FinanceHeader
{
	min-width: 642px;
	height: 85px;
	background-color: #01083e;
}

.FinanceHeaderLogo
{
	height: 85px;
	background: url(../Images/RS_Platou_Finans_Header_Logo.jpg) no-repeat;
}

.FinanceHeaderImage
{
	width: 270px;
	height: 85px;
	background: url(../Images/RS_Platou_Finans_Header_Image.jpg) no-repeat;
	float: right;
}

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:Black;
	text-align:left;
}

a
{
	color: #030067;
	text-decoration: none;
}


a:hover
{
	color: #0300A7;
	text-decoration: underline;
}

img
{
	border: none;
}

.print
{
	font-size:x-small;
	width: 720px;
	/* margin:5px; */
	/* overflow:hidden; */
}

.reportBanner
{
	width: 1001px;
}

.topLinks
{
	text-align: right;
	width: 1001px;
	vertical-align: middle;
}

.reportHeader
{
	text-align: center;
	/* width: 990px; */
}

.heading
{
	font-size: 17px;
	font-weight: bold;
	color:Black;
}

.commentHeader
{
	color: Black;
	font-weight: bold;
}

.comment
{
	margin: 20px 0 20px 0;
	width: 990px;
	text-align: center;
	color: Blue;
}

.print .comment
{
	margin: 10px 0 10px 0;
	/* width: 750px; */
	text-align: center;
}

.menu
{
	font-size: larger;
	width: 990px;
}

.selectedMenuItem
{
	background-color: #030067;
	padding: 2px 8px 2px 8px;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	font-weight: bold;
}

.unselectedMenuItem
{
	background-color: #e7e7e7;
	padding: 2px 8px 2px 8px;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	font-weight: bold;
}

.selectedMenuItem a
{
	color: #ffffff;
	text-decoration: none;
}


.selectedMenuItem a:hover
{
	text-decoration: underline;
}

.GridSelectedItem td
{
    margin: 0 5px 0 5px;   
}

.GridRow td
{
    margin: 0 5px 0 5px;    
}

.menuSpacer
{
	border-bottom: solid 1px #c0c0c0;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

.clientArea
{
	width: 990px;	
	background-image: url(/images/watermark.jpg);	
}
.clientAreaPrint
{	
	background-image: url(/images/watermark.jpg);
}

.StandardTable
{
	width: 990px;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	color:Black;
}

.print .StandardTable
{
	background-image: none;
	width: 100%;
	/* width: 750px; */
	border: none;
	color:Black;
}

.Grouping
{
	font-size: larger;
	color:Black;
	font-weight: bold;
	text-decoration: underline;
	text-align:left;	
}
/*Grid setup*/
.GridHeader
{
	font-weight: bold;
	background-color: #d0d0d0;
	color:Black;
	text-align:left;
}

.GridHeaderProjects
{
	font-weight: bold;
	background-color: #d0d0d0;
	color:Black;
	text-align:left;
	vertical-align: bottom;
}

.GridHeaderProjects td
{
	 vertical-align:bottom;
	 padding-left:2px;
	 padding-right:2px;
}

.GridHeaderProjectsCell
{
	 vertical-align:bottom;
	 padding-left:2px;
	 padding-right:2px;
	 padding-bottom: 10px;
	 border-right: solid 1px #030067;
}

.GridHeaderProjectsLastCell
{
	 vertical-align:bottom;
	 padding-left:2px;
	 padding-right:2px;
	 padding-bottom: 10px;
}

.GridHeaderProjectsValueCell
{
	 padding-left:5px;
	 padding-right:5px;
}

.GridRow
{
	cursor: default;
	color:Black;
	text-align:left;
}
.GridSelectedItem
{
	background-color: #e0e0e0;
	color:Black;
	cursor: default;
	text-align:left;
}

.textBlue
{
	color: #030067;
}

.GridPromptItem
{
	cursor: default;
	font-weight: bold;
	text-align:left;
	color: #030067;
}


.GridPromptSelectedItem
{
	background-color: #030067;
	color:White;
	cursor: default;
	font-weight: bold;		
	text-align:left;
}
/*Printing*/
.GridPrintSelectedItem
{
	background-color: #e0e0e0;
	color:Black;
	cursor: default;
	text-align:left;
	font-size:90%;	
}

.GridRowPrint
{
	cursor: default;
	text-align:left;
	color:Black;
	font-size:90%;	
	/* overflow:hidden;	*/
}
.GridPromptItemPrint
{
	cursor: default;
	font-weight: bold;
	text-align:left;
	font-size:90%;	
}

.GridPromptSelectedItemPrint
{
	background-color: #030067;
	color:White;
	cursor: default;
	font-weight: bold;		
	text-align:left;
	font-size:90%;	
}


/*Popup feature*/

.popup
{
	border: solid 1px gray;
	visibility: hidden;
	position: absolute;
	background-color: #fffff0;
	width: 350px;
	margin-top: 8px;
	margin-left: 30px;
	padding: 5px;
	font-size: smaller;
}

.popupName
{
	font-weight: bold;
	padding-right: 10px;
	color: #000000;
	white-space: nowrap;
}

.footer
{
	font-weight: bold;
	margin-left: 3px;
	margin-top: 20px;
}

.listbox
{
	width: 120px;	
	text-align:left;
}
.listboxheader
{
	font-weight: bold;
	font-size: 13px;	
	color:Black;
}
.FilterValues
{
	font-weight:lighter;
	font-size: 11px;	
	color:Blue;	
}
.dutyBroker
{
	position:relative;
	text-align:left;
	left: 10px;
}

.print .dutyBroker
{
	position:relative;
	text-align:left;
	left: 10px;
}
/*SPOT LIST*/

.popupValue
{
	font-weight: normal;
	color: #000000;
}

