/* 
 * ========================================
 * Main table
 * ========================================
*/

.core_table {
	height:100%;
}

.core_table_top {
	vertical-align:center;
	width:1000px;
	height:112px;
	background-color: #080808;
	background-image: url('../images/top.gif');
}

.core_table_bottom {
	vertical-align:center;
	width:1000px;
	height:112px;
	background-color: #080808;
	vertical-align:top;
	padding-top:15px;
	text-align:center;
	color:#FFF;
}

.core_border {
	width:1px;
	background-color: #000;
}

.core_table_left {
	background-image: url('../images/leftfon.gif');
	width:305px;
	vertical-align:top;
}

.core_table_right {
	width:695px;
	background-color: #FFF;
	vertical-align:top;
}

.core_mainspace_table {
	border:solid 1px #A29A9A;
	width:646px;
	padding:8px;
}

.core_bottom:link, .core_bottom:visited {
	text-decoration:underline;
	color: #FFF;
}
.core_bottom:hover, .core_bottom:active {
	text-decoration:none;
	color: #FFF;
}

.h2:link, .h2:visited {
	text-decoration:none;
	color: #27A5DA;
}
.h2:hover, .h2:active {
	text-decoration:underline;
	color: #27A5DA;
}


/* 
 * ========================================
 * Search
 * ========================================
*/

.core_search_table {
	width:100%;
	height:69px;
	background-color: #535556;
}

.core_search_input {
	border:solid 1px #A29A9A;
	width:180px;
	height:20px;
}

.core_search_submit {
	border:solid 1px #A29A9A;
	width:70px;
	background-color: #000;
	height:20px;
	color:#FFF;
}

/* 
 * ========================================
 * Menu
 * ========================================
*/

.core_ulink_table {
	text-align:center;
	width:100%;
	border:solid 1px #BF907D;
	border-left:solid 0px;
	border-right:solid 0px;
}

.core_ulink_table_td1 {
	background-color: #FD4703;
	font-weight:bold;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	width:20%;
}

.core_ulink_table_td2 {
	background-color: #4FA600;
	font-weight:bold;
	border:solid 1px #BF907D;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	width:20%;
}

.core_ulink:link, .core_ulink:visited {
	text-decoration:none;
	color: #000;
}
.core_ulink:hover, .core_ulink:active {
	text-decoration:underline;
	color: #000;
}

/* 
 * ========================================
 * Images
 * ========================================
*/

.core_prepic {
	width:80px;
	height:80px;
}

/* 
 * ========================================
 * Pages controll panel
 * ========================================
*/

.core_pages_space {
	padding:5px;
}

.core_pages_td {
	border: solid 1px #C39685;
	background-color: #7BC5E7;
	padding:5px;
	width:15px;
	text-align:center;
}

/* 
 * ========================================
 * Pages controll panel
 * ========================================
*/

.core_form_td {
	padding:3px;
}

.core_form_input {
	border:solid 1px #A29A9A;
	width:180px;
	height:20px;
}

.core_form_textarea {
	border:solid 1px #A29A9A;
	width:380px;
	height:120px;
}

.core_form_submit {
	border: solid 1px #C39685;
	background-color: #7BC5E7;
	text-align:center;
	height:20px;
}

