/************************/
/* GLOBAL               */
/************************/
body
{
    font: 12px/16px Verdana;
    margin: 0;
    padding: 0;
    text-align: center; /* background-color: #2d8374; */ /* overflow: auto; */
}

body form
{
}

.stdcolor
{
    color: #216b55;
}
.altcolor
{
    color: #9D5741;
}

a
{
    color: #9D5741;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1, h2, h3, h4
{
}
h1
{
    color: #216b55;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    padding: 0;
    margin: 30px 0 20px 0;
}
h2
{
    color: #216b55;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 30px 0;
}
h3
{
    color: #216b55;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0 0 20px 0;
}
h1.StdColor
{
    color: #216b55;
}
h2.StdColor
{
    color: #216b55;
}
h3.StdColor
{
    color: #216b55;
}
h1.AltColor
{
    color: #9D5741;
}
h2.AltColor
{
    color: #9D5741;
}
h3.AltColor
{
    color: #9D5741;
}

p
{
    margin: 0 0 10px 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: 0;
}

fieldset
{
    margin: 0 0 1em 0;
    padding: 0;
}

.hidden
{
    display: none;
}

.error
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color: White;
    background: black url(/images/buttonBg.png) repeat-x;
}

table
{
    font-size: 12px;
    border-collapse: collapse;
}

th
{
    text-align: left;
}

/************************/
/* Canvas               */
/************************/
#CanvasTop
{
    display: none;
}
#Canvas
{
    text-align: center; /* background: url(/images/CanvasBg.png) #2d8374 repeat-x; */
    width: 100%;
}
#CanvasBottom
{
    display: none;
}

/************************/
/* Page                */
/************************/
#PageWrapper
{
    /* background:  url(/images/container_bg.png) #287366 no-repeat center top; */
    text-align: left;
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 10px;
}
#PageWrapperBottom
{
    /* background:  url(/images/PageWrapperBottom.png) repeat-x left top; */
    height: 10px;
    margin: 0 10px;
}
#Page
{
    background: #FFFFFF none repeat scroll 0 0;
    position: static;
    text-align: left;
    width: 980px;
    margin: 0px auto; /*  	background: url(images/PageBg.png) repeat-y right top;  	padding: 0 0.5em;   */
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
    /* background: url(/images/HeaderAreaBg.gif) repeat-x scroll center top; */
    height: auto;
    min-height: 100px; /* max-height: 100px; */
    overflow: hidden;
}

#Header
{
    /* position: relative; 	background: url(images/PageCornerLeft.png) 0 0 no-repeat; */
    padding: 2px; /* height: 60px; */
}

/************************/
/* Logotype               */
/************************/
#Logotype
{
    float: left;
    margin: 15px 0px 0px 0px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea
{
    background: url(/images/MainMenuBg.gif) repeat-x left top;
    position: static;
    height: 30px;
    color: White;
    font-size: 10px;
    font-weight: bold;
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

ul#MainMenu
{
    height: 30px;
    line-height: normal;
    width: auto;
    margin: 0px;
    padding: 0px; /* background: url(images/MainMenuLeft.png) no-repeat left top; */
    list-style-type: none;
    float: none;
    font-size: 10px;
    font-weight: bold;
}

#MainMenu li
{
    display: block;
    float: left;
    margin: 0px; /* 2px 0px 2px 0px; */
    padding: 0px 0px 0px 0px;
    height: 30px;
    background: url(/images/MainMenuDivider.gif) no-repeat right 7px;
}

#MainMenu li a
{
    color: White;
    display: block;
    line-height: 30px;
    padding: 0px 14px;
    margin-right: 1px;
    text-decoration: none;
    text-transform: none;
}

#MainMenu li.lastitem
{
    background-image: none;
}

#MainMenu li.lastitem a
{
    padding: 0px 0px 0px 10px;
}

#MainMenu li.selected
{
}

#MainMenu li.selected a
{
    background: url(/images/MainMenuSelectedBg.gif) repeat-x left top;
    display: block;
}

#MainMenu li.unselected a:hover
{
    background: url(/images/MainMenuSelectedBg.gif) repeat-x left top;
}

/************************/
/* SUBMAINMENUAREA      */
/************************/
.SubMainMenuArea
{
    height: 18px;
    background: url(/images/SubMainMenu.gif) 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: left; */
}

.SubMainMenuArea li
{
    display: block;
    float: left;
    margin: 0px; /* 2px 0px 2px 0px; */
    padding: 0px;
    height: 14px;
    background: url(/images/SubMainMenuDivider.gif) no-repeat right 3px;
}

.SubMainMenuArea li a
{
    display: block;
    padding: 0px 15px;
    margin-right: 2px;
    text-decoration: none;
    color: White;
}

.SubMainMenuArea li.selected
{
}

.SubMainMenuArea li.selected a
{
    background: url(/images/SubMainMenuSelected.gif) repeat-x right top;
}

.SubMainMenuArea li.unselected a:hover
{
    background: url(/images/SubMainMenuSelected.gif) repeat-x right top;
}

/************************/
/* Languages            */
/************************/
ul#Languages
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left; /* width: 80px; */
    height: 42px;
}
#Languages li
{
    display: block;
    float: left;
    padding: 0px;
    height: 42px;
    margin: 0px 6px 0px 0px;
    overflow: auto;
}
#Languages li.current_language
{
    background: url(/images/language_current.png) no-repeat center bottom;
}
#Languages li a
{
    display: block;
    text-decoration: none;
    float: left;
    padding: 0;
    height: 25px;
    width: 25px;
}
#Languages li a.sv_flag
{
    background: url(/images/flagsround/SV.gif) no-repeat;
}
#Languages li a.en_flag
{
    background: url(/images/flagsround/EN.gif) no-repeat;
}
#Languages li a.sv_flag_off
{
    background: url(/images/flagsround/SV_off.gif) no-repeat;
}
#Languages li a.en_flag_off
{
    background: url(/images/flagsround/EN_off.gif) no-repeat;
}

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
    /* position: absolute; 	right: 0px; */
    float: right;
    margin: 35px 10px 10px 10px;
    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 0;
    font-size: 10px;
    float: left;
    padding: 2px 0px 0px 0px;
    width: 105px;
    max-width: 105px;
    height: 15px;
}

.quickSearchButton
{
    background: url(/images/quicksearch_button.gif) no-repeat top right;
    width: 50px;
    height: 17px;
    display: block;
    float: left;
    border: none;
    margin: 0px 0px 0px 10px;
    padding: 2px 13px 0px 0px;
    font-size: 10px;
    color: #1a1a1a;
    text-transform: none;
    cursor: hand;
}

/*
/*************************/
/* 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
{
    /* background: url(/Images/SubMenuBg.png) no-repeat left top; */ /* position: absolute;   top: -95px;   right: 45px; */
    position: static;
    top: 0px;
    left: 0px;
    width: 306px;
    max-width: 306px;
    overflow: auto;
    margin: 0px 30px 0 0;
    float: right; /* z-index: 0; */
}

div#SubMenuTop
{
    /*  background: url(/Images/SubMenuBg.png) no-repeat left top;       position: absolute;   top: 0px;   right: 0px;   	width: 330px;  	height: 140px;*/ /* z-index: -1; */
    display: none;
}

#SubMenu
{
    padding: 5px;
    width: 296px;
    max-width: 296px;
    position: static;
    margin-top: 12px;
    top: 0px; /*   background: #92B0B4 url(glossy/images/SubMenuBg.png) repeat-x left bottom;   max-height: 500px;   min-height: 160px;  */
}

#SubMenu h2
{
    font-size: 17px;
    font-weight: normal;
    margin: 0px 0 20px 0;
}

#SubMenu a
{
    text-decoration: none;
}

#SubMenu a:hover
{
    /* font-weight:bold; */
    text-decoration: underline;
}

#SubMenu ul
{
    border: none;
    padding: 0;
    margin: 0 0 0 5px;
    list-style-type: none;
}

#SubMenu ul ul
{
    background: transparent url(/images/dotted_border.png) repeat-x scroll left top;
}

#SubMenu li ul
{
    margin: 0;
}

#SubMenu li
{
    background: transparent url(/images/dotted_border.png) repeat-x scroll left bottom; /* line-height: 42px; */
    padding: 0px 0px 0px 3px;
    margin: 0px; /* border-bottom: 1px solid #edecea; */
}

#SubMenu li a, #SubMenu li span
{
    background: transparent url(/images/arrow_grey.png) no-repeat left center;
    color: #9D5741;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 14px 0px 14px 10px;
    text-decoration: none;
}

#SubMenu span.selected
{
    color: #216b55;
    background: transparent url(/images/arrow_down_grey.png) no-repeat left center;
}

#SubMenu li li
{
    padding: 0px 0px 0px 17px; /* font-size:10px;    margin: 0px; 	border-bottom: none;  	background: url(/images/pil_red.gif) no-repeat left 9px;*/
}

#SubMenu li li.selected
{
    /* background: url(/images/pil_green.gif) no-repeat left 9px; */
}

/* #SubMenu li li li
{
  margin: 0 0px 0 20px;
	border-bottom: none;
} 

#SubMenu li.Label
{
  padding-top:15px;
  padding-bottom:0;
  font-size:14px;
  font-weight:bold;
  line-height: 20px;
	border-bottom: 2px solid #edecea;
}
*/

/* 
#SubMenu li span 
{
  color:#9D5741;
	font-weight: bold;
}

#SubMenu li li span 
{
  color:#9D5741;
	font-weight: bold;
}

#SubMenu li li a, #SubMenu li li span
{
	padding: 0 1px 0 1px;
}
*/

#SubMenu li span.newsitemdate
{
    display: inline;
    font-size: 10px;
    font-weight: normal;
    background: none;
    padding: 0 0 0 3px;
}
#SubMenu li li span.newsitemdate
{
    display: inline;
    font-size: 10px;
    font-weight: normal;
    background: none;
    padding: 0 0 0 3px;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainArea
{
    background-color: #fafafa;
    height: auto;
    min-height: 501px;
}
#MainContentArea
{
    position: relative;
    background-color: Transparent;
    width: 980px;
    min-width: 980px;
    max-width: 980px;
    height: auto;
}

/* IE 6 doesn't understand the > selector and ignores it */
/* html>body #MainContentArea {height: auto;} */

/*************************/
/* MAINBODYAREA           */
/*************************/
#MainBodyArea
{
    position: static;
    width: 537px;
    max-width: 537px;
    float: left;
    margin: 30px 0 0 30px;
}

#MainBody
{
    margin: 0px 0px 20px 5px;
}
#MainBody h1
{
    margin: 0 0 10px 0;
}
#MainBody h2
{
    margin: 0 0 10px 0;
    font-size: 11px;
    line-height: 16px;
}
#MainBody h3
{
    margin: 0;
}
#MainBody img.IntroImage
{
    margin-bottom: 15px;
}
#MainBody .BodyText
{
    color: #757575;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}
#MainBody .BodyText img
{
    float: left;
    margin: 15px 15px 15px 0;
}
/* #MainBody .BodyText a {color:#7f7f7f; text-decoration:none; }
#MainBody .BodyText a:hover {color:#7f7f7f; text-decoration:underline; } */
#MainBody .source
{
    color: #757575;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}

#MainBody h1.StdColor
{
    color: #9D5741;
}
#MainBody h2.StdColor
{
    color: #9D5741;
}
#MainBody h3.StdColor
{
    color: #9D5741;
}
#MainBody h1.AltColor
{
    color: #757575;
}
#MainBody h2.AltColor
{
    color: #757575;
}
#MainBody h3.AltColor
{
    color: #757575;
}

#MainBodyArea .pageList
{
    padding: 0;
    margin: 0 0 0 5px;
}

#MainBodyArea .pageList ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* #MainBody #MainBody
{	
	padding: 0 2em 2em;
}


#SecondaryBodyArea
{
	width: 16em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}
*/
/*************************/
/* Page images           */
/*************************/
ul#pageimagescontainer
{
    list-style-type: none;
    width: 537px;
    max-width: 537px;
    margin: 0 0 20px 5px;
}
ul#pageimagescontainer li
{
    float: left;
    padding: 0 5px 5px 0;
}
/*************************/
/* LinkList              */
/*************************/
ul.linklist
{
    float: left;
    clear: left;
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0 0 0 5px;
    width: 100%;
}
ul.linklist li
{
    font-size: 12px;
    margin: 5px 0 10px 0;
}
ul.linklist li .MainIntro, ul.linklist li .MainIntro P
{
    margin: 0px;
}

ul.linklist li a
{
    background: url(/Images/arrow.png) no-repeat left center;
    padding-left: 10px;
    text-decoration: none;
}

ul.linklist li.expanded h2
{
    background: url(/Images/LinksBg.gif) no-repeat left top;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
}
ul.linklist li.expanded span.dateTime + h2
{
    background: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.linklist li.expanded ul.linklist
{
    float: none;
    clear: none;
    padding: 0 0 10px 0;
    margin: 0 0 0 10px;
}


/*************************/
/* SEARCH PAGE           */
/*************************/
.Search #SubMenuArea
{
    display: none;
}
#SearchArea
{
    width: 400px;
    max-width: 400px;
    overflow: auto;
    float: left;
    clear: both;
    margin: 0 0 0 5px;
    padding: 0px;
}
input.searchText
{
    width: 75%;
}

#ResultArea
{
    width: 839px;
    max-width: 839px;
    float: left;
    clear: both;
    margin: 0 0 0 5px;
    padding: 20px 0px 20px 0px;
}
#ResultArea h2
{
    margin: 0 0 20px 0;
}
#ResultArea ol
{
    margin: 0;
    padding-left: 35px;
}
#ResultArea li
{
    margin: 0;
    padding: 0;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
.SiteMap #SubMenuArea
{
    display: none;
}
div#SiteMap
{
    width: 839px;
    max-width: 839px;
    margin: 0px 0px 20px 5px;
}
#SiteMap ul
{
    margin: 0;
    padding: 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 10px;
}

#SiteMap li
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}
#SiteMap li.Odd
{
    clear: left;
    float: left;
    width: 400px;
}
#SiteMap li.Even
{
    float: right;
    width: 400px;
}

#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    float: none;
    margin: 5px 0;
    padding-left: 10px;
    background: url(/images/SiteMapBullet.png) no-repeat;
    font-size: 10px;
}
#SiteMap li li.Odd, #SiteMap li li.Even
{
    clear: none;
    float: none;
    width: 100%;
}

#SiteMap li li a
{
    text-decoration: none;
}

#SiteMap li li li
{
    font-size: 10px;
}

/*************************/
/* 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.rssButton
{
    background: url(/images/rss.png) no-repeat;
}
a.bmpExtension
{
    background: url(/images/extensions/bmp.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.docExtension, a.docxExtension
{
    background: url(/images/extensions/doc.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.gifExtension
{
    background: url(/images/extensions/gif.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.htmExtension, a.htmlExtension
{
    background: url(/images/extensions/htm.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.jpgExtension, a.jpegExtension
{
    background: url(/images/extensions/jpg.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.mp3Extension
{
    background: url(/images/extensions/mp3.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.mpgExtension
{
    background: url(/images/extensions/mpg.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.pdfExtension
{
    background: url(/images/extensions/pdf.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.pngExtension
{
    background: url(/images/extensions/png.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.pptExtension, a.pptxExtension
{
    background: url(/images/extensions/ppt.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.tifExtension, a.tiffExtension
{
    background: url(/images/extensions/tif.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.txtExtension
{
    background: url(/images/extensions/txt.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.wavExtension
{
    background: url(/images/extensions/wav.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.xlsExtension, a.xlsxExtension
{
    background: url(/images/extensions/xls.gif) no-repeat;
    padding: 2px 0 2px 20px;
}
a.zipExtension
{
    background: url(/images/extensions/zip.gif) no-repeat;
    padding: 2px 0 2px 20px;
}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pageList li
{
    margin: 0 0 10px 0;
    list-style-type: none;
}
pageList li h3
{
    margin: 0 0 10px 0;
}

.pageList h2
{
    margin: 0;
}

.dateTime
{
    color: #216b55;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 15px;
    border-left: solid 5px #cccccc;
}
.year
{
    color: #9D5741;
    font-size: 14px;
    padding-left: 3px;
}

.YearMonthDate
{
    color: #216b55;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.NewsList .pageList li h3
{
    margin-top: 10px;
}
.NewsList .pageList li h3 a
{
    text-decoration: none;
}
.NewsList .source
{
    display: none;
}

/*************************/
/* FORMS                 */
/*************************/
#XForm
{
    margin: 0px 0px 0px 5px;
}
.xForm
{
}

.xForm label
{
    margin-right: 5px;
    float: left;
}

.xForm.CONTACT span, .xForm.KONTAKT span
{
    color: #9D5741;
    font-weight: bold;
}

.xForm.CONTACT input, .xForm.KONTAKT input
{
    background: url(/images/xform_input.gif) repeat-x left top;
    border: none 0px black;
    padding: 0;
    line-height: 23px;
    height: 23px;
    width: 341px;
}
.xForm.CONTACT input.Postcode, .xForm.KONTAKT input.Postnummer
{
    background: url(/images/xform_input_postcode.gif) repeat-x left top;
    width: 100px;
}
.xForm.CONTACT input.Phone_number, .xForm.KONTAKT input.Telefonnummer
{
    background: url(/images/xform_input_phone_number.gif) repeat-x left top;
    width: 215px;
}
.xForm.CONTACT textarea.Message, .xForm.KONTAKT textarea.Meddelande
{
    background: url(/images/xform_input_message.gif) repeat-y left top;
    border: none 0px black;
    overflow: hidden;
    padding: 0;
    height: 133px;
    width: 511px;
}
.xForm.CONTACT input[type=submit], .xForm.KONTAKT input[type=submit]
{
    background: url(/images/xform_submit.gif) no-repeat left top;
    border: none 0px black;
    width: 75px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 5px;
}

.xForm #id_matrix
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.xForm #id_matrix td
{
    border: 0;
    margin: 0;
    padding: 2px 0; /* font-size: 10px; */
}

span.xformvalidator
{
    color: Red;
}

.xForm .options
{
    float: left;
}

.xForm #id_matrix br
{
    clear: both;
}

.thankyoumessage
{
    padding: 1em 0;
    margin: 0;
    font-weight: bold;
}
/* 
.xForm h2 { padding: 1em 0; margin: 0; }
.xForm legend { color: Black; }
.xForm .heading { font-weight: bold; font-size: 12px; padding: 0; margin: 0.4em 0em; }
 */
/*************************/
/* RSS READER            */
/*************************/
ul.RssReader
{
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0 0 0 5px;
}
ul.RssReader li
{
    font-size: 12px;
    margin: 0px 0 20px 0;
}
ul.RssReader li h3
{
    margin: 0 0 10px 0;
}
ul.RssReader li a
{
    background: url(/Images/arrow.png) no-repeat right center;
    padding-right: 10px;
    text-decoration: none;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
    background: #f2f2f2 url(/images/BottomMenuBg.png) left top no-repeat;
    overflow: hidden;
    margin: 0px 0 0 0;
    clear: both;
    width: 980px;
    height: 33px;
    max-height: 33px;
    min-height: 33px;
}

ul#Footer
{
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
    padding: 0;
    list-style-type: none;
    float: right;
}

#Footer li
{
    color: #999999;
    display: block;
    float: right;
    padding: 0;
    margin: 0px;
}

#Footer li.first
{
    float: left;
}

#Footer li.ContactArea div
{
    color: #757575;
    float: left;
}
#Footer li.ContactArea a.ContactMail
{
    /* background: url(/images/brev_ikon.gif) no-repeat left top; */
    display: inline-block;
    width: 15px; /* height: 12px; */
    margin: 0 0 0 5px;
    color: #9D5741;
    text-decoration: underline;
}
#Footer li.ContactArea a.ContactMail img
{
    padding-top: 2px;
    border: none;
}

#Footer li.first div#NewsFlash
{
    padding-top: 0px;
}
#Footer li.first div#NewsFlash h2
{
    margin-bottom: 10px;
}
#Footer li.first div#NewsFlash div
{
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    cursor: hand;
    color: #888888;
}

/*#Footer li.first a
{
	text-decoration: none;
	color: #999999;
}


#Footer li a
{
	text-decoration: none;
	color: White;
}*/

#Footer li a:hover
{
    text-decoration: none;
}

ul#BottomMenu
{
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0px; /* background: url(/images/MainMenuLeft.png) no-repeat left top;  */
    list-style-type: none;
    float: left;
}

ul#BottomMenu li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 3px 0px 0px;
    height: 33px;
    background: url(/images/BottomMenuDivider.png) no-repeat right top;
}

ul#BottomMenu li a
{
    display: block;
    color: #216b55;
    padding: 0px 15px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
ul#BottomMenu li.selected a
{
    color: #9D5741;
}
ul#BottomMenu li a:hover
{
    text-decoration: none;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table
{
    color: #7f7f7f;
}
/*
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;
}


/*************************/
/* Horse List             */
/*************************/
#horselist
{
    margin-left: 5px;
}
.HorseList
{
}

select.HorseList
{
}
select.YearDropDown
{
}
select.Filter
{
}

#horselist ul.Labels
{
    list-style-type: none;
}
#horselist li.Label
{
}

table.HorseList
{
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 30px;
    width: 920px;
}
.HorseList tr.Header
{
    color: White;
    background-color: #216b55;
    font-weight: bold;
}
.HorseList tr.Footer
{
    color: White;
    background-color: #216b55;
    white-space: nowrap;
}
.HorseList tr.Item
{
    color: Black;
    background-color: #eeeeee;
}
.HorseList tr.AlternateItem
{
    color: Black;
    background-color: #dcdcdc;
}
.HorseList tr.SelectedItem
{
    color: White;
    background-color: #008a8c;
    font-weight: bold;
}
.HorseList tr.Pager
{
    color: White;
    background-color: #216b55;
    font-size: small;
    text-align: center;
}

.HorseList tr.Item a, .HorseList tr.AlternateItem a, .HorseList tr.SelectedItem a
{
    color: Black;
    text-decoration: underline;
}
.HorseList tr.Header a, .HorseList tr.Footer a, .HorseList tr.Pager a
{
    color: White;
    text-decoration: underline;
}

/*************************/
/* Short Horse List      */
/*************************/
#shorthorselist
{
    margin-left: 5px;
}
ul.ShortHorseList
{
    width: 950px;
    list-style-type: none;
}
li.ShortHorseInfo
{
    background-color: #216b55;
    color: White;
    float: left;
    margin: 0px 25px 20px 0;
    height: 120px;
    width: 290px;
   
}
li.ShortHorseInfo div.HorseHeadTn
{
    float: left;
    height: 100px;
    width: 74px;
    margin: 10px 6px 10px 10px;
}
li.ShortHorseInfo a h2
{
    color: White;
    margin: 10px 0 0 0;
    line-height: 14px;
}
li.ShortHorseInfo ul
{
    font-size: 10px;
    line-height: 12px;
    list-style-type:none;
}
li.ShortHorseInfo ul li
{
}

/*************************/
/* Race List             */
/*************************/
#racelist
{
    margin-left: 5px;
}
.RaceList
{
}
select.RaceList
{
}

.ExcelExport
{
    margin: 5px 0px;
    width: 100%;
}
.ExcelExport input
{
    width: 130px;
    margin-left: 10px;
}
.ExcelExport span.DateFrom
{
    margin-right: 5px;
}
.ExcelExport input.DateFrom
{
    width: 75px;
}
.ExcelExport span.DateTo
{
    margin: 0 5px 0 10px;
}
.ExcelExport input.DateTo
{
    width: 75px;
}

#racelist ul.Labels
{
    margin: 5px 0px;
    list-style-type: none;
}
#racelist li.Label
{
}

table.RaceList
{
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 30px;
    width: 920px;
}
.RaceList tr.Header
{
    color: White;
    background-color: #216b55;
    font-weight: bold;
}
.RaceList tr.Footer
{
    color: White;
    background-color: #216b55;
    white-space: nowrap;
}
.RaceList tr.Item
{
    color: Black;
    background-color: #eeeeee;
}
.RaceList tr.AlternateItem
{
    color: Black;
    background-color: #dcdcdc;
}
.RaceList tr.SelectedItem
{
    color: White;
    background-color: #008a8c;
    font-weight: bold;
}
.RaceList tr.Pager
{
    color: White;
    background-color: #216b55;
    font-size: small;
    text-align: center;
}

.RaceList tr.Item a, .RaceList tr.AlternateItem a, .RaceList tr.SelectedItem a
{
    color: Black;
    text-decoration: underline;
}
.RaceList tr.Header a, .RaceList tr.Footer a, .RaceList tr.Pager a
{
    color: White;
    text-decoration: underline;
}

/*************************/
/* Future List           */
/*************************/
table.FutureList
{
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 30px;
    width: 920px;
}
.FutureList tr.Header
{
    color: White;
    background-color: #216b55;
    font-weight: bold;
}
.FutureList tr.Footer
{
    color: White;
    background-color: #216b55;
    white-space: nowrap;
}
.FutureList tr.Item
{
    color: Black;
    background-color: #eeeeee;
}
.FutureList tr.AlternateItem
{
    color: Black;
    background-color: #dcdcdc;
}
.FutureList tr.SelectedItem
{
    color: White;
    background-color: #008a8c;
    font-weight: bold;
}
.FutureList tr.Pager
{
    color: White;
    background-color: #216b55;
    font-size: small;
    text-align: center;
}

.FutureList tr.Item a, .FutureList tr.AlternateItem a, .FutureList tr.SelectedItem a
{
    color: Black;
    text-decoration: underline;
}
.FutureList tr.Header a, .FutureList tr.Footer a, .FutureList tr.Pager a
{
    color: White;
    text-decoration: underline;
}

/*************************/
/* Related News List     */
/*************************/
#relatednews
{
    margin: 0px 0px 20px 5px;
    padding: 10px 0 0 0;
    clear: both;
}
ul#relatednewslist
{
    list-style: none;
}
ul#relatednewslist li
{
    overflow: auto;
}
ul#relatednewslist div.relatedhorse
{
    width: 90px;
    float: left;
}
ul#relatednewslist div.RelatedHorseTn
{
    height: 103px;
    min-height: 108px;
    width: 74px;
    min-width: 74px;
    padding: 5px 6px 10px 10px;
    margin: 0;
}
ul#relatednewslist div.RelatedHorseTn img.blank
{
    width: 74px;
    height: 103px;
    border: none 0px white;
}

ul#relatednewslist > li > div.relatedhorse > a
{
    width: 90px;
    display: block;
    text-align: center;
}
ul#relatednewslist ul.relatednewsitems
{
    list-style: none;
    width: 430px;
    min-height: 123px;
    height: 123px;
    margin-left: 10px;
    padding-top: 15px;
    float: right;
}
ul.relatednewsitems li a
{
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    left: 0px;
    border: 2px solid black;
    padding: 20px;
    visibility: visible;
}
.popupHidden
{
    position: absolute;
    left: 0px;
    visibility: hidden;
}
.fieldCol
{
    width: 190px;
}
.headingCol
{
    width: 165px;
    font-weight:bold;
}
col.fieldCol
{
   width: 205px;
}
col.headingCol
{
    width: 170px;
}
td.fieldCol
{
   width: 205px;
}
td.headingCol
{
    width: 170px;
}
.loading
{
    position:fixed;
    left: 40%;
    top:40%;
}
.disabled
{
    color:#afafaf;
}
input.disabled
{
    color:#afafaf;
   border:1px solid #BEBEBE;
	background-color:#F3F3F3;
}
.hidden
{
    visibility:collapse;
}
.visible
{
    visibility:visible;
}
.gethorsebox
{
    border: 1px solid #dcdcdc;
    background-color: #eeeeee; 
    margin-left:-2px;
   
}

.LoginBox
{
    margin: 30px 0px 40px 0px;
}
.watermarked {
	 width: 190px;
	padding:1px  0 2px 3px;
	border:1px solid #BEBEBE;
	background-color:#F3F3F3;
	color:gray;
}	
.SectionDiv
{
    width: 750px;
    border: 1px solid black;
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}
table.Item
{
    
    border: 1px solid black;
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}
#MainBody .SectionDiv h2, .SectionDiv h2
{
    background-color: #eeeeee;
    margin: 0px -10px 5px -10px;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #dcdcdc;
}
td.Header h2
{
    background-color: #eeeeee;
    margin: 0px 0px 5px 0px;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #dcdcdc;
}
li.ShortHorseInfo ul li a
{
    color:White;
}
.ChangePwdButton
{
    margin: 10px 10px 10px 0px;
    
}
.CancelPwdButton
{
    margin: 10px 0px 10px 10px;
    
}
.profileEditButton
{
    text-align:right;
    margin-right:25px;
}
td.Label, input.Button
{
    padding: 2px 10px 2px 10px;
    margin: 2px 10px 2px 10px;
}
