/************************/
/* GLOBAL               */
/************************/
body
{
  font: 10px/12px Verdana;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: White;
  overflow: visible;
}

body form
{
	/* width: 63em;
	max-width: 1200px;
	margin: 8px auto 18px auto;
	background: url(images/PageBg.png) repeat-y left top; 
  text-align: left;
  overflow: hidden;*/
}

#Page 
{
  position:relative;
  text-align: left;
  width: 935px;
  margin: 0px auto;
  /* 
  position: relative;
	background: url(images/PageBg.png) repeat-y right top; 
	padding: 0 0.5em;
  */
}

a 
{
	color: #007A5E;
}

h1, h2, h3, h4 
{
	/* font-family: Georgia, serif; */
}

h1 {color:#C0A550; font-weight: bold; font-size: 31px; line-height: 34px; padding: 0; margin: 30px 0 20px 0;}
h2 {color:#C0A550; font-weight: bold; font-size: 14px; line-height: 20px; padding: 0; margin: 0 0 30px 0;}
h3 {color:#C0A550; font-weight: bold; font-size: 12px; line-height: 14px; padding: 0; margin: 0 0 20px 0;}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}

.introduction 
{
    font-style:italic;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 1.5em;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color:White;
    background: black url(images/buttonBg.png) repeat-x;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	/* background: url(images/PageCornerRight.png) top right no-repeat; */
	margin: 0.5em 0;
}

#Header
{
	/* position: relative;
	background: url(images/PageCornerLeft.png) 0 0 no-repeat; */
	padding: 2px;
	/* height: 60px; */
}

#Logotype
{
	float: left;
	/* margin: 18px 0px 0px 18px; */
}

/*
#Functions
{
	position: absolute;
	top: 8px;
	right: 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

#Functions li
{
	display: block;
	height: 1.6em;
	float: left;
	border-left: 1px solid #dee1e3;
	padding: 0 1em;
	overflow: visible;
}

#Functions li.first
{
	border-left: 0;
}

#Functions li a 
{
	display: block;
	color: #3b3d41;
	text-decoration: none;
	float: left;
	padding-left: 2em;
}

#Functions a:hover
{
	color: Black;
	text-decoration: underline;
}
*/

a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton 
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton 
{
    font-size: 1em;
}

#Languages
{
	margin: 1px 0 0 375px;
	padding: 0;
	list-style-type: none;
	float:left;
}
#Languages li
{
	display: block;
	float: left;
	padding: 0;
	overflow: visible;
	margin-top: 4px;
}
#Languages li a 
{
	display: block;
	text-decoration: none;
	float: left;
	padding: 0 0 0 24px; 
	height:18px;
}
#Languages li a.rssButton{ margin-top: 2px; }
#Languages li a.sv_flag { background: url(/images/flags/SV.gif) no-repeat; }
#Languages li a.en_flag { background: url(/images/flags/EN.gif) no-repeat; }


/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: relative;
	height: 38px; 
	background: url(images/MainMenuBg2.png) repeat-x right top;
	color: White;
	font-size: 10px;
	font-weight:bold;
	clear: both;
	overflow: hidden;
	padding: 0px;
}

#MainMenuArea ul 
{
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0px;
	/* background: url(images/MainMenuLeft.png) no-repeat left top; */ 
	list-style-type: none;
	float: left;
}

#MainMenuArea li 
{
	display: block;
	float: left;
	margin: 0px; /* 2px 0px 2px 0px; */
	padding: 0px 2px 0px 0px;
	height: 30px;
	background: url(images/MainMenuDivider2.png) no-repeat right top;
}

#MainMenuArea li.selected
{
  /* background: url(images/MainMenuSelectedBg3.jpg) repeat-x right top; */
}

#MainMenuArea li.selected a 
{
	display: block;
	padding: 0px 15px;
  background: url(images/MainMenuSelectedBg3.jpg) repeat-x right top;
	/* background: url(images/MainMenuSelectedLeft.png) no-repeat left top; */ 
}

#MainMenuArea li a 
{
	display: block;
	padding: 0px 15px;
	text-decoration: none;
	color: White;
}

#MainMenuArea li.unselected a:hover 
{
	/* background: url(images/MainMenuHoverBg.png) repeat-x;
	border: 1px solid #3d3e41; */
  background: url(images/MainMenuSelectedBg3.jpg) repeat-x right top;
	padding: 0px 15px;
}

/************************/
/* SUBMAINMENUAREA      */
/************************/
.SubMainMenuArea 
{
	position: relative;
	height: 18px; 
	background: url(images/SubMainMenu.png) repeat-x right top;
	color: White;
	font-size: 10px;
	font-weight:bold;
	clear: both;
	overflow: hidden;
	padding: 0px;
}

.SubMainMenuArea ul 
{
	height: 14px;
	line-height: 14px;
	/* width: 100%; */
	margin: 4px 0 0 0;
	padding: 0px;
	/* background: url(images/MainMenuLeft.png) no-repeat left top; */ 
	list-style-type: none;
	float: right;
}

.SubMainMenuArea li 
{
	display: block;
	float: left;
	margin: 0px; /* 2px 0px 2px 0px; */
	padding: 0px 0px 0px 2px;
	height: 14px;
	background: url(images/SubMainMenuDivider.png) no-repeat left top;
}

.SubMainMenuArea li.selected
{
  /* background: url(images/MainMenuSelectedBg3.jpg) repeat-x right top; */
}

.SubMainMenuArea li.selected a 
{
	display: block;
	padding: 0px 15px;
  background: url(images/SubMainMenuSelected.jpg) repeat-x right top;
	/* background: url(images/MainMenuSelectedLeft.png) no-repeat left top; */ 
}

.SubMainMenuArea li a 
{
	display: block;
	padding: 0px 15px;
	text-decoration: none;
	color: White;
}

.SubMainMenuArea li.unselected a:hover 
{
	/* background: url(images/MainMenuHoverBg.png) repeat-x;
	border: 1px solid #3d3e41; */
  background: url(images/SubMainMenuSelected.jpg) repeat-x right top;
	padding: 0px 15px;
}

/************************/
/* BOTTOMMENUAREA         */
/************************/
#BottomMenuArea 
{
	position: relative;
	height: 33px; 
	background: url(images/BottomMenuBg.png) no-repeat right top;
	color: #007A5E;
	font-size: 10px;
	font-weight:bold;
	line-height: 12px;
	clear: both;
	overflow: hidden;
	padding: 0px;
}

#BottomMenuArea ul 
{
	height: 33px;
	line-height: 33px;
	width: 100%;
	margin: 0;
	padding: 0px;
	/* background: url(images/MainMenuLeft.png) no-repeat left top;  */
	list-style-type: none;
	float: left;
}

#BottomMenuArea li 
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	height: 33px;
	background: url(images/BottomMenuDivider.png) no-repeat right top;
}

/* 
#BottomMenuArea li.selected 
{
}

#BottomMenuArea li.selected a 
{
	display: block;
	padding: 0px 15px;
} 
*/

#BottomMenuArea li a 
{
	display: block;
	padding: 0px 15px;
	text-decoration: none;
}
#BottomMenuArea li a:hover
{
  text-decoration: none;
}

/* 
#BottomMenuArea li.unselected a:hover 
{
	background: url(images/MainMenuHoverBg.png) repeat-x;
	border: 1px solid #3d3e41;
	padding: 0px 15px;
}
 */

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	/* position: absolute;
	right: 0px; */
	float:right;
	margin: 5px 5px 0px 0px;
	height: 17px;
	width: 185px;
}
.QuickSearchArea div.left
{
  width:10px; 
	height: 17px;
	float: left;
  background: url(images/quicksearch_left.gif) no-repeat left top; 
}
.QuickSearchArea div.right
{
  width:10px; 
	height: 17px;
	float: left;
  background: url(images/quicksearch_right.gif) no-repeat left top; 
}
input.quickSearchField
{
  background: url(images/quicksearch_InputBg.gif) repeat-x top left;
	border: none;
	float: left;
	padding: 0px;
	width: 105px;
	max-width: 105px;
	height: 15px;
	font-size: 10px;
	padding-top: 2px;
}

.quickSearchButton
{
	background: url(images/MainMenuSearchButtonBg.gif) no-repeat top right;
	width: 50px;
	height: 15px;
	display: block; 
	float: left;
	border: none;
	margin-left: 10px;
	border-width: 0px;
	background-color:#ffffff;
	cursor: hand;
	font-size: 10px;
	padding: 2px 13px 0 0;
}

/*************************/
/* STAGEAREA             */
/*************************/
/* #StageArea
{
    width: 100%;
    padding: 0.5em 0 1.5em 0;
	overflow: hidden;
}
 */
/*************************/
/* BREADCRUMBS           */
/*************************/
/* #BreadCrumbsArea
{
	position: absolute;
	left: 20.5em;
	font-size: 0.8em;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	line-height: 2.5em;	
}

#BreadCrumbsArea a
{
    color: #3e3e3e;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}
*/
/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 300px;
	float: left;
	overflow: visible;
	color: #ffffff;
	padding-bottom: 20px;
}

#SubMenuArea a
{
	color: #ffffff;
	text-decoration: none;
}

#SubMenuArea a:hover
{
  font-weight:bold;
}

#SubMenuArea ul
{
  border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#SubMenuArea ul ul
{
/* 	margin: 0 0 4px 8px;
	border: 0;
 */
}

#SubMenuArea li
{
  padding: 5px 0;
  margin: 0 20px 0 24px;
	border-bottom: 1px solid #ffffff;
}

#SubMenuArea li li
{	
  margin: 0 20px 0 20px;
	border-bottom: none;
}

#SubMenuArea li li li
{
  margin: 0 0px 0 20px;
	border-bottom: none;
}

#SubMenuArea li.Label
{
  padding-top:15px;
  padding-bottom:0;
  font-size:14px;
  font-weight:bold;
  line-height: 20px;
	border-bottom: 2px solid #ffffff;
}

#SubMenuArea li a, #SubMenuArea li span
{
	display: block;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

#SubMenuArea li span 
{
	font-weight: bold;
}

#SubMenuArea li li span 
{
	font-weight: bold;
}

#SubMenuArea li li a, #SubMenuArea li li span
{
	padding: 0 1px 0 1px;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
  position:relative;
  /* IE 6 doesn't support min-height so the height is set instead, */
  /* relying on that it will expand beyond it if needed */
  height: 520px;
  min-height: 520px;
/*    margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;
	width: 48em;
	float: left;*/
}
 
/* IE 6 doesn't understand the > selector and ignores it */
/* html>body #MainContentArea {height: auto;} */

#MainBodyArea
{
  position:absolute;
	overflow: hidden;
	float: left;
}

/* #MainBodyArea #MainBody
{	
	padding: 0 2em 2em;
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#SecondaryBodyArea
{
	width: 16em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}
*/
/*************************/
/* LinkList              */
/*************************/
ul.linklist
{
  float: left;
  clear: left;
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 0 45px;
}
ul.linklist li
{
  margin: 5px 0 10px 0;
}
/*************************/
/* STARTPAGE             */
/*************************/
/* #StageArea.StartPage 
{
    position: relative;
    background-image: none;
    width: 100%;
    padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea 
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 18em;
	clear: both;
	background-color: #006ea0;
	border-bottom: 0.6em solid #006ea0;
}

#StageArea.StartPage #SecondaryBodyArea 
{
	position: absolute;
	top: 0em;
	right: 0em;
	width: 17em;
	height: 18em;
	padding: 2em;
	color: White;
	overflow: hidden;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#StageArea.StartPage #MainContentArea
{
    height: auto;
	width: 100%;
	min-height: 0;
	padding: 1em 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
}

#StageArea.StartPage #MainBodyArea
{
	float: left;
	width: 23em;
	padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;
}

#StageArea.StartPage #NewsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em 1em 1em;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#StageArea.StartPage #NewsArea li, 
#StageArea.StartPage #EventsArea li
{
	margin: 0.5em 0;
}

#StageArea.StartPage #EventsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em;
	overflow: hidden;
}
 */
/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea 
{
    width: 100%;
}

.subscriptionArea label.topLabel 
{
    display: block;
    line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
    margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
    margin: 0 0.3em 0 0;
}

.subscriptionListArea td 
{
    vertical-align: text-bottom;
    padding: 0.3em 0;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#SearchArea
{
  width: 400px;
  max-width: 400px;
	overflow: visible;
	float: left;
	clear: both;
	margin: 0 0 0 45px;
	padding: 0px;
}
input.searchText 
{
    width: 75%;
}

#ResultArea 
{
  width: 839px;
  max-width: 839px;
	float: left;
	clear: both;
	margin: 0 0 0 45px;
  padding: 20px 0px 20px 0px;
}
#ResultArea h2
{
  margin: 0 0 20px 0;
}
#ResultArea ol
{
    margin: 0;
    padding-left: 20px;
}
#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	overflow: hidden;
	margin: 0px;
	margin-top: 5px;
	clear: both;
	height: 107px;
	background: url(images/FooterBg.png) bottom right no-repeat;
}

#Footer 
{
	/* background: url(images/FooterCornerLeft.png) bottom left no-repeat; */
}

#FooterArea ul
{
	width: 100%;
	margin: 8px 0 13px 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#FooterArea ul li
{
	display: block;
	float: right;
	padding: 0;
	margin-right: 10px;
}

#FooterArea ul li.first
{
	float: left;
	padding-left: 25px;
	height:86px;
}

#FooterArea ul li.first div
{
	font-size: 9px;
	color: #999999;
  width: 420px;
  max-width: 420px;
  padding-top:3px;
}
#FooterArea ul li.first div#NewsFlash
{
    padding-top:0px;
}
#FooterArea ul li.first div#NewsFlash h2
{
    margin-bottom:10px;
}
#FooterArea ul li.first div#NewsFlash div
{
  width: 100%;
  max-width: 100%;
  padding-top:0px;
  cursor: hand;
	color: #888888;
}

#FooterArea li.first a
{
	text-decoration: none;
	color: #999999;
}


#FooterArea li a
{
	text-decoration: none;
	color: White;
}

#FooterArea li a:hover
{
	text-decoration: none;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted {}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

/**********************************/
/*   The Fleet List               */
/**********************************/
#ShipInfo
{
  float:left;
  clear:both;
  margin: 0px 25px 10px 45px;
  border: solid 1px #cccccc;/* #819fa4 */
  width: 298px;
  height: 510px;
  min-height: 510px;
  max-height: 510px;
}
#ShipInfo ul
{
  border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow:hidden;
}
#ShipInfo li
{
	line-height: 15px;
  color:black;
  padding-left: 20px;
}
#ShipInfo li.firstrow
{
	background: url(images/FleetListHeaderBg.png) repeat-x left top;
	line-height: 20px;
  font-size: 10px;
  font-weight:bold;
  color:#ffffff;
  padding-left: 5px;
}
#ShipInfo li.firstrow .ShipDataLabel{ color:#ffffff; }
#ShipInfo li.VesselImage { padding-left: 0px; }
#ShipInfo li.VesselImage img { width: 298px; max-width: 298px; }
#ShipInfo li .ShipDataLabel
{
  font-weight:bold;
  color:#cc9900;
  padding-right: 5px;
}
#ShipInfo li.factsheetrow
{
  background: url(images/FactSheetRowBg.png) repeat-x left top;
  margin-top: 10px;
  padding: 10px 0 10px 20px;
  height: 20px;
  vertical-align: middle;
}
#ShipInfo li.factsheetrow span 
{
  padding-left: 10px;
  display:inline-block;
  height:20px;
  vertical-align:top;
}
#ShipInfo li.factsheetrow a 
{ 
  font-weight:bold;
  text-decoration:none; 
}

#FleetList
{
  float:right;
  width: 510px;
  margin: 0px 50px 10px 0;
  border: solid 1px #cccccc;/* #819fa4 */
  /* height: 520px;
  min-height: 520px;
  max-height: 520px;
  overflow:scroll; */
}
#FleetList a{ text-decoration:none; }
#FleetListHeader
{
	background: url(images/FleetListHeaderBg.png) repeat-x left top;
	line-height: 20px;
  font-size: 10px;
  font-weight:bold;
  color:#ffffff;
  padding-right: 18px;
}
#FleetListHeader span{ display:inline-block; }

#FleetListBody
{
  height: 490px;
  min-height: 490px;
  max-height: 490px;
  overflow:scroll;
  overflow-x: hidden;
  scrollbar-face-color: #587e84;
}
.FleetListItem, .FleetListItemSelected, .FleetListItemAlternate
{
	height: 25px;
  font-size: 10px;
  font-weight:bold;
  color:#007A5E;
}
.FleetListItemAlternate{ background-color:#eeeeee; }
.FleetListItemSelected{ background-color:#e0e0e0; }

.Vesselname { padding-left:20px; width:120px; padding-right: 5px; }
.Owner { width:150px; padding-right: 5px; }
.Management { width:150px; padding-right: 5px; }
.Flag { width:34px; }

#FleetDecades
{
    margin-left: 35px;
    clear:both;
}
#FleetDecades ul
{ 
  list-style-type:none; 
	width: 100%;
	height: 72px;
	margin: 0 0 30px 0;
	padding-left: 25px;
	background: url(images/FleetDecadesBg.gif) no-repeat left bottom;
}
#FleetDecades li
{
	display: block;
	float: left;
	margin:  0 5px 0 5px; 
	width: 78px; 
	text-align:center;
}
#FleetDecades li.selected
{
	background: url(images/FleetDecadesSelectedBg.gif) repeat-x left bottom;
}
#FleetDecades li input
{
  width:78px;
  height:48px;
  margin-bottom: 7px;
}
#FleetDecades li span
{ 
  color:White;
  display:block;
  font-weight:bold; 
  font-size: 13px;
  line-height: 15px;
}
#FleetDecades li span a
{
  color:White;
  text-decoration:none;
}

/**********************************/
/*  Notice                        */
/**********************************/
#NoticeArea
{
  background-color: #eee;
  padding: 5px 5px 5px 5px;
}
#NoticeArea h2 {}

#NoticeArea div.NoticeText
{
  color: #000; 
}
