/* ------ Text items -------- */
body
{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333;
	padding: 0px; 
	line-height:14px;
	margin: 0;
}
p
{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	margin:0px;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
	display: inline;
	EditMenuName: Heading 1;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.1em; 
	color: #000000;
	EditMenuName: Heading 2;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	/*color: #F0E5CE;*/
}

/* ------ Links -------- */
a
{
	color: #C84C40;
}
a:hover
{
	color: #333333;
}

/* --------- Links in Top menu ----------- */
a.menuhead
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	vertical-align:bottom;
}
a.activemenuhead
{
	vertical-align:top;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a.menuhead:hover{color:#666666;}

/* --------- Left menu ----------- */

div.menuitem{
	font-family:Arial;
	background-image:url("/img/menu_first_level_bg.gif");
	background-position: 0em bottom;
	background-repeat: repeat-y;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
}
div.submenuitem2
{
	font-family:Arial;
	background-image:url("/img/menu_second_level_bg.gif");
	background-position: 0em bottom;
	background-repeat: repeat-y;
	width: 100%;
	padding: 0.4em 0em 0.6em 0em;
	float: left;
}
div.submenuitem3, div.submenuitem4, div.submenuitem5, div.submenuitem6
{
	font-family:Arial;
	background-image:url("/img/menu_third_level.gif");
	background-position: 0em bottom;
	background-repeat: repeat-y;
	width: 100%;
	padding: 3px 0px 3px 0px;
	float: left;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Tahoma,Verdana, Arial, Helvetica;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	/*background-color:#F0E5CE;*/
}
.headerrow
{
	/*background-color: #F0E5CE;*/
}


/* --- Divs used for page structure ---*/

#containerdiv
{
	border:1px black outset;
	width: 990px;
	text-align: left;
	background-color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #d4d4d4;
}
#headerdiv
{
	background-image:url("/img/topbg.gif");
	background-position:center;
	background-repeat:no-repeat;
	height:85px;
	display:block;
}
#headerlanguageselector
{
	position:absolute;
	top:47px;
	left:750px;
}
#leftmenudiv
{
	width: 228px;
	float: left;
	text-align: left;
	background-image:url("/img/menu_first_level_bg.gif");
	background-repeat: repeat-y;
}
#mainareadiv
{
	float: left;
	text-align: left;
	height:100%;
}
img
{
	border: 0;
}
body
{
	background-image:url("/img/bg.jpg");
}
#topmenudiv
{
	font-family:Arial;
	background-color:#B50C01;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	height: 30px;
	width: 984px;
}
#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 100%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}

#footerdiv{
width:100%;
height:1px;
background-color:#e6e6e6;
}

#maincontainerdiv
{
	height: 100%;
	float: right;
	background-image:url("/img/bg_newer.gif");
	background-repeat:repeat-y;
	text-align:center;
}
#sitemapcontainerdiv
{
	height: 100%;
	width:990px;
	float: right;
	text-align:center;
	background-color:#ffffff;
}
#contentdiv
{
	height:100%;
	margin-right:2px;
	margin-top:10px;
	float: right;
	width:700px;
}
#topmenu
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align:center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}


tr.yellowRow
{
	background-color:#FFF0B1;
}
.unevenrow
{
	background-color:#EDEFF2;
}
td.bluerow
{
	background-color:#EDEFF2;
	font-weight:bold;
}
.redbold
{
	color:#B50C01;
	font-weight:bold;
}
.tableHeader
{
	background-color:#EDEFF2;
}

table.productTable
{
	border:1px #FFF0B1 solid;
	width:100%;
}
table.productItemTable
{
	padding-bottom:2px;
	padding-top:2px;
	padding-left:3px;
}
#divPageBody
{
	width:90%;
}
/* -- Profile finder -- */
tr.datarow
{
	background-color: #F0F0F0;
}
table.searchresults
{
	background-color: #F0F0F0;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	/*padding: 2em;*/
	margin-bottom: 1em;
	width: 100%;
}

/* -- Quick search -- */
input.quicksearchinput
{
	width: 15em;
	height: 1.75em;
	border: 0.1em solid #9C9A94;
}
img.quickbaricon
{
	margin-left: 0.75em;
	width: 2.45em;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}

/* ---Calender template items---*/	

div.monthcalendararea
{
	float: right;
	width: 38%;
}
div.calendarlistingarea
{
	float: left;
	width: 61%;
	text-align: left;	
}
h1.calendardayheading
{
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe
{
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
div.monthcalendararea > table
{
	border: solid 0.1em #ffffff;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}
td.selecteddatecell 
{
	border: solid 0.2em #95632F;
}
td.datecellothermonth 
{
	background-color: #F0F0F0;
}
td.weekendcell
{
	background-color: #DADADA;
}
td.datecellactive
{
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.dayweekheader
{
	color: #333;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;
}
span.listheading
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	padding-top:0.3em;
	padding-bottom:0.1em;
	display: block;
	text-decoration: none;
}
div.listheadingcontainer
{
	background-color: #F0E5CE;
	display: block;
	width: 100%;
	height: 2.2em;
}
div.listheadingleftcorner
{
	background-image: url("corner_left_titlebar.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.8em;
	height: 2.2em;
	float: left;
}
div.listheadingrightcorner
{
	background-image: url("corner_right_titlebar.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 0.8em;
	height: 2.2em;
	float: right;
}
a.startnewsHeading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	display: block;
	text-decoration: none;
}

a.Startnews
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}

a.StartCalendar
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 0.7em;
	padding-top: 0.3em;
}

/* ------ LeftMenu items -----*/
a.menulink
{
	font-family:Arial;
	color: #666666;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;

}

a.menulinkactive
{
	font-family:Arial;
	color: #000000;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	display: block;
}

a.submenulink2
{
	font-family:Arial;
	color: #666666;
	font-weight:normal;
	font-size:11px;
	text-decoration: none;
	display: block;
}
a.submenulink2:hover, a.submenulink3:hover, a.submenulinkactive2:hover, a.menulink:hover, a.menulinkactive:hover, a.submenulink4:hover
{
	text-decoration:underline;
	color: #666666;
}
a.submenulinkactive3:hover
{
	text-decoration:underline;
	color: #b50c00;
}
a.submenulinkactive2
{
	font-family:Arial;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	text-decoration: none;
	display: block;
}
a.submenulink3
{
	font-family:Arial;
	color: #666666;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	display: block;
}
a.submenulinkactive3
{
	font-family:Arial;
	color: #b50c00;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	display: block;
}
a.submenulink4
{
	font-family:Arial;
	color: #666666;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	display: block;
}
a.submenulinkactive4
{
	font-family:Arial;
	color: #b50c00;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	display: block;
}


/* --------- Listings ----------- */
.NewsListingHeader
{
	width:450px;
	padding-top:15px;
	font-size:16px;
	font-family:Arial;
	font-weight:600;
}
.NewsListingItem
{
	font-family:Tahoma;
	font-size: 11px;
	width:450px;
	padding: 15px 0px 4px 0px;
}
a.NewsLink
{
	text-decoration: underline;
	color: #a81900;
}
a.RightListingHeader
{
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0 0.2em;
	margin-bottom:0.6em;
	text-decoration: none;
	color: #333333;
}

a.RightListingItem
{
	text-decoration: none;
	display: block;
	padding-left: 0.3em;
	clear: both;
}

a.linklist
{
	text-decoration: none;
}

.datelistingtext
{
	font-size: 10px; 
	font-family:Tahoma;
}
.rssevenrow
{
	background-color:  #ffffff;
	padding: 0.6em 0.4em 0.6em 0em;
}
.rssunevenrow
{
	background-color:#ffffff;
	padding: 0.6em 0.4em 0.6em 0.5em;
}
.rssheaderrow
{
	background-color: #ffffff;
	/*border-bottom: solid 0.1em #F0E5CE;*/
}

/* ----- Conferance items --- */
div.conferance
{
	width: 100%;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*------ Site map items ---*/
tr.sitemapheader
{
	font-weight: 600;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}
/*----- Password input ---*/
div.passwordfield 
{
	background-color: #dcdace;
	border: solid 0.1em #000;
	width: 21em;
	padding: 0.3em;
}
input.registerfield
{
	width: 20em;
}
/*----- Personal registry Items -----*/
table.DetailedView
{
	background-color: #fff;	
	border-style: solid; 
	border-color: #F0F0F0;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #F0F0F0;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
}
	
/*--- Newsgroup ---*/
body.newsgroupitem
{
	padding: 0; 
	margin: 0;
}
div.newsgroupheader
{
	background-color: #ddd;
	border-bottom: solid 0.1em back;
	padding: 0.4em 0;
}
A.newsgroupbarbutton 
{ 
	color: #000; 	
	font-size: 1.1em; 
	font-family: tahoma; 
	font-weight: bold;
	text-decoration: none;
}

/* ---News Groups---*/
TR.NewsgroupRow {
	BACKGROUND-COLOR: #D9C9A8; 
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}

TR.NewsgroupRowActive{ 
	/*BACKGROUND-COLOR: #F0E5CE; */
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}
	
TD.NewsgroupTableheading { 
	COLOR: #ffffff; 
	FONT-SIZE: 11px;
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	HEIGHT: 20px;
	PADDING-LEFT: 5px; 
	BACKGROUND: #95632F}

A.NewsgroupBarButton { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	TEXT-DECORATION: none}

A.NewsgroupBarButton:visited { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none}

.NewsgroupBarTitle {
	COLOR: #333333; 
	FONT-SIZE: 12px; 
	FONT-FAMILY:Verdana, arial, tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemMessage {
	FONT-SIZE: 10px; 
	FONT-FAMILY:Verdana, Courier new;
	COLOR: #333333;}

.NewsgroupItemHeading{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemHeading2{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma;}	
	
/* ---Document list---*/

.DocumentListBox
{
	border: 1px solid #FFFFFF;
}

.DocumentListItem
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: left;
	text-align: center;
	width: 100%;
}

.PPTFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 85%;
	height: 62em;
}

A.SelectedPagingItem
{
	font-weight: bold;
}

A.UnselectedPagingItem
{
}

/* ---Tab strip---*/
.tabbackground
{
	background-image:url("/img/tabrow_background.gif");
	text-align: left; 
	height: 26px; 
	background-position: top; 
	background-repeat: repeat-x;	
}
.tabOuterContainer 
{
	display: inline-block;
}
.tabContainer 
{
	display: block; 
	float: left;
}
.tabActive
{
	font-weight: bold; 
	font-size: 1.1em; 
	z-index: 10; 
	background-image:url("/img/tab_background_active.gif");
	cursor: hand; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;

}
.tabActiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_left_active.gif");
}
.tabActiveRight
{
	width: 7px; 
	position: relative; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_right_active.gif");
}
.tabInactive
{
	font-size: 1.1em; 
	background-image:url("/img/tab_background.gif");
	cursor: hand; 
	padding-top: 6px;
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x; 
	display: inline;
}
.tabInactiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_left.gif");
}
.tabInactiveRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_right.gif");
}
.tabDisabled
{
	font-size: 1.1em; 
	background-image:url("/img/tab_background.gif");
	color: gray; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;
}
.tabDisabledLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_left.gif");
}
.tabDisabledRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url("/img/tab_background_right.gif");
}
.tabObjectActive
{
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive
{
	display: none;
}

/*--  first page spotlights -- */
.spotlight1Heading
{
	color: #b37d00;
	font-weight:bold;
	font-size: 1.6em; 
	font-family: Arial, Helvetica, sans-serif;
}
.spotlight1Text
{
	color:#b37d00;
}
.spotlight2Heading
{
	color:#a51a02;
	font-weight:bold;
	font-size: 1.6em; 
	font-family: Arial, Helvetica, sans-serif;
	height:23px;
}
.spotlight2Text
{
	color:#a51a02;
}



.blackBoldLink
{
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

span.greyText{
	padding-left:65px;
}
.greyText{
	font-family:Tahoma;
	font-size: 11px;
	color:#848693;
	text-decoration:none;
/*padding-left:65px;*/
}
.greyTextBold
{
	color:#878694;
	text-decoration:none;
	font-weight:bold;
}
.greyHeader, span.greyHeader
{
	font-size: 1.6em; 
	color:#878694;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	height:23px;
}

h3, h5, .heading3{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	EditMenuName: Heading 3;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin:0px;
}

div.cont_tables table{
border-style:hidden;
border-left-style:solid;
border-top-style:solid;
border-color:#c0c0c0;
}

div.cont_tables td{
border-style:hidden;
border-color:#c0c0c0;
border-right-style:solid;
border-bottom-style:solid;
padding:0px;
margin:0px;
}

div.cont_tables>table>tbody>tr>td>h5, div.cont_tables>table>tbody>tr>td>h3{
background-color:#fff0b1;
text-align:center;
}

