/*====================================================
General styles for most common html elements
======================================================*/
body{
	margin:0px;
	background-color:#FFFFFF;
}
img{
	border:none;
}
a{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #235ABF;
	text-decoration: none;
	line-height: 13px;
}
a:hover {
	text-decoration: underline;
}

body, td, th, div, select, input, span, select, textarea {
	font-family: Tahoma, verdana, Arial;
	color: #2A2A2A;
	font-size:12px;
	text-decoration: none;
    font-weight: normal;
}
input{
    height: 15px;
    padding: 0px;
    margin: 0px;
}
form{
    margin: 0px;
    padding: 0px;
}
/*====================================================
Some wrappers
======================================================*/
#main_wrap{
    margin: 0 auto; /*centering in most browsers*/
    min-width: 1085px;
    max-width: 1100px;
    width: expression( document.body.clientWidth == 1006 ? "1006": document.body.clientWidth < 1005? "1006px" : document.body.clientWidth > 1100? "1101px" : "auto"); 	
}
div#header_wrap{
    background-image: url('/inc/img/site/header_back.jpg');
    background-repeat: repeat-x;
    height: 159px;
    border-bottom: 1px solid #868684;
}
div#content_wrap{
    background-image: url('/inc/img/site/content_header_back.gif');
    background-repeat: repeat-x;
    /*border: 1px solid blue;*/
}
div#content_header_fix{
    background: #EEEEEE;
    position: relative;
    height: 1px;
    font-size: 1px;
}
div#right_pane{
    float: right;
    width: 300px;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 20px;
    /*border: 1px solid red;*/
}
div#left_pane{
    margin: 12px 340px 10px 20px;
    /*border: 1px solid green;*/
}
div#inner_left_pane{
    width: 100%;
    float: left;
}
div#footer_wrap{
    background-image: url('/inc/img/site/footer_back.gif');
    background-repeat: repeat-x;
    height: 90px;
}
div#footer_content{
    padding-top: 25px;
    text-align: center;
}
.popup_inner_wrap{
    margin: 5px;
}
/*====================================================
Inner containers for header
======================================================*/
div#header_top{
    height: 128px;
}
div#logo_container_1{ /*kv*/
    width: 230px;
    padding-top: 35px;
    padding-left: 25px;
}
div#logo_container_3{ /*edomus*/
    width: 230px;
    padding-top: 25px;
    padding-left: 15px;
}
div#header_banner{
    padding: 15px 15px 0px 0px;
}

div#main_menu{
    /*border: 1px solid red;*/
    /*height: 31px;*/
    float: left;
}
/*====================================================
The rest of header styles
======================================================*/
div#main_menu div.active{
    border-left: 1px solid #868684;
    border-top: 1px solid #868684;
    border-right: 1px solid #868684;
    background-image: url('/inc/img/site/active_menu_back.jpg');
    background-repeat: repeat-x;
    text-align: center;
    padding: 6px 10px 0px 10px;
    float: left;
    position: relative;
    top: 1px;
}
div#main_menu div.passive{
    text-align: center;
    padding: 8px 10px 9px 10px;
    float: left;
}
div.menu_separator{
    float: left;
    background-image: url(/inc/img/site/menu_separator.gif);
    height: 26px;
    width: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
div.active_menu_left_shadow{
    float: left;
    background-image: url(/inc/img/site/menu_left_shadow.gif);
    height: 31px;
    width: 4px;
    background-repeat: no-repeat;
}
div.active_menu_right_shadow{
    float: left;
    background-image: url(/inc/img/site/menu_right_shadow.gif);
    height: 31px;
    width: 5px;
    background-repeat: no-repeat;
}
div.active_menu_arrow{
    padding-top: 3px;
    font-size: 1px;
}
a.menu_active{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
a.menu_active:hover{
    text-decoration: none;
}
a.menu_passive{
    font-size: 14px;
    font-weight: bold;
    color: #3D5D98;
}
div#add_object{
    float: left;
    padding-top: 2px;
    padding-left: 20px;
}
div#lang_flags{
    float: right;
    padding: 5px 10px 0px 6px;
}
div#lang_flags a{
    text-decoration: none;
}
div#log_block{
    float: right;
    padding: 5px 7px 0px 7px;
}
div#log_block a{
    text-decoration: underline;
}
/*====================================================
right pane styles
======================================================*/
div#quick_search{
    margin-bottom: 15px;
}
div#quick_search table{
    width: 100%;
    background: #FFFFFF;
}

.font_11 div, .font_11 div a{
    font-size: 12px;
    line-height: 16px;
}

td#qs_left{
    background: #FFFFFF;
    width: 50%;
    padding: 10px;
    border-left: 1px solid #CCCCCC;
}
td#qs_right{
    background: #F4F5FA;
    padding: 10px;
    border-right: 1px solid #CCCCCC;
}
td#hdr_right{
    border-bottom: 1px solid #CCCCCC;
}
div#left_tab{
    width: 49%;
    float:left;
}
div#right_tab{
    float: right;
    width: 49%;
}
div.passive_tab{
    border-bottom: 1px solid #CCCCCC;
}
div.passive_tab a{
    color: #000000;
    font-size: 10px;
}
div.active_tab{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
div.active_tab a{
    font-weight: bold;
    color: #000000;
    font-size: 10px;
}
div.tab_content{
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
div#qs_obj_num_container{
    margin-top: 6px;
}
div#qs_obj_types_container{
    margin-top: 8px;
}
div.qs_label_wrap{
    float: left; 
    width: 65px;
}
div.qs_label_wrap_r{
    float: left;
    width: 85px;
}
div.box{
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
div.box_header{
    background-image: url('/inc/img/site/box_header_back.gif');
    background-repeat: repeat-x;
    font-size: 20px;
    padding: 3px 3px 3px 7px;;
}
div.box_content{
    padding: 4px 4px 4px 15px;
}
div.box_el{
    padding: 4px;
}
div#my_info_block{
    margin-bottom: 15px;
}
div#login_btn_wrap{
    margin: 6px;
    float: right;
}

.login_label{
    float: left;
    width: 100px;
    height: 20px;
    line-height:19px;
}
/*====================================================
Common styling classes
======================================================*/
div.float_right{
    float: right;
}
div.float_left{
    float: left;
}
div.clear_right{
    clear: right;
}
div.clear_left{
    clear: left;
}
div.clear_both{
    clear: both;
}
/*default input element styles*/
.def_button{
    background-image: url('/inc/img/site/def_button.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: 0px;
    width: 123px;
    height: 22px;
    font-weight: bold;
    cursor: pointer;
}
.def_button_blank{
    width: 123px;
    height: 22px;
    font-weight: bold;
    cursor: pointer;
}
.def_input_file{
    height: 21px;
}
.input_def_width{
    width: 150px;
}
.input_def_width2{
    width: 125px;
}
.input_def_width2_f13{
    width: 125px;
    font-size: 13px;
}
.input_def_width3{
    width: 75px;
}
.input_def_width4{
    width: 30px;
}
.input_def_width5{
    width: 250px;
}
.input_def_width6{
    width: 90px;
}
.input_def_width6_f13{
    width: 90px;
    font-size: 13px;
}
.input_def_width7{
    width: 570px;
}
.input_def_width8_f13{
    width: 94px;
    font-size: 13px;
}
.input_select{
	font-size: 12px;
	vertical-align: middle;
    background: #FFFFFF;
}
.input_text{
    font-size: 11px;
	vertical-align:middle;
}
.input_textarea{
    font-size: 11px;
	vertical-align:middle;
}
.input_def_padding{
    padding: 3px;
}
/*Some default text styles*/
a.link1{
    font-size: 12px;
    text-decoration: underline;
    color: #46516F;
}
a.link1:hover{
    text-decoration: none;
}
a.link2{
    font-size: 12px;
    text-decoration: none;
}
a.link2:hover{
    text-decoration: underline;
}
a.link3{
    text-decoration: none;
    color: black;
}
a.link4{
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.txt1{
    color: #4A74C5;
}
.strike_through{
    text-decoration: line-through;
}
.crc_hdr{
    font-size: 18px;
    color: #000000;
    padding: 5px;
}
.grey_line{
    font-size: 1px;
    background-image: url('/inc/img/site/grey_line.gif');
    background-repeat: repeat-x;
    height: 6px;
}
.red_asterisc{
    font-weight: bold;
    color: #FA0608;
}
/*table simulations styles width divs*/
div.row_wrap{
    width: 100%;
}
div.label_wrap{
    width: 150px;
    float: left;
    margin: 3px;
}
div.input_wrap{
    width: 150px;
    float: left;
    margin: 3px;
}
/*pager links*/
.pager_link{
    padding-left: 4px;
    padding-right: 4px;
    background: #D1E5E4;
    font-weight: bold;
    font-size: 12px;
}
.current_pager_link{
    padding-left: 4px;
    padding-right: 4px;
    background: #D0D0D0;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
/*top circuit tabs*/
div.top_tab_active{
    background: #EBEBEB;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    top: 1px;
}
div.top_tab_active a{
    color: #3F5F99;
    font-weight: bold;
}
div.top_tab_passive{
    background-image: url('/inc/img/site/passive_top_tab_back.gif');
    background-repeat: repeat-x;
    padding: 5px;
    /*border: 1px solid #CCCCCC;*/
    border-bottom: 2px solid #EBEBEB;
}
/*default table styles*/
table.def_table {
    text-decoration: none;
    width:100%;
    border: 1px solid #CCCCCC;
    margin-bottom:20px;
    border-collapse: collapse;
}

table.def_table th {
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    text-align: center;
    font-weight: bold;
}
table.def_table td {
    border: 1px solid #CCCCCC;
    padding: 6px;
}
table.def_table tr.onmouseout{       
    background-color: #FFFFFF;
}
table.def_table tr.onmouseover{       
    background-color: #FDF9C9;
}
/*main layout banner containers*/
.ban_outer_container{
    width: 150px;
    float: left;
}
.ban_left{
    padding-bottom: 6px;
    padding-right: 3px;
}
.ban_right{
    padding-bottom: 6px;
    padding-left: 3px;
}
.ban_ltu_first_right{
    margin-bottom: 3px;
}
.margin_1{
    margin:1px;
}
/* Edomus extended search links (Aruodas and Skelbiu) */
a.extended_search_link{
    color: #2A2A2A;
}

.linkboxes a{
    color: #46516F;
}

