/* -- Profile finder -- */
tr.datarow
{
	background-color: #ddd;
}
table.searchresults
{
	background-color: #ddd;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	border: solid 0.1em #CCCCCC;
	width: 100%;
}

/* -- Quick search -- */
input.quicksearchbutton
{
	width: 10em;
}
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: #336;
	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 black;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #000;
}
td.selecteddatecell 
{
	border: solid 0.2em #000;
}
td.datecellothermonth 
{
	background-color: #888;
}
td.weekendcell
{
	background-color: #eee;
}
td.datecellactive
{
	background-color: #e6e4c0; 
	border: solid 0.2em #000;
}	
td.dayweekheader
{
	color: #666;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
	font-weight: bold;
	color: #336;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 1em;
}
/* ---LeftMenu items---*/
a.menulink
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: #336;
}
/* --Conferance items--- */
div.conferance
{
	width: 100%;
	background-color: #ddd;
	border: solid 0.1em #bbb;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*---Site map items---*/
tr.sitemapheader
{
	background-color: #dedede;
	font-weight: 600;
	padding-left: 0.2em;
	width:388px;
}
/*---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: #bbb;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #ddd;	
	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: #DEDEDE;
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

TR.NewsgroupRowActive
{
	background-color: #DEE8F2;
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

TD.NewsgroupTableheading
{
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	height: 20px;
	padding-left: 2px;
	background: #333366;
}

A.NewsgroupBarButton
{
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}

A.NewsgroupBarButton:visited
{
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}

.NewsgroupBarTitle
{
	color: #000000;
	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 #eeeeee;
}

.DocumentListItem
{
	width: 100%;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	width: 100%;
	background: #eeeeee;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: none;
	text-align: center;
}

.PPTFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px 2px 2px 2px;
	width: 85%;
	height: 62em;
}
/*------ Sitemap ----------------*/
.SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}
.SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
.SiteMap li a
{
    text-decoration: none;
}

.SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(~/images/SiteMap/elementLine.gif) no-repeat;
    font-size: 0.7em;
}

.SiteMap li li a
{
    text-decoration: underline;
}

.SiteMap li li li
{
    font-size: 1em;
}
/*------ Favorites ------*/
.LeftandMainRegion
{
	padding-left:16px;
	width: 573px;
	float: left;
}
#FavoriteThumbSelect
{
	margin:10px 0 10px 0px;
	width: 548px;
	height: 86px;
	overflow-x: auto;
}
.FavoriteThumb a img
{
	border-width:2px;
}

.FavoriteItemLarge
{
	margin:10px 10px 10px 0;
	float:left;
}
.FavoriteItemLarge img
{
	
	/*width: 400px;
	height: 400px;*/
}
.FavoriteItemList
{
	float:right;
	margin:10px 25px 10px 0;
	width:86px;
	/*height:auto;*/
	max-height: 400px;
	overflow-y: auto;
}
.FavoriteItemListThumb
{
	border-width:2px;
	border-color:White;
	cursor:pointer;
	margin-bottom:8px;
	width:54px;
	height:54px;
}
.FavoriteHeading
{
	margin-left:40px;
}
.FavoriteItemPanel
{
	margin-left:40px;
}
.FavoriteDescription
{
	clear:both;
	float:none;
	margin:10px 25px 10px 40px;
	line-height:17px;
}
