/* 
----------------------------------------
Default CSS document
---------------------------------------- 
*/


html,body,#wrapper{
	font-family:arial,verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(/Skins/site/hallingsjohus/images/pix_bg.gif);
	/*background-color:#FFFFFF;*/
	scrollbar-3d-light-color : #87191A;
	scrollbar-arrow-color : #87191A;
	scrollbar-base-color : #ffffff;
	scrollbar-dark-shadow-color : #ffffff;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #87191A;
	scrollbar-shadow-color : #87191A;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 925px;
}
#ContentArea{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	background-color: #1d2d36;
}

.Table{
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	text-align: left;
}

.Headline{
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 14px;
	Color: #FFFFFF;
	Font-Weight: bold;
	background-image: url(/Skins/site/hallingsjohus/images/pix_darkgrey_opac50.gif);
	width:100%;
	text-transform:uppercase;
}	


.fotter	{
	font-size: 9px;
	color: #414141;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	height:15px;
}


/* --- [Edit Specific] -----*/

#EditAreaActive{
	background-color: #414242;
	border: solid 1px #DE0C01;
	Height: 100px;
	margin-bottom: 20px;
	text-align: left;
}

#EditAreaInActive{
	background-color: #414242; /* <-- User the same background color as the page */
	border: solid 1px #706D6D;
	Height: 100px;
	margin-bottom: 20px;
	text-align: left;
}

#EditCol1{
width: 260px;
padding-right: 10px;
text-align: left;
}

#EditCol2{
width: 630px;
text-align: left;
}


/* --- [/Edit Specific] -----*/


a{
font-family:verdana, arial, sans-serif;
font-size: 10px;
color:#FFFFFF;
text-decoration: none;
}

a:hover {
font-family:verdana, arial, sans-serif;
font-size: 10px;
color:#990000;
text-decoration: none;
}

#SiteMenuContainer{
padding-left: 10px;
text-align:left;
text-transform:uppercase;
}
.SiteMenuLink{
Font-Weight: bold;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

.SiteMenuLink:hover{
Font-Weight: bold;
font-size: 12px;
color: #990000;
text-decoration: none;

}

#SiteMenuSperator{
padding-left:5px;
padding-right:5px;
}




/* DIV SCROLL*/
div.ScrollBlock {
width: 100%;
height: 375px;
margin-bottom: 5px;
}div.ScrollBlockFullsize {
width: 600px;
height: 350px;
margin-bottom: 5px;
}div.ScrollBlockHalfSize {
width: 300px;
height: 350px;
margin-bottom: 5px;
}
#visible {
overflow: visible;
}
#hidden {
overflow: hidden;
}
#scroll {
overflow: scroll;
}
#auto {
overflow: auto;
}
/*<div class="ScrollBlock" id="auto"></div>*/

.PoweredBy{
font-size: 9px;
color: #333333;
}

			
