/* 
================================
Created by New Computer Technology
newcomtech.dk
================================
#4682b4	steelblue				
#b0c4de	lightsteelblue	row background
#ff8c00	darkorange			links, menu hoover
#000000	black						normal tekst, links
#333333 darkgray        bodybackground
*/

/* standard elements */
/*
* {
	font: normal 0.98em "Lucida Sans Unicode" ,sans-serif;
	margin: 0px;
	padding: 0px;
}
*/
body {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color: #000000;
}
a:hover {
	color: #ff8c00;
	text-decoration: underline;
}
p, cite, code, ul {
	/*margin-bottom: 0.5em;*/
}
/***** DNN Styles to override ****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .head, .SkinObject {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 100%;
	color: #000000;
	text-align: left;
}
.NormalDisabled {
	color: silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
.Normal a {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/* Special system overrides 
.head, .FCKImageGalleryPathContainer{
	color: #ffffff;
}*/

.SkinObject {		/* used by most TAGS, default: cssStyle="SkinObject" */
	font-weight: 300;
	text-decoration:none;
}
a.SkinObject:hover {
	color: #ff8c00;
	text-decoration: underline;
}
/****** end DNN override *****/

h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
	padding: 0px 0px 0px 3px;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* structure */
/* hoved div */
.bodybackground {
	background: #333333;
	width: 100%;
	height: 100%;
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
}
.main {
	width: 940px;
	height: 100%;
	background: #eeeeee;
  /*border: dotted 1px red;*/
  margin: 0px auto;
/*
	border-left: solid 1px #4682b4;
	border-right: solid 1px #4682b4;
*/
}

/* header row */
.header {
	background: url(img/header.jpg) no-repeat center top; /*  #597F93  */
	height: 120px;
  width: 100%;
  /*border: dotted 1px red;*/
}
.header h1 {
	color: white;
	text-transform: uppercase;
	margin: 5px 20px;
	font-size: 3em;
	/*font-family: 'Times New Roman' , Sans-Serif;*/
}

/* navigation row */

/* login, user, search, date row */
.navigation1 {
	text-align: right;
	padding: 4px;
}

/* menu row */
.navigation { 
	color: #000000;
	height: 30px;
	background-color: #b0c4de;
}
.navigation a {
	font-weight:  600;
	font-size: 12px;
	line-height: 28px;
}
.navigation a:hover {
}
.navigation table {
	background-color: #b0c4de;
}
.navigation td {
	color: #000000;
	padding-left:3px;
	padding-right:3px;
}
.submenu {
	border-top: #b0c4de 1px solid;
	border-bottom: #4682b4 1px solid;
	border-left: #4682b4 1px solid;
	border-right: #4682b4 1px solid;
	z-index:300;
}

/* content */
.content {
	padding: 15px 0px 15px 0px;
	border-bottom: solid 1px #4682b4;
}
.content h1, .content h2, .content h3 {
}

#leftdiv {
	float:left;
	width: 212px;
	margin-left: 4px;
}
#contentdiv {
	float:left;
	width: 492px;
	margin-left: 8px;
	margin-right: 8px;
}
#rightdiv {
	float:right;
	width: 212px;
	margin-right: 4px;
}

/* footer */
.footer {
	font-size: 0.9em;
	text-align: center;
	background-color: #b0c4de;
}
.footer a {
}


/* misc */
.divider {
/*
	background: url(img/divider.gif) no-repeat;
*/
	height: 4px;
	margin: 4px 0px;
}

.clearer {
	clear: both;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode" ,serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode" ,serif;
	padding-left: 28px;
}



/* Marked out style */

/*
.container {
	font-size: 1em;
	margin: 0 auto;
	/*width: 590px;
	clear: both;
}
*/

/* SolPart Menu Style */
/*
.MainMenu_MenuContainer {
  background-color: transparent;
}
.MainMenu_MenuBar {
  cursor: pointer;
  cursor: hand;
}
.MainMenu_MenuItem {
  background: transparent;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  border-bottom: #505052 1px solid;
  border-top: #505052 1px solid;
  padding: 2px 10px 3px 5px;
}
.MainMenu_MenuItemSel {
  background: #eee;
  cursor: pointer;
  cursor: hand;
  color: #333;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  border: 0;
  padding: 2px 10px 3px 5px;
}
.MainMenu_MenuIcon {
  display: none;
}
.MainMenu_SubMenu {
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
  background: #505052;
  filter: none;
  border: 2px solid #f6f6f6;
  margin-top: 12px;
  padding: 2px;
}
.MainMenu_MenuBreak {
  border-bottom: #f00 1px solid;
  border-left: #f00 0px solid;
  border-top: #f00 1px solid;
  border-right: #f00 0px solid;
  background-color: transparent;
  height: 6px;
  display: none;
}
.MainMenu_MenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  cursor: hand;
  border-right: #505052 1px solid;
  border-bottom: #505052 1px solid;
  border-top: #505052 0px solid;
  display: none;
}
.MainMenu_RootMenuArrow {
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  cursor: hand;
  display: none;
}
*/

/* Menu-Styles */
/* Module Title Menu */
/*
.ModuleTitle_MenuContainer {
  color: #2c2c2c;
}
.ModuleTitle_MenuBar {
  cursor: pointer;
  cursor: hand;
  height: 21px;
}
*/

/* Module Title Menu */
/*
.ModuleTitle_MenuItem {
  color: #fff;
  background: #8FA850;
  cursor: pointer;
  cursor: hand;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  padding: 2px 10px 3px 5px;
  height: 21px;
  border-bottom: #8FA850 1px solid;
  border-top: #8FA850 1px solid;
}
.ModuleTitle_MenuIcon {
  cursor: pointer;
  cursor: hand;
  color: #fff;
  text-align: center;
  padding-right: 0px;
  padding-left: 3px;
  background: transparent;
  display: none;
}
.ModuleTitle_SubMenu {
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  background: #8FA850;
  margin-top: 5px;
  border: 2px solid #fff;
  padding: 0px 1px 1px 1px;
  filter: none;
}
.ModuleTitle_MenuBreak {
  display: none;
}
.ModuleTitle_MenuItemSel {
  color: #fff;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  padding: 2px 10px 3px 5px;
  height: 21px;
  border: 0;
  background: #677E1B;
}
.ModuleTitle_MenuArrow {
  font-family: webdings;
  font-size: 11px;
  cursor: pointer;
  cursor: hand;
  display: none;
}
.ModuleTitle_RootMenuArrow {
  font-family: webdings;
  font-size: 11px;
  cursor: pointer;
  cursor: hand;
  display: none;
}

.SelectedTab {
  color: #777;
  font-family: tahoma;
  font-weight: normal;
  font-size: 11px;
}
*/

