@CHARSET "UTF-8";

a img,:link img,:visited img { border: none; }

h1,h2,h3,h4{

    color: black;
}

a
{
  color: #FF6C00;
}

h3 a{
    color: black;
}

body, td
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

body{
  margin: 0;
  padding: 0;
  /*background: url(/images/bgsky.jpg) repeat-x;*/
  background: #FFFFFF;
}


td.tab{
    padding-left: 16px;
    height: 30px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}

td.tab a, td.tab a:visited{
    color: #FFFFFF;
    text-decoration: none;
}


a.button{
    padding: 10px 20px  10px 20px ;
    background: #888A85 url(/images/button-bg.gif) repeat-x;
    height: 20px;
    line-height:45px;
    font-weight: bold;
    color: white;
    border: 2px solid #BABDB6;
    font-size: 12px;
    white-space: nowrap;
}

a.button_small{
    padding: 10px 10px  10px 10px ;
    background: #888A85 url(/images/button-bg.gif) repeat-x;
    height: 10px;
    line-height:25px;
    font-weight: bold;
    color: white;
    border: 2px solid #BABDB6;
    font-size: 10px;
    white-space: nowrap;
}

a.button_small img, a.button img{
    vertical-align: middle;
}




div.comment{
    color: #888A85;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

div.warn{
    color: #888A85;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 10px;
    background: url(/images/icons/emblem-important.png) 0 10px no-repeat;

}


div.help{
    color: #888A85;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 10px;
    background: url(/images/icons/dialog-information-s.png) 0 10px no-repeat;
}





img.png {
       behavior: url("/css/pngbehavior.htc");
}

.small{
    font-size: 10px;
}



div.form_error{
    background: #EEAAAA;
    border: 2px solid red;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.info {
      background: #8AE234;
      border: 3px solid #D3D7CF;
      padding: 10px;
      color: white;
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 8px;
}




#sf_guard_auth_form{
    background: #95B7DB;
    padding: 20px;
    width: 290px;
    border: 3px solid #D4D4D4;
    text-align: center;
}
#sf_guard_auth_form  input[name="username"], #sf_guard_auth_form  input[name="password"] {
    border: 1px solid #000000;
    padding-bottom: 2px;
    width: 147px;

}

#sf_guard_auth_form h3{
    color: #F3F7FB;
    font-size: 14px;
}

#sf_guard_auth_form LABEL
{
       font-size: 11px;
       color: white;
}



#fp_news{
    width: 476px;
    position: absolute;
    top: 73px;
    left: 35px;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 265px;
}

#fp_news li{
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    list-style-type: none;
    color: #5F5F5F;
}
#fp_news li a.news_item_title{
    font-size: 12px;
    font-weight: bold;
}

    .news_item_tools .date{
        color: #818181;

    }

    .news_item_tools .separator{
        color: #D0D0D0;
    }
    .news_item_tools .theme{
        color: 5F5F5F;
    }

.themes_list{
    color: #818181;;
}

#content_block .content{
    width: 350px;
    height: 220px;
    padding: 0px;
    overflow: auto;
    position: relative;
    left: 54px;
    top: 45px;
    background: #FFFFFF;
    font-size: 12px;
    color: #878787;
}

#directions_block{
    position: relative;
    top: 41px;
    margin-left: 54px;
    width: 900px;
    padding-bottom: 50px;
    border: 0px solid black;
    overflow: visible;
}

#directions_block ul, #directions_block ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#directions_block ul li{
    float: left;
    width: 147px;
    padding-right: 27px;
    border: 0px solid black;

}

#directions_block table td{
    width: 147px;
    padding-right: 27px;
    padding-bottom: 27px;
    border: 0px solid black;
    vertical-align: top;
}


#directions_block a{
    color: #000000;
    text-decoration: none;
}

    #directions_block  a:hover{
        text-decoration: underline;
    }

#directions_block a.title{
    color: #5B8DB9;
    font-size: 14px;
    text-transform: uppercase;
    background: url(/images/directions-selector.gif) left 3px no-repeat;
    margin-left: -12px;
    margin-bottom: -4px;
    padding-left: 12px;
    display: block;
    border: 0px solid black;
}

#menu, menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;


}
#menu{
    display: block;
    overflow: hidden;
    border: 0px solid black;
}

#menu li a{
    display: block;
    text-decoration: none;
}
#menu li {
    float: left;
    padding-left: 11px;
    padding-right: 11px;
    background: url(/images/menu-separator.png) right no-repeat;
    padding-bottom: 5px;
    padding-top: 41px;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
}

#menu li.actived a{
    color: #A4A29F;
}
#menu li a:hover{
    color: #A4A29F;
}

    #menu li ul {
        margin: 0;
        padding: 0;
        margin-top: 5px;
        margin-left: -3px;
        border: 0px solid black;
        position: absolute;
        display: none;

    }

    #menu li.actived, #menu li.withsm ul{
        display: block;
    }

    #menu li:hover ul, #menu li.jshover:hover ul {
       display: block;
    }

    #menu li ul li{
        float: none;
        /*list-style-image: url(/images/pointer.gif);*/
        padding: 0;
        margin:0;
        margin-left: 0px;
        background: none;
        font-weight: normal;
        text-transform: none;
        /*display: list-item;*/
        list-style-type: none;


    }


        #menu li ul li a{

            background: url(/images/pointer.gif) 3px 60% no-repeat;
            display: block;
            text-decoration: underline;
            padding: 3px;
            padding-left: 13px;
        }

        #menu li ul li.actived{
           background: none;
        }

        #menu li ul li a:hover{
           background: url(/images/pointer-a.gif) #EEEEEE 3px 60% no-repeat;
        }

        #menu li.actived ul li a{
           color: #FB9549;
        }

#curr_lang{
    background: url(/images/lang-switcher.gif) no-repeat;
    width: 41px; height: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#curr_lang img{
    position: relative;
    top: 1px;
    left: 3px;
}

#lang_list{

    border: 1px dotted white;
    position: absolute;
    padding: 5px;
    left: 86px;
    top:18px;
    white-space: nowrap;
    background: url(/images/lang-switcher-bg.png);
}

#lang_list a{
    display: block;

}
#lang_list a:hover {
    color: #FFB03D;
}

#lang_list ul, #lang_list li{
    padding: 3px;
    margin: 0;
    list-style-type: none;
}


#search_block form{

    padding:0px; position: absolute;
    z-index: 80;
    left: 65px;
    top: 20px;
    width: 202px;
    height: 23px;
    background: url(/images/search_bg.png) no-repeat;
    vertical-align: middle;
    border: 0px solid black;
}

img#search_zoom{
    position: relative;
    left: -16px;

}

input#search_input{
    position: relative;
    top: 0px;
    left: -8px;
    margin:0px;
    padding:0px;
    width: 112px;
    height: 15px;
    border: 1px solid #A4A3A9;

}

#search_params{
    position: absolute;
    left: 1px;
    top: 24px;
    width: 202px;
    height: 99px;
    /*background: url(/images/lang-switcher-bg.png); */
    background: url(/images/search_bg_fp.png) no-repeat;
    font-size: 12px;
    white-space: nowrap;
    padding: 10px;
    padding-top: 15px;
    /*border: 1px dotted #FFFFFF;*/

}

#search_params input{
    vertical-align: middle;
}

#search_params label{

    border-bottom: 1px dashed #888888;
    cursor: pointer;
}

.news_item_tools{
    color: #5F5F5F;
}

.news_date{
    background: url(/images/clock.gif) left 2px no-repeat;
    padding-left: 12px;

}

hr{
    border: none;
    border-bottom: 1px solid #F8F8F8;
    border-top: 1px solid #DDDDDD;
}


.pager{
    overflow: hidden;
}

.pager a, span.pager_ctrl{
    text-decoration: none;
    padding: 8px;
    float: left;
}

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

span.pager_item2 {
    float: left;
    margin: 8px;
}

span.pager_item2 {
    height: 22px;
    background: url(/images/pager-l.gif)  left top no-repeat;
    border: 0px solid red;
    position: relative;
    padding: 10px;
    top: -4px;
    left: -3px;
}


span.pager_item2 span.pager_item{
    background: url(/images/pager-r.gif)  right top no-repeat;
    height: 22px;
    line-height: 22px;
    padding: 0px;

    font-size: 12px;
    color: white;
    top: 0px;
    padding-left: 3px;
    padding-right: 10px;
    border: 0px solid black;
    position: absolute;
    left: 6px;
    vertical-align: middle;
}

span.pager_ctrl{
    color: #C2C2C2;
}

.theme{
    text-transform: uppercase;
}

#tools_block img {
    border: 0px;
}


#logo_block{
    position: absolute;
    z-index: 80;
    left: 55px;
    top: 79px;
}

ul.client_groups, ul.client_groups li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.client_groups{
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #DEE3E7;
    padding: 7px 15px 7px 15px;
    -moz-border-radius: 5px;
    -k-border-radius: 5px;
    border-radius: 5px;
}
ul.client_groups li{
    float: left;
    margin-right: 10px;

}

ul.client_groups li a{
    color: #898989;
    text-decoration: none;
    border-bottom: 1px dotted #898989;

}
ul.client_groups li a.actived{
    font-weight: bold;
    color: black;
    border-bottom: none;
}

.go_to_list{
    padding: 10px;
    text-align: right;
    font-weight: bold;
}

.fp_all_news{
 	position: absolute;
 	bottom: 10px;
 	left: 200px;
}
