body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
/*    background-repeat: no-repeat; 
    background-image: url(../Images/masterbackground.jpg);*/
}

table.ContentTable 
{
	/*border-top: 1px solid #12316e;
	padding-top: 10px;*/
}

.ContentColumn 
{
	padding-top: 8px;
}


.ApplicationToolbar
{
    color: #ffffff;
    background-color: #0F5282;
}

/* Titles */
.Title , .SelectedTitle
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Links */

a
{
    color: #0F5282;
    text-decoration: none;
}

a.Title, a.SelectedTitle 
{
	font-weight: bold;
}

a.SelectedTitle
{
	color: #12316e;
}

a:hover 
{
	color: #909090;
}

/* Dividers */

.HeavyDivider 
{
	height: 1px;
	line-height: 1px;
    border-bottom: 1px solid #12316e;
}

.MediumDivider 
{
	height: 1px;
	line-height: 1px;
    border-bottom: 1px solid #a0adc5;
}

.LightDivider 
{
	height: 1px;
	line-height: 1px;
    border-bottom: 1px dashed #37a1cc;
}

.TrailingDivider 
{
	width: 100%;
	height: 1px;
	line-height: 1px;
    border-bottom: 1px solid #12316e;
    padding-top: 10px;
}

/* Bullet menus */

.ChannelMenu ul.BulletList
{
	margin-left: 20px;
	padding-left: 0;
}

.ChannelFeed ul.BulletList, .ChannelMenu ul.BulletList
{
	margin-bottom: 0px;
}

ul.BulletList
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	padding-left: 0;
}

ul.BulletList li 
{
	list-style-type:square;
	color: #37a1cc;
	padding-left: 0;
	padding-bottom: 2px;
	margin-left: 0;
	margin-bottom: 0px;
}

ul.BulletList a 
{	
	color: #37a1cc;
	font-weight:normal;
}

/* Channel menu */
ul.BulletList a.Selected 
{
	color: #12316e;
}

ul.BulletList a.RightMenu_NotSelected
{
	color: #12316e;
}

/* Comments and annotations */
.Comment 
{
	color: #909090;
}

.ErrorMessage 
{
	color: Red;
}



/* Top menu */
.topMenu, .topMenuSelected, .HorizontalTopMenu a, .topMenu td
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a.topMenu
{
    color: #12316e;
}

a.topMenu:hover
{
	color: #909090;
}

a.topMenuSelected
{
    color: #37a1cc;
}

.topImageCell
{
    border-top: solid 1px #12316e;
}

.topMenuSeparator 
{
	width: 1px; 
	border-right: 1px solid #12316e;
}

table.topMenu 
{
	border-bottom: 1px solid #12316e;
}

/* Horizontal top menu */

.HorizontalTopMenu a
{
	color: #12316e;
}

.HorizontalTopMenu a:hover
{
	color: #909090;
}

/* Left menu */

.LogoImage 
{
	margin-bottom: 15px;
}

.LogoBottom
{
    border-top: solid 1px #12316e;
}

.leftMenuTable
{
    /*border-top: solid 1px #12316e;*/
    border-bottom: solid 1px #12316e;
}

.leftMenuItem a 
{
	color: #12316e;
}

.leftMenuItem a.leftMenuSelected
{
    color: #37a1cc;
}


.leftMenuItem
{
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
}

.leftMenuItemSeperator
{
    border-top: solid 1px #a0adc5;
    height: 1px;
    line-height: 1px;
}

.leftSubMenuContainer
{
    padding-left: 12px;
}

.leftSubMenuItemSeperator
{
	height: 1px;
	line-height: 1px;
    border-bottom: 1px dashed #37a1cc;
}

/* linkbullets  */
.column a
{
	color: #000000;
	/*background-image: url((LinkBullet));*/
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

/* footer styles */
.footer
{
	border-top: solid 1px #B7B7B7;
	margin-top: 50px;
}


.footer td
{
	background-color: #ffffff;
	color: #0B3959;
}

.footer a
{
	background-color: #ffffff;
	color: #0B3959;
}
.footer a:hover
{
	background-color: #ffffff;
	color: #0B3959; /*SKIFT DENNE FARVE HVIS EFFEKTEN SKAL SES*/
}
.footerSpacerDot
{
	background-image: url(../images/footerSpacerDot.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 21px;
	height: 30px;
}
.footerLogo
{
	text-align: center;
	padding-top: 15px;
}


/* Forms */

.FormCaption {
    font-weight: bold;
    font-size: 12px;
}

input.Focused, textarea.Focused, select.Focused
{
	border: 1px solid #0F5282;
}

input, textarea, select 
{
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.NoBorder input, input.NoBorder
{
	border: 0px;
}

textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Button 
{
	background-color: #0F5282;
	color: White;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset 
{
	border: 1px solid #12316e;
}

/* ImageNavigator */
/* TBD: Clean up */

.ImageNavigator a {
	color: White;
	text-decoration : none;
	font-weight: bold;
}

.ImageNavigator a.Selected {
	color: Black;
}

.ImageNavigator a:hover {
	/*color: #6F0077;
	text-decoration : none;*/
}
.ImageNavigator .scrollHeader
{
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: 27px;
}
#divScrollTextCont 
{
	position: relative;
	border: solid white 0px;
	left: 0px;
	top: 0px;
	width: 666px;
	height: 131px;
	clip:rect(0px 666px 131px 0px);
	overflow: hidden;
	/*visibility: hidden;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#divText 
{
	position: absolute;
	border: solid white 0px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.ImageNavigator ul.BulletList
{
	margin-left: 20px;
	padding-left: 0;
}

.ImageNavigator ul.BulletList li 
{
	color: #12316e;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	white-space: nowrap;
	line-height: 10px;
}

.ImageNavigator ul.BulletList a 
{
	font-weight: normal;
	color: White;
	font-size: 10px;
	line-height: 10px;
}

.ImageNavigator ul.BulletList a:hover 
{
	color: Black;
}

.ImageNavigator ul.BulletList a.Selected 
{
	font-weight: normal;
	color: Black;
}

/* Channel menu */
.ChannelMenu a.Selected 
{
	color: #12316e;
}

/* FAQ */

.faqQuestion 
{
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqAnswer 
{
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 10px;
}

/* Fleet */

table.FleetData
{
	border: 0;
	margin: 0;
	padding: 0;
}

table.FleetData td 
{
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.FleetData td.Even
{
	border: 0;
	margin: 0;
}

table.FleetData td.Odd
{
	border: 0;
	background-color: #EDEDED;
	margin: 0;
}

/* Schemas */

table.Schema
{
	border: 0;
	margin: 0;
	padding: 0;
	
}

table.Schema td, table.Schema th
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
	font-size: 10px;
}

table.Schema td.Even
{
	border: 0;
	margin: 0;
}

table.Schema td.Odd
{
	border: 0;
	background-color: #EDEDED;
	margin: 0;
}

table.Schema th
{
	font-style: italic;
	font-weight: normal;
	padding-bottom: 6px;
}

/* News */

table.NewsIndex 
{
    border-top: 1px solid #12316e;
    border-bottom: 1px solid #12316e;
}

.NewsIndexChannelItem
{
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}

.NewsIndexPostingItem
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}


.NewsIndexChannelItem a
{
	font-weight: bold;
}


a.NewsIndexChannelLinkSelected
{
	color: Black;
}

.NewsIndexPostingItem a
{
	font-weight: normal;
}

.NewsIndexPostingContainer
{
    padding-left: 12px;
}


/* Frontpage */

.PortalHomeDivider
{
	height: 1px;
	line-height: 1px;
    border-bottom: 1px solid #9FBACD;
}

.PortalHome td
{
	padding: 8px 0px 0px 0px;
}

/* Channel feeds */

.ChannelFeed .ItemTitle 
{
	margin: 0;
}

.ChannelFeed .ItemTitle a 
{
	color: Black;
	
}

.ChannelFeed .ItemTitle a:hover
{
	color: #909090;
}

.ChannelFeed .ItemDate
{
	color: #909090;
	margin: 0;
}

.ChannelFeed .ItemSeparator 
{
	height: 8px;
	margin: 0;
	padding: 0;
}

/* Search */
.TeaserBox 
{
	margin-top: 10px;
}

/**** FRONTPAGE COLUMN STYLES BEGIN 
.column
{
	border-bottom: solid 1px #9FBACD;
}
.column td
{
	padding: 8px 0px 8px 0px;
}
.column a
{
	color: #000000;
	background-image: url(../images/linkBullet.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
}
.new
{
	color: #37A1CC;
}
/**** FRONTPAGE COLUMN STYLES END *******/

/* other styles */

.Invisible {
    display: none;
}

table.FormTable td 
{
    padding-top: 4px;
}

img.MOHomeImage 
{
	margin-bottom: 0px;
	margin-right: 9px;
	margin-top: 0px;
	margin-left: 0px;
}

/* ************************** STYLES FOR APPLICATIONFORM INPUT TYPE = TEXT STYLES ******* */
.appform {width: 220px;; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform40 {width: 40px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform50 {width: 50px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform100 {width: 80px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform200 {width: 150px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform300 {width: 300px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform100p {width: 100%; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
.appform460 {width: 460px; color: #000033; font-family: Arial, Verdana; font-size: 12px;}
