@import "TinyMCE.css";
@import "linkButtons.css";

html
{
  /*
    Set-up for a min-height 100% design
  */
  min-height: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body
{
  /*
    use text-align on the BODY tag to
    change the position of the containing content block
  */
  text-align: center;
  background:  #01265d url(../images/2009_redesign/background.jpg) no-repeat fixed top center;
  /*
    Set-up for a min-height 100% design
  */
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0 0 20px 0;
}

#aspnetForm
{
  min-height: 100%;
  height: 100%;
  width: 100%;
  float: left;  
}

#MainOuter
{ 
  background: White;
  margin: 0 auto;
  width: 966px;
  border: solid 4px #373737;
  border-top: none;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

#MainInner
{
  border: solid 1px #6a6a6a;
  border-top: none;
}

p, td, div, span, body
{
  font-size:11px;
  line-height:15px; 
  color:#17242d;
}
p
{
  padding:5px 10px 5px 0px;
}

h1
{
	color:#1c3f94;
	font-size:18px;
}

h2
{
  color: #A60004;
}


input, textarea
{
	font-size: 12px;
	color: #092869;
}

#rightnav img,
#leftnav img,
#banner img
{
  border: 0px;
}


/*********************
 Page Containers
 *********************/

#cmsPageContainer1
{
	width: 100%;
  height: 100%;
  min-height: 100%;
	display:block;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cmsPageContainer2
{
	width: 100%;
  height: 100%;
  min-height: 100%;
	display:block;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cmsPageContainer3
{
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cmsPageBackground
{
  width: 100%;
  height: 100%;
  min-height: 100%;  
  margin: 0px 0 0px 0;
  padding: 0px 0px 0px 0px;
	position: relative;
}

/*********************
 Top
 *********************/

#banner
{
  text-align: left;
  width: 100%;
  height: 120px;
  display: block;
	margin: 0px;
	padding: 0px;
  background: White url( ../images/2009_redesign/logo.jpg ) 20px 20px no-repeat;
}
#bannerinner
{
  background: none;
  width: 100%;
  height:100%;
  padding: 0;
  padding-right: 0;
  position: relative;
}

#mainMenuWrapper
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  display: block;  
  background: Transparent url(../images/2009_redesign/top_nav_bottom_bg_middle.gif) repeat-x scroll left 3px; 
}

#mainMenuOuterLeft,
#mainMenuOuter,
#mainMenuOuterRight
{
  height: 52px;	
  display: block;
	margin: 0;
	padding: 0;
  float:left;
}


#mainMenuOuterLeft
{
  width: 25px;
  background: Transparent url(../images/2009_redesign/top_nav_bg_left.gif) no-repeat scroll right 11px;	
}
#mainMenuOuter
{
  background: Transparent url(../images/2009_redesign/top_nav_bg_middle.gif) repeat-x scroll left 11px;  
}
#mainMenuOuterRight
{
  background: Transparent url(../images/2009_redesign/top_nav_bg_right.gif) no-repeat scroll left 11px;  
  width: 6px;
}

#mainMenu
{
  /*background: Transparent url(../images/2009_redesign/top_nav_bg_middle.gif) repeat-x scroll 0 10px;
	padding: 0;
	height: 33px;	*/
}

#mainMenu a 
{
	margin: 0px;
	padding: 0px;
}


/*****************
 Middle Block
 *****************/

#cmsMiddleBlock
{
	z-index: 1;
	display:block;
	margin: 0;
	float: left;
	background: White url(../images/2009_redesign/content_background_bottom.jpg) repeat-x bottom left;
}
#cmsMiddleBlockInner
{
	float: left;
	padding: 0;
	padding: 18px 16px 0px 18px;
	background: White url(../images/2009_redesign/content_background.jpg) repeat-x top left;
	width: 930px;
	*border: solid 1px #6A6A6A;
	*border-top: none;
	*border-bottom: none;
	*margin-left: -1px;
}


/****************
 Clearings 
 ****************/

div.clear
{
  clear: both;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px; /* For IE - for some reason font-size is causing the empty div to have a height */
  height: 1px;
}

#cmsMiddleBlockClear
{
 /* display: block;
  height: 52px;
  margin: 0px;*/
  height: 0px;
  display: none;
}

#cmsBackgroundClear
{
  height: 0px;
  display: none;
}

/******************
 Left
 ******************/

#leftnav
{
  width: 195px;
  display: block;
	background-color: #FFF;
	border: solid 1px #d4d4d4;
	border-top: none;
	padding: 1px;
	padding-bottom: 0;
	height: 100%;
	float:left;
	text-align: left;
}
#LeftNavHeader
{
  color:#FFFFFF;
  background: Transparent url(../images/2009_redesign/left_nav_header.jpg) no-repeat scroll left top;
  font-size:13px;
  font-weight:bold;
  display: block;
  height: 20px;
  vertical-align: middle;
  padding-left: 5px;
  padding-top: 5px;
}
#leftnav h4
{
  color: #533A1C;
  padding-left: 5px;
}
#leftnav .Sitemap, #leftnav #LeftNavMenu
{
  width: 186px;
  margin-left: 0;
  _margin-left: 0;
  padding-left: 0px;
  background-color: #533A1C;
  border-top: solid 1px white;
}
#leftnav .Sitemap div, #leftnav .LeftSubNav
{
  border-bottom: solid 1px white;  
}
#leftnav .Sitemap div div
{
  border-bottom: none;  
}
#leftnav .Sitemap a, #leftnav #LeftNavMenu a
{
  color: White;
  width: 190px;
  padding-left: 5px;
  padding-top: 5px;
  display: block;
  _height: 20px;
  min-height: 20px;
  background: Transparent url(../images/2009_redesign/left_nav_item.jpg) no-repeat scroll left top;
  background-repeat: no-repeat;
/*  background-color:red;*/
}
#leftnav .Sitemap a:hover, #leftnav #LeftNavMenu a:hover,
#leftnav .Sitemap a:active, #leftnav #LeftNavMenu a:active
{  
  background-position: left -30px;
  text-decoration: none;
}


#leftnav .Sitemap .Submenu a, 
#leftnav #LeftNavMenu .LeftSubNav a
{
  color: #333;
  background-image: url(../images/blue_arrow.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 3px;
  min-height: 20px;
  _height: 20px;
  background-position: 10px 6px;
  width: 175px;
}
/*
#leftnav #LeftNavMenu .LeftSubNav .offset
{
	margin-left:10px;
}
*/
#leftnav .Sitemap .Submenu .offset a, 
#leftnav #LeftNavMenu .LeftSubNav .offset a
{
  color: #333;
  background-image: url(../images/blue_arrow.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 3px;
  min-height: 20px;
  _height: 20px;
  background-position: 10px 6px;
  width: 165px;
  margin-left:10px;
}

#leftnav .Sitemap .Submenu .offset2 a, 
#leftnav #LeftNavMenu .LeftSubNav .offset2 a
{
  color: #333;
  background-image: url(../images/blue_arrow.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 3px;
  min-height: 20px;
  _height: 20px;
  background-position: 10px 6px;
  width: 155px;
  margin-left:20px;
}

#leftnav .Sitemap .Submenu, #leftnav #LeftNavMenu .LeftSubNav
{
  background-color: #F1F2ED;
  margin-bottom: -3px;
 /* margin-left: -20px;
  padding-left: 20px;*/
  width: 195px;
}

#leftnav .Sitemap .Submenu a:hover, 
#leftnav #LeftNavMenu .LeftSubNav a:hover,
#leftnav .Sitemap .Submenu a:active, 
#leftnav #LeftNavMenu .LeftSubNav a:active
{
  background-color: #DDD;
  text-decoration: none;
}

#leftnav #LeftNavMenu .LeftSubNav{display: none;}
body.manuport_group_aspx #leftnav #LeftNavMenu #BelgiumSubNav{display:block;}
body.water_container_transport_aspx #leftnav #LeftNavMenu #BelgiumSubNav{display:block;}
body.rauma_aspx #leftnav #LeftNavMenu #FinlandSubNav{display:block;}
body.botnia_aspx #leftnav #LeftNavMenu #FinlandSubNav{display:block;}
body.terminal_rinfuse_italia_aspx #leftnav #LeftNavMenu #ItalySubNav{display:block;}
body.tarragona_port_services_aspx #leftnav #LeftNavMenu #SpainSubNav{display:block;}
#leftnav #LeftNavMenu li
{
  margin:0;
  padding: 0;
  width: 186px;
  list-style: none;
  border-bottom: solid 1px white;
}
#leftnav #LeftNavMenu .LeftSubNav li
{
  border: none;
}
#leftnav ul
{
  margin: 0;
  padding: 0;
	text-align: left;
}

#leftnav div.NewsArticleList
{
  padding: 10px;
}

/*****************
 Content Containers
 *****************/

#cmsContentOuter
{
  float:left;
	text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  width: 710px; 
  background: White;
}
body.home #cmsContentOuter
{
  padding: 0;
}
body.admin #cmsContentOuter
{
  width: 100%;
}

/****************
 Right
 ****************/

#rightnav
{
  display: none;
}

/***************
 Footer
 ***************/

#footer 
{
  text-align: left;
  width: 928px;
	height: 20px;
  background: White;
	padding: 18px;
  float: left;
  clear: both;
  margin: 0;
}
#footerinner
{
  background: none;
  width: 928px;
	height: 20px;
  float: left;
  clear: both;
  margin: 0;
}

#footerlinks
{
	color:#666;
	float: right;
	text-decoration:none;
	margin: 15px 0px 0px 0px;
	text-align: right;
}

#footerlinks ul 
{
	margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
	font-size:11px;
}

#footerlinks li
{
 background-image:url(../images/interface/wh_dot.gif);
 background-repeat:no-repeat;
 color:#666;
 display:inline;
 padding: 0px 0px 0px 5px;
 margin: 0px 5px 0px 0px;
 font-size:11px;
}
#footerlinks a
{
	color:#666;
	text-decoration:none;
	display:inline;
 	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 10px;
	font-size:9px;
}

#footerlinks a:hover
{
	color:#999;
	text-decoration:underline;
}

#footer .copyright
{
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  color: #999;
  height: 20px;
  float: left;
  clear: left;
  width: 180px;
  margin: 0;
}

#footer .speedwell
{
  font-size:10px;
  line-height: 16px;
	color:#0A296A;
	height: 20px;
  float: right;
  width: 400px;
  text-align: right; 
  margin: 9px 5px 0px 0px;
}

#footer .speedwell a.externalLink 
{
  font-size:10px;
	color:#0A296A;
	height: auto;
  width: auto;
  float: none;
	padding-left:3px;
	text-decoration:none
}
#footer .speedwell a.externalLink:hover
{
	font-size:10px;
	color:#0A296A;
	text-decoration:underline;
}
#footer .speedwell img
{
  vertical-align: middle;
	margin-left:5px;
}

/***************
 Forms
 ***************/

div.contactForm
{
  width: 100%;
}

div.entryForm
{
  width: 100%;
}

div.addressEntry_address
{
  width: 100%;
}

div.addresseEntry_additionalAddress
{
  width: 100%;
}

table.entryFormTable,
table.customerEntryTable,
table.addressEntryTable
{
  border-collapse: collapse;
  border: none 0px #ffffff;
}

.error
{
  color: #ff0000;
  font-weight: bold;
}

div.formelement
{
  clear: both;
  margin: 2px 0px 0px 0px;
}

.titleField
{
  min-height: 25px;
  _height: 25px;
  width: 140px;
  vertical-align: middle;
  text-align: left;
}

div.titleField
{
  float: left;
}

td.entryField
{
  white-space: nowrap;
}

.titleMain
{
  min-height: 25px;
  _height: 25px;
  text-align: left;
}

.mandatory
{
  color: #ff0000;
}

.contactForm .titleField
{
  vertical-align: top;
}

#leftnav .ArticleList
{
  padding: 5px;
}
#leftnav .ArticleList div
{
  color: #FFF;
}
#leftnav .ArticleList div.Title
{
  font-weight: bold;
}
#leftnav .ArticleList a:link,
#leftnav .ArticleList a:hover,
#leftnav .ArticleList a:active,
#leftnav .ArticleList a:visited
{
 /*color: #533A1C; */
}
#leftnav .ArticleList .Article
{
  border-bottom: solid 1px #CCC;
}
#LeftNavHeader span
{
  color: White;
}

#leftnav ul li.closed ul { display: none; }


body.euroports #MainFlash
{
  width: 344px !important;
  float: right;
}
.NewsPage .Article
{
  background: Transparent url(../images/bg_news_grad.gif) repeat-y scroll top left;
  margin-bottom: 3px;
}
.NewsPage .Article .Date
{
  width: 100px;
  float: left;
  text-align: center;
  padding-top: 5px;
}
.NewsPage .Article .Title
{
  float: left; 
  padding-top: 5px;
}
.NewsPage .Article .Content
{
  float: left;
  clear: both;
  padding-left: 95px;
}
.ArticleList .Article .Title
{
  padding-bottom: 5px; 
}
.ArticleList
{
  /*border-top: solid 2px #CCC;
  padding-top: 4px; */
}

/* HOME PAGE */
body.home #cmsContentOuter
{
  width: 930px; 
  background: none;
  padding: 
}
body.home .cmsContent
{
  text-align: center;
}

body.home .cmsContent .MainContent,
body.home .cmsContent .Ports
{  
	margin: 0;
  text-align: left;
  min-height: 50px;
  _height: 50px;
}

body.home .cmsContent .MainContent
{
	border: solid 1px #d4d4d4;
	padding: 1px;
  width: 926px;
  background: White;
  text-align: left;
}
body.home .cmsContent .MainContent h1
{
  float: left;
  width: 500px;
  text-align: left;
  padding-left: 5px;
}
body.home .cmsContent .MainContent p
{
  float: left;
  width: 500px;
  text-align: left;
}
body.home .cmsContent .MainContent img
{
  float: right; 
}

body.home .cmsContent .Ports td
{
	width: 150px;
}

body.home .cmsContent div.SideBySide
{
  margin: 10px auto;
  width: 932px;
  display: block;
}

body.home .cmsContent div.HomepageMap,
body.home .cmsContent div.HomepageNews
{  
	border: solid 1px #d4d4d4;
	padding: 1px;
	width: 457px;
	float: left;
	margin: 0;
	clear: none;
  text-align: left;
  min-height: 50px;
  _height: 50px;
  background: White;
}

body.home .cmsContent div.HomepageMap h3,
body.home .cmsContent div.HomepageNews h3
{
  background: Transparent url(../images/2009_redesign/home_block_heading.jpg) no-repeat scroll left top;
  color: White;
  padding: 8px;
  margin: 0;
}

body.home .cmsContent div.HomepageNews { margin-left: 8px;}

body.home .cmsContent div.HomepageNews .NewsArticleList
{
  height: 129px;
  min-height: 129px;
  _height: 159px;
  overflow-y: scroll;
  padding: 15px;
  padding-right: 20px;
}
body.home .cmsContent div.HomepageNews .NewsArticleList .Article .Date
{
  border-bottom: solid 1px #c1b490;
  color: #883c0c;
  font-weight: bold;  
}
body.home .cmsContent div.HomepageNews .NewsArticleList .Article .Title,
body.home .cmsContent div.HomepageNews .NewsArticleList .Article .Blurb
{
  color: Black;
}

body.home .cmsContent div.HomepageMap a span { display: none; }
body.home .cmsContent div.HomepageMap a
{
  background: url(../images/2009_redesign/home_flash_link.jpg) no-repeat left top;
  width: 457px;
  height: 159px;
  display: block;
  background-position:right top;
}
body.home .cmsContent .Ports h3
{
  text-align: left;
  color: #1F679A;
  padding-left: 5px;
  padding-right: 20px;
  float:left;
}

body.home .cmsContent .Ports p
{
  text-align: left;
}

body.home .cmsContent .Ports td
{
  text-align: left;
}

body.home .cmsContent .Ports td h5
{
  background: #1F679A;
  padding: 2px;
  display: block;
  margin: 0;
  font-weight: bold;
  color: White;
  margin-left: 7px;
  margin-right: 7px;
}
body.home .cmsContent .Ports td ul
{
  padding-left: 2px;
  list-style: none;
  margin: 0px 0px 0px 7px;
}
body.home .cmsContent .Ports td ul li
{
  background-image: url(../images/2009_redesign/ports_red_arrow.gif);
  background-position: left 3px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-left: 12px;
}

body.home .cmsContent .Ports td a
{
  display: block;
  width: 100%;
  text-align: center; 
}
body.home .cmsContent .Ports td a img
{
  margin: 0 auto;
}

body.home .cmsContent .Ports td ul li a
{
  text-align: left;
  display: inline;
}

/* markse: hack to hide the flash on the international network page(s) ... either this or create a whole new template in brochure ...this was faster :-) */
body.international_network_aspx #MainFlash
{
	display:none;
}