/* Author: Alex Unknown */
/* WebSite: http://creativethemes.org */
/* E-mail: info@creativethemes.org */

/* General */
body {
	background: #510808 url(../images/body_bg.gif) left top repeat-x;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

body.tbl2 {
	background: #841a1c;
	padding: 0;
}

.setuser_body .tbl-border {
	background: #841a1c;
}

a {
	color: #951d1d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

hr {
	border: 0px solid #e3e3e3;
	border-top-width: 1px;
	height: 1px;
}

.content hr, .admin_content hr {
	margin-top: 12px;
}

form {
	margin: 0;
}

iframe {
	border: 1px solid #bdbdbd;
}

body, div, td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* Theme */
.wrapper {
	background: #fff url(../images/wrapper.gif) left top repeat-y;
	margin: auto;
	text-align: left;
	width: 984px;
}

.header {
	background: #fcfcfc url(../images/header.gif) left top no-repeat;
	height: 190px; width: 100%;
}

.logotype {
	background: url(../images/logotype.png) no-repeat;
	margin-left: 69px; margin-top: 101px;
}

.navi {
	background: #eaeaea url(../images/navi.gif) left top no-repeat;
	height: 54px; width: 100%;
}

.container {
	background: transparent url(../images/container.gif) left top no-repeat;
	min-height: 486px;
	padding: 22px 15px 5px 15px;
}

.content {
	margin: auto;
	width: 544px;
}

.admin_content {
	margin-left: 205px;
	width: 745px;
}

.footer_line {
	background: #eaeaea url(../images/footer_line.gif) left top no-repeat;
	color: #777;
	height: 35px; width: 100%;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.footer_text {
	color: #777;
	margin-top: 10px;
	text-align: center;
}

.footer_line, .footer_text a {
	color: #777;
}

.footer_text a:hover {
	color: #951d1d;
	text-decoration: none;
}

.footer_bottom {
	background: #fff url(../images/footer_bottom.gif) left top repeat-x;
	height: 26px; width: 100%;
}

/* Additions */
.center_title {
	text-align: center;
}

.center_title, .title, .admin_title {
	color: #951d1d;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

.admin_title {
	margin-left: 7px; margin-bottom: 13px;
}

.text:hover {
	color: #000;
}

.info {
	color: #708392;
	height: 18px;
	margin-top: 7px; margin-bottom: 19px;
}

.info a {
	color: #708392;
}

.info a:hover {
	color: #951d1d;
	text-decoration: none;
}

.info-l {
	float: left;
}

.info-r {
	float: right;
}