﻿/* <!-- */
/* General styles */
html 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 800px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 90%
}

form
{
	margin: 0
}

a
{
	color: #285DCF
}

a:hover
{
	color: #fff;
	background: #285DCF;
	text-decoration: none;
}

h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
}

p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}

img
{
	/*margin:10px 0 5px;*/
}

input
{
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 140%;
	width: 97%;
}

input:focus, select:focus, textarea:focus
{
	background: #FFFFCD;
}

/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
	
	position: relative;
	background-color: #9D9D9D;
	background-image: url('../Images/backgr_header_blue.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #fff;
	color: #000;
	height: 106px;
}

#header a
{
	color: #fff;
}

#header h1
{
	float: right;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 106px;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: auto;
}

#header p, #header h2
{
	padding: 0.6em 15px 0 30px;
	margin: 0;
}

#header ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#header ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: transparent;
	color: #fff;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}

#header ul li a:hover
{
	text-decoration: underline;
}

#header ul li a.active, #header ul li a.active:hover
{
	color: #fff;
	background: #000;
	font-weight: bold;
}

#header ul li a span
{
	display: block;
}


/*menu */
#menu
{
	clear: both;
	padding-left: 20px;
	position: absolute;
	float: left;
	bottom: 0px;
	white-space: nowrap;
}

#menu ul li a
{
	left: auto; /*padding: auto;*/
}

.AspNet-Menu-Leaf
{
	background-color: #315D9A;
	margin-right: 3px !important;
	position: relative;
	top: 0px;
}

.AspNet-Menu-Link
{
	text-transform: uppercase;
}

.AspNet-Menu-Selected
{
	position: relative;
	bottom: -2px;
	background-color: #EAEAEA;
	border-right: solid 1px #fff;
}

.AspNet-Menu-Selected A
{
	color: #000 !important;
	border-right: none;
}

.pageTitle
{
	float: left;
	margin: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 30px;
}

.brandContainer
{
	padding: 6px;
	padding-left: 30px;
	float: left;
}

#logo
{
	background-image: url('../Images/logo_blue_03.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	float: left;
}

#logoTitle
{
	padding: 5px 15px 0 15px;
	margin: 0;
	color: #000;
	white-space: nowrap;
}

.date
{
	float: right;
	font-size: 80%;
	color: #999;
	white-space: nowrap;
}

#details
{
	font-size: 100%;
	color: #999;
}

#masterTitle
{
	float: left;
}

/*#user {
		float: left;
		position: relative;
		height: 106px;
		width: 100%;
		/*padding-top: 15px;
		padding-bottom: 4px;*/
/*}*/

#user p
{
	text-align: left;
}

#customer
{
	font-weight: bold;
}

#signout
{
	float: left;
}

#changepsw
{
	float: left;
}


/* column container */
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright, .colmid, .colleft
{
	float: left;
	width: 100%;
	position: relative;
}

.col1, .col2, .col3
{
	float: left;
	position: relative;
	padding: 1em 0 1em 0;
	overflow: hidden;
}

/* Full page settings */
.fullpage
{
	background: #fff; /* page background colour */
	background-image: url('../Images/backgr_content.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.fullpage .col1
{
	width: 96%; /* page width minus left and right padding */
	left: 2%; /* page left padding */
}

.fullheight
{
	height: 100%;
}


/* Footer styles */

#footer
{
	clear: both;
	float: left;
	width: 100%;
	background-image: url('../Images/dot_line.gif');
	background-repeat: repeat-x;
}

#footer p
{
	padding: 10px;
	margin: 0;
	float: right;
}
/* --> */


/* Accounting Meters */

table.data th, table.msgtbl th
{
	text-align: left;
}

table.data td, table.data th, table.msgtbl td, table.msgtbl th
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

table.data th span, table.msgtbl th span, table.form-table th span
{
	color: #999;
	font-weight: normal;
}

.data input
{
	font-size: 150%;
	width: 6em;
}

.trspace tr  td
{
	padding: 4px 10px 12px;
}

.count
{
	font-size: 150%;
}

.groupTitle
{
	line-height: 2em;
	padding-top: 20px !important;
	border-bottom: solid 1px #CCC;
}

.thaligntoprght tr th 
{
	text-align: right;
	vertical-align: top;
}

.address
{
	color: #999;
}

.rght_align
{
	text-align: left;
	width: 6em;
}

.cold
{
	background-color: #E1EBFF;
	padding: 3px;
}

.hot
{
	background-color: #FFE1E1;
	padding: 3px;
}

.dirty
{
	background-color: #EDF4BE;
	padding: 3px;
}

.legend
{
	float: left;
	width: 20px;
}

.legend_text
{
	float: left;
	padding-left: 5px;
	padding-right: 30px;
	white-space: nowrap;
}

#description
{
	font-size: 70%;
	color: #aaa;
}

.acc_val_err
{
	text-align: center;
	color: #FF0000;
}

.h_empty
{
	width: 10%;
}

.h_date
{
	width: 33%;
}

.h_from
{
	width: 13%;
}

.h_to
{
	width: 20%;
}

.h_quant
{
	width: 15%;
}


/* Messages */
.read, .unread
{
	white-space: nowrap;
}

.unread .msgTitle
{
	font-weight: bold;
}

.unread .msgDesc
{
	color: #999;
}

.unread .msgDate
{
	color: #999;
}

.read .msgTitle
{
	color: #999;
}

.read .msgDesc
{
	color: #999;
}

.read .msgDate
{
	color: #999;
}

table.msgtbl td 
{
	border-top: solid 1px #ddd;
	vertical-align: top;
}

.msgTitle 
{
	width: 85%;
}

.msgDesc
{
	width: 100%
}

.msgDate
{
	width: 15%;
}

.msgm1 
{
	width: 40%;
}

.msgm2 
{
	width: 14%;
}

.msgm3 
{
	width: 23%;
}

.msgm4
{
	width: 11%;
}

.msgm5 
{
	width: 6%;
}

.rowline 
{
	border-top: solid 1px #999;
}

/*Login */
.wrapper
{
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 100px;
}

#login
{
	width: 400px;
	height: 15%;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

#login input
{
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 140%;
	width: 80%;
	margin-top: 4px;
}


/*Shared pages*/
.shared
{
	height: 15%;
	padding-top: 30px;
}


.shared input
{
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 140%;
	width: 92%;
	margin-top: 4px;
}

.shared p span,
.shared table tr td span
{
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	color: #AAA;
	font-size: 90%;
}

.chkbox input 
{
	width: 4% !important;
}

.inputnowrap
{
	width: 350px;
	vertical-align: middle;
}

.inputnowrap input
{
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 140%;
	width: 60%;
}

.inputnowrap input.button
{
	width: auto !important;
	height: 32px !important;
	font-size: 100% !important;
}

.form-table td
{
	margin-bottom: 10px;
	padding: 10px;
	vertical-align: top;
}

.form-table th
{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.form-table th label 
{
	font-weight: normal;
}

.agreementTypeTag, .invalid 
{
	background-color: #ddd;
	color: #888;
	padding: 3px;
}

/* Actions */
.submit
{
	float: left;
}

.submit input
{
	width: auto !important;
	height: 32px !important;
	font-size: 100% !important;
}

.secondaryAction
{
	padding-top: 10px;
	padding-right: 6px;
	float: left;
	white-space: nowrap;
}

.actions
{
	padding-top: 20px;
}

.valid 
{
	background: #DCF7E3;
	color: #00A71C;
	padding: 3px;
}


/* Validation */
.valSummary
{
	margin: 0px;
	color: #f00;
	list-style-type: none;
	border: solid 1px #f00;
	background-color: #FFE4E4;
	padding: 0.6em 20px 0.6em 10px;
	margin-bottom: 10px;
}

.valSummary ul li
{
	list-style-type: none;
	color: #f00;
	line-height: 25px;
}

.successSummary
{
	border: solid 1px #00C212;
	background-color: #D5FFCB;
	padding: 0.6em 20px 0.6em 10px;
	display: block;
	color: #00C212;
	margin-bottom: 10px;
}


/*Grid columns */
.name
{
	width: 15%;
}

.address
{
	width: 25%;
}

.descr
{
	width: 30%;
}

.act
{
	width: 10%;
}


/* General */
.clear
{
	clear: both;
}

.nowrap
{
	white-space: nowrap;
}


/* Documents */
.docTitle
{
	font-weight: bold;
}

.docLink
{
}

.docDescription, .msgDesc
{
	color: #999;
}


/* edit document */
.editDocument input, textarea
{
	width: 350px;
}

.hint
{
	font-size: small;
}

.dateInput
{
	width: 150px !important;
}


/*Admin*/
.longtextbox
{	
	height: 200px;
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	font-size: 100%;
}

.fileUpload input
{
	font-size: 90% !important;
}


/*Banks */
.logos
{
	width: 500px;
}

.logos tr
{
	height: 100px;
}

.logos tr td
{
	text-align: center;
}

.logos a:hover
{
	background: #fff;
}

#bank_seb
{
	width: 160px;
	height: 38px;
}

#bank_hanza
{
	width: 135px;
	height: 41px;
}

#bank_nordea
{
	width: 160px;
	height: 42px;
}

#bank_ukb
{
	width: 199px;
	height: 42px;
}

#bank_snor
{
	width: 157px;
	height: 40px;
}

#bank_db_nord
{
	width: 155px;
	height: 49px;
}

#bank_danske
{
	width: 150px;
	height: 20px;
}

#bank_med
{
	width: 225px;
	height: 20px;
}

#bank_parex
{
	width: 100px;
	height: 90px;
}

.nobr
{
	white-space: nowrap;
}


/* edit message */
.editMessage input, textarea
{
	width: 350px;
}


/* autocomplete */
.ac_results
{
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul
{
	width: 100%;	
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
	font: menu;
	font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading
{
	background: white url('../Images/ajax-loader.gif') right center no-repeat;
}

.ac_odd
{
	background-color: #EAEAEA;
}

.ac_over
{
	background-color: #0A246A;
	color: white;
}

/* Search button */
.searchButton
{
	width: 100px;
	font-size: 17px;	
}

.messageEditor
{
	width: 75%;
}

.messageEditor input
{
	width: 640px;	
}

.documentEditor
{
	width: 75%;
}

.documentEditor input
{
	width: 640px;	
}

.width_4em
{
	width: 4em;
}

/* customer registration form */

.registration_form_width
{
	width: 800px;
}

.registration_form_width td
{
	padding-top: 12px;
	padding-right: 2px;
	vertical-align: top;
}

.registration_form_width td span
{
	font-weight: normal;
}

.text_justified
{
	text-align: justify;
}

.agreementCheckbox label
{
	font-weight: normal;
}

.half_reg_form_input
{
	width: 250px !important;	
}

.reg_form_full_width
{
	width: 500px !important;
}

.agreementCheckbox
{
	padding-top: 5px;
	vertical-align: top;	
}

.agreementCheckbox input
{	
	width: 15px;	
}

.agreementText
{		
	font-size: 80%;
	border: solid 1px #AAAAAA;
	overflow: scroll;
	height: 300px;
	width: 97%;
}

.very_small_notes
{
	font-weight: normal;
	color: #aaa;
	font-size: 75% !important;
}

.multiLineEdit
{
	height: 80px;
	width: 100%;
}


/* agreement modal popup */

.agreementModalPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.agreementModalPopup
{		
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	text-align: center;
	padding: 5px;	
	background-color: White;
	width: 700px;	
}

.unregAgreementText
{
	font-size: 80%;
	border: solid 1px #AAAAAA;
	overflow: scroll;
	height: 400px;
	width: 100%;
}

.agreeButton
{
	font-size: 100% !important;
	height: 32px !important;
	width: auto !important;
}

.agreementButtonBar
{
	padding-top: 7px;
	padding-bottom: 3px;
}

.agreementTopBar
{
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}

.input_checkbox input
{
	width: 20px;
}

.agreement_table
{
	border-collapse: collapse;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	width: 90%;
}

.agreement_table td
{
	border-collapse: collapse;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}

label
{
	font-weight: 700;
}

.login_label
{
	font-weight: normal;
}

.input_checkbox label
{
	font-weight: normal;
}