/*////////////////////////////////
global start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #bcdbe3; 
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #2a2a2a;
}

.page {
	background: url(../images/design/pozadi.jpg) repeat;	
}

td {
    font-size: 12px;
    color: #2a2a2a;
    font-family: Arial,Helvetica,sans-serif;
}

.header {
    background: url(../images/design/head.png);
    height: 11px;
    font-size: 0px;
}

a {
    color: #1c8eb1;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.underfloat {
    clear: both;
}

.form_item label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 2px;
}

.form_item {
    margin: 15px 0px;
}

.input, .textarea {
    border: 1px solid #badbe6;
    padding: 3px 8px;
}

.input {
    background: url(../images/design/input_text.png);
    height: 18px;
}

.textarea {
    background: #f1fafb url(../images/design/input_text.png) repeat-x top;
}

* html .input {
    height: 24px;
}

.basic {
    margin: auto;
    text-align: left;
    width: 907px;
}

.logo {
    width: 190px;
    height: 65px;
    background: url(../images/design/logo.png);
    float: left;
    margin: 30px 0px 0px 0px;
}

.logo a {
    position: absolute;
    width: 190px;
    height: 65px;
}

.rightheader {
    float: right;
    margin-top: 23px;
}

h1 span {
    display: none;
}

.footer {
    /*width: 1200px;*/
    height: 100px;
    background: url(../images/design/footer-border-top.png) #bcdbe3 repeat-x top;
    clear: both;
}

.footer .content {
		width: 900px;
		position: relative;
		left: 50%;
		margin: 0px -450px; 
	}
	
* html .footer .content {
	left: 0px;
}
	
.footer p {
		margin: 0px;
		padding: 20px 0px 10px 0px;
	} 
	
.footer .sline {
		height: 2px;
		background: url(../images/design/footer-line.png)  #bcdbe3 repeat-x;
	}
	
.content {
    text-align: left;
}

form {
    margin: 0px;
    padding: 0px;
}

.button_left, .button_right {
    width: 6px;
}

.button_left, .button_right, .button_center {
    height: 35px;
    float: left;
}

.dark_button .button_left {
    background: url(../images/design/module_center/button_dark_left.png);
}

.dark_button .button_right {
    background: url(../images/design/module_center/button_dark_right.png);
}

.dark_button .button_center {
    background: url(../images/design/module_center/button_dark_center.png);
}

.button_left {
    background: url(../images/design/button_left.png);
}

.button_right {
    background: url(../images/design/button_right.png);
}

.button_center {
    background: url(../images/design/button_center.png);
}

.button {
    height: 26px;
    background: url(../images/design/button.png);
    margin: 0px;
    padding: 0px 5px;
    border: 0px;
    margin-top: 4px;
    color: white;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
}

a.button{
    float: left;
    text-decoration: none;
    line-height: 26px;
    font-size: 13px;
}

.button_pack {
    behavior: url('static/css/hover.htc');
    display: inline;
    padding-left: 1px;
    line-height: 35px;
}

.button_pack * {
    cursor: pointer;
}

.button_pack:hover .button {
    background-position: 0% -26px;
}

.button_pack:hover .button_left, .button_pack:hover .button_right {
    background-position: 0% -35px;
}

.searchbutton {
    width: 68px;
    background: url(../images/design/main/search_button.png);
}

.arrowlink {
    background: url(../images/design/sipka_odkaz.gif) no-repeat center left;
    color: #1f9dc3;
    padding-left: 16px;
    text-decoration: none;
}

.arrowlink:hover {
    text-decoration: underline;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.important_text, h4 {
    color: #1F9DC3;
    font-weight: bold;
}

.important_text {
    font-size: 16px;
}

h4 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 10px;
}

.line, .line_grey {
    border: 0px;
    background: none;
    border-top: 2px solid #94c4d1;
    padding: 0px;
    font-size: 0px;
    height: 0px;
    margin: 8px 0px;
}

.line_grey {
    border-top: 1px solid #CCCCCC;
}

.form_error {
    display: none;
}

label.error {
    color: red;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-left: 5px;
}

img {
    border: 2px solid #bcdbe3;
}

.bluefont {
    color: #1f9dc3;
}

.normalfont_size {
    font-size: 12px;
}

.pages {
    line-height: 35px;
    text-align: center;
}

.pages_list a, .pages_list span {
    margin: 0px 5px;
    text-decoration: none;
}

.pages .button {
    line-height: 0px;
}

.pages .button span {
    border: 0px;
    margin: 6px 2px 0px 2px;
}

.pages_prev, .pages_next {
    width: 9px;
    height: 12px;
    display: block;
}

.pages_prev {
    background: url(../images/design/module_center/page_left.png);
}

.pages_next {
    background: url(../images/design/module_center/page_right.png);
}

/*////////////////////////////////
global end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
module start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.module_top_left, .module_top_center, .module_top_right {
    height: 4px;
    float: left;
    font-size: 0px;
}

.module_bottom_left, .module_bottom_center, .module_bottom_right {
    height: 6px;
    float: left;
    font-size: 0px;
}

.module_bottom_left, .module_bottom_right, .module_top_left, .module_top_right {
    width: 5px;
}

.module_bottom_center, .module_top_center {
    background-repeat: repeat-x;
}

.module_top_left {
    background: url(../images/design/module_global/module_top_left.png);
}

.module_top_center {
    background: url(../images/design/module_global/module_top_center.png);
}

.module_top_right {
    background: url(../images/design/module_global/module_top_right.png);
}

.module_bottom_left {
    background: url(../images/design/module_global/module_bottom_left.png);
}

.module_bottom_center {
    background: url(../images/design/module_global/module_bottom_center.png);
}

.module_bottom_right {
    background: url(../images/design/module_global/module_bottom_right.png);
}

.module_main {
    border: 1px solid #93c5d4;
    border-bottom: 0px;
    border-top: 0px;
    padding: 7px;
    background: white;
}

/*////////////////////////////////
module end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
module_center start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.module_center {
    float: left;
    width: 400px;
    margin-left: 20px;
    font-size: 12px;
}

.module_center .module_bottom_center, .module_center .module_top_center {
    width: 390px;
}

.module_center .module_main {
    padding-top: 10px;
}

#edit_profil .form_item input, #changepass_form .form_item input {
    width: 360px;
}

#edit_profil .form_item .checkbox{
    width: 20px;
    float: left;
}

.profile_position {
    font-size: 12px;
    position: relative;
}

.profile_man, .profile_mess, .profile_action {
    border: 1px solid white;
    padding-left: 25px;
    float: left;
}

.profile_man {
    background: url(../images/design/module_center/profil_man.png) no-repeat center left;
}

.profile_mess {
    background: url(../images/design/module_center/profil_obalka.png) no-repeat center left;
}

.profile_action {
    background: url(../images/design/module_center/order_point.png) no-repeat center left;
}

.profile_detail {
    float: right;
    width: 230px;
}

.profile_detail_big {
    width: 370px;
    border: 0px solid black;
}

.profile_info_head {
    vertical-align: top;
    width: 115px;
}

.profile_detail .profile_info_head {
    padding-bottom: 1px;
}

.profile_detail .profile_info_text {
    padding-bottom: 15px;
}

.profile_detail_big .profile_info_head, .profile_detail_big .profile_info_text {
    padding-bottom: 20px;
}

.profile_edit_pencil {
    background: url(../images/design/module_center/edit.gif) no-repeat center left;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.profile_table_head {
    width: 385px;
}

.module_left_big .profile_table_head {
    width: 520px;
}

.profile_table_head h2 {
    margin-bottom: 5px;
}

.profile_table_head h3 {
    margin-bottom: 4px;
}

.profile_edit_pencil strong {
    margin-left: 25px;
}

.module_left_big {
    width: 560px;
    margin-left: 0px;
}

.module_left_big .module_main {
    padding: 18px;
    padding-top: 10px;
}

.module_left_big .module_bottom_center, .module_left_big .module_top_center {
    width: 550px;
}

.recommend_form_items .form_item {
    float: left;
    width: 185px;
}

.recommend_form_items input {
    width: 165px;
}

* html .recommend_form_items input {
    width: 180px;
}

.module_right_big {
    width: 740px;
    float: right;
    margin-left: 0px;
}

.module_right_big .module_bottom_center, .module_right_big .module_top_center {
    width: 730px;
}

.sort_apostiller, .result_region {
    color: #999999;
    text-decoration: none;
}

.sort_apostiller {
    font-size: 11px;
    text-decoration: none;
    margin-right: 15px;
}

.result_region {
    margin-right: 15px;
    line-height: 18px;
}

.sort_apostiller:hover, .result_region:hover {
    color: #1f9dc3;
}

#cat_filter {
    float: right;
}

.user_list {
    border-bottom: 2px solid #94c4d1;
    padding: 10px 10px;
}

.user_list.last {
	border-bottom: 0px none;
}	

.user_list_blue {
    background: #f2f8f9;
}

.user_list_avatar {
    float: left;
}

.user_list_profile {
    padding-left: 75px;
}

.user_list_name {
    font-weight: bold;
    margin-bottom: 7px;
    text-decoration: none;
}

.user_list_space {
    font-size: 0px;
    height: 8px;
}

.user_list_foot {
    color: #999999;
    font-style: italic;
}

.user_list_menu {
    float: right;
    padding: 0px 0px 10px 10px;
}

.user_list_menu a {
    display: block;
    padding: 2px 0px;
    font-weight: bold;
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 11px;
}

.user_list_menu_recommend {
    background: url(../images/design/module_center/recommend_point.gif);
}

.user_list_menu_add {
    background: url(../images/design/module_center/connection_point.gif);
}

.user_list_recom {
    float: right;
    width: 286px;
}

.user_list_recom_big {
    width: 424px;
}

.user_list_recom p {
    display: inline;
    font-size: 11px;
}

.user_list_recom .user_list_foot {
    font-size: 11px;
}

.recom_arrow {
    background: url(../images/design/module_center/recom_sipka.png) center right no-repeat;
    width: 14px;
    height: 26px;
    position: absolute;
    padding-left: 64px;
    margin-top: 15px;
}

* html .recom_arrow {
    padding-left: 80px;
}

.recom_top_left, .recom_top_center, .recom_top_right, .recom_bottom_left, .recom_bottom_center, .recom_bottom_right {
    height: 10px;
    float: left;
    font-size: 0px;
}

.recom_bottom_left, .recom_top_left {
    width: 11px;
}

.recom_bottom_right, .recom_top_right {
    width: 9px;
}

.recom_bottom_center, .recom_top_center {
    background-repeat: repeat-x;
    width: 266px;
}

.user_list_recom_big .recom_bottom_center, .user_list_recom_big .recom_top_center {
    width: 404px;
}

.recom_top_left {
    background: url(../images/design/module_center/recom_top_left.png);
}

.recom_top_center {
    background: url(../images/design/module_center/recom_top_center.png);
}

.recom_top_right {
    background: url(../images/design/module_center/recom_top_right.png);
}

.recom_bottom_left {
    background: url(../images/design/module_center/recom_bottom_left.png);
}

.recom_bottom_center {
    background: url(../images/design/module_center/recom_bottom_center.png);
}

.recom_bottom_right {
    background: url(../images/design/module_center/recom_bottom_right.png);
}

.recom_main {
    padding: 7px 20px;
    background: url(../images/design/module_center/recomm_pozadi.png);
}

.recommend_delete {
    float: right;
}

.connections_search input {
    width: 360px;
}

* html .connections_search input {
    width: 380px;
}

.connection_char {
    margin-left: 8px;
    margin-bottom: 4px;
}

.connection_char a {
    font-weight: bold;
    text-decoration: none;
}

.connections_list a {
    font-weight: bold;
}

.connections_list table {
    width: 314px;
    margin-left: 6px;
}

.connections_list {
    width: 350px;
    float: right;
    border: 1px solid #999999;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    height: 500px;
}

.connections_list td {
    font-size: 12px;
}

.connections_list h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 4px;
}

.headlink {
    color: #2a2a2a;
    text-decoration: none;
}

a.headlink:hover {
    text-decoration: underline;
}

#nf_network h4, #nf_news h4 {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
}

#nf_network a, .news_a {
    font-weight: bold;
    text-decoration: underline;
}

.news_a {
    margin-bottom: 4px;
    float: left;
}

.news_item {
    margin: 15px 0px;
    padding: 1px;
    position: relative;
}

.news_add_comment {
    float: right;
    margin-left: 15px;
    background: url(../images/design/module_center/comment.gif) bottom left no-repeat;
    padding-left: 20px;
}

.news_add_comment a {
    font-size: 11px;
    font-weight: bold;
}

.mail_line {
    border-bottom: 2px solid #94c4d1;
}

.mail_folders {
    background: url(../images/design/module_center/mailbox_lista.png);
    height: 41px;
    border-bottom: 1px solid #93c5d4;
}

.mail_folders .module_top_center, .mail_folders .module_top_left, .mail_folders .module_top_right {
    float: none;
}

.mail_folders .module_top_center {
    width: auto;
}

.mail_folders .module_main {
    padding: 5px 3px;
    text-align: center;
    border-left: 0px;
    border-right: 0px;
}

.mail_folders .main_mail_left, .mail_folders .main_mail_right {
    background: white;
    width: 4px;
    height: 30px;
}

* html .mail_folders .main_mail_left, * html .mail_folders .main_mail_right {
    width: 5px;
    height: 29px;
}

.mail_folders .main_mail_left {
    border-left: 1px solid #bcdbe3;
}

.mail_folders .main_mail_right {
    border-right: 1px solid #bcdbe3;
}

.mail_folders .module_main a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.mail_item {
    float: left;
    position: relative;
    top: 8px;
    margin-left: 8px;
}

* html .mail_item_main {
    margin-left: 8px;
    padding-left: 1px;
}

.mail_inactive .module_top_left {
    background: url(../images/design/module_global/mailbox_left.png);
}

.mail_inactive .module_top_center {
    background: url(../images/design/module_global/mailbox_center.png);
}

.mail_inactive .module_top_right {
    background: url(../images/design/module_global/mailbox_right.png);
}

.mail_inactive .module_main {
    background: url(../images/design/module_global/mailbox_center.png);
    border-bottom: 2px solid #add2db;
    padding: 4px 3px;
}

.mail_inactive .main_mail_left, .mail_inactive .main_mail_right {
    background: url(../images/design/module_global/mailbox_center.png);
    border-bottom: 2px solid #add2db;
    height: 28px;
}

.mail_inactive {
    top: 8px;
}

.a_search_query {
    width: 365px;
}

* html .a_search_query {
    width: 380px;
}

.module_left_big .a_search_query {
    width: 504px;
}

* html .module_left_big .a_search_query {
    width: 520px;
}

.a_search_tags {
    width: 200px;
}

.module_left_big .a_search_tags {
    width: 315px;
}

.a_search_man {
    background: url(../images/design/module_center/man.png);
    width: 118px;
    height: 142px;
    float: right;
    position: relative;
    left: -20px;
}

/*////////////////////////////////
module_center end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
module_right start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.module_right {
    float: right;
    width: 320px;
}

.light_top_left, .light_top_center, .light_top_right {
    height: 5px;
    float: left;
    font-size: 0px;
}

.light_bottom_left, .light_bottom_center, .light_bottom_right {
    height: 6px;
    float: left;
    font-size: 0px;
}

.light_bottom_left, .light_bottom_right, .light_top_left, .light_top_right {
    width: 5px;
}

.light_bottom_center, .light_top_center {
    background-repeat: repeat-x;
}

.light_top_left {
    background: url(../images/design/module_right_small/light_top_left.png);
}

.light_top_center {
    background: url(../images/design/module_right_small/light_top_center.png);
}

.light_top_right {
    background: url(../images/design/module_right_small/light_top_right.png);
}

.suplight_top_left {
    background: url(../images/design/module_right_small/suplight_top_left.png);
}

.suplight_top_center {
    background: url(../images/design/module_right_small/suplight_top_center.png);
}

.suplight_top_right {
    background: url(../images/design/module_right_small/suplight_top_right.png);
}

.light_bottom_left {
    background: url(../images/design/module_right_small/light_bottom_left.png);
}

.light_bottom_center {
    background: url(../images/design/module_right_small/light_bottom_center.png);
}

.light_bottom_right {
    background: url(../images/design/module_right_small/light_bottom_right.png);
}

.light_main {
    border: 1px solid #93c5d4;
    border-bottom: 0px;
    border-top: 0px;
    background: #d9eef4;
}

.light_bottom_center, .light_top_center, .module_right .module_bottom_center, .module_right .module_top_center {
    width: 310px;
}

.right_myknow_head {
    width: 318px;
    height: 25px;
    background: url(../images/design/module_right_small/top_gradient.png);
    border-bottom: 1px solid #93c5d4;
}

.right_myknow_head div {
    background: url(../images/design/module_right_small/panacek.png) center left no-repeat;
    line-height: 20px;
    font-weight: bold;
    padding-left: 35px;
    margin-left: 20px;
}

.right_myknow_main {
    border-top: 1px solid white;
}

.right_myknow_user {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.right_myknow_plus {
    background: url(../images/design/module_right_small/plus.png) center left no-repeat;
    float: left;
    padding-left: 25px;
    font-size: 11px;
    line-height: 18px;
    margin-left: 17px;
}

.right_reklama {
    text-align: center;
}

.active_news, .nonactive_news {
    width: 158px;
    height: 25px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

.active_news {
    float: left;
}

.active_news_right {
    float: right;
}

.nonactive_news {
    border-left: 1px solid #93c5d4;
    border-bottom: 1px solid #93c5d4;
    float: right;
    background: url(../images/design/module_right_small/top_gradient.png);
}

.nonactive_news_left {
    border-left: 0px;
    border-right: 1px solid #93c5d4;
    float: left;
}

.active_news img, .nonactive_news img {
    border: 0px;
    margin: 1px 15px 0px 15px;
    float: left;
}

.nonactive_center_news {
    width: 154px;
    float: right;
    border-left: 1px solid #93c5d4;
}

.nonactive_center_news_left {
    float: left;
    border-right: 1px solid #93c5d4;
    border-left: 0px;
}

.right_info_window {
    font-size: 11px;
}

.right_info_window_main {
    margin: 7px 15px;
}

.right_info_window_main h3 {
    font-size: 11px;
    font-weight: bold;
}

.login_top_left, .login_center, .login_top_right, .login_bottom_left, .login_bottom_right {
    height: 6px;
    float: left;
    font-size: 0px;
}

.login_top_left, .login_top_right, .login_bottom_left, .login_bottom_right {
    width: 6px;
}

.login_center {
    background-repeat: repeat-x;
    background: url(../images/design/module_right_small/login_center.png);
    width: 308px;
}

.login_top_left {
    background: url(../images/design/module_right_small/login_top_left.png);
}

.login_top_right {
    background: url(../images/design/module_right_small/login_top_right.png);
}

.login_bottom_left {
    background: url(../images/design/module_right_small/login_bottom_left.png);
}

.login_bottom_right {
    background: url(../images/design/module_right_small/login_bottom_right.png);
}

.right_login_main {
    background: url(../images/design/module_right_small/login_center.png) repeat;
    color: white;
    padding: 2px 10px;
}

.right_login_main h3 {
    margin: 15px 0px 20px 10px;
    font-size: 16px;
    font-weight: bold;
}

.rlogin_register {
    float: right;
    background: url(../images/design/module_right_small/kriz.png) center left no-repeat;
    padding-left: 20px;
    margin-top: 18px;
}

.rlogin_register a {
    color: white;
    text-decoration: none;
}

.rlogin_input_left, .rlogin_input_right, .rlogin_input {
    float: left;
    height: 35px;
}

.rlogin_input_left, .rlogin_input_right {
    width: 6px;
}

.rlogin_input_left {
    background: url(../images/design/module_right_small/input_left.png);
}

.rlogin_input_right {
    background: url(../images/design/module_right_small/input_right.png);
}

.rlogin_input {
    background: url(../images/design/module_right_small/input_center.png) repeat-x;
    margin: 0px;
    padding: 9px 5px 0px 5px;
    border: 0px;
    width: 98px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
}

* html .rlogin_input {
    height: 35px;
}

* html .rlogin_input {
    width: 108px;
}

.rlogin_button {
    float: left;
    margin-left: 5px;
}

.rlogin_button input {
    font-size: 12px;
    font-weight: bold;
}

.rlogin_button .button_center {
    background: url(../images/design/module_right_small/button_center.png);
}

.rlogin_button .button_left {
    background: url(../images/design/module_right_small/button_left.png);
}

.rlogin_button .button_right {
    background: url(../images/design/module_right_small/button_right.png);
}

/*////////////////////////////////
module_right end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
module_left start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.module_left .module_bottom_center, .module_left .module_top_center {
    width: 140px;
}

.module_left {
    width: 150px;
    float: left;
    font-size: 11px;
}

.module_left img {
    float: left;
    margin-right: 10px;
}

.module_left input {
    width: 115px;
    margin-top: 5px;
}

* html .module_left input {
    width: 133px;
}

.module_left_section {
    background: #bcdbe3;
    margin: 8px 0px;
    padding: 6px;
    font-weight: bold;
}

.navigator_item {
    margin-top: 15px;
    padding: 0px 6px;
}

.navigator_item ul {
    margin: 0px;
    padding: 0px;
    padding-left: 16px;
    list-style-image: url(../images/design/module_left/bull_blue.png);
}

.navigator_item li {
    margin: 3px 0px;
}

.navigator_item a {
    color: #2a2a2a;
    text-decoration: none;
}

.navigator_item a:hover {
    color: #1f9dc3;
    text-decoration: underline;
}

.received_message_item {
    list-style-image: url(../images/design/module_left/bull_red.png);
}

.message_count_info {
    width: 21px;
    height: 16px;
    background: url(../images/design/module_left/message_count_info.png);
    color: white;
    float: right;
    font-size: 10px;
}

/*////////////////////////////////
module_left end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
login start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.login_left {
    width: 430px;
    float: left;
}

.login_input input {
    width: 412px;
}

* html .login_input input {
    width: 430px;
}

.login_right {
    width: 430px;
    float: right;
}

/*////////////////////////////////
login end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
menu start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.topmenu {
    margin: 7px 0px;
}

.topmenu a {
    text-decoration: none;
    float: left;
    padding: 0px 5px 5px 0px;
}

.topmenu a * {
    cursor: pointer;
}

.topmenu_left, .topmenu_center, .topmenu_right {
    height: 34px;
    float: left;
    line-height: 34px;
    background: none;
}

.topmenu_left, .topmenu_right {
    width: 6px;
}

.topmenu_center {
    padding: 0px 10px;
}

.topmenu a:hover .topmenu_left {
    background: url(../images/design/topmenu/topmenu_left.png);
}

.topmenu a:hover .topmenu_center {
    background: url(../images/design/topmenu/topmenu_center.png);
}

.topmenu a:hover .topmenu_right {
    background: url(../images/design/topmenu/topmenu_right.png);
}

.topmenu_homepage {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #1c8eb1;
    position: relative;
    top: 20px;
}

.topmenu_homepage_pipe {
    top: 19px;
    font-weight: normal;
}

/*////////////////////////////////
menu end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*////////////////////////////////
home start
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.maincontent {
    width: 709px;
    margin: auto;
    text-align: left;
}

.mainsearch {
    background: url(../images/design/main/main_search_comp.png);
    height: 94px;
    margin: 70px auto 30px auto;
    padding: 1px;
}

.mainsearch_pack {
    margin: 20px;
}

.mainsearch_pack form {
    padding: 1px;
}

.mainsearch_pack strong {
    font-size: 16px;
}

.mainsearch_right {
    float: right;
}

.mainsearch_right strong, .mainsearch_right input, .mainsearch_right .button_pack {
    float: left;
}

.mainsearch_right strong {
    margin: 5px 12px 0px 0px;
}

.mainsearch_input {
    background: url(../images/design/main/input_search.png);
    background-position: top right;
    width: 391px;
    height: 29px;
    margin: 0px;
    padding: 6px 15px 0px 15px;
    border: 0px;
    float: left;
    margin-right: 4px;
}

* html .mainsearch_input {
    width: 421px;
    height: 35px;
    background: none;
    position: relative;
    cursor: text;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='/apostiller/static/images/design/main/input_search.png');
}

.mainsearch_advanced {
    margin-left: 166px;
    margin-top: 8px;
    float: left;
}

.imagepeople, .maintext {
    width: 327px;
    float: left;
}

.maintext {
    margin-left: 40px;
}

.imagepeople {
    background: url(../images/design/main/people.png);
    height: 213px;
}

.top_mainsearch {
    background: url(../images/design/main/topsearch_main.png);
    width: 324px;
    height: 59px;
    padding: 1px;
    float: right;
}

.top_mainsearch_input {
    background: url(../images/design/main/topsearch_input.png);
    width: 185px;
    height: 28px;
}

* html .top_mainsearch_input {
    width: 215px;
    height: 35px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='/apostiller/static/images/design/main/topsearch_input.png');
}

.top_mainsearch_pack {
    margin: 9px 14px 9px 0px;
}

.top_searchtext {
    float: right;
    margin-right: 7px;
    margin-top: 4px;
}

/*////////////////////////////////
home end
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*POSTA*/

.unread td{
    font-weight: bold;
}
#mailmarker {
    display: none;
}

/*autocomplete*/
.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*filter: mask();*/
    width: 3000px;
    height: 3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}

.ac_loading {
    background: url('../images/lightbox/loading_mini.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

/**float**/
.right {
    float: right;
}
.left {
    float: left;
}


/**posta**/

.mail {
    width: 720px;
    margin-top: 8px;
}

.mailbox_send_table {
    margin-left: 60px;
}

.mailbox_send_table td {
    padding: 3px;
}

.mailbox_send_txt {
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    line-height: 30px;
}

.mail_search {
    float: right;
    margin-top: 3px;
}

.mail_search_input {
    width: 100px;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

.mail_search .button_pack {
    float: left;
}

.mail td {
    padding: 2px;
}

.mail_radek td {
    background-color: #f2f8f9;
}

.mail_pages {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
}

/*JSCAT*/
.activeJSCat {
    border: 1px solid #BADBE6;
    padding: 3px;
    background: white !important;
    position:relative;
    z-index: 100;
}

.activeJSCat ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.jscat {
    cursor: pointer;
    line-height: 16px;
    border: 1px solid #BADBE6;
    padding: 4px 10px;
    margin: 2px 0px;
    background: url(../images/design/input_text.png);
}

.activeJSCat .jscat_path {
    display: none;
}

/***** IE6 LISTA *******/
#ie6lista{
  height: 40px; 
  background: #2a2a2a; 
  padding-top: 12px;
  color: white;
  font-weight: bold;
}

#ie6lista a{
  text-decoration: none;
  color: #cccccc;
}

#ie6lista a:hover{
  color: #ffffff;
}
