﻿html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Arial;
	font-size: 12px;
}

#header 
{
	background: #FF6600 url(../Img/header.gif) no-repeat top left;
	height: 93px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.none 
{
	display:none;
}
/* Button styles */
button 
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background-color: transparent;
	overflow:visible;
    width:auto;
    
	color: #FFF;
	font-family:Arial;
	font-size: 11px;
	line-height: 18px;
	height: 22px;
}
button:hover 
{
	color:#ffd9c0;
}
.btn-l, .btn-r, .btn-c 
{
	display:block;
	height: 22px;
	background-image: url(../Img/btn.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn-l 
{
	background-position: 0px 0xp;
	padding-left: 6px;
}
.btn-r {
	padding-right: 6px;
	float: left;
	background-position: 100% -44px;
}
.btn-c 
{
	padding: 0 7px 0 5px;
	background-position: 0px -22px;
	background-repeat: repeat;
	white-space: nowrap;
}

/* Menu */
#menucontainer 
{
	height: 100%;
	border-right: dotted 1px #ff6600;
	
	width: 195px;
	float:left;
}
#menu {
	padding: 120px 0 0 20px;
}
#menu h2
{
	margin: 0px;
	color: #333;
}
.menuLinks 
{
	margin-left: -20px;
	padding: 10px 0px 10px 20px;
	list-style:none;
	border-top: dotted 1px #ff6600;
	border-bottom: dotted 1px #ff6600;
}

.menuLinks a,
.menuLinks a:visited,
.menuLinks a:active
.menuLinks a:focus,
.menuLinks a:link
{
	padding: 5px 0px 4px 10px;
	display: block;
	color: #333;
	text-decoration:none;
	background: url(../Img/listarrow.gif) no-repeat 0px -16px;
}
.menuLinks a:hover,
.menuLinks a.selected
{
	background-position: 0 10px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

/* Main */
#maincontainer 
{
	height: 100%;
	width: 65%;
	float:left;
	border-right: dotted 1px #ff6600;
}
#main 
{
	padding: 100px 10px 0 10px;
	margin-left: 18px;
}

h1,
h2,
h3 
{
	margin: 0px; 
	clear:both;
	font-weight: bold;
	color: #FF6600;
	font-family: Arial;
}
h1 
{
	font-size: 16px;
	line-height: 16px;
	padding: 20px 0px;
}
h2 
{
	margin: 10px 0px;
	font-size: 14px;
}
h3
{
	margin: 0px 0px 16px;
	font-size: 12px;
}

hr 
{
	margin-bottom: 16px;
	height: 0px;
	border: 0 none;
	border-bottom: dotted 1px #ff6600;
}

/*Login*/
.AspNet-Login 
{
	margin: 12px 8px;
}
.AspNet-Login button .btn-c
{
	width: 40px;
}
.AspNet-Login td
{
	text-align: left;
}
.AspNet-Login label 
{
	margin-top: 10px;
	display:block;
	font-weight: bold;
}

/*Leverdata*/
.displ th,
.displ td.th 
{
	text-align:left;
	font-weight: bold;
	border-bottom: dotted 1px #333;
	border-right: transparent 1px solid;
}
.displ td.alt 
{
	background-color: #f0f0f0;
}
.displ td.footer 
{
	border-top: dotted 1px #333;
	border-right: transparent 1px solid;
}
.displ td 
{
	border-right: #f0f0f0 1px solid;
	padding: 3px;
}

input[type=password],
input[type=text] 
{
	 width: 194px
}