/******* Framework *******/

body {
	margin: 10px auto auto 10px;
	background: #daf1f4 url(/images/bg.gif) top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#Body {
	margin: 30px 0 0 30px;
	width: 800px;
	display: block;
	clear: both;
}

#Page {
	float: left;
	width: 820px;
	display: block;
	clear: both;
}

#Container A {
	color: #0079bc;
}
#Container A:hover {
	color: #009cf2;
}

/******* Clear divs *******/

/* Hide on IE-Mac */
* HTML .FloatContainer
{
	height: 1px;
}

.FloatContainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******* Blocks *******/

#PageHeader {
	background: transparent url(/images/header.gif) left top no-repeat;
	height: 100px;
	padding-top: 30px;
	padding-left: 30px;
}

#PageFooter {
	background: transparent url(/images/footer.gif) left bottom no-repeat;
	height: 80px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#PageMenu {
	display: block;
	float: left;
	width: 120px;
	height: 500px;
	clear: both;
	font-weight: 800;
	background-color: #f1f1f1;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#PageMenu .subMenu {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0px;
}

#PageMenu .subMenu A {
	text-decoration: none;
	color: #00529b;
}

#Main {
	background: transparent url(/images/mainbg.gif) top left repeat-y;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
}


/******* Text styles *******/

h1 {
	color: #666666;
	font-size: 24px;
	margin-bottom: 25px;
}

h3 {
	color: #666666;
	margin-bottom: 2px;
	font-size: 12px;
}

.newsItems table td {
	color: #ffcc00;
}

.textBox {
	padding: 3px 3px 0;
	font-size: 11px;
	border-width: 0;
	height: 17px;
	width: 171px;
	background-image: url(/images/textbox.gif);
	background-position: left top;
	margin-left: 10px;
	text-align: left;
	padding-left:0.5em;
	margin-bottom:0.6em;
}

.label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #aabbcc;
}

.textArea {
	padding: 3px 3px 0;
	font-family: Arial;
	font-size: 11px;
	border-width: 1px;
	height: 17px;
	width: 400px;
	height: 100px;
	background-position: left top;
	margin-left: 10px;
	text-align: left;
	padding-left:0.5em;
	margin-bottom:0.6em;
}


/* Meny */
#TopMenu {
	clear: both;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	height: 30px;
}

#TopMenu LI {
	float: left;
	margin: 0;
}

#TopMenu A {
	display: block;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	margin-right: 1px;
	color: #666666;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

#TopMenu A:hover {
	color: #07608d;
	text-decoration: none;
}

#TopMenu .Selected A,
#TopMenu .Selected A:hover {
	color: #ffffff;
}

#TopMenu .Selected {
	background-color: #0079bc;
}

.wWindow
	{
		/*filter:alpha(Opacity=90);*/
		position: absolute;
		top: 100px;
		left: 20px;
		float: left;
		width: 600px;
		height: 550px;
		background-color:#F1F3F5;
		border-collapse: collapse;
		border:1px solid #000000; 
		padding-top:5;
		padding-bottom:5;
		padding-left:5;
		padding-right:5;
		text-align: left;
		vertical-align: top;
		z-index: 200;
	}
.wDragable
	{
		position:relative;
		/*cursor:hand;*/
		z-index:1000;
		visibility: hidden;
	}
