﻿body
{
    background: #f0f0f0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-style: normal;
}

body, table, td, .normal 
{
	font-family: Verdana;
	font-size: 12px;
	color: #252323;
}

a:link,
a:visited,
a:active,
a:hover
{	
	color: blue;
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
}

h1
{
	line-height: 35px;
}

div, span, form
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.blockHeight18em 
{
	font-size: 0.9em;
	height: 18em;
}

.blockWidth35em {
	float: left;
	width: 35em;
}

table
{
	border: solid 1px black;
}

.tableform
{
	border: solid 1px #c0c0c0;
}

a
{
	text-decoration: none;
}

select,
.forminput,
.formucaseinput
{
	border: solid 1px black;
}

.pageWrapper
{
	display: inline-block;
	padding: 0 0 0 0;
	width: 1000px;
}

.fullPage
{
	display: inline-block;
	padding: 0 0 0 0;
	width: 100%;
}

.topbanner
{
    background-image: url(/Images/Site/topbanner.jpg);
    background-repeat: no-repeat;
    border: solid 1px #000000;
    height: 133px;
    margin-top: 10px;
	width: 1000px;
	padding: 0 0 0 0;
}

.topbannerLogo
{
	border-style: none;
	cursor: pointer;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}

.topbannerButton
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: bottom;
}

.kontaktButton
{
    border-width: 0;
	float: right;
	position: absolute;
	top: 145px;
	left: 825px;
}

.loginButton
{
    border: solid 1px #000000;
	float: right;
	position: absolute;
	top: 145px;
	left: 940px;
}

.logoutButton
{
    border: solid 1px #000000;
	float: right;
	position: absolute;
	top: 145px;
	left: 940px;
}

.button
{
	background-color: #c0c0c0;
	border: solid 1px black;
	cursor: pointer;
	margin-right: 15px;
}

.menuButton
{
	height: 24px;
	width: 150px;
}

.infoFrame
{
	display: inline;
	float: left;
	padding-left: 75px;
	width: 800px;

}

.fullRow
{
	display: inline-block;
	padding-top: 6px;
	height: 24px;
	width: 800px;
}

.sideBlock
{
	display: inline-block;
	float: left;
	width: 370px;
	margin: 25px 15px auto 15px;
}

.lflRow
{
	display: block;
	height: 24px;
	margin-left: 25px;
}

.lflRowCurcor
{
	cursor: pointer;
	display: block;
	min-height: 24px;
	margin-left: 25px;
}

.lflDetaljer
{
	display: inline-block;
	width: 100%;
}

.row
{
	padding-top: 5px;
	width: 100%;
}

.rowItem,
.rowItemRight,
.rowItemBigRight
{
	float: left;
	min-height: 30px;
	overflow: auto;
	width: 250px;
}

.rowItemRight,
.rowItemBigRight
{
	text-align: right;
}

.rowItemBigRight
{
	font-size: 3.0em;
	font-weight: bold;
}

.rowItemLeft
{
	float: left;
	min-height: 30px;
	overflow: auto;
	text-align: left;
	width: 300px;
}

.rowItemLong
{
	float: left;
	min-height: 30px;
	overflow: auto;
}

.centerText
{
    text-align: center;
}

/*.fotnot
{
    float: left;
    font-size: 0.8em;
    margin: 15px 0 15px 5px;
}
*/
.printbutton
{
    border-width: 0;
    float: left;
    margin: 15px 0 15px 0;
}

/* PageContent specific */
.pcBox,
.pcLeftBox
.pcRightBox
{
	display: block;
}

.pcBox
{
	min-height: 25px;
}

.pcLeftBox
{
	float: left;
	width: 150px;
}

.pointer
{
	cursor: pointer;
}

/* Meny Elements  
----------------------------------------------------------*/
.menuFrame {
	display: table-column-group;
	float: left;
	margin-top: 35px;
	left: 10px;
	width: 125px;
}
	.menuFrame a {
		cursor: pointer;
		text-decoration: none;
	}

.menuRow {
	height: 35px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.menuItem {
	background-color: #c0c0c0;
	border: solid 1px black;
	cursor: pointer;
	margin: 5px;
	padding: 5px 0 12px 0;
	height: 10px;
}
	.menuItem:focus {
		background-color: #cccccc;
		border: solid 2px black;
	}
	.menuItem:hover {
		background-color: #cccccc;
		border: solid 2px black;
	}

.menuSubItem {
	background-color: #c0c0c0;
	border: solid 1px black;
	cursor: pointer;
	margin: 5px;
	padding: 5px 0 12px 0;
	height: 10px;
	width: 100px;
}

	.menuSubItem:focus {
		background-color: #cccccc;
		border: solid 2px black;
	}

	.menuSubItem:hover {
		background-color: #cccccc;
		border: solid 2px black;
	}

.button,
.menuButton {
	color: Black;
	text-align: center;
}

.margin10Bottom {
	margin-bottom: 10px !important;
}

/* Simplemodal Container */
#simplemodal-container
{
	height: 200px;
	width: 350px;
	color: Black;
	background-color: #fff;
	/*border: 4px solid #627e0e;*/
	border: 4px solid #B5C763;
	padding: 12px;
}

#simplemodal-container .row
{
    display: block;
    float: left;
    width: 100%;
}

#simplemodal-container code
{
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}

#simplemodal-container a
{
	color: #ddd;
}

#simplemodal-container a.modalCloseImg
{
	background: url( '/Images/Site/x.png' ) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}
#simplemodal-container #basic-modal-content
{
	padding: 8px;
}

/* datagrid */
.headerstyle 
{
	background: #bbb;
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	font-family: verdana;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3pt;
	height: 20px;
}

.itemstyle 
{
	background-color: White;
	padding-left: 3pt;
}

.alternatingitemstyle 
{
	background-color: #f2f2f2;
	padding-left: 3pt;
}

/* ------------------------------------- */
