/* HTML Tag Redefinition */
html, body {
	height: 100%;
	background-color: #000;
}
body {/* customize_background */
	text-align: center;
	padding: 0px;
	margin: 0px;
}
img {border: 0px}
a { cursor:pointer}

label { font-weight:bold; display:block; padding-top: 10px; }
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{
	margin:auto;
	background-color: #000;
	width: 900px;
	overflow: auto;
	visibility: visible;
	position: relative;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#page #header{
	position:relative;
	height: 190px;
	margin: auto;
} 
#page #header #logo{
	position: absolute;
	top: 25px;
	left: 30px;
	height: 113px;
	width: 286px;
	text-align: left;
}
#page #header #rdesign {
	float: right;
	height: 59px;
	width: 272px;
	top: 50px;
	position: absolute;
	right: 30px;
}

#page #header #headerNav{
	margin: auto;
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-image: url(grafikk/menybakgrunn.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #333;
}

#page #header ul.nav-header{
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:2;
	overflow:visible;
	float: right;
	vertical-align: middle;
	width: 98%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#page #header ul.nav-header li{
	float:left;
	font-size:13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
#page #header ul.nav-header li a{
	text-decoration:none;
	color:#CCC
}
#page #header ul.nav-header li a:hover{
	text-decoration:none;
	color:#06F;
}
#page #header ul.nav-header li.nav-selected{
}
#page #header ul.nav-header li a.nav-selected{
	color:#F00;
}
#page .divider{
	padding-top: 0px;
	overflow:hidden;
	height:10px;
	clear:both;
	width:100%;
}

#page #central{
	position: relative;
	height: auto;
}
#page #central a{
	text-decoration:none;
	color:#0C9
}
#page #central a:hover{ text-decoration:none; color:#990000 }
#page .no-sidebar { background-image: none !important}
#page #central.central-left { background:url(images/nav_sidebar_left_bg.gif) repeat-y center !important; }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 72px !important; padding-right: 0px !important; float:right}
 
#page #central #body{
	float:right;
	width:50%;
	padding-right:15px;
	overflow:hidden;
	text-align: left;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
#page hr {
	width:80%;
	height: 1px;
	color:#333;
}
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #CCC;
}
#page #central #body p {
	text-align:justify;
}
#page .no-sidebar #body{ float: none !important; width: auto !important; overflow:hidden }
#page #central #sidebar{
	float:left;
	width:40%;
	overflow:hidden;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#page #central #sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }
#footer {
	padding-bottom: 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	margin: auto;
	height: 15px;
}
#page #footer a{
	text-decoration:none;
	color:#666
}
#page #footer a:hover{ text-decoration:none; color:#990000 }
#page #footer span.sign-in {
	margin-left: 15px;
}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* customize_miscellaneous */ /* customize_miscellaneous */
#page #central #pictureframe {
	height: 600px;
	width: 100%;
}
