body {margin: 0; padding: 0; font-family: Century Gothic, Arial; color: #666666}
input {font-family: Century Gothic, Arial}


.hr_yellow {
    background: #FFC820;/* Firefox, Opera*/
    color: #FFC820; /* IE */
    border: 0px;
    height: 1px; /* IE, Firefox, Opera */
    clear: both;
}
.hr_gray {
    background: #aaaaaa;/* Firefox, Opera*/
    color: #aaaaaa; /* IE */
    border: 0px;
    height: 1px; /* IE, Firefox, Opera */
    clear: both;
    margin: 0px;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}

/**********************************************************/
.header_div {
    height: 50px; line-height: 50px;
    text-align: center;
    padding: 0px 40px 0px 40px;
    /*border: black 1px solid;*/
    clear: both;

}
.header_table {
    height: 100%; width: 100%;
    font-size: 11pt;
}
/* search box input */
.header_table input {
    line-height: 30px;
    border: #aaaaaa 1px solid;
    border-radius: 8px;
    padding-left:30px;
    background: url("../tbs2_img/icon_search.png") no-repeat scroll left 10px center;
    background-size: auto 50%;
    color: #aaaaaa;
    margin-left: 20px;
}
/*header contacts distance*/
.header_contacts_padding {padding-left: 50px;}
.header_a {font-size: 11pt; text-decoration: none; color: #aaaaaa;}
.lang_active {
    font-weight: bold;
    color: #F79646;
}

/**********************************************************/
.menu_div {
    height: 40px; line-height: 40px;
    /*border: black 1px solid;*/
    padding-left: 150px;
    padding-right: 150px;
    color: #999999;
    font-size: 12pt;
    white-space: nowrap;
}
.menu_div_a {
    color: #999999;
    text-decoration: none;
    padding: 0px 40px 0px 40px;
}
.menu_div_a_first {
    padding-left: 0px;
    white-space: nowrap;
}
.menu_selected {
    color: #F79646;
    font-weight: bold;
    text-decoration: none;
}
/**********************************************************/
.request_div {
    height: 45px; line-height: 45px;
    background-color: #F79646;
    text-align: center;
    vertical-align: middle
}
.request_a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12pt;
}
.request_selected {
    color: yellow;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}
/**********************************************************/
.content_div {
    min-height: 400px;
    padding: 30px 150px 15px 150px;
    color: #666666;
}

/**********************************************************/
.content_title {
    color: #666666; font-size: 25pt;
    padding: 0px 0px 20px 0px;
}

/**********************************************************/
.footer_div {
    background-color: #595959;
    text-align: center;
}
.footer_div table {
    color: #aaaaaa;
}
.footer_title {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    color: orange;
}
.footer_text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}
.footer_text table {
    padding-top: 10px;
    padding-bottom: 0px;
}
.footer_a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer_spacer {
    width: 0px;
}
.footer_rigth_col {
    padding-left: 40px;
    width: 250px;
}
.footer_button {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: red;
    font-size: 15px;
    text-align: center;
}
.footer_button a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.footer_copyright {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
