body {
	background: url(../images/bkg_body.jpg) repeat-y;
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	padding: 0px;
	margin: 0px;
}

a.print {
	display: block;
	line-height: 16px;
	position: relative;
	float: right;
	margin-top: -31px;
	text-decoration: none;
}
a.print img {
	margin-right: 5px;
}
a.print:hover span {
	text-decoration: underline;
}


* {
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	color: #414141;
}

#page {
	width: 872px;
}

#header {
	background: url(../images/bkg_header_v2.jpg) no-repeat;
	height: 129px;

}
#header span {
	position: absolute;
	top: 87px;
	left: 400px;
}
#header span strong{
	font-size: 14px;
	color: #154386;
}

#header ul {
	background: #8393a3;
	list-style: none;
	left: 0px;
	border-top: 1px solid #FFF;
	position: absolute;
	top: 129px;
	width: 134px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
#header ul li {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
}
#header ul li img {
	margin:0px 5px 0px 0px;

}
#header ul li a {
	color: #0058a0;
	font-size: 12px;
	text-decoration: none;

}
#header ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

#content {

	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 872px;
}

#main {
	width: 680px;
	padding: 5px;
	position: absolute;
	left: 164px;
	top: 135px;
}

#main h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: 14px;
	color: #0058a0;
}

#main p {
	padding: 0px;
	margin: 0px;
}

#nav {
	display: none;
}

span.error {
	font-weight: bold;
	color: #F00;
}

span.ok {
	font-weight: bold;
	color: #3DE300;
}

.sortable th {
	text-align: left;
}

.nosortable th {
	text-align: left;
}

.even td {
	border-bottom: 1px solid #D6DFE6;
}

.odd td {
	border-bottom: 1px solid #D6DFE6;
}

#footer {
	position: absolute;
	top: 87px;
	left: 790px;
}



