 
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected main menu
  Grey tint 3		#d0cbbf   highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
 
  #A3A18C   main menu
  #EAE7E2   left menu
*/

/* specific divs */

html, body {
	padding:0px;
	margin:0px;
	font-size: 100%; /* IE Hack */
}


.rectColorTop
{
    background-color:#ddd9d0;
    border-top:solid 2px #A9A18C;
    }
.rectColorBottom
{
    border-bottom:solid 2px #A9A18C;    
    background-color:#ddd9d0;   
    }
.rectColorMiddle
{
    background-color:#ddd9d0;
    padding-left:10px;
    padding-right:10px;         
    border-left:solid 2px #A9A18C;
    border-right:solid 2px #A9A18C;
}
.rectColorTopLeft
{
    width:6px;
    height:7px;
    text-align:left;
    vertical-align:top;    
    }
.rectColorTopRight
{
    width:6px;
    height:7px;
    text-align:right;
    vertical-align:top;    
    }
.rectColorBottomLeft
{
    width:6px;
    height:7px;
    text-align:left;
    vertical-align:bottom;    
    }
.rectColorBottomRight
{
    width:6px;
    height:7px;
    text-align:right;
    vertical-align:bottom;    
    }


.rectTop
{
    border-top:solid 2px #A9A18C;
    }
.rectBottom
{
    border-bottom:solid 2px #A9A18C;
    width:586px;    
    }
.rectMiddle
{
    vertical-align:top;
    padding:10px;
    width:600px;
    border-left:solid 2px #A9A18C;
    border-right:solid 2px #A9A18C;
   /* height:500px;*/
    }
.rectTopLeft
{
    width:7px;
    height:7px;
    text-align:left;
    vertical-align:top;    
    }
.rectTopRight
{
    width:7px;
    height:7px;
    text-align:right;
    vertical-align:top;    
    }
.rectBottomLeft
{
    width:7px;
    height:7px;
    text-align:left;
    vertical-align:bottom;    
    }
.rectBottomRight
{
    width:7px;
    height:7px;
    text-align:right;
    vertical-align:bottom;    
    }
/* commented backslash hack \*/
html, body {height:100%}
/* end hack */

body {
	font-family: Arial, Sans-serif;
	color: black;
	background: white url(../../images/Background.gif) top center repeat-y;
	text-align: center;
	font-size: 0.75em;
}

#container {
	padding: 0px;  
	margin: 0px auto;
	width: 752px;
	min-height: 99%;
	height: auto;
	text-align: left;
	position: relative;
}

* html #container {
	height: 99%;
	width: 752px;
}
.siteHeader
{ 
    margin:10px 20px 0px 0px;
    color:#A9A18C;    
    font-size:36px;     }
    
.siteSubHeader{
    color:#A9A18C;
    font-size:24px;
    margin:0px 20px 0px 0px;}
    
#header{
   background: #fff;
   padding: 10px 0px;
}

#panel{
	display: block;
	padding: 0px;  
	margin: 0px;
	clear: both;
}



#leftColumn {
 width: 178px;
 margin: 0px;
 padding: 0px;
}

#leftColumn div.newsPanel {
 width: 178px;
 background:#ffffff; /*#d0cbbf*/
 margin: 10px 0px 0px 0px;
 /*padding: 10px;*/
 border: 0px; 
}

/* fix box model for IE5 */
#leftColumn div.news\Panel {width:158px;}

#mainPage {
 width: 564px;
 margin: 10px 0px 0px 10px;
 padding: 0px;
}

#mainPageIndent {
 width: 548px;
 margin: 0px 0px 0px 16px;
 padding: 0px;
}

#mainPageIndent div.full {
  clear: both;
  width: 548px;
}

#mainPageIndent div.leftcol {
  width: 263px;
  float: left;
}

#mainPageIndent div.rightcol {
  width: 263px;
  float: right;
}

#mainPageIndent div.withlinks {
  width: 358px;
  float: left;
}

#mainPageIndent div.links{
  width: 168px;
  float: right;
  padding-left:10px;
  border-left: 1px solid #d0cbbf;
}

#mainPageIndent div.rule{
  border-bottom: 1px solid #d0cbbf;
  padding-bottom:10px;
  margin-bottom:10px;
}

/* for image wrapping */
#mainPageIndent div.right{
  padding: 0px 0px 1em 10px;
  float: right;
}

#mainPageIndent div.left{
  padding: 0px 10px 10px 0px;
  float: left;
}

#mainPageIndent div.center{
  padding: 0px 0px 10px 0px;
}

/* footer is outside container and positioned absolute - footerspace clears space */
#footerspace {
 clear: both;
 height: 30px;
}

#footer {
 height: 30px;
 position: absolute;
 bottom: 0px;
 font-size: xx-small;
 margin: 0px;
 padding: 0px 0px 0px 216px;
 color: #a9a18c;
}

#footer a {
	color: #a9a18c;
}

#footer a:hover {
	color: #ea2026;
}


/*
   Main 'Tab' menu
*/


#mainMenu {
  float:left;
  width:100%;
  margin:0px;
  background:#A9A18C url("../../images/right-end.gif") no-repeat right top;
  line-height:normal;
  border-bottom :8px solid #D0CBBF;  /* border under main menu */
  font-size: 0.95em;
}

#mainMenu ul {
  margin:0px;
  padding:0px;
  list-style:none;
  }

#mainMenu li {
  float:left;
  background:url("../../images/left.gif") no-repeat;
  margin:0px;
  padding:0px 0px 0px 9px;
  }

#mainMenu  a {
  float:left;
  display:block;
  background:url("../../images/right.gif") no-repeat right top;
  padding:5px 5px 5px 2px;
  text-decoration:none;
  color: #fff;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainMenu a {float:none;}
/* End IE5-Mac hack */

#mainMenu a:hover {
  color: #000;
  }

#mainMenu #home {
  background-image:url("../../images/left-home.gif");
  border-width:0px;
}

#mainMenu #current {
  background-image:url("../../images/left-on.gif");
}

#mainMenu #current a {
  background-image:url("../../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
  }

#mainMenu #home_current {
  background-image:url("../../images/left-home-on.gif");
  border-width:0px;
}

#mainMenu #home_current a {
  background-image:url("../../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
}

#mainMenu #empty {
  background-image:url("../../images/left.gif");
  border-width:0px;
  padding:5px 15px 5px 6px;
  height: 100%;
}
#mainMenu #home {
  background-image:url("../../images/left-home.gif");
  border-width:0px;
}

#mainMenu .current {
  background-image:url("../../images/left-on.gif");
}

#mainMenu .current a {
  background-image:url("../../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
  }

#mainMenu .home_current {
  background-image:url("../../images/left-home-on.gif");
  border-width:0px;
}

#mainMenu .home_current a {
  background-image:url("../../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
}

#mainMenu .empty {
  background-image:url("../../images/left.gif");
  border-width:0px;
  padding:5px 15px 5px 6px;
  height: 100%;
}





/*
   Submenu
*/

#subMenu {
	color:Black;
	margin:0px;
	padding:30px 0px 0px 0px;
	width:100%;
}


#subMenu  ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#subMenu  li 
{
	display: block;
	list-style: none;
	margin: 0px;
}

#subMenu  a 
{
	display: block;
	Color:Black;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}


#subMenu  a.d0
{
	padding:7px 12px 7px 12px;
}

#subMenu  a.open
{
	background:#e9e7e1;
}


#subMenu  a.d1 
{
	background:#e9e7e1;
	padding:7px 12px 7px 24px;
}


#subMenu  a.d2 
{
	background:#e9e7e1;
	padding:7px 12px 7px 36px;
}


#subMenu  a.d3 
{
	background:#e9e7e1;
	padding:7px 12px 7px 48px;
}

#subMenu  a:hover {
  background:#a9a18c;
  }

#subMenu  #current  {
  background:#d0cbbf; 
  font-weight: bold;
  }
  
.NewsPanel a {color:Black; font-weight:normal; }  
.NewsPanel a:link		{color:Black; text-decoration:nonde; }  
.NewsPanel a:visited	{color:Black; text-decoration:nonde; }  
.NewsPanel a:hover		{color:Black; text-decoration:nonde; }  
.NewsPanel a:active		{color:Black; text-decoration:nonde; }  
  
.topEditBtn:link	{color:#000000;}
.topEditBtn:visited {color:#000000;}
.topEditBtn:hover	{color:#000000;}
.topEditBtn:active	{color:#000000;}

.topEditBtn img {display:inline;}

.topEditBtnActive			{color:#000000; background-color:#aaaaaa;}
.topEditBtnActive:link		{color:#000000; text-decoration:none;}
.topEditBtnActive:visited	{color:#000000; text-decoration:none;}
.topEditBtnActive:hover		{color:#000000; text-decoration:none;}
.topEditBtnActive:active	{color:#000000; text-decoration:none;}


.topEditBtnActive img {display:inline;}

.ucEdit a				{ border:solid 1px #999999; background-color:#dddddd; padding:2px; height:28px;}
.ucEdit a:link		{color:#000000; text-decoration:none;}
.ucEdit a:visited		{color:#000000; text-decoration:none;}
.ucEdit a:hover		{color:#000000; text-decoration:none; border:solid 5px #000000;}
.ucEdit a:active		{color:#000000; text-decoration:none;}

.ucEdit a:hover		{color:#000000; text-decoration:none; border:solid 5px #000000;}

.ucEditImg img		 {border-color: #ffffff;}
.ucEditImg:hover img {border-color: #336699;}

.ucEditText	{color:Black; border:solid 1px #ffffff;}
.ucEditText:link	{border:solid 1px #ffffff; text-decoration:none;}
.ucEditText:visited	{border:solid 1px #ffffff; text-decoration:none;}
.ucEditText:hover	{border:solid 1px #336699; text-decoration:none;}
.ucEditText:active	{border:solid 1px #000000; text-decoration:none;}

/* KNAPPAR */
INPUT.cssBtn		{ text-align:center; border: solid 1px #666666; font-family:Verdana, Geneva; font-size:11px; height:20px; padding:2px; background-color:#eeeeee; }
A.cssBtn			{ text-align:center; margin-top:4px; border: solid 1px #666666; font-family:Verdana, Geneva; font-size:11px; height:20px; padding:2px; background-color:#eeeeee; padding-left:6px; padding-right:6px; }
A.cssBtn:link		{ text-decoration:none; color:#000000; background-color:#eeeeee; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeee', endColorStr='#dddddd', gradientType='0'); }		
A.cssBtn:visited	{ text-decoration:none; color:#000000; background-color:#eeeeee; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeee', endColorStr='#dddddd', gradientType='0'); }	
A.cssBtn:hover		{ text-decoration:none; color:#000000; background-color:#cccccc; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#dddddd', endColorStr='#cccccc', gradientType='0'); }
A.cssBtn:active		{ text-decoration:none; color:#000000; background-color:#dddddd; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#bbbbbb', endColorStr='#cccccc', gradientType='0');}	

.cssFrm			{ border:solid 1px #666666; color:#000000; background-color:White;}
.cssFrm_err		{ border:solid 1px Red; color:Red; background-color:Yellow;}

.mandatory { color:Red}
.mandatory1of3 { color:Orange;}
.graySmall { color:gray; font-size:10px;}            
.tblForm TD { padding-top:12px; padding-right:5px;}
