@CHARSET "utf-8";

*, html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #f2f2f2;
	color: #673a11;
	font-family: Tahoma, Arial, "Times new Roman";
	font-size: 11px;
}

a {
	color: #b01417;
	outline: none;
}

a img {
	border: none;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

legend {
	font-weight: bold;
	padding: 5px;
}

#container {
	width: 1120px;
	margin: 0 auto 0 auto;
}

#change_page_arrow_left {
	width: 92px;
	height: 92px;
	background: url("../../images/arrow_left.gif");
	position: absolute;
	top: 427px;
	z-index: 1;
}

#change_page_arrow_right {
	width: 92px;
	height: 92px;
	background: url("../../images/arrow_right.gif");
	position: absolute;
	top: 427px;
	right: -40px;
	z-index: 1;
}

#content {
	min-height: 181px;
	background: url("../../images/subpage/bg_content.jpg") repeat-y center;
}

#content_bottom {
	height: 65px;
	background: url("../../images/subpage/bg_foot.jpg") no-repeat center;
	position: relative;
}

.clear {
	clear: both;
}

#arrow_current_page_bottom {
	display: none;
	width: 70px;
	height: 53px;
	background: url("../../images/subpage/arrow.gif");
	position: absolute;
}

ul#error {
	color: red;
	padding-bottom: 20px;
}

ul#error li {
	margin-left: 15px;
	list-style-type: square;
}

ul#success {
	color: green;
	padding-bottom: 20px;
	position: relative;
}

ul#success li {
	margin-left: 15px;
	list-style-type: square;
}

ul#loginbar {
	list-style-type: none;
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 110px;
	bottom: 16px;
}

ul#loginbar li {
	display: inline;
}

ul#loginbar li a {
	color: #fff;
	text-decoration: none;
}

ul#loginbar li a:hover {
	color: #b01417;
}

/* ICONS */
.icon_close {
	float: right;
	margin-bottom: 10px;
}

.icon_edit {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/page_white_edit.png");
	float: left;
	margin-right: 5px;
}

.icon_delete {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/page_white_delete.png");
	float: left;
	margin-right: 5px;
}

.icon_add {
	height: 16px;
	background: url("../../images/icons/add.png") no-repeat left;
	float: left;
	margin-right: 5px;
	padding-left: 20px;
}

.icon_lock {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/locked.png");
	float: left;
	margin-right: 5px;
}

.icon_unlock {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/unlocked.png");
	float: left;
	margin-right: 5px;
}

.icon_key_delete {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/key_delete.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_send {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/email.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_email_add {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/email_add.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_email_delete {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/email_delete.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_arrow_down {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/arrow_down.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_arrow_right {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/arrow_right.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_date_add {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/date_add.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_date_edit {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/date_edit.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_date_delete {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/date_delete.png") no-repeat left;
	float: left;
	margin-right: 5px;
}

.icon_cross_small {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/cross_small.png") no-repeat left;
}

/* ADVERTISING */
#advert {
	background: url("../../images/transparency.png");
	padding: 10px;
	position: absolute;
	z-index: 2;
	top: 20%;
	left: 30%;
	border: 2px solid #fff;
}

#advert .icon_cross_small {
	position: absolute;
	right: -5px;
	top: -5px;
}

/* transparent overlay */
#transparent-overlay,
#blackout {
	background: url("../../images/transparency.png") repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.popup,
#popup {
	width: 405px;
	min-height: 50px;
	background: #f4f3d3;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	left: 30%;
	border: 3px solid #636356;
	border-radius: 3px;
	padding: 10px;
}

.popup ul#error,
.popup ul#success {
	margin-top: 0;
	width: 350px;
}

#popup .close-btn {
	float: right;
	font-size: 10px;
	cursor: pointer;
}
