*, body, table ,div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body
{
	margin: 0px 0px 0px ;
	padding:0px;
	background-color: #ffffff;
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat-y;
}

a
{
	color:#9a598e;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#000;
}

.imgBorder
{
border: solid 1px #d9d7c0;
padding :10px;
}

.BorderOne
{
	border:solid 1px #b3b3b3;
	border-top-width: 0px;
}

.BorderTwo
{
	border:solid 1px #d1d1d1;
	border-top-width: 0px;
}

.BorderThree
{
	border:solid 1px #ebebeb;
	border-top-width: 0px;
}

.BorderFour
{
	margin:auto;
	width: 908px;
	border:solid 1px #f8f8f8;
	border-top-width: 0px;
}

.mainContent
{
	
	border:solid 1px #fff;
	border-top-width: 0px;
}

.divTop
{
	width:900px;
	height:152px;
	background-image: url(../images/bgTop.gif);
	background-repeat:repeat-x;
	background-position:0px 129px;
	text-align:right;
}

.lblLastModified
{
	color:#fff;
	font-size:10px;
	line-height:22px;
	padding-right:30px;
}

.lblLastModifiedText
{
	color:#fff;
	font-size:10px;
	line-height:22px;
}

.divmain
{
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	width:900px;
}

.divMenu
{
	width:212px;
	background-color:#f3f3f3;
	background-repeat:repeat-x;
	float:left;
}

#menucontainer
{
	width:192px;
	padding: 30px 10px 10px 10px;
	margin:none;
}

#menucontainer ul
{
	margin: 0px; 
	padding: 0px;
	list-style: none;
}

#menucontainer ul ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menucontainer li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menucontainer li li
{
	padding: 0px 0px 0px 10px;
}

#menucontainer li a
{
	display: block;
	margin: 0;
	padding: 0px 20px 0px 20px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#menucontainer li a.cascading
{
	background-image: url(../images/pil.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#menucontainer li a.cascaded
{
	background-image: url(../images/pilNer.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}



#menucontainer li li a
{
	font-weight: normal;
	padding:0px 0px 0px 20px;
}

#menucontainer li li a:hover, #menucontainer li li a.selected
{
	color: #000;
}

/*****************/
/* Tab navigator */
/*****************/

	
#tabarea td.tab
{
	width: 97px;
	height: 24px;
	text-align: center;
}	

#tabarea td.tab:hover
{
	width: 97px;
	height: 24px;
	text-align: center;
}

#tabarea td.fill
{
	background-image: url("../img/tabNavigator/roundCorner/tab-fill.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 300px;
}

#tabarea td a.unselected 
{ 
	display: block;
	color: #000; 
	background-image: url("../img/tabNavigator/roundCorner/tab-unsel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	width: 97px;
	height: 24px;
}

#tabarea td a.unselected:hover 
{  
	background-image: url("../img/tabNavigator/roundCorner/tab-sel.gif");
}

#tabarea td a.selected
{ 
	display: block;
	color: #000;  
	background-image: url("../img/tabNavigator/roundCorner/tab-sel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 24px;
	text-decoration: none; 
	padding: 0px 0px 0px 0px;
	vertical-align: text-bottom;
	width: 97px;
	height: 24px;
}

#tabarea .container
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #73838c;
	border-width: 0px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	height: 400px;	
	/* width = 4 * td.tab.width + td.fill.width - padding-left - padding-right*/
	width: 668px;
}

#tabarea .emailView
{
	background-color: #FFFFFF; 
	border:solid 1px #aaaaaa; 
	padding: 5px 5px 5px 5px;
}

#tabarea .emailViewBody
{
	/* width = 4 * td.tab.width + td.fill.width - container.padding-left - container.padding-right - emailView.padding-left - emailView.padding-right*/
	width: 660px;
	height: 400px;
	border: solid 0px #aaaaaa;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
}

#tabarea .insideContainer
{
	background-color: #dcdcdc;
	border: solid 1px #73838c;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;	
}

/*********************/
/* End Tab navigator */
/*********************/

.divRight
{
	/*padding: 30px 40px 20px 40px;*/
	padding-top: 30px;
	padding-right: 40px;
	float:right;
	width:600px;
}

.divAdress
{
	clear:both;
	background-color:#000;
	height:20px;
	width:643px;
	padding-left: 257px;
}


.addressFieldText span strong, .addressFieldText span, .addressFieldText span a
{
	color:#fff;
	font-size:11px;
	line-height:17px;
}



h1
{
	padding-top:0px;
	margin-top:0px;
	font-size:2em;
	font-family:Palatino Linotype, Serif, Arial, Helvetic, Sans-Serif;
	font-weight:lighter;
}

.news_headline2
{
	padding-bottom:20px;
}
	

.news_headline2 span
{
	color:#55763f;
	font-size:2em;
	font-family:Trebuchet MS, Arial, Helvetic, Sans-Serif;
	font-weight:lighter;
}

h2
{
	line-height:20px;
	margin-top:10px;
	margin-bottom:0px;
	color:#000;
	font-size:1.5em;
	font-family:Trebuchet MS, Arial, Helvetic, Sans-Serif;
	font-weight:lighter;
}

p
{
	margin-top: 6px;
	margin-bottom: 14px;
	line-height:17px;
}

.newsAllNewsRow
{
display:none;
}

/*Scheduler*/

.miniView
{
	padding-left:20px;
}

.miniView .lblHeadline
{
	 font-size:15px;
	 font-weight:bold;
	 
}

.divMiniView
{
	padding-top:5px;
}

.divMiniView .tdDate,.divMiniView .tdSubject
{
	padding-left:5px;
}

.divMiniView .tdBottom
{
	height:5px;
}

.divMiniView .lblDate
{
	color:#666;
}

.divMiniView a
{
	color:#000;
	cursor:pointer;
}

.divMiniView .tdKategori1, .divMiniView .tdKategori2, .divMiniView .tdKategori3, .divMiniView .tdKategori4, .divMiniView .tdKategori5, .divMiniView .tdKategori6, .divMiniView .tdKategori7
{
	width:5px;
}

.rsApt.Kategori1 .rsAptInner, .tdKategori1
   {
       background: red;
       cursor:pointer;
   }
   .rsApt.Kategori2 .rsAptInner, .tdKategori2
   {
       background: orange;
       cursor:pointer;
   }
   .rsApt.Kategori3 .rsAptInner, .tdKategori3
   {
       background: lightblue;
       cursor:pointer;
   }
   .rsApt.Kategori4 .rsAptInner, .tdKategori4
   {
       background: green;
       cursor:pointer;
   } 
   .rsApt.Kategori5 .rsAptInner, .tdKategori5
   {
       background: gray;
       cursor:pointer;
   } 
   .rsApt.Kategori6 .rsAptInner, .tdKategori6
   {
       background: lightgreen;
       cursor:pointer;
   } 
   .rsApt.Kategori7 .rsAptInner, .tdKategori7
   {
       background: purple;
       cursor:pointer;
   } 
   .rsApt.Kategori8 .rsAptInner, .tdKategori8
   {
       background: pink;
       cursor:pointer;
   } 
   .rsApt.Kategori9 .rsAptInner, .tdKategori9
   {
       background: #ebffdb;
       cursor:pointer;
   } 