/*
RESET
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:text-top;background:transparent;}
body{line-height:1;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Redefine
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 { width: 100%; color: #000; font-weight: bold; margin-top: 10px; line-height:normal; }

a {
	color: #857700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form { margin: 0px; padding: 0px; clear: both; }
input, textarea {}
th, td { text-align: left; }
p { margin-top: 12px; line-height: 16px; }
/*p, em { width: 100%; }*/
strong { font-weight: bold; }
hr { width: 100%; height: 1px; margin: 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; margin-top: 20px; padding-top: 20px; }

/**
 * Hack for LiveAdmin uten inherit?
 */
.LiveEditInputText { font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width: 100%; font-size: 1.0em; color: #000; }
.LiveEditTextarea { font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width: 100%; font-size: 1.0em; color: #000; }

/**
 * Divs
 */
#Body {
	width: 100%;
}
#Page {
	width: 790px;
	padding: auto;
	margin: auto;
	text-align: center;
	margin-top: 5px;
}
#Header {
	width: 100%;
	background-image: url('images/header_bg.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Header .Wrapper {
	text-align:left;
}

#Logo {
	float: left;
	width: 190px;
	height: 120px;
	padding: auto;
	margin: auto;
	background-image: url('images/logo.gif');
	background-position: 30px 0px;
	background-repeat: no-repeat;
	behavior: url('/iepngfix.htc');
}
#Logo img {
	width: 190px;
	height: 120px;
}

#ColWrapper {
	width: 790px;
	padding: auto;
	margin: auto;
	background-image: url('images/main_content_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#Col1 {
	position: relative;
	float: right;
	width: 605px;
	clear: none;
	overflow:hidden;
	display:inline-block;
}
#Col2 {
	position: relative;
	left: 0px;
	float: left;
	width: 178px;
	clear: none;
	overflow:hidden;
	display:inline-block;
	text-align: left;
}

#MainContent {
	width: 97%;
	margin: 0px;
	padding: 0px 20px 20px 10px;
	text-align: left;
}
#MainContent ul li {
	padding-bottom: 3px;
	line-height: 14px;
}
#MainContent a {
	line-height: 16px;
}

/*
* Navigasjon
*/
#Header .LogoTekst  {
	float: left;
	padding-left: 7px;
	height: 30px;
	width: 300px;
	margin: 35px 0px 0px 20px;
	padding: 2px 2px 2px 10px;
	border-left: 3px solid #CC3300;
	clear: right;
}
#Header .Navigation {
	width: 790px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	clear: both;
	margin: 0px 0px 10px 0px;
}
#Header .Navigation .Main {
	height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #D8E0EA;
}
#Header .Navigation .Sub {
	height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #EEF0F5;
}
#Header .Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 15px;
}

#Header .Navigation ul li {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	overflow:hidden;
	display:inline-block;
}
#Header .Navigation ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
}
#Header .Navigation .Main ul li a:hover {
	color: #fff;
	background-color: #E63900;
}
#Header .Navigation .Main ul li .Active {
	color: #fff;
	background-color: #CC3300;
}
#Header .Navigation .Sub ul li a:hover {
	color: #000;
	background-color: #E6CF00;
}
#Header .Navigation .Sub ul li .Active {
	color: #000;
	background-color: #CCB800;
}
#Header .Navigation a {
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#Header .AboveColWrapper {
	width: 100%;
	height: 29px;
	display: block;
	background-image: url('images/main_content_top.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	clear: both;
}

.NoticeMessage {
	border-top: 1px solid #ccc;
	margin: 17px;
	padding-top: 5px;
	color: #666;
}

#Footer {
	width: 790px;
	margin: auto;
	padding: auto;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
	color: #000;
	clear: both;
	text-align: center;
	background-image: url('images/main_content_bottom.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Footer a {
	color: #000;
}
#Footer .Copyright {
	padding: auto;
	margin: 0px 0px 5px 0px;
	padding: 30px 0px 5px 0px;
}

/**
 * Newstable
 */
.NewsTable {
	width: 100%;
}
.NewsTable td {
	width: 50%;
	font-size: 11px;
	padding-bottom: 10px;
	border: 2px solid #EFEFEF;
	padding: 2px;
}
.NewsTable a {
	color: #333333;
	text-decoration: none;
}
.NewsTable a:hover {
	text-decoration: underline;
}
.NewsTable .Updated {
	width: 100%;
	color: #A7A7A7;
	text-align: right;
	background-color: #EFEFEF;
}

table.Liste {
	border-collapse: collapse;
}
table.Liste td {
	border: 1px solid #ccc;
	padding: 2px;
}

.tableTaler td {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.Pagination {
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.Pagination a {
	text-decoration: none;
}
.Pagination a:hover {
	text-decoration: underline;
}

/**
 * Widgets
 */
.fileSimpleList {
	clear: both;
	padding-top: 20px;
}
.fileSimpleList .Wrapper {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	clear: both;
}
.fileSimpleList .File {
	clear: both;
	padding-bottom: 15px;
}
.fileSimpleList .FileIcon {
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-top: 1px;
}
.fileSimpleList .extPDF {
	background-image: url('images/ext_pdf.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/**
 * Validation
 */
.validation-advice {
	color: #FF3300;
}

/**
 * Status msg
 */
.status-ok {
	color: #009900;
}
.status-error {
	font-weight: bold;
	color: #990000;
}

/*
* GDU stamp
*/
#GDU {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 9px;
	color: #000;
	padding: 20px 0px 100px 0px;
}
#GDU div {
	width: 200px;
	padding: auto;
	margin: auto;
}
#GDU strong { display: block; font-weight: bold; font-size: 10px; }
#GDU a {
	text-decoration: none;
	color: #000;
}
#GDU a:hover {
	color: #666;
	text-decoration: none;
}
#GDU #gduWEB {
	text-decoration: none;
}
