/**
 * Style sheet Basic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#cccccc;
	background-image:url("images/bg.jpg");
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Tahoma, Verdena;
	font-size:13px;
	color:#333333;
	line-height:20px;
}

hr
{
	border-top:1px solid #dbdbdb;
	border-right:0px solid #dbdbdb;
	border-bottom:0px solid #dbdbdb;
	border-left:0px solid #dbdbdb;
}

a
{
	margin-left:0px;
	padding-left:0px;
	text-decoration:none;
	color:#0000ff;
	list-style-type:none;
}

.error
{
	color:#ff3300;
}

a:hover, a:active
{
	text-decoration:none;
	color:#3366ff;
	list-style-type:none;
}

#header
{
	background-image:url("images/header_bg.png");
	background-position:center top;
	background-repeat:repeat-x;
}

#wrapper
{
}

.logo
{
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.login
{
	width:392px;
	height:255px;
	right:100px;
	top:50px;
	position:absolute;
	background-image:url("images/login.png");
	background-position:center top;
	background-repeat:no-repeat;
}

#footer
{
	background-image:url("images/footer_bg.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.mod_navigation
{
	top:0px;
	padding-left:20px;
}

#main
{
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Tahoma, Verdana;
	color:#333333;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#3366ff;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}
