/* @group General */

body,td {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: silver;
}

body {
	background: #0F1012 url('/file/036347b9e41/bg.jpg') repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #ed98c1;
	margin: 0 0 15 0px;
}

h1 {
	font-size: 30px;
}

a {
	color: #F46B27;
}

/* @end */

/* @group Hovedtabell */

table.hovedtabell td.linje_v {
	background: gray url('/file/0363486840b/linje_v.gif') repeat-y;
}

table.hovedtabell td.linje_h {
	background: gray url('/file/0363485815b/linje_h.gif') repeat-y;
}

table.hovedtabell td.meny, table.hovedtabell td.hovedfelt {
	background: black url('/file/0363489238f/innerbg.gif') repeat-x;
}

table.hovedtabell td.midtlinje {
	background-color: #454C4B;
}


/* @end */

/* @group Cred */

div.credit, div.credit * {
	color: gray;
	font-size: 10px;
	text-decoration: none;
}



/* @end */

/* @group Hovedfelt */

table.hovedtabell td.hovedfelt {
	width: 715px;
}

table.hovedtabell td.hovedfelt div.hovedfelt {
	line-height: 1.4em;
	padding: 5px 10px;

}

/* @end */

/* @group Meny */

table.hovedtabell td.meny {
	width: 196px;
}

table.hovedtabell td.meny div.meny {
	line-height: 1.3em;
	padding: 5px 10px;

}

table.hovedtabell td.meny div.meny div.punkt {
	background: url('/file/03634734380/dot.gif') no-repeat 0 6px;
	padding-left: 10px;
	margin-bottom: 3px;
}

table.hovedtabell td.meny div.meny div.punkt a {
	color: #a5a5a5;
	text-decoration: none;
	font-size: 12px;
}

table.hovedtabell td.meny div.meny div.punkt a:hover {
	color: #ED9AC2;
}

table.hovedtabell td.meny div.meny div.sub {
	margin: 0px;
	padding: 0px;
}

table.hovedtabell td.meny div.meny div.sub ul {
	list-style-type: none;
	margin: 5 0 7 25px;
	padding: 0px;
}

table.hovedtabell td.meny div.meny div.sub ul li {
	margin: 0px;
}

table.hovedtabell td.meny div.meny div.sub ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #a5a5a5;
}

table.hovedtabell td.meny div.meny div.sub ul li a:hover {
	color: #ED9AC2;
}

/* @end */

/* @group Member */

form.login div.heading {
	font-weight: bold;
	text-align: center;
	background-color: #1b3131;
	padding: 2px;
}

form.login div.linker {
	margin-top:10px;
}

form.login div.linker a {
	text-decoration: none;
	font-size:10px;
	line-height: 1.5em;
	color:silver;
}

form.login div {
	margin-bottom: 5px;
}

form.login input.field {
	border: 1px solid #95a0b9;
	height:18px;
	width: 175px;
	font-size: 11px;
	padding-left: 3px;
}

form.login input.button {
	background-color: #1b3131;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2 5px;
	border-style: outset;
	border-width: thin;
	width: 175px;
	margin-top:5px;
}

/* @end */


table.calendar {
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.calendar tr td.year {
	font-size:14px;
	padding: 2 5px;
	font-weight: bold;
	color:#fff;
	background-color:#040207;
}

table.calendar tr td.month {
	font-size:12px;
	padding: 2 5px;
	font-weight: bold;
	color:#2d2d2d;
	background-color:#F2E1CE;
}

table.calendar tr.record td {
	padding: 2 5px;
	border-bottom: 1px solid #F2E1CE;
}

table.calendar tr.record td.r1,table.calendar tr.record td.r3 {
	white-space: nowrap;
}

