/* -- Profile finder -- */
tr.datarow
{
	background-color: #F0F0F0;
}
table.searchresults
{
	background-color: #F0F0F0;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	margin-bottom: 1em;
	width: 100%;
}

/* 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; 
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;*/
	padding: 0.5em 0em 0.5em 0em;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
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%;
	border-top: double 2px #cccccc;
	height: 2.2em;
}
div.listheadingleftcorner
{
	background-image: url('../images/corner_left_titlebar.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	width: 0.8em;
	height: 2.2em;
	float: left
}
div.listheadingrightcorner
{
	background-image: url('../images/corner_right_titlebar.gif');
	background-repeat: no-repeat;
	background-position:  right top;
	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;
}
/* --------- RightMenuStartPage ----------- */
a.rightMenuLink
{
	text-decoration: none;
	font-weight: bold;
}

/* Styles associated with adaptation */
.Adaptation
{
	margin-top: 10px;
	width:100%;
	clear:right;
}
.AdaptationInputButton
{
	width: 110px;
	vertical-align: bottom;
}

.AdaptationControl1
{
	float: left;
	margin-right: 20px;
}

.AdaptationControl2
{
	float: left;
	margin-right: 10px;
}

/* --------- 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;
}
.firstNewsItem
{
	text-decoration: none;
	color: #333;
	line-height: 1.1em;
}
.firstNewsListingItem
{
	padding: 1.0em 0em 1.2em 0em;
	border-bottom: solid 0.1em #cccccc;
}
.NewsListingItem
{
	padding: 1.5em 0em 1.9em 0em;
	border-bottom: solid 0.1em #cccccc;
}
a.NewsLink
{
	text-decoration: none;
	font-size: 1.33em;
	font-weight:400;
	color: #000000;
}
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-style: italic;
}
.datelistingtextfirstitem
{
	color: #606060; 
	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%;
}


.rightBorderImg 
{
	width:11em;
}	