/**********General*************/
* {
	margin: 0;
	padding: 0;
}
.WL_Linjer
{
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	border-top-color: #1B4385;
	border-bottom-color: #1B4385;
}
.WL_Linje
{
	border-bottom: 1px dotted;
	border-bottom-color: #1B4385;
}
/* XMOD GridHeader */
/* X_Header blir satt p TR, men TR har ikke broder , derfor to definisjoner hvor TD arver border e.l..., se klassen under*/
.X_Header
{
	font-size: 12px;
	font-weight: bold;
	background-color: #E0E0E0;
	line-height: 26px; /*padding: 3px 8px;*/
	vertical-align: middle;
	white-space: nowrap;
}

/* X_Header blir satt p TR, men TR har ikke broder , derfor to definisjoner hvor TD arver border e.l...*/
.X_Header td
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #474747;
	border-bottom-color: #474747;
	padding: 0px;
	margin: 0px;
}

/* XMOD Linjer */
.X_Liste
{
	font-size: 12px;
	line-height: 20px;
	/*padding: 7px 5px 3px;*/
	/*display: block;*/

}
.X_Liste2
{
	font-size: 12px;
	line-height: 20x;
	/*padding: 7px 5px 3px;*/
	background-color: #F5F5F5;
	/*display: block;*/

}

/***** Vanlig tekstinnhold i moduler etc */
.Normal
{
font-size: 12px;
line-height: 23px;
font-family: Arial, Helvetica, sans-serif;
color: #1B4385;
}

.Normal td
{
font-size: 12px;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #1B4385;
}


/** Vanlig Linjehyde */
.Normal1LH
{
font-size: 12px;
line-height: 18px;
font-family: Arial, Helvetica, sans-serif;
color: #1B4385;
}

.NormalBold
{
font-size: 13px;
line-height: 23px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #1B4385;
}
.WLBlueBG
{
    background-color:#1B4385;
}

body {
	font-family : Arial,Helvetica,sans-serif;
	background-color: #c6c8ca;
	margin-top: 0px;
	text-align: center;
}
input {
	font-family : Arial,Helvetica,sans-serif;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
a img {
	border: none;
}
a {
	color: #1B4385;
}
a:visited {
	color: #1B4385;
}
Login
{
	font-family: Arial, Sans-Serif;
	color:  #346ea5;
    font-size: 10pt;
}
a:link.Login {
    text-decoration:    none;
	color:  #346ea5;
    font-size: 10pt;
}
a:visited.Login  {
    text-decoration:    none;
	color:  #346ea5;
}
a:active.Login   {
    text-decoration:    none;
	color:  #346ea5;
}
a:hover.Login    
{
    text-decoration:    underline;
	color:  #346ea5;
}

.Breadcrumb
{
	font-family: Arial, Sans-Serif;
	color:  #df2725;
    font-size: 10pt;
}
a:link.Breadcrumb {
    text-decoration:    none;
	color:  #df2725;
    font-size: 10pt;
}
a:visited.Breadcrumb  {
    text-decoration:    none;
	color:  #df2725;
}
a:active.Breadcrumb   {
    text-decoration:    none;
	color:  #df2725;
}
a:hover.Breadcrumb    
{
    text-decoration:    underline;
	color:  red;
}
#search_box{
 float: left;
 color: #1B4385;
 margin-top: 4px;
 padding-left: 1px;
 margin-bottom:1px;
}

.Search
{
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	border: solid 1px #1B4385;
	background-color: #FFFFFF;
	padding: 3px 3px 2px 2px;
	vertical-align: text-top;
	
	
}

a:hover.Search    
{
  text-decoration:    none;
}

.User
{
	font-family: Arial, Sans-Serif;
	color:  #346ea5;
    font-size: 10pt;
}
a:link.User {
    text-decoration:    none;
	color:  #346ea5;
    font-size: 10pt;
}
a:visited.User  {
    text-decoration:    none;
	color:  #346ea5;
}
a:active.User   {
    text-decoration:    none;
	color:  #346ea5;
}
a:hover.User    
{
    text-decoration:    underline;
	color:  #346ea5;
}

.OtherTabs
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color:  black;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration:    none;
    color:black;
 
}

a:visited.OtherTabs  {
    text-decoration:    none;
    color:black;
}

a:active.OtherTabs   {
    text-decoration:    none;
    color:black;
}

a:hover.OtherTabs    {
    text-decoration:    underline;
    color:black;
}


.controlpanel {
	width: 100%;
}


em {
	font-weight: bold;
	font-style: normal;
}
label {
	font-weight: bold;
	font-style: normal;
}
form {
	padding: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, .heading1, .heading2, .heading3, .heading4 {
	font-family : Arial,Helvetica,sans-serif;
	font-weight: bold;
}
h1, .heading1 {
	margin: 0em;
	padding-top: 0.9em;
	padding-bottom: 0.4em;
	font-size : 1.5em;
	color: #A42A3C;
}
h2, .heading2 {
	margin: 0em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	font-size : 1.1em;
	color: #A42A3C;
}
h3, .heading3 {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size : 1.1em;
}
h4 {
	margin: 0em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	font-size : 1em;
}
p, div.ingress {
	margin: 0.6em 0em 0.6em 0em;
}
a h1, a h2, a h3, em a, h1 a, h2 a, h3 a, a em {
	text-decoration: none;
}
a h1, a h2, h1 a, h2 a {
	color: #A42A3C;
}
table td {
	padding: 3px;
}
/**********Layout*************/
#outter_wrapper {
	width: 878px;
	margin: 0px auto 0px auto;
}
#wrapper {
	float: left;
	margin: 25px auto 0px auto;
	width: 853px;
	background-color: #ffffff;
	padding: 25px 25px 0px 25px;
}
#inner_wrapper {
	float: left;
	background-color: #ffffff;
 /*margin-top: 55px;*/
}
/**********Top*************/
#header {
	background-color: #FFFFFF;
}
#top_menu {
	color: #FFFFFF;
	border-top: 1px solid #CED5E7;
	height: 25px;
	background-color: #CB792C;
}
#top_menu a {
	display: block;
	float: left;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #AB590C;
	text-decoration: none;
	font-weight: bold;
	color: #FFEEEE;
}
#top_menu a:hover {
	background-color: #B47234;
	color: #FFFFFF;
}
#top_banner {
	margin-left: 35px;
}
#white_banner1 {
	float: left;
	height: 34px;
	width: 480px;
	background-color: #ffffff;
	padding-left: 193px;
	padding-right: 180px;
}
#white_banner2 {
	float: left;
	width: 480px;
	background-color: #ffffff;
	padding-left: 193px;
	padding-right: 180px;
}
/**********Left menu*************/
#inc_left_wrapper {
	float: left;
	background-color: #FFFFFF;
	border-right: dotted 1px #4679AA;
}
#inc_left {
	float: left; /* background-color: #004A8D;*/;
	background-image: url('/westfal_dev/frontend/files/inc_left_bg.jpg');
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 153px;
	padding-top: 4px;
	background-color: #1B4385;
}
.left {
	float: left;
}
.right {
	float: right;
}
#category_name {
	padding-top: 2px;
	padding-bottom: 2px;
}
p.category_name {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 3px auto 8px 9px;
}
a.category_name {
	color: #ffffff;
	text-decoration: none;
}
a.category_name:visited {
	color: #ffffff;
	text-decoration: none;
}
a.link_cont {
	color: #014A8E;
	text-decoration: underline;
	font-weight: bold;
}
a.link_cont:visited {
	color: #acadb0;
	text-decoration: none;
	font-weight: bold;
}
#selected_category_name {
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}
p.selected_category_name {
	color: #1B4385;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.selected_category_name {
	color: #1B4385;
	text-decoration: none;
}
a.selected_category_name:visited {
	color: #1B4385;
	text-decoration: none;
}
/**********Sub menus above middle*************/
#sub_pub_list_left {
	float: left;
	text-align: left;
	color: #1B4385;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted;
	padding-bottom: 8px;
}
#sub_pub_list_right {
	float: right;
	text-align: right;
	color: #1B4385;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted;
	padding-bottom: 8px;
}
#sub_pub_list_dummy {
	float: right;
	text-align: right;
	color: #1B4385;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted white;
	padding-bottom: 8px;
}
.selected_sub_publish {
	color: #bcc1c5;
}
a.sub_publish {
	color: #1B4385;
	text-decoration: none;
}
a.sub_publish:visited {
	color: #1B4385;
	text-decoration: none;
}
/**********Middle*************/
#inc_middle {
	float: left; /* background-color: #FFFFFF;*/;
	padding: 0px 40px 0px 40px;
}
#middle {
	float: left;
	width: 478px;
	text-align: left;
}
p.middle_publish_name {
	color: #df2725;
	font-weight: bold;
	margin: 30px auto 30px auto;
}
div.content {
	color: #1B4385;
	font-family: Arial;
	font-size: 12px; /* font-weight: bold;*/;
	text-align: left;
	margin-top: 20px;
	line-height: 1.7em;
}
#publish_content {
	float: left;
	width: 227px;
	text-align: left;
	color: #1B4385;
	font-family: Arial;
	font-size: 12px; /* font-weight: bold;*/;
	margin-top: 0px;
	margin-right: 21px;
	line-height: 1.7em;
}
#publish_content_cont {
	float: left;
	width: 227px;
	text-align: left;
	color: #1B4385;
	font-family: Arial;
	font-size: 12px;
	margin-top: -12px;
	margin-right: 21px;
	line-height: 1.7em;
}
#publish_content_cont_img {
	float: left;
	width: 400px;
	text-align: left;
	color: #1B4385;
	font-family: Arial;
	font-size: 12px;
	margin-top: -12px;
	margin-right: 21px;
	line-height: 1.7em;
}
img.content_image {
	float: left;
	width: 229px;
	height: 155px;
}
img.content_right_image {
	float: left;
}
/***************Fleet list***************/
table.fleet_table {
	color: #1B4385;
	width: 100%;
	font-family: Arial;
	font-size: 12px; /* font-weight: bold;*/;
	padding: 3px 3px 3px 0px;
	text-align: left;
	border-spacing: 0px;
	margin-left: -5px;
	margin-bottom: 50px;
}
table.fleet_table a {
	color: #1B4385;
	font-weight: bold;
}
tr.fleet_head {
	font-size: 13px;
	font-weight: bold;
}
td.no_wrap {
	/* white-space: nowrap;*/
 width: 120px;
}
p.fleet_manage_fields_intro {
	color: #1B4385;
	font-size: 12px;
/* font-weight: bold;*/
}
#fleet_type {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dotted #1B4385;
	border-bottom: 1px dotted #1B4385;
	font-weight: bold;
}
#positions td {
	border-bottom: 0px solid silver;
	border-right: 0px dotted silver;
	color: #1B4385;
	font-size: 12px;
}
#positions a {
	color: #1B4385;
	font-size: 12px;
}
#positions a:hover {
	color: red;
}
#vesseldesc td {
	border-bottom: 0px solid silver;
	border-right: 0px dotted silver;
	color: #1B4385;
	font-size: 12px;
}
#vesseldescLinks a {
	color: #1B4385;
	padding: 3px;
	text-decoration: none;
}
#vesseldescLinks a:hover {
	color: red;
 /* background-color: silver;
 border:1px dotted gray;
 */
}
/***************Photo list***************/
#photo_thumbnail {
	float: left;
}
#photo_links {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
}
a.content_links {
	color: #1B4385;
	font-weight: bold;
	text-decoration: none;
}
a.content_links:visited {
	color: #1B4385;
	font-weight: bold;
	text-decoration: none;
}
/***************PDF list***************/
div.pdf_list {
	font-size: 12px; /* font-weight: bold;*/;
	margin-left: 0px;
}
p.pdf_links {
	font-weight: bold;
	margin: 1px auto 1px auto;
}
a.pdf_links {
	color: #014A8E;
	font-weight: bold;
	text-decoration: underline;
}
a.pdf_links:visited {
	color: #acadb0;
	font-weight: bold;
	text-decoration: none;
}
/***************Contact list***************/
p.contact_publish_name {
	color: #df2725; /* font-weight: bold;*/;
	margin: 30px auto 30px auto;
}
#inc_contact {
	float: left;
	width: 100%;
	margin-top: 30px;
	background-image: url('/westfal_dev/frontend/files/inc_contact_bg.gif');
	background-repeat: repeat-y;
}
#department_list {
	float: left;
	width: 48%;
	font-weight: bold;
/* border-right: 1px dotted #1B4385;*/
}
#contact_details {
	float: left;
	width: 45%;
	margin-left: 30px;
}
p.contact_heading {
	color: #df2725;
	font-weight: bold;
	margin: 0px auto 20px auto;
}
p.department_names {
	font-size: 13px;
/* font-weight: bold;*/
}
p.selected_department {
	color: #c8cccf;
	font-size: 13px;
/* font-weight: bold;*/
}
a.department_names {
	color: #1B4385;
	font-weight: bold;
	text-decoration: none;
}
a.department_names:visited {
	color: #1B4385;
	font-weight: bold;
	text-decoration: none;
}
#contacts_name_list {
	margin: 10px auto 10px 40px;
}
p.contact_names {
	color: #1B4385;
	font-size: 12px; /* font-weight: bold;*/;
	margin: 2px auto 2px auto;
}
p.selected_contact_name {
	color: #c8cccf;
	font-size: 12px; /* font-weight: bold;*/;
	margin: 2px auto 2px auto;
}
img.contact_photo {
	width: 90px;
	height: 120px;
}
p.contact_name_heading {
	color: #df2725;
	font-weight: bold;
	margin: 30px auto 15px auto;
}
div.company_name {
	color: #1B4385;
	width: 210px;
	font-size: 13px; /* font-weight: bold;*/;
	margin-top: 35px;
	margin-bottom: 0px;
}
div.company_info {
	color: #1B4385;
	width: 210px;
	font-size: 11px; /* font-weight: bold;*/;
	margin-top: 15px;
	margin-bottom: 15px;
}
/***************Vacancy list***************/
#vacancy_text {
	color: #1B4385;
	font-size: 12px; /* font-weight: bold;*/;
	margin-bottom: 20px;
	line-height: 1.7em;
}
p.vacancy_links {
	font-size: 12px; /* font-weight: bold;*/;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.vacancy_links {
	color: #1B4385;
	font-weight: bold;
	text-decoration: underline;
}
a.vacancy_links:visited {
	color: #acadb0;
	font-weight: bold;
	text-decoration: none;
}
/***********Original Ones****************/
#top_categories {
	background-color: #F8F9FC;
	padding: 0px;
	border-bottom: 1px solid #E0E4EC;
	margin: 0px;
}
#top_categories a, #sublisting a {
	background-color: #004a8d;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #cbdbe8;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #E0E4EC;
}
#top_categories a:hover, #sublisting a:hover {
	background-image: none;
	background-color: #004a8d;
}
#search_product {
	padding: 2px 4px 6px 10px;
	background-color: #D5DAE5;
	background-repeat: repeat-x;
}
#search_product a {
	color: #3552A5;
}
#search_in_search, #sublisting {
	background-color: #F8F9FC;
	float: right;
	width: 190px;
	border: 1px solid #E0E4EC;
	margin: 15px 0px 15px 10px;
}
#search_in_search {
	padding: 0px 10px 10px 10px;
}
#sublisting h2 {
	background-color: #D4D9E5;
	color: #444466;
	padding: 4px 10px 4px 4px;
	font-size : 1em;
}
.newslist {
	width: 500px;
	margin-bottom: 15px;
}
.newslist img {
	float: right;
	margin-left: 10px;
}
/**********Footer*************/
#footer {
	color: #888888;
	background-color: #F8F9FC;
	border-top: 1px solid #E0E4EC;
	padding: 4px;
	text-align: center;
	clear: both;
 /*margin-top:10px;*/
}
#footer a {
	color: #888888;
}
#inc_bottom {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding-top: 3px;
}

#bottom_right {
	float: right;
	width: 125px;
	background-color: #ffffff;
	padding-bottom: 18px;
	padding-left: 20px;
	margin-top: 1px;
}
#bottom_text {
	float: right;
	color: #346ea5;
}
.bottom_text {
	font-family: Arial;
	color: #346ea5;
	font-size: 9px;
	text-align: right;
	padding: 0;
	margin: 0px 0 0px 0;
}
a.bottom_text:link {
	color: #346ea5;
	text-decoration: none;
}
a.bottom_text:visited {
	color: #346ea5;
	text-decoration: none;
}
a.bottom_text:hover {
	color: #346ea5;
	text-decoration: none;
}
a.bottom_text:active {
	color: #346ea5;
	text-decoration: none;
}
div.blue_hr {
	float: right;
	height: 7px;
	width: 125px;
	background-color: #004489;
	margin-bottom: 4px;
}
div.blue_hr2 {
	float: right;
	height: 7px;
	width: 125px;
	background-color: #004489;	
}

#powered_by {
	width: 100%;
	background-color: #c6c8ca;
}
p.powered_by {
	font-family: Arial;
	color: #346ea5;
	font-size: 10px;
	font-weight: 15;
	text-align: right;
	padding: 0;
}
#bottom_hr_top {
	float: left;
	height: 10px;
	width: 100%;
	background-color: white;
}
#bottom_hr {
	float: left;
	height: 9px;
	width: 100%;
	background-color: #df2725;
}
/**********Special*************/
#logo {
	margin-top: 10px;
}
.ingress, em {
	font-weight: bold;
}
br.break {
	clear: left;
}
.number {
	text-align: right;
}
.back {
	display: block;
	float: left;
	margin-top: 40px;
}
#basket {
	float: right;
}
.edit {
	clear: both;
	float: right;
}
.asterisk {
	color: #FF0000;
}
.clear {
	clear: both;
}
.price {
	font-weight: bold;
	display: block;
}
#poweredby {
	display: block;
	margin: 0px auto 0px auto;
}
.path {
	display: inline;
	color: #666666;
}
/**********Front page*************/
table.front {
	clear: right;
}
.front td {
	padding-right: 20px;
}
.banner {
	clear: right;
	margin-top: 10px;
}
.front_news td {
	width: 30%;
}
/**********Buttons*************/
a.button {
	background-color: #D5DAE5;
	color: #222233;
	border-right: 2px solid #4C5A7B;
	border-bottom: 2px solid #4C5A7B;
	border-left: 2px solid #F8F9FC;
	border-top: 2px solid #F8F9FC;
	padding: 1px 7px 1px 7px;
	text-decoration: none;
	position: relative;
}
a.button:visited {
	color: #000000;
}
input.button, button {
	color: #222233;
	background-color: #D5DAE5;
}
input.searchButton {
	border: 1px solid #004489;
	color: #004489;
	background-color: #FFFFFF;
	font-size: 11px;
}
a.focus, input.focus, a.focus:visited {
	background-color: #F3CA4D;
	padding: 7px;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 150px;
	margin-bottom: 5px;
	color: #772B37;
}
input.focus {
	padding: 4px;
}
.checkout {
	margin-left: 180px;
}
/**********Element list*************/
table.elementlist {
	border-collapse: collapse;
	border: 1px solid #E0E4EC;
	margin: 10px 0px 10px 0px;
}
table.elementlist td {
	padding: 3px 10px 3px 3px;
}
table.elementlist th {
	background-color: #E0E4EC;
	padding: 4px 10px 4px 4px;
}
/**********Warnings and errors*************/
.warning {
	background-color: #CB2C43;
	color: #FFFFFF;
}
div.warning {
	font-weight: bold;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}
.error {
	color: #FF0000;
}
/**********WYSIWYG*************/
#content .htmlarea, #content .htmlarea img, .toolbar td {
	margin: 0px;
	padding: 0px;
}
/**********Print*************/
#print_logo {
	display: none;
}
.print {
	float: right;
	margin-top: 40px;
}








