
* { padding: 0; margin: 0; }

body
{
    font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.body.gif) repeat-x #e5e5e5;
    color: #000000;
    font-size: 13px;
	line-height: 150%;
}

a
{
	position: relative;
    -moz-outline-style: none;
    text-decoration: none;
	color: #cd000f;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

fieldset
{
	border: none;
}


/* ###################################################################################### */

#container
{
    position: relative;
    width: 840px;
    margin: 0 auto;
}

/* ###################################################################################### */

#header
{
	position: relative;
	float: left;
	width: 840px;
	height: 70px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#header h1
{
	float: left;
	color: #FFFFFF;
	line-height: 44px;
	width: 400px;
	text-indent: -1000em;
	background: url(/images/logo.png) no-repeat;
	margin-bottom: 15px;
}

#header h1 a
{
	display: block;
}

#header ul
{
	list-style: none;
}

#header ul.user
{
	float: right;
	margin-bottom: 20px;
}

#header ul.user li
{
	color: #000000;
	display: inline;
	margin-left: 5px;
	font-size: 11px;
	line-height: 30px;
}

#header ul.user li a
{
	color: #000000;
	border-left: 1px solid #bcbcbc;
	padding-left: 5px;
}

#header ul.navigation
{
	float: left;
	clear: left;
}

#header ul.navigation li
{
	display: inline;
	float: left;
	margin-right: 10px;
	background: url(/images/tab_right.gif) no-repeat top right;
}

#header ul.navigation li a
{
	float: left;
	line-height: 30px;
	padding: 0px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/tab_left.gif) no-repeat top left;
}

#header ul.navigation li a:hover
{
	color: #fff0d5;
}

#header ul.navigation li.sel
{
	background: url(/images/tab_right_sel.gif) no-repeat top right;
}

#header ul.navigation li.sel a
{
	color: #90010c;
	line-height: 30px;
	font-weight: bold;
	background: url(/images/tab_left_sel.gif) no-repeat top left;
}

#header ul.admin
{
	float: right;
	clear: right;
}

#header ul.admin li
{
	margin-right: 0px;
	margin-left: 10px;
}

/* ###################################################################################### */

#content
{
	position: relative;
	float: left;
	background: #FFFFFF;
	width: 800px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}

#content div.title
{
	width: 360px;
	float: left;
	margin-bottom: 10px;
}

#content div.info-title
{
	margin-bottom: 10px;
	width: 300px;
	float: left;
}

#content div.title h2, #content div.info-title h2
{
	float: left;
	font-size: 15px;
	line-height: 30px;
}

/* ###################################################################################### */

#content div.form
{
	float: left;
	background: #f4f4f4;
	width: 320px;
	padding: 15px 10px 15px 10px;
	margin-bottom: 10px;
	clear: both;
}

#content div.form fieldset
{
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#content div.form fieldset label
{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 3px;
}

#content div.form fieldset.half
{
	clear: left;
	width: 290px;
}

#content div.form fieldset.half input
{
	padding: 2px;
	width: 280px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#content div.form span
{
	float: left;
	clear: left;
	margin-bottom: 10px;
	font-size: 11px;
}

#content fieldset.control
{
	clear: both;
	float: left;
	width: 330px;
	line-height: 30px;
}

#content fieldset.control button
{
	position: relative;
	float: right;
	width: auto;
	overflow: visible;
	padding: 3px 6px;
	line-height: normal;
}

#content div.message
{
	position: relative;
	float: left;
	width: 780px;
	padding: 10px;
	background: #e2ffdb;
	margin-bottom: 10px;
	display: none;
}

#content div.error
{
	background: #ff0000;
	color: #FFFFFF;
}

#content div.info{
	float: right;
	width: 290px;
	padding: 15px 0;
	background: #F4F4F4 url('../images/ingrida.jpg') 20px no-repeat;
	height: 139px;
	padding-left: 150px;
	font-size: 12px;
	line-height: 18px;
}

/* ###################################################################################### */

div.gap{
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

div.bottom-images{

	border-top: 5px solid #F4F4F4;
	padding-top: 30px;
	margin-top: 20px;
	background: url(../images/vouchers.jpg) center no-repeat;
	height: 300px;
}
