/*##### general settings ###################################################*/
html, body {
	height: 100%;
}
body {
	background: #a8c5cf;
	font-family: Ariel, sans-serif;
	color: #161514;
	font-size: 13px;
}
* {
    margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
a, a:link, a:visited, a:hover, a:active { 
	text-decoration: none; 
	color: black;
	font-family: Ariel, sans-serif;
	font-size: 12px;
}
ul { 
    list-style-type: none;  
}

select {
    width: 200px;
}

table {
    border-collapse: collapse;
}

/*##### general id and classes settings ###################################################*/
input[type="submit"].green_back {
    border: none;
    background: url('../images_system/update_button.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 27px;
    width: 50px;
    padding-bottom: 2px;
}
input[type="submit"].green_back:hover, input[type="submit"].delete_button:hover {
    background-position: top right;
}
input[type="submit"].delete_button {
    position: absolute;
    top: 12px;
    left: 16px;
    border: none;
    background: url('../images_system/remove_button.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 27px;
    width: 50px;
    padding-bottom: 2px;
}
#main input[type="text"], #main input[type="password"]{
    width: 200px;
}
#main_text input[type="submit"] {
    margin-top: 10px;
    padding: 0 5px;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear {
    clear: both;
}
table.tbl_center {
    margin: 0px auto;
    border: 0;
}
div.inner_text table td {
    padding: 3px 5px;
}
div.error_mssg {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

div#error_mssg {
    color: 	#DC143C;
}

div#error_mssg_ok {
    color: #008000;
}

img.block_img{
    display: block;
}

.title_text {
    text-align:right;
}
.eng_input {
    direction: ltr;
}
td.new_line {
    padding-top: 20px;
}
.search_hr {
	width:400px;
	color: #A8C5CF;
	margin: 10px auto;
    text-align: center;
}
div.inner_text table td, div.inner_text table th {
    padding: 3px 5px;
}
td.tiny, th.tiny {
    width: 30px;
}
td.mini, th.mini {
    width: 50px;
}
td.medium, th.medium {
    width: 100px;
}
td.long, th.long {
    width: 200px;
}

table#main_table td {
    text-align: right;
}
select#order_select {
    width: 70px;
    text-align: center;
}
/*paging settings*/
.div_paging {
    margin: 0 auto;
    height: 40px;
    width: 200px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
}

.div_paging a {
    color: green;
    font-weight: bold;
}
/*add button */
a.add_button_a {
    position: absolute;
    top: 11px;
    left: 15px;
}
div.add_button {
    font-size: 13px;
    cursor: pointer;
    border: none;
    background: url('../images_system/add_button.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 27px;
    width: 110px;
    line-height: 27px;
    vertical-align: middle;
    text-align: center;
    /*padding-bottom: 2px;*/
}
div.add_button:hover {
    background-position: top right;
}
span.span_title {
    float: right;
    width: 180px;
    text-align: right;
}
.text_desc, .long_input {
    width: 550px;
}
.spec_title {
    color: gray;
}
/*##### header settings ###################################################*/
div.header {
	width: 900px;
	height: 65px;
	background-image: url('../images_system/header_background.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
}
div.header_wrapper {
    position: relative;
    width: 900px;
	height: 65px;
	background-image: url('../images_system/header.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
}
img#img_logo {
    position: absolute;
    top: 7px;
    right: 0px;
}

td.header_icon {
    padding: 0px 5px 2px 2px;
    text-align: center;
}

td.header_title {
    padding: 2px 10px;
/*    display: block;*/
/*    width: 100px;*/
}
.header_link{
    display: block;
}
td.header_title a:hover{
    color: #832f0a;
}

#list_table tr.line_list:hover {
    background-color: #C6E4FF;
}


img#img_welcome {
    position: absolute;
    top: 30px;
    left: 150px;
}
#inner_header {
    position: absolute;
    top: 0px;
    right: 230px;
}

/*##### wrapper settings ###################################################*/
div.wrapper {
    direction: rtl;
	width: 900px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #077da5;
	background: white;
	background-image: url('../images_system/wrapper_background.jpg');
	background-repeat: repeat-x;
}

/*##### main settings ###################################################*/
div.main {
	min-height: 600px;
	background: white;
	text-align: center;
	background-image: url('../images_system/back_panel_background.jpg');
	background-repeat: repeat-y;
	background-position: top right;
}

h1#main_title {
    font-size: 16px;
    font-weight: bold;
    color: #832f0a;
    position: absolute;
    top: 15px;
    right: 30px;
}
/*##### index settings ###################################################*/
.common_image div {
    background-image: url('../images_system/td_back.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 10px;
}
.common_image div:hover {
	background-position: top right;
}
table#index_table {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
/*##### site settings ###################################################*/
div.div_text {
    text-align: right;
}
div.spacy {
    line-height: 26px;
}
.div_text a{
    text-decoration: underline;
}
#analyst {
    width: 680px;
    margin-bottom: 10px;
    text-align: left;
    height: 100px;
}
span.sett_title {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
#small_text {
    font-size: 10px;
    color: #696969;
}

span#small_text a, span#small_text a:active, span#small_text a:link, span#small_text a:visited, span#small_text a:hover{
    color: #696969;
    text-decoration: underline;
    font-size: 10px;
}
/*##### side_menu settings ###################################################*/
div#side_menu {
    width: 159px;
    margin-right: 10px;
    background-image: url('../images_system/back_panel_header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
	float: right;
	z-index: 100;
}
div#side_menu li {
    background: #c6e4ff;
    width: 159px;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 3px;
    position: relative;
    text-align: right;
}

div#side_menu li:hover,  div#side_menu li#selected_menu {
    background: #a8c5cf;
}
li.side_menu_item a{
/*     position: absolute;
     top: 4px;
     right: 40px;*/
}

li.side_menu_item img{
     padding: 3px 10px 0 10px;
}

/*##### main_context settings ###################################################*/
div#main_context {
    position: relative;
    width: 710px;
    padding: 10px;
}

div.inner_text {
    padding: 10px;
    background: #f7f7f7;
    border-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	border-top: none;
	border-bottom: none;
	min-height: 500px;
}

div.inner_footer {
    width: 710px;
    height: 6px;
    background-image:  url('../images_system/main_footer.jpg');
    background-repeat: no-repeat;
	background-position: top center;
}
/*##### login settings ###################################################*/

div#div_login {
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 280px;
    height: 117px;
    background-image: url('../images_system/login.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#div_login input[type="text"], #div_login input[type="password"] {
    width: 148px;
    height: 18px;
    padding: 0;
    margin: 0;
    direction: ltr;
    border: none;
    padding-right: 5px;
}

span#login_name {
    position: absolute;
    top: 13px;
    right: 25px;
    color: white;
    font-weight: bold;
}

span#login_passw {
    position: absolute;
    top: 41px;
    right: 25px;
    color: white;
    font-weight: bold;
}
span#login_remember {
    position: absolute;
    top: 64px;
    right: 82px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

input#input_name {
    position: absolute;
    top: 13px;
    right: 82px;
}

input#input_passw {
    position: absolute;
    top: 42px;
    right: 82px;
}
input#input_remember {
    position: absolute;
    top: 65px;
    right: 60px;
}

input#input_submit {
    position: absolute;
    top: 85px;
    right: 83px;
    height: 21px;
    width: 71px;
    border: none;
    background-image: url('../images_system/login_button.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

/*##### footer settings ###################################################*/
div.footer {
	height: 35px;
	background: #a8c5cf;
	background-image: url('../images_system/adad_footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
div#footer_title {
    font-size: 12px;
    padding: 10px 5px;
}

div#footer_title a {  
	color: #014670;
	font-size: 12px;
}

/*##### video settings ###################################################*/
textarea#video {
    width: 285px;
    height: 100px;
}
/*##### gallery settings ###################################################*/
/*pages add settings ############################################################*/
textarea.text_editor {
    width: 690px;
    height: 50px;
    margin-bottom: 10px;
}
.other_back {
    background:	#FFFFF0;
}
span.span_title {
    float: right;
    width: 180px;
    text-align: right;
}
input[type="submit"].standart_button {
    width: 70px;
    height: 27px;
    margin: 10px 0px;
}

div#remove_div {
    cursor: pointer;
    color: #014670;
}
td input[type="checkbox"] {
    position: relative;
    top: 2px;
}
span.like_title {;
    margin: 0 10px;
}
/*##### tags clouds settings ###################################################*/
div.clouds_wrapper {
    width: 159px;
    margin-top: 20px;
}

/*##### search settings ###################################################*/
div.search_div {
    position: relative;
    top: 2px;
    margin: 0 auto;
    width: 205px;
    height: 16px;
}
div.search_div input[type="submit"] {
    position: absolute;
    z-index: 20;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../../image_system/search_icon.jpg');
    width: 15px;
    height: 11px;
    right: 6px;
    top: 5px;
}
div.search_div input[type="text"] {
    /*background-image: url('../../image_system/search_field.png');
    border: none;*/
    background-repeat: no-repeat;
    width: 175px;
    height: 16px;
    padding-right: 20px;
    text-align: right;
}

/*##### login settings ###################################################*/
/*
div#div_login {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 199px;
    background-image: url('../images_adad/login.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#div_login input[type="text"], #div_login input[type="password"] {
    width: 148px;
    height: 17px;
    padding: 0;
    margin: 0;
    direction: ltr;
    border: none;
    padding-right: 5px;
}

span#login_name {
    position: absolute;
    top: 110px;
    right: 25px;
}

span#login_passw {
    position: absolute;
    top: 139px;
    right: 25px;
}

input#input_name {
    position: absolute;
    top: 110px;
    right: 82px;
}

input#input_passw {
    position: absolute;
    top: 139px;
    right: 82px;
}

input#input_submit {
    position: absolute;
    top: 167px;
    right: 83px;
    height: 21px;
    width: 71px;
    border: none;
    background-image: url('../images_adad/login_button.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}*/

	
/*table#main_menu {
    width: 100%; 
    text-align: center;
}*/

/*span.facebook_span {
    position: relative;
    top: -3px;
    right: 10px;
}*/

/*##### table settings ###################################################*/
/*
div.main table td {
    padding: 3px 5px;
}

table.tbl_center {
    margin: 0px auto;
    border: 0;
}

table#main_table td{
    padding: 3px;
}

table#list_table th{
    padding: 3px 10px;
}

table#list_table a{
    color: blue;
}

table#list_table input[type="submit"] {
    margin-top: 0;
}

table.tbl_wide {
    text-align: center;  
}


table#index_table {
    position: relative;
    top: 20px;
    text-align: center;
}

table#index_table img:hover{

}



table#index_table td#space{
    height: 20px;
}
*/
/*##### input settings ###################################################*/
/*
.eng_input {
    direction: ltr;
}

input#short_input, select#short_input {
    width: 70px;
}

input.check_margin {
    margin-top: 5px;
}

textarea.text_editor {
    width: 690px;
    height: 50px;
    margin-bottom: 10px;
}

#analyst {
    width: 690px;
    margin-bottom: 10px;
    text-align: left;
    height: 100px;
}

input#td_news_title, textarea#td_news_desc {
    width: 550px;
}
*/
/*##### div settings ###################################################*/
/*
div.div_editor {
    position: absolute;
    margin: 0px auto;
    margin-bottom: 10px;
    width: 600px;
}
*/
/*
div.div_editor {
    margin: 0px auto;
    margin-bottom: 20px;
    width: 800px;
}


div.footer_title {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

div#div_about {
    margin: 20px 10px;
    text-align: right;
    color: #666;
	font: 14px Arial, sans-serif;
}*/

/*##### span settings ###################################################*/
/*span.span_title {
    padding-right: 5px;
}*/
/*
span.span_title {
    float: right;
    width: 180px;
    text-align: right;
}

span.expl_text {
    font-size: 10px;
    text-align: right;
}

span#span_version {
    font: 12px Arial, sans-serif;
    letter-spacing: 3px;
}*/
/*#####classes settings ###################################################*/
/*.error_msg {
    text-align: center;
    color: red;
    font-size: 12px;
    padding-top: 10px;
}

div#error_handler {
    text-align: center;
    height: 14px;
    margin-bottom: 10px;
    width: 100%;
}

.title_text {
    text-align:right;
}

.error_msg_OK {
    text-align: center;
    color: green;
    margin-bottom: 15px;
    font-size: 12px;
}

.search_hr {
	width:400px;
	color: #a8c5cf;
	background: #a8c5cf;
	margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.select_search {
    margin: 0 auto;
    margin-bottom: 10px;
    right: 285px;
    position: relative;
}
*/
/*

.error_msg_OK {
    text-align: center;
    color: green;
    margin-bottom: 15px;
    font-size: 14px;
}

.title_text {
    text-align:right;
	padding-left: 10px;
	padding-bottom: 15px;
}

.fields_mergin {
    margin-bottom: 20px;
}

.search_hr {
	width:400px;
	color: #7e7e7c;
	margin: 0 auto;
}
*/
/*#####main menu ###################################################*/
/*
div#inner_text a:link, div#inner_text a:visited, div#inner_text a:hover, div#inner_text a:active { 
	color: blue;
}

div#main_context {
    position: relative;
    min-height: 600px;
	text-align: right;
	width: 890px;
	background-image: url('../images_adad/back_panel_background.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	margin-right: 10px;
}

div#side_menu {
    height: 100%;
    width: 159px;
    background-image: url('../images_adad/back_panel_header.jpg');
	background-repeat: no-repeat;
	background-position: top center; 
	padding-top: 10px;
	float: right;
	z-index: 100;
	position: absolute;
}

div#side_menu li {
    background: #c6e4ff;
    width: 159px;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 3px;
    position: relative;
}

div#side_menu li:hover {
    background: #a8c5cf;
}

li.size_menu_item a{
     position: absolute;
     top: 4px;
     right: 40px;
}

li.size_menu_item img{
     padding: 3px 10px 0 10px;
}

div#main_text {
    position: relative;
    min-height: 600px;
}

div#text_block {
    margin-right: 159px;
    padding: 5px 5px 15px 5px;
    background-image: url('../images_adad/main_footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#text_block_index {
    margin-right: 159px;
    padding: 5px 5px 15px 5px;
    
}

div#text_block img{
    display: block;
}


div#inner_text {
    padding: 10px;
    background: #f7f7f7;
    border-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	border-top: none;
	border-bottom: none;
	min-height: 530px;
}

div#main_title {
    font-size: 14px;
    font-weight: bold;
    color: #832f0a;
    position: absolute;
    top: 12px;
    right: 175px;
}

#submit_center {
    position: relative;
    top: 0;
    right: 265px;
}

#inner_text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #832f0a;
}

#inner_text p {
    margin: 10px;
}

#inner_text b {
    font-weight: bold;
}

#inner_text i {
    color: #832f0a;
}

.align_left {
    text-align: left;
}

#small_text {
    font-size: 10px;
    color: #696969;
}

span#small_text a, span#small_text a:active, span#small_text a:link, span#small_text a:visited, span#small_text a:hover{
    color: #696969;
    text-decoration: underline;
}

#space_area {
    width: 140px;
}*/
/*##### news ###################################################*/
/*div#text_block td#td_calendar {
    line-height: 30px;
    vertical-align: middle;       
}

div#text_block td#td_calendar input{
    vertical-align: middle;    
}*/

/*---------------------------------------------------*/
.short_option   {
    width: 50px;
}
.middle_option   {
    width: 75px;
}
.long_option  {
    width: 100px;
}


/*-------------- user management -------------- */

.new_list_btn{
/*    float: right;*/
    text-align: center; 
    line-height: 18px;
    vertical-align: middle;
    width: 100px;
    background: #032d69;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 13px;
}
.new_list_btn a{
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}    
.new_list_btn a:hover{
    color: yellow;
}

#free_text{
    width: 100px;
}

























