body {
	font-family: arial, "arial ce", helvetica, "helvetica ce", sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0;
	margin: 0;
	background: #f96 url("../images/bgvertical.png") repeat-y 150px 0;
}
h1 {
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
	font-size: 250%;
	font-weight: bold;
	background: url("../images/bghorizontal.png") repeat-x 0 0;
	height: 40px;
}
h4 {
	font-size: 13px;
}
h2 {
	margin: 0 0 15px;
	padding: 0 0 3px;
	border-bottom: 1px solid #000;
	font-size: 150%;
}
address {
	font-size: 120%;
}
strong {
	font-weight: bold;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #00f;
	text-decoration: none;
}
a.logged_name {
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #00cc00;
	cursor: help;
}
table {
	width: 98%;
	border: 1px solid #000;
	margin-bottom: 15px;
}
th, td {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #000;
}
th {
	background: #ff8838;
}
td + td {
	border-left: 1px dotted #000;
}
dl.info {
	border: 2px dashed #f63;
	background: #f93;
	margin: 20px 0;
	padding: 5px 10px;
}
dl.info dt {
	font-weight: bold;
}
dl.info dd {
	margin-left: 20px;
}
dl.info dd:before {
	content: "- ";
}
table td {
	padding: 5px;
}
table.noborder {
	border: 0;
}
img {
	border: 0;
}
img:before {
	content: attr(alt);
}
img#logo {
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 90px;
}
img.positions {
	margin: 20px auto 0;
}
img.border {
	border: 1px solid #000;
}
div#menu {
	float: left;
	margin: 40px 0 0 95px;
	width: 150px;
}
div#menu a {
	display: block;
	color: black;
	background: url('../images/menu.png') no-repeat;
	height: 18px;
	padding: 2px 0 0 10px;
	font-weight: bold;
	margin: 3px 0;
	text-decoration: none;
}
div#menu a.active {
	background: url('../images/menu_active.png') no-repeat;
}
div#menu a:hover {
	background: url('../images/menu_hover.png') no-repeat;
	text-decoration: underline;
}
table#pricelist {
	text-align: left;
	border: 1px solid #000;
	width: 450px;
	margin: 0 auto;
}
table#pricelist th {
	background: #000;
	color: #fff;
	font-weight: bold;
}
table#pricelist td {
	padding: 4px;
}
div#main_part {
	padding: 20px 30px 10px;
	margin: 0 0 0 250px;
}
input.array, textarea.array {
	background: #ffffff;
	border: 1px solid #000;
	margin: 1px;
	padding: 1px 2px;
}
div.area_border {
	background: #ffdfc9;
	border: 1px solid #000;
	margin-bottom: 10px;	
}
div.area_border h4 {
	padding: 3px 5px 3px 20px;
	background: #ff9e5e url("../images/abh4.gif") repeat-y 0 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.area_border div.area_body {
	margin: 0;
	margin: 10px;
	border: #fff;
}
div.area_border table.page_sections td {
	width: 33%;
}
table.bannerinfo .type {
	width: 50px;
}
table.bannerinfo .functions {
	width: 50px;
}
table.bannerinfo td.viewbanner {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #000;
}
input.button {
	margin: 2px;
	color: #000000;
	background-color: #f96;
	cursor: hand;
}
div.area_border input.button {
	background: #ffdfc9;
	margin-top: 8px;
}
div.newbanner {
	padding: 3px;
}
table.login {
	width: auto;
	border: 0;
}
table.login td {
	padding: 1px;
	border: 0;
}
table.login td.but {
	vertical-align: center;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fright {
	float: right;
}
.bold {
	font-weight: bold;
}
table.wauto {
	width: auto;
}
.alert {
	color: #f00;
	font-weight: bold;
	margin-bottom: 10px;
}
.table_td_stats {
	width: 80px;
}
mauto {
	margin-left: auto;
	margin-right: auto;
}