﻿body, html, form
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11px Arial;
}
h2
{
	font: 18px Arial;
	padding: 15px 0px 15px 0px;
	margin: 0;
}
h2 a
{
	text-decoration: none;
}
body
{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 80px;
}
td, input, select
{
	font: 11px Arial;
	margin:0;
}
a img
{
	border: 0px;
}
a
{
	font-weight: bold;
	color: #222;
}

#amenu
{
	list-style:none;
}

#amenu li 
{
	float:left;
	margin-left:10px;
}
#box
{
	margin: 0px auto;
	width: 450px;
}
#box2
{
	margin: 0px auto;
	width: 850px;
}
.pos
{
	padding-top: 25px;
	/*
	width: 255px;
	*/
}
#box2 .pos
{
	width:800px;
}
.pos table
{
	width: 255px;
}
#top
{
	position: absolute;
	padding: 10px;
	background-color: #e5e5e5;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
}
.up
{
	width: 286px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
label
{
	display: block;
	padding-top: 3px;
	float: left;
	font-weight: bold;
}
.info
{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	height: 20px;
	padding: 20px;
	padding-top: 30px;
	left: 0px;
	right: 0px;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
#Login1 span.error, #cont span.error
{
	color: #f00;
	font-weight: bold;
}



tr.odd
{
	background-color:#eee;
}

.tools
{
	float:right;
	border:solid 1px #ccc;
	margin:0;
	padding:10px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:-10px -10px;
	background-color: #fff;
}

.tools2
{
	border:solid 1px #ccc;
	margin:0;
	padding:10px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:-10px -10px;
	background-color: #fff;
}

.status
{
	padding:15px;
	border:solid 1px #ccc;
	margin:10px 0px 10px 0px;
	width:400px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position:-10px -10px;
	font-weight:bold;
}

.tools li
{
	text-align:right;
	list-style:none;
}

.tools2 li
{
	list-style:none;
}

#Login1_UserName, #UserName
{
	background:#fff url(username.gif) no-repeat right;
	border:1px solid #dedede;
	padding:6px;
}

.euser #Login1_UserName, .epass #Login1_Password, .euser #UserName, .epass #Password
{
	border-color:#ec4343;
	
	
}
/*
#Login1_UserName.focus
{
	background-color:yellow;
}
*/
#Login1_Password, #Password
{
	background:#fff url(password.gif) no-repeat right;
	border:1px solid #dedede;
	padding:6px;
}
.langright
{
	float: left; width: 100px; padding-left: 20px;
}
.langright p
{
	margin:10px 0px 0px 0px;
}
/*
#Login1_Password.focus
{
	background-position: right;
}
*/
#Login1_UserNameLabel,#Login1_PasswordLabel, #Login1_PasswordRequired, #Login1_UserNameRequired,#UserNameLabel,#PasswordLabel, #PasswordRequired, #UserNameRequired
{
	display:none;
}
#Login1_LoginButton,#LoginButton
{
margin-top:3px;
margin-bottom:8px;
}

.error
{
	
	margin-top:2px;
	margin-bottom:4px;
}

.errortext,.error
{
	display:block;
}

.errortext
{
	background-color:#ec4343;
	color:#fff;
	font-weight:bold;
	border:1px solid #f9cccc;
	padding:10px 19px;
}
input.right
{
	padding:3px 10px;
}

.errortext {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid;
	margin: 0px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('http://wdserver.webdoc.nu/error.png');
}

.extra
{
	display:none;
}

li:hover .extra
{
	display:block;
	border-top:solid 1px #ddd;
}
