/* CSS for DNN by Thomas Larsson - 2008-09-14
1.0.0 - 
*/

@charset "utf-8";

HTML, BODY {
	height: 100%;
}

* {margin: 0; padding: 0;}

BODY {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:1.3em;
	color:#000;
	background:#dce7f1;
	background-image:url(bg_dash.gif);
}

/* Content and panes */

#bodytop {
	background-image: url(bg_navbar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 52px;
	color: #fff;
	margin-bottom: 15px;
}

#maintop {
	width: 1000px;
}

#topleft {
	float:left;
	width: 350px;
}

#topright {
	width: 605px;
	margin-top:26px;
	float:left;
	text-align:right;
	white-space:nowrap;
	position:static;
}


#bodymain {
	width: 1100px;
	text-align: left;
}

#mainleft {
	width: 240px;
	float:left;
}


#maincontent {
	margin-left: 20px;
	width: 710px;
	float:left;
}

#dnn_contentpane {
}

#navigation {
	margin: 0 5px 0 0;
	padding: 15px 0 0 0;
}

#info {
	margin: 0 0 10px 5px;
	padding: 15px 0 0 0;
}


/*
.holder_log {
	width: 900px;
	float: left;
	position:relative;
	height:15px;
	text-align: right;
	margin-bottom: 10;
}

*/

/* TreeMenu */


.TreeViewMenu {
	font-size: 1em;
	width: 160px;
}


/* Container */

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.w_dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0; /* spacing under dialog */
}


.w_dialog .content,
.w_dialog .t,
.w_dialog .b,
.w_dialog .b div {
 background:transparent url(dialog2-office2007.png) no-repeat top right;
 _background-image:url(dialog2-office2007.gif);
}

.w_dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.w_dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.w_dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.w_dialog .b,
.w_dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.w_dialog .b {
 background-position:bottom right;
}

.w_dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.w_dialog .hd,
.w_dialog .bd,
.w_dialog .ft {
 position:relative;
}

.w_dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.w_dialog h1,
.w_dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.w_dialog h1 {
 padding-bottom:0px;
}

/* Misc */ 

.fc {
	display: inline-block;
}

.fc:after, .fcend {
	content: ".";
	clear: both;
	display: block; 
	visibility: hidden;
	height: 0;
}

.clear {
	clear: both;
}

/*
.containerbox {
	clear:both;
}

.hide{
	display: none;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.left {
	float:left
}

.right {
	float:right
}

*/

/* Image classes */


/*
.imgleft {
	margin: 0 10px 5px 0;
}

.imgcenter {
	display:block;
	margin:0 auto 5px auto;
}

.imgright {
	margin: 0 0 10px 5px;
}

*/


/* Text n fixes */

#bodytop a {
	color:#fff;
}

#dnn_contentpane {
	font-size:1.1em;
}

#dnn_contentpane .Head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
}

#dnn_contentpane .containerbox table {
	margin-top: 10px;
}

#info img {
	margin-right:3px;
}

#navigation img {
	margin-right:3px;
}

#icons img {
	border: none;
	margin-right:-2px;
}

#icons .firsticon {
	margin-left: 10px;
}

.FileManager, .dnn_ctr364_LogViewer_dlLog {
	width: 690px;
}





#info P {
	font-size: 1.2em;
	line-height: 1.4em;
}



	
a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#333399;
}

p {
	margin-bottom: 10px;
}

.Normal, .normal {
	font-size: 1.1em;
	line-height: 1.4em;
	color:#000;
}

.Small {
	font-size: 1em;
	color:#663300;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 5px 0;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
	border-bottom: 1px solid #ccc;
	font-weight:lighter;
	color:#666666;
}

h3 {
	font-size: 2em;
	font-weight:lighter;
	color:#333333;
}

h4, .SubHead, .Head {
	font-size: 1.2em;
	color:#333333;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

UL, OL {
	margin: 15px 0 0 0;
}

UL li {
	margin: 0 0 5px 20px;
}

.containerbox table {
	font-size: 1em;
}

.maincontent h3 {
	margin:0;
}

.mainleft h3, .mainleft p, .mainleft .normal, .mainleft a {
	color:#fff;
}

.mainleft a {
	text-decoration:underline;
}

.mainleft a:hover {
	text-decoration:none;
}

.mainleft p {
	margin: 0;
}

/* .mainleft h3 {
	margin-top: 10px;
} */

.ann_normal {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px #fff dotted;
}

/*Annoncment */


/* Login */

.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active {
	background:  url(login.png) no-repeat center left;
/*	height:17px; */
	float:right;
	padding: 0 0 0 12px;
}

a.LOGIN_object:hover {
	text-decoration:underline;
}

.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active {
	background:  url(register.png) no-repeat bottom left; 
	text-decoration: none; 
	float:right;
	padding: 0 0 0 18px;  
	margin: 0 8px 0 10px;
}

a.USER_object:hover {
	text-decoration: underline;
}

.DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active {
	float:right;
/*	margin: 0 10px 0 0; */
}

a.DATE_object:hover {
	text-decoration: underline;
}

/* Annoncements 

.DNN_ANN_Description {
	font-size: 1em;
}

.DNN_ANN_Description p {
	margin: 0;
	padding: 0;
}

.DNN_ANN_DesignTable {
	margin: 0 0 10px 0;
	padding: 0;
	float:left;
	position:relative;
	
}
.DNN_ANN_viewtypeSelector {
	float: left;
	clear:both;
}

/* FormMaster

.NormalTextBox {
	margin: 0 0 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

/*

.formmaster .SubHead {
	color:#000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	

.kontaktform {
	float:left;
}

#FormMaster_tdFormMasterHeaderCell {
	font-size: 1.1em;
}

.kontaktform_main {}
*/


#icons {
	margin-bottom: 0;
	visibility: hidden;
	display: none;
}

/* These on when Admin-area */

/* .ControlPanel {
	visibility:hidden;
	display:none;
}

Repace
#icons {
	margin-bottom: 10px;
}
*/


