body {
	margin: 0px;
	background: #f3dcbf url('/images/bg.gif') repeat-x;
}

tr, td {
	vertical-align: top;
	font: 13px tahoma;
	color: #29417a;
}

input, select, textarea {
	font: 12px tahoma;
	padding: 2px;
}

.bg_sky {
	background: url('/images/page-bgglare.png') no-repeat;
}

.table_design {
	background: #f49d34;
	margin-top: 30px;
	border: 1px solid #e5cd61;
}

.left_panel {
	background: #f7e8d5;
	padding: 10px;
	width: 180px;
}

img {
	border: 0px;
}

.menu {
	padding: 5px 5px 5px 25px;
	width: 170px;
    cursor: pointer;
    cursor: hand;
}

.menu_hover {
	padding: 5px 5px 5px 30px;
	background: #dec09a url('/images/arrow_menu.gif') no-repeat;
	width: 160px;
    cursor: pointer;
    cursor: hand;
}

.menu_a {
	font: 15px arial;
	color: #be7b24;
	text-decoration: none;
}

.menu_a:hover {
	font-weight: bold;
	text-decoration: none;
}

.content {
	background: #ffffff;
	margin-top: 8px;
	padding: 20px 40px 20px 40px;
	font: 12px tahoma;
	color: #29417a;
}

.search_button {
	background: #ffffff url('/images/search.png') no-repeat center center;
	height: 24px;
	width: 24px;
	border: 0px;
	border-right: 1px solid #bc7a25;
	border-top: 1px solid #bc7a25;
	border-bottom: 1px solid #bc7a25;
	margin-left: -2px;
	cursor: pointer;
	cursor: hand;
}

.search_text {
	border-left: 1px solid #bc7a25;
	border-top: 1px solid #bc7a25;
	border-bottom: 1px solid #bc7a25;
	padding: 3px;
	width: 150px;
	color: #6f4610;
	height: 24px;
}

.bottom {
	font: 11px tahoma;
	color: #a76617;
}

.copyright {
	text-decoration: none;
	color: #a76617;
}

.copyright:hover {
	text-decoration: none;
	color: #4d2f08;
}

.title {
	font: 17px arial;
	font-weight: bold;
}

#text {
	padding: 0px 45px 0px 45px;
	font: 13px tahoma;
}

.b {
	border: 1px solid #f49d34;
	background: #f7e8d5;
	color: #915c17;
    cursor: pointer;
    cursor: hand;
}

.error {
	border: 2px solid #ff0000;
	padding: 5px;
	width: 200px;
	margin-left: 20px;
}

.ok {
	color: #09aa01;
	border: 2px solid #2ab00a;
	padding: 5px;
	width: 200px;
	margin-left: 20px;
}

a {
	text-decoration: none;
	color: #8c5815;
}

a:hover {
	text-decoration: underline;
	color: #8c5815;
}

.image {
	border: 1px solid #8c5815;
	padding: 2px;
}

fieldset {
	border: 1px solid #8c5815;
}

legend {
	font: 13px arial;
	font-style: italic;
	font-weight: bold;
	padding: 0px 10px;
}

.table_column_right {
	border-right: 1px solid #29417a;
	border-bottom: 1px solid #29417a;
	padding: 5px;
}

.table_column_center {
	border-right: 1px solid #29417a;
	border-left: 1px solid #29417a;
	border-bottom: 1px solid #29417a;
	padding: 5px;
}

.table_column_left {
	border-left: 1px solid #29417a;
	border-bottom: 1px solid #29417a;
	padding: 5px;
}

.table_caption {
	background-color: #29417a;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
}

.table_padding_10 {
	padding: 10px;
}

