﻿html, body 
{
	height:100%;
}

html, body, form
{
	margin:0;
	padding:0;
}

body 
{
	background:#ffffff;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:70%;
	color:#000000;
}

a img 
{
	border:0;
}

h1 
{
	font-size:1.5em;
	color:#1a62af;
	margin:0.6em 0 0.1em 0;
}

h2
{
	font-size:1.3em;
	color:#1a62af;
	margin:1.2em 0 0.1em 0;
}

h3 
{
	font-size:1.2em;
	color:#1a62af;
	margin:1.2em 0 0.1em 0;
}

p 
{
	font-size:1em;
	line-height:1.4em;
	margin:0.2em 0 0.8em 0;
}


ul, ol
{
	margin:0;
	padding:0 0 10px 20px;
}
		
ul li, ol li
{
	margin:0.4em 0 0 20px;
	padding:0;
	line-height:1.4em;
}

/*områden */
#body 
{
	text-align:center;
	background-color:#a8b9c6;
}

#bodyplaceholder
{
	width:872px;
	margin:0 auto;
	text-align:left;
}

#top 
{
	margin:20px 0 8px 0;
}

#content 
{
}
	
#content_left 
{
	width:200px;
	min-height:600px;
	background:#cbdbed url('/Media/Build/content_left_background.gif');
	color:#000000;
	vertical-align:top;
}

	#content_left a 
	{
		color:#bf353a;
		text-decoration:underline;
	}

	#content_left a:hover 
	{
		text-decoration:none;
	}
		
#content_main 
{
	width:444px;
	background:#ffffff;
	color:#000000;
	vertical-align:top;
}

	#content_main_placeholder
	{
		padding:3px 10px 10px 10px;
	}

		#content_main_placeholder a 
		{
			color:#bf353a;
			text-decoration:underline;
		}

		#content_main_placeholder a:hover 
		{
			text-decoration:none;
		}



#content_right 
{
	width:200px;
	background:#ed9819 url('/Media/Build/content_right_background.gif');
	color:#000000;
	vertical-align:top;
}

		#content_right a 
		{
			color:#bf353a;
			text-decoration:underline;
		}

		#content_right a:hover 
		{
			text-decoration:none;
		}

.content_spacer 
{
	width:14px;
}


#footer 
{
	margin:0 0 20px 0;
	color:#1a62af;
}

		#footer a 
		{
			color:#bf353a;
			text-decoration:underline;
		}

		#footer a:hover 
		{
			text-decoration:none;
		}


.menuseparator img
{
	display:block;
}

#login 
{
	background:#a8b9c6;
	padding-bottom:8px;
}

.loginform
{
	background:#a5d05e url('/Media/Build/login_background.gif');
	color:#067587;
	padding:3px 10px 10px 10px;
}



#address 
{
	font-size:1em;
	line-height:1.6em;
	padding:3px 10px 10px 10px;
}

.largeimage 
{
	border-bottom:1px solid #067587;
}



/* ------------------- */

.spacer_grey 
{
	background:#464646 url('/images/public/spacer_grey.gif');
}

.spacer_white 
{
	background:#ffffff url('/images/public/spacer_white.gif');
}

div.separator 
{
	height:3px;
	background:#067587 url('/images/public/ruler_hor.gif') repeat-x;
}

div.separator hr
{
	display:none;
	margin:0;
}

div.hr 
{
	height:3px;
	background:#067587 url('/images/public/ruler_hor.gif') repeat-x;
}

div.hr hr
{
	display:none;
	margin:0;
}


div.hr_bold 
{
	height:4px;
	background:#067587 url('/images/public/ruler_hor_bold.gif') repeat-x;
}

div.hr_bold hr
{
	display:none;
	margin:0;
}


img.left 
{
	float:left;
	margin-right:6px;
}
img.right
{
	float:right;
	margin-left:6px;
}

.ErrMsg, .EmptyGridView
{
	padding:10px;
	margin:9px;
	background-color:#f8fbdc;
	border:1px solid #576080;
	clear:both;
}

.ToolTip
{
	background-color:#f8fbdc;
	border:1px solid #576080;
}


/* formulär */
input[type=button], input[type=submit]
{
	font-size:11px;
}

input[type=text], input[type=password], textarea
{
	border-top:1px solid #848ca6;
	border-right:1px solid #848ca6;
	border-bottom:1px solid #576080;
	border-left:1px solid #576080;
}

textarea 
{
	font-family:Verdana, Arial, Sans-Serif;
}

label 
{
	cursor:pointer;
}

.EditTable 
{
	width:100%;
}

.EditTable tr td 
{
	padding:2px;
	border-bottom:1px solid #ffffff; 
	background-color:#f4f4f4;
}

.EditTable table tr td 
{
	border:0;
}

.EditButtons 
{
	margin:5px 0 0 20%;
}







/*bredder */
.w50 
{
	width:50px;
}
.w100 
{
	width:100px;
}
.w120 
{
	width:120px;
}
.w150 
{
	width:150px;
}
.w200 
{
	width:200px;
}
.w300 
{
	width:300px;
}
.w400 
{
	width:400px;
}



/* färger */
.red
{
	color:Red;
}

.blue 
{
	color:#067587;
}


.bold 
{
	font-weight:700;
}

.underline 
{
	text-decoration:underline;
}

.strikethrough 
{
	text-decoration:line-through;
}


.small 
{
	font-size:10px;
}

.left 
{
	text-align:left;
}

.center 
{
	text-align:center;
}

.right 
{
	text-align:right;
}

.block
{
	display:block;
}

.clear 
{
	clear:both;
}

.fleft 
{
	float:left;
}

.fright 
{
	float:right;
}