/*
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:baseline;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: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 76%;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

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

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold; margin-top: 10px; }

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

a, strong, h2, h3, h4, h5, h6 {
	color: #000;
}

form { margin: 0px; padding: 0px; clear: both; }
input, textarea {}
th, td { text-align: left; }
p { font-size: 1em; margin: 8px 0px 15px 0px; line-height: 18px; }
/*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; }
li { font-size: 1em; }

table td { padding: 5px 0px 0px 0px; }
table, table tr, table td { font-size: 1em; }


/**
 * 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; }

.Ansatte td img {
	float: left;
}

/**
 * Divs
 */
#Body {
	width: 100%;
}
#Page {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
#Header {
	width: 100%;
	text-align: center;
	background-image: url('images/body_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}
#Header .Wrapper {
	width: 999px;
	height: 126px;
	padding: auto;
	margin: auto;
}

#Logo {
	float: left;
	width: 260px;
	height: 126px;
	padding: auto;
	margin: auto;
	background-image: url('images/logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Logo img {
	width: 260px;
	height: 126px;
}

#ColWrapper {
	width: 999px;
	padding: auto;
	margin: auto;
	background-image: url('images/page_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
}

#Col1 {
	position: relative;
	left: 0px;
	float: left;
	width: 999px;
	clear: none;
	overflow:hidden;
	display:inline-block;
}

#MainContent {
	width: 96%;
	margin: 0px;
	padding: 5px 40px 40px 16px;
	text-align: left;
	clear: both;
}

.InnerInfoBoxHeading {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #900;
	margin-top: 10px;
	margin-bottom: 10px;
}
.InnerInfoBoxHeading h2 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
.InnerInfoBoxLeft {
	width: 49%;
	float: left;
}
.InnerInfoBoxRight {
	width: 49%;
	float: right;
}
.InnerInfoBoxLeft ul, .InnerInfoBoxRight ul {
	margin-right: 10px;
}
.InnerInfoBoxLeft li, .InnerInfoBoxRight li {
	margin-bottom: 8px;
}

.InnerInfoBox {
	margin-top: 4px;
}
.InnerInfoBox .Category {
	float: left;
	list-style: none;
	margin: 4px;
	padding: 0px;
}
.InnerInfoBox .Category {
	font-size: 12px;
	font-weight: bold;

}
.InnerInfoBox .Category li {
	height: 60px;
	width: 210px;
}
.InnerInfoBox .Category li img {
	margin-right: 3px;
}
.InnerInfoBox .Category li h2 {
	padding-top: 15px;
	font-size: 12px;
}

/* classad */
.contentwrapper .classad_heading {
	font-size: 1em;
	color: #666;
	border: 1px solid #C9D4ED;
	border-top: none;
	border-left: 2px solid #900;
	padding: 0px 0px 5px 5px;
	background-color: #EBEFF8;
}
.contentwrapper .classad_heading a {
	color: #666;
}
.contentwrapper .classad {
	margin-top: 14px;
	padding: 8px 5px 8px 5px;
	text-align: left;
	color: #000;
	background-color: #EBEFF8;
	border-left: 2px solid #900;
	border-right: 1px solid #C9D4ED;
	border-top: 1px solid #C9D4ED;
}
.contentwrapper .classad h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.contentwrapper .classad p {
	font-size: 90%;
	color: #555;
	margin: 0px;
	margin-top: 3px;
}

/*
* Navigasjon
*/
#Navigation {
	width: 656px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	height: 42px;
	clear: both;
	background-image: url('images/navigation_bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*overflow: hidden;*/
}

#Navigation ul {
	float: left;
	height: 32px;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	list-style: none;
	padding-left: 0px;
}

#Navigation ul li {
	float: left;
	height: 42px;
	/*overflow:hidden;*/
	display:inline-block;
}

#Navigation ul li a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	display: block;
	margin: 7px 0px 0px 0px;
	border-right: 1px solid #f0f0f0;
}
#Navigation ul li.Last a {
	border: none;
}
#Navigation ul li a:hover {
	text-decoration: underline;
}
#Navigation ul li.Active {
	background-image: url('images/navigation_active.png');
	background-position: center 29px;
	background-repeat: no-repeat;
}

#Navigation a span {
	display: block;
	text-align: left;
	padding: 0px 14px 0px 14px;
}
#Navigation .Last a span {
	padding: 0px 0px 0px 14px;
}
#Navigation ul li.Last.Active {
	background-position: 21px 29px;
}

#Navigation ul li li {
	height: 21px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
#Navigation ul li li a {
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#Navigation ul ul {
	padding: 0px 0px 4px 0px;
	clear: both;
}

#Utilities {
	float: right;
	width: 443px;
	height: 126px;
	background-image: url('images/utilities_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/*
* Page Navigation
*/
.PageNav {
	/* width: 100%; */
	margin: 20px 0px 5px 0px;
	height: 20px;
	border: 1px solid #f0f0f0;
	background-color: #f9f9f9;
}
.PageNav a {
	padding: 4px 4px 4px 4px;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}
.PageNav a:hover {
	background-color: #f0f0f0;
}
.PageNav .Summary {
	float: left;
	padding: 4px;
}
.PageNav .Total {
	color: #ccc;
}
.PageNav .Wrapper {
	float: right;
	padding: 2px;
}
.PageNav .First, .PageNav .Prev, .PageNav .Page, .PageNav .Next, .PageNav .Last {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PageNav .FirstNotActive, .PageNav .PrevNotActive, .PageNav .NextNotActive, .PageNav .LastNotActive {
	display: none;
}
.PageNav .Page {
}
.PageNav .Page .Current {
	font-weight: bold;
	background-color: #f0f0f0;
}

/**
 * Filter
 */
.FilterCategories {
	clear: both;;
	margin: 10px 0px 0px 0px;
}
.FilterCategories .Left {
	float: left;
	width: 49%;
	border-right: 1px solid #fff;
}
.FilterCategories .Right {
	float: left;
	width: 49%;
}
.FilterCategories .Wrapper {
	clear: both;
	width: 145px;
	height: 49px;
	border-top: 1px solid #fff;
}
.FilterCategories .Checkbox {
	float: left;
	width: 35px;
	height: 35px;
	margin: 10px 0px 0px 10px;
	background-position: top left;
	background-repeat: no-repeat;
}
.FilterCategories .Title {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0px 0px 6px;
}
.FilterCategories .AgenterForhandlere .Checkbox { background-image: url('images/kat_agenter_forhandlere_inactive.png'); }
.FilterCategories .AgenterForhandlere .CheckboxActive,
.FilterCategories .AgenterForhandlere:hover .Checkbox { background-image: url('images/kat_agenter_forhandlere.png'); }
.FilterCategories .AgenturerKjopes .Checkbox { background-image: url('images/kat_agenturer_kjopes_inactive.png'); }
.FilterCategories .AgenturerKjopes .CheckboxActive,
.FilterCategories .AgenturerKjopes:hover .Checkbox { background-image: url('images/kat_agenturer_kjopes.png'); }
.FilterCategories .AgenturerSelges .Checkbox { background-image: url('images/kat_agenturer_selges_inactive.png'); }
.FilterCategories .AgenturerSelges .CheckboxActive,
.FilterCategories .AgenturerSelges:hover .Checkbox { background-image: url('images/kat_agenturer_selges.png'); }
.FilterCategories .Franchise .Checkbox { background-image: url('images/kat_franchisetakere_inactive.png'); }
.FilterCategories .Franchise .CheckboxActive,
.FilterCategories .Franchise:hover .Checkbox { background-image: url('images/kat_franchisetakere.png'); }
.FilterCategories .Grossister .Checkbox { background-image: url('images/kat_grossister_inactive.png'); }
.FilterCategories .Grossister .CheckboxActive,
.FilterCategories .Grossister:hover .Checkbox { background-image: url('images/kat_grossister.png'); }
.FilterCategories .VarepartierSelges .Checkbox { background-image: url('images/kat_varepartier_selges_inactive.png'); }
.FilterCategories .VarepartierSelges .CheckboxActive,
.FilterCategories .VarepartierSelges:hover .Checkbox { background-image: url('images/kat_varepartier_selges.png'); }
.FilterCategories .ImportEksport .Checkbox { background-image: url('images/kat_import_eksport_inactive.png'); }
.FilterCategories .ImportEksport .CheckboxActive,
.FilterCategories .ImportEksport:hover .Checkbox { background-image: url('images/kat_import_eksport.png'); }
.FilterCategories .InvestorerPartnere .Checkbox { background-image: url('images/kat_investorer_partnere_inactive.png'); }
.FilterCategories .InvestorerPartnere .CheckboxActive,
.FilterCategories .InvestorerPartnere:hover .Checkbox { background-image: url('images/kat_investorer_partnere.png'); }
.FilterCategories .MarkedsforingsProdukter .Checkbox { background-image: url('images/kat_markedsforing_produkter_inactive.png'); }
.FilterCategories .MarkedsforingsProdukter .CheckboxActive,
.FilterCategories .MarkedsforingsProdukter:hover .Checkbox { background-image: url('images/kat_markedsforing_produkter.png'); }
.FilterCategories .MarkedsforingsTjenester .Checkbox { background-image: url('images/kat_markedsforing_tjenester_inactive.png'); }
.FilterCategories .MarkedsforingsTjenester .CheckboxActive,
.FilterCategories .MarkedsforingsTjenester:hover .Checkbox { background-image: url('images/kat_markedsforing_tjenester.png'); }

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

#Footer {
	width: 999px;
	margin: auto;
	padding: auto;
	padding-bottom: 2px;
	font-size: 10px;
	color: #333;
	clear: both;
	text-align: left;
	border-top: 1px solid #B2B2B2;
	text-transform: uppercase;
}
#Footer a {
	color: #333;
}
#Footer .Copyright {
	clear: none;
	float: left;
	color: #333;
	padding: auto;
	margin: auto;
	padding: 4px 0px 0px 0px;
}
#Footer .Nav {
	clear: none;
	float: left;
	color: #333;
	padding: auto;
	margin: auto;
	padding: 4px 0px 0px 4px;
}
#Footer .Foreign {
	margin: 3px 0px 0px 0px;
	float: right;
}
#Footer .Foreign a {
	display: inline-block;
	text-decoration: none;
	clear: none;
}
#Footer .Foreign a:hover, #Footer .Foreign a.Active {
	text-decoration: underline;
}
#Footer a.DE, #Footer a.GB {
	float: left;
	height: 20px;
	margin: 0px 0px 0px 15px;
	padding: 1px 0px 0px 20px;
	background-position: top left;
	background-repeat: no-repeat;
}
#Footer .DE, #Footer .GB {
	background-image: url('images/flag_gb.png');
}
#Footer .DE, #Footer .DE {
	background-image: url('images/flag_de.png');
}

/**
 * Validation
 */
label.error {
	color: #FF3300;
}

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

/**
 * 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 .File .Title {
	font-weight: bold;
	padding-top: 2px;
}
.fileSimpleList .FileIcon {
	margin-right: 4px;
	margin-top: 0px;
}
.fileSimpleList .extPDF {
	background-image: url('images/ext_pdf.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
