BODY {	
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: Black;
	background: #b09f8b;
	margin: 0;
	position: relative;
	line-height: 1.4em;
}

H1 {
	font-size: large;
	border-bottom: 1px dotted #ccc;
}

IMG {border: 0;}



FORM EM {
	display: block;
	font-weight: normal;
	font-size: smaller;
}

FORM INPUT {
 margin-bottom: 8px;
}

INPUT, SELECT, TEXTAREA {
	font-family: arial;
	font-size: 12px;
	padding: 3px;
}



input.buttondelete {
	background: url(../_gfx/icons/Delete.png) #eeddc9;
}

input.buttonsave {
	background: url(../_gfx/icons/Save.png) #eeddc9;
}

input.buttonupload {
	background: url(../_gfx/icons/Load.png) #eeddc9;
}

input.buttoncancel {
	background: url(../_gfx/icons/Warning.png) #eeddc9;
}

input.buttonnext {
	background: url(../_gfx/icons/Next.png) #eeddc9;
}

input.buttondelete, input.buttonsave, input.buttonupload, input.buttoncancel, input.buttonnext {
	background-position: left;
	background-repeat: no-repeat;	
	background-position-y: bottom;
	height: 32px;
	padding-left: 25px;
}



FIELDSET {
	margin-bottom: 10px;
	padding: 10px;
}

LEGEND {
	font-weight: bold;
}

LABEL {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

TABLE {
	border-collapse: collapse;
}

A {
	color: Green;
	text-decoration: none;
	
}

A:active {
	color: #CCCC00;
}

A:visited {
	color: #006666;
}

A:hover {
	color: #CCCC00;
}

.small {
	font-size: 9px;
}

/*.header {
	color: White;
	font-size: 11px;
	font-weight: bold;
	background: #015E90;
}*/
.smallheader {
	color: Black;
	font-size: 10pt;
	font-weight: bold;
}

A.menu {
	color: White;

}
A.menu:active {
	color: White;
}

A.menu:visited {
	color: White;
}

A.menu:hover {
	color: #9e3535;
}


A.dead {
	color: Silver;
}


.formheader {  
	font-size: 10px;
	font-weight: bold;
}

TABLE.commonlist TD {
	border-bottom: 1px dotted #ccc;
	padding: 5px; 
}

TABLE.commonlist TH {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

TABLE.commonlist TR:hover {
	background: #eee;
}

TD.header {
	background: #eee;
	font-weight: bold;
	color: black;
	vertical-align: top;
	width: 25%;
}

TABLE#personinfo {
	border: 1px solid #ccc;
}

TABLE#personinfo TD {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

TABLE#personinfo TR:hover {
	background: #eee;
}


DIV.boxtop {
	border-top: 1px solid #b09f8b;
	border-right: 1px solid #b09f8b;
	border-left: 1px solid #b09f8b;
	background: #dfccb5;
	padding: 3px;
}

DIV.box {
	border: 1px solid #b09f8b;
	padding: 3px;
}

DIV.menu A {
	display: block; 
	padding: 4px 20px 4px 20px;
	float: left;
	border: 1px dotted #ccc;
	margin-right: 10px;
}

DIV.menu A:hover {
	background: #aaa;
	color: white;
}

UL#topmenu {
	
	width: 1000px;
	margin: 0;
	list-style: none;
	padding: 0px
}

UL#topmenu LI {
	float: left;
	padding: 2px 20px 2px 20px;
}

UL#topmenu LI:hover {
	background: #c6ad8e;
}

UL#topmenu LI A {
	text-decoration: none;
	color: darkgreen;
	font-weight: bold;
}


IMG#topgfx {
	margin-left: auto;
	margin-right: auto;
}

TD.td1 {
	background: #eee;
}

TD.td1 {
	background: #fff;
}

DIV#search {
	width: 270px;
	height: 45px;
	float: left;
	padding-top: 15px;
	background: #ac9b87;
	margin: 5px 5px 5px 3px;
}

DIV#topad {
	margin-left: 4px;
	width: 470px;
	height: 64px;
	float: left;
	padding-top: 5px;
	text-align: center;
}

DIV#login {
	width: 237px;
	height: 60px;
	float: right;
	background: #ac9b87;
	margin: 5px 3px 5px 3px;
	color: white;
	font-size: smaller;
	font-weight: bold;
	text-align: left;
}

DIV#login input {
	font-size: 10px;
}

DIV.cr {
	clear: right;
}

DIV.cl {
	clear: left;
}


DIV#main {
	text-align: center;
	position: relative;
}

DIV#maincontent {
	position: relative;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 20px;
}

/* PERSONSKJEMA */

DIV#fatherdisplay, DIV#motherdisplay {
	font-size: larger;
	font-weight: bold;
	margin-bottom: 5px;
}

DIV.smallmenu {
	float: right;
	width: 80px;
}

DIV.smallmenu A, DIV.smallmenu span.link {
	display: block;
	color: navy;
	border-bottom: 1px dotted #ccc;
	padding: 3px; 
	font-size: 10px;
	cursor: pointer;
}

DIV.smallmenu A:hover {
	display: block;
	background: navy;
	color: white;
	border-bottom: 1px dotted #ccc; 
}

SPAN.smallmenu {
	cursor: pointer;
	font-size: 10px;
}

SPAN.smallmenu IMG {
	margin-top: 2px;
}

#dhtmltooltip {
	position: absolute;
	width: 100px;
	border: 1px solid #003300;
	padding: 5px;
	background-color: #eee;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* COMMENTS */

DIV#imageComments {
	position: relative;
	padding: 10px;
}


DIV.commentwrapper {
	position: relative;
}

DIV.commentavatar {
	width: 80px;
	height: 80px;
	border: 1px solid #aaa;
	background: #e9e9e9;
	text-align: center;	
	position: absolute;
	top: 3px;
	left: 3px;
}
DIV.commenthead {
	position: relative;
	background: #eee;
	height: 40px;
	font-size: 90%;
}

DIV.commentusername {
	position: absolute;
	top: 2px; 
	left: 93px;
}
DIV.commentdate {
	position: absolute;
	top: 19px; 
	left: 93px;
	font-size: 90%;
	color: #aaa;
}
DIV.commenttext {
	margin: 5px 0 10px 93px;
	
}

TEXTAREA.commenttextarea {
	width: 400px;
	height: 100px;
}

DIV.commenttask {
	font-size: 80%;
	margin: 5px 0 10px 93px;
}
/* / COMMENTS */
