/* -- 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 bar -- */
div.quickbarupperdiv
{
	height: 2.5em;
}
div.quickbarlowerdiv
{
	width: 100%;
	clear: both;
}
img.quickbaricon
{
	margin-right: 0.2em;
	height: 1.85em;
}
img.quickbariconseparator
{
	margin-right: 0.2em;
	width: 0.1em;
	height: 1.85em;
}
div.languagecontainer
{
	margin-right: 0.2em;
	margin-left: 1em;
	float: right;	
}
img.languageicon
{
	margin-top: 0.2em;
	margin-left: 0.2em;
	height: 1.5em;
}
span.usernamelabel
{
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* -- Quick search -- */
input.quicksearchinput
{
	width: 200px;
	height: 1.75em;
	border: 0.1em solid #9C9A94;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}
img.quicksearch
{
	height: 1.75em;
}

/* ---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(../../images/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(../../images/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
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.menulinkactive
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: #333;
}

/* --------- Listings ----------- */
.NewsListingHeader
{
	border-bottom: solid 0.1em #F0E5CE;
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0.4em 0.5em;
}
.NewsListingItem
{
	
	padding: 0.6em 0.4em 0.6em 0.5em;
}
a.NewsLink
{
	text-decoration: none;
	font-weight: bold;
}
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
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}
.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(../../images/Tab/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(../../images/Tab/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(../../images/Tab/tab_background_left_active.gif);
}
.tabActiveRight
{
	width: 7px; 
	position: relative; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../../images/Tab/tab_background_right_active.gif);
}
.tabInactive
{
	font-size: 1.1em; 
	background-image:url(../../images/Tab/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(../../images/Tab/tab_background_left.gif);
}
.tabInactiveRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../../images/Tab/tab_background_right.gif);
}
.tabDisabled
{
	font-size: 1.1em; 
	background-image:url(../../images/Tab/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(../../images/Tab/tab_background_left.gif);
}
.tabDisabledRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../../images/Tab/tab_background_right.gif);
}
.tabObjectActive
{
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive
{
	display: none;
}
textarea.EPEdit-inputLongString
{
	width: 90%;
	height: 20em;
}

.frmField {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #7f9db9;
	width: 250px;
}

.frmArea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #7f9db9;
	width: 250px;
}

.ulOftaMenu {
	padding: 5px 0 0 15px;
	background-color: #63676b;
	height: 20px;
}

.ulOftaMenu .menuItem {
	float: left;
	margin-right: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.ulOftaMenu .menuItem a {
	color: #fff;
	text-decoration: none;
}

.ulOftaMenu .menuItem a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.width1 {
	width: 150px;

}
.width2 {
	width: 600px;

}
.width3 {
	width: 790px;
}

.widthOfferings 
{
	width: 400px;
}

.widthText
{
	width: 385px;
}


#contentRegion {
	padding: 20px;
}

#contentRegion .leftCol {
	float: left;
	width: 180px;
}
#contentRegion .rightCol {
	float: left;
	width: 350px;
}

.loginBox {
	margin-top: 0px;
	width:161px;
	height:203px;
	padding-left:23px;
/*	background-color: #C3C6C3;*/
	background-image: url(../../Images/inloggningbg.jpg);
}

.lbTop
{
	padding-bottom:4px;
}

.lbinputtxt
{
	border: 1px solid black;
	width:140px;
	height:15px;
}

.regbutton {
	margin-top: 16px;
	margin-bottom: 16px;
}

.regLink {
	margin-top: 0px;
}

.regContent {
	padding: 0 35px 0 35px;
}

.commentTop {
	padding: 2px;
	color: Black;
	background-color: #ebebeb;
	font-weight: bold;
}
.comment {
	padding: 5px;
	border: solid 1px #ebebeb;
	margin-bottom: 10px;
}

.gender
{
	width: 115px
}

.birthyear 
{
	width: 75px;
}

.birthmonth
{
	width: 50px;
}

.birthday
{
	width: 50px;
}

.invisible
{
	visibility: hidden;
	width:0px;
	height:0px;
}

#spot_content
{
	margin: 0px;
	padding: 0px;
	padding: 0px 16px 0px 16px;
}
#spot_buttons
{
	margin: 0px;
	padding: 15px 16px 0px 16px;
	text-align: center;
}
#spot_content_text
{
	color: #000000;
	background-color: white; /* url(../images/spot_content_bg.gif) top left repeat-y;*/
	font: normal normal normal 10px Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	width: 151px;
}
#spot_content_text2
{
	padding: 5px 5px 5px 14px;
}


#spot_container
{
	width: 183px;
	background: white url(../../images/leftspot_bg.gif) top left repeat-y;
}

#spot_container_top
{
	background: #ffffff url(../../images/spot_container_top.gif) no-repeat;
	margin: 0px;
	padding: 0px 13px 0px 13px;
	width: 147px;
	height: 10px;
}

#spot_container_bottom
{
	background: #ffffff url(../../images/spot_container_bottom.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 173px;
	height: 10px;
}


#spot_content_top
{
	background: #ffffff url(../../images/spot_content_top.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height:5px;
	width: 151px;
}

#spot_content_bottom
{
	background: #f1f1f1 url(../../images/spot_content_bottom.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 151px;
	height: 7px;
	font-size: 1px;
}

#spot_caption
{
	color: #464646;
	font: normal normal bold 12px Verdana, Helvetica, sans-serif;
	padding: 7px 0px 12px 16px;
	text-align: left;
}
#spot_text
{
	color: #464646;
	font: normal normal normal 11px Arial, sans-serif;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

A.timetablesort
{
	color:#545454;
	text-decoration: none;
}

.rblPoll INPUT
{
	margin-right: 5px;
	font-size: 11px;
	line-height: 150%;
}
.rblPoll TD
{
	vertical-align: top;
}

.rblPoll
{
	line-height: 150%;
	margin: 0px 0 0px 0;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #464646;
}

.pnlVote
{
	margin-bottom: 10px;
}


#UlOftaAccountAdmin TABLE
{
	margin-bottom: 10px;
}

.dsYearClass
{
	width: 60px;
}

.dsMonthClass
{
	width: 45px;
}

.dsDayClass
{
	width: 45px;
}

.UlOftaTextBox
{
	width: 250px;
}


#newsList
{
}

.newsList DIV.summary
{
	margin-bottom: 15px;
}

.TimeTableDropdown
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #464646;
	height:16px;
	width: 139px;
	padding: 0 0 0 2px;
	margin-bottom: 3px;
	border: solid 1px #7f9db9;
	background-color: #fcf8eb;
}

.TimeTableDropdownRegion
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #464646;
	
	width: 143px;
	padding: 0 0 0 2px;
	margin-bottom: 4px;
	border: solid 1px #7f9db9;
	background-color: #fcf8eb;
}
.TimeTableDropdownRegion OPTION
{
	height: 16px;
}
.TimeTableDropdownStads
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #464646;
	
	width: 143px;
	padding: 0 0 0 2px;
	margin-bottom: 4px;
	border: solid 1px #7f9db9;
	background-color: #e6f6eb;
}
.TimeTableDropdownStads OPTION
{
	height: 16px;
}

.TimeTableDropdownUpptaget
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #464646;
	
	width: 143px;
	padding: 0 0 0 2px;
	margin-bottom: 4px;
	border: solid 1px #7f9db9;
	background-color: #f6eaeb;
}
.TimeTableDropdownUpptaget OPTION
{
	height: 16px;
}
DIV.TimeTableDropdownHeader
{
	color: #464646;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	margin: 7px 0px 5px 0px;
}

UL.nobullet
{
	list-style-type:none;
}

	.tmheader {color: #a12830; font-weight:bold;}
	.tmlink {background: transparent url(../../images/icon_redarrow.gif) center left no-repeat; padding-left: 12px;color: #464646 !important; text-decoration: underline !important; font-weight:bold;}
	.tmsections {color: #464646;}
	
	.tfinput {width: 242px; border: solid 1px #d9d9d9; padding: 1px;}
	.tftextarea {width: 351px; height: 97px; border: solid 1px #d9d9d9; padding: 1px;}
	.tipfriendformrowtitle {font-family: Verdana, Sans-Serif; font-size: 11px; color: #464646; margin-bottom: 2px;}
	.tipfriendformrowinput {font-family: Verdana, Sans-Serif; font-size: 11px; color: #464646; margin-bottom: 0.5em;}
	.tipfriendformbuttons { width: 355px; margin-top: 12px;}
	.tipfriendformbuttons INPUT {float:right; margin-left: 3px;}
	.tipfriendformbuttons > INPUT:first-child {margin-left: 3px;}
	
	HR.tipfriend
	{
	height: 0px;
	border-bottom: solid 1px #d9d9d9;
	border-top:0;
	border-right:0;
	border-left:0;
	margin: 18px 0px 18px 0px;
}