 
/*
  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 */
}

/* 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;
}

#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:#d0cbbf; */
 background-color: #e9e7e1;
 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;
}

#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;
 bottom: 0px;
 font-size: xx-small;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 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;
  padding-top: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 #sas {
  background-image:url("../../images/left-sas.gif");
}

#mainMenu #sas a {
  background-image:url("../../images/right-sas.gif");
  padding-bottom:5px;
  padding-top:5px;
  color: #ffffff;
  /* font-style:italic; */
  font-weight:700; 
  }
#mainMenu .sas {
  background-image:url("../../images/left-sas.gif");
}

#mainMenu .sas a {
  background-image:url("../../images/right-sas.gif");
  padding-bottom:5px;
  color:#FFFFFF;
  }


#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:#eeeeee;}


.Add {width: 547px; border:solid 0px #000000;}
.Add .top   { background-image: url('../../images/bg_top.gif'); background-repeat:no-repeat; height: 21px; width: 547px; display: block;}
.Add .job   { background-image: url('../../images/bg_repeat.gif'); background-repeat: repeat-y; width: 547px; display: block; padding-left: 10px; padding-right: 10px; text-align: left;}
.Add .bottom   { background-image: url('../../images/bg_Bottom.gif'); background-repeat: no-repeat; height: 21px; width: 547px; display: block;}

.GridView       { width: 100%; }
.GridView TH { padding-left: 4px; padding-right: 4px; border-bottom: solid 1px #000000;  }
.GridView TH A { color: #000000; }
.GridView TD { padding-left: 4px; padding-right: 4px; }
.GridView TD A { color: #000000; }


/* GOOGLE KARTA */
DIV.gMapOuterContainer      { width:452px; border:1px solid #b6af9d;}
DIV.gMapInnerContainer      { max-height:400px; overflow:auto; scrollbar-3dlight-color:#a9a18c; scrollbar-arrow-color:#a9a18c; scrollbar-base-color:#e8e4dc; scrollbar-darkshadow-color:#e8e4dc; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#a9a18c; scrollbar-shadow-color:#a9a18c}
DIV.gMapInnerContainerLarge { max-height:400px; overflow:auto; scrollbar-3dlight-color:#a9a18c; scrollbar-arrow-color:#a9a18c; scrollbar-base-color:#e8e4dc; scrollbar-darkshadow-color:#e8e4dc; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#a9a18c; scrollbar-shadow-color:#a9a18c}
p.p5                        { padding-top: 6px;margin-top: 0px;}


@media print
{ 
    #mainMenu   { width:640px; }   
    #container  { width:640px; position: absolute; left: 0px; }   
    #leftColumn { width: 0px; visibility: hidden; display: none; }
    #mainPage   { width: 535px; padding-left: 30px;}
    #footer     { padding-left: 100px;}
}

