
@font-face {
    font-family: 'ArialNarrowBold';
    src: url('../files/arial_narrow_bold-webfont.eot');
    src: url('../files/arial_narrow_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/arial_narrow_bold-webfont.woff') format('woff'),
         url('../files/arial_narrow_bold-webfont.ttf') format('truetype'),
         url('../files/arial_narrow_bold-webfont.svg#ArialNarrowBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ArialNarrow';
    src: url('../files/arial_narrow-webfont.eot');
    src: url('../files/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/arial_narrow-webfont.woff') format('woff'),
         url('../files/arial_narrow-webfont.ttf') format('truetype'),
         url('../files/arial_narrow-webfont.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad-regular';
    src: url('../css/webfonts/myriadat-webfont.eot');
    src: url('../css/webfonts/myriadat-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/myriadat-webfont.woff') format('woff'),
        url('../css/webfonts/myriadat-webfont.ttf') format('truetype'),
        url('../css/webfonts/myriadat-webfont.svg#myriad-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad-semibold';
    src: url('../css/webfonts/myriadas-webfont.eot');
    src: url('../css/webfonts/myriadas-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/myriadas-webfont.woff') format('woff'),
        url('../css/webfonts/myriadas-webfont.ttf') format('truetype'),
        url('../css/webfonts/myriadas-webfont.svg#myriad-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad-medium';
    src: url('../css/webfonts/myriadam-webfont.eot');
    src: url('../css/webfonts/myriadam-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/myriadam-webfont.woff') format('woff'),
        url('../css/webfonts/myriadam-webfont.ttf') format('truetype'),
        url('../css/webfonts/myriadam-webfont.svg#myriad-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad-bold';
    src: url('../css/webfonts/myriadab-webfont.eot');
    src: url('../css/webfonts/myriadab-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/myriadab-webfont.woff') format('woff'),
        url('../css/webfonts/myriadab-webfont.ttf') format('truetype'),
        url('../css/webfonts/myriadab-webfont.svg#myriad-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Calcite';
    src: url('../css/webfonts/calcitepro-regular-webfont.eot');
    src: url('../css/webfonts/calcitepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/calcitepro-regular-webfont.woff') format('woff'),
        url('../css/webfonts/calcitepro-regular-webfont.ttf') format('truetype'),
        url('../css/webfonts/calcitepro-regular-webfont.svg#Calcite') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalciteBold';
    src: url('../css/webfonts/calcitepro-bold-webfont.eot');
    src: url('../css/webfonts/calcitepro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/calcitepro-bold-webfont.woff') format('woff'),
        url('../css/webfonts/calcitepro-bold-webfont.ttf') format('truetype'),
        url('../css/webfonts/calcitepro-bold-webfont.svg#CalciteBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('../css/webfonts/dinengschrift-webfont.eot');
    src: url('../css/webfonts/dinengschrift-webfont.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/dinengschrift-webfont.woff') format('woff'),
        url('../css/webfonts/dinengschrift-webfont.ttf') format('truetype'),
        url('../css/webfonts/dinengschrift-webfont.svg#Din') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-size: 9.8pt !important;
}

body {
    font-family: 'ArialNarrow', 'Arial Narrow', sans-serif;
    padding: 131px 0px 0px 0px;
    background-color: #f4f8f9;
    overflow-y: scroll;
}

strong {
    font-family: 'ArialNarrowBold';
    font-weight: normal;
}

input {
    font-family: 'ArialNarrow';
    font-weight: normal;
    font-size: 1em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border-width: 0px; }

/* Messages */
.error, .alert, .notice, .success, .info, .message {padding:0.8em;margin-bottom:1em;border:2px solid #ddd; width: 360px;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice, .message {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a, .message {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

label {
    font-weight: normal;
}


.box {
    background-color: transparent;
}

#main_header {
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 131px;
    padding: 0em 1.5em 0em 1.5em;
    background: transparent url(../img/bg_img_test.png) repeat-x;

    -moz-box-shadow: 0px 1px 3px #444;
    -webkit-box-shadow: 0px 1px 3px #444;
    box-shadow: 0px 1px 3px #444;
}

.youget_header_logo {
    background: transparent url(../img/YouGET_logo.png);
    background-repeat: no-repeat;
    background-size: 90px 70px;
    height: 70px;
    top: 10px;
    position: relative;
    padding-left: 100px;
    width: 400px;
}

span.youget_header {
    color: white;
    font-family: CalciteBold;
    font-size: 50px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
}

span.youget_header_small {
    color: white;
    font-family: CalciteBold;
    font-size: 30px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
}

/*#main_header div.header_top, #main_header div.header_bottom, #main_footer > div {
    width: 950px;
    margin: auto;
    text-align: left;
}*/

#main_header div.header_top {
    line-height: 92px;
    height: 92px;
}

/*#main_header div.header_top a {
    font-size: 2.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    font-style: italic;
    letter-spacing: -1px;
}

#main_header div.header_top a:hover {
    text-decoration: none;
}

#main_header div.header_top a span {
    font-size: 0.7em;
    color: #a3d3d5;
}*/

#main_header div.header_top img {
    margin: 22px 10px -14px 0px;
}

#main_header div.header_bottom {
    height: 40px;
    line-height: 40px;
    position: relative;
}

#main_header div.header_bottom h1 {
    margin: 0px;
    padding: 0px;
    font-size: 1.3em;
    line-height: 38px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    font-weight: normal;
    font-family: 'ArialNarrowBold';
}

#main_header div.header_bottom h1 a {
    color: #fff !important;
}

#main_header div.submenu a {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 40px;
    color: white;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
    margin-left: 15px;
    font-family: 'ArialNarrowBold';
}

#main_header div.submenu a:hover {
    text-decoration: none;
}

/* Search box */

#frm_header_search, input.searchbar {
    background-image: url(../img/bg_search_header.png);
    width: 182px;
    height: 31px;
    border-width: 0px;
    padding: 0px 10px 0px 10px;
    line-height: 31px;
    font-weight: normal;
    font-size: 14px;
    color: #10bdbd;
}

#main_footer {
    position: relative;
    z-index: 9999;
    left: 0px;
    line-height: 20px;
    background-image: url(../img/bg_main_footer.png);
    background-repeat: repeat-x;
    background-color: #444;
    border-top: 12px solid #FF6F00;
    padding-top: 20px;
    color: #fff;

    -moz-box-shadow: 0px -1px 3px #444;
    -webkit-box-shadow: 0px -1px 3px #444;
    box-shadow: 0px -1px 3px #444;
}

#main_footer hr {
    background-color: #90bdbe;
}

#main_footer .green {
    color: #90bdbe;
}

#main_footer h3 {
    color: #90bdbe;
    margin: 25px 0px 15px 0px;
    font-family: 'ArialNarrowBold';
}

#main_footer p {
    color: #f0f0f0;
    font-family: 'ArialNarrow';
    line-height: 22px;
}

#main_footer a {
    color: #ff6a00;
}

#menu ul {
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px;
    border-top: 1px solid #3A647C;
}

#menu ul > li > a {
    display: block;
    background-color: #bbb5b5;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 1.1em;
    border-bottom: 1px solid #3A647C;
}

#menu ul > li > a.active, #menu ul > li > a:hover {
    background-color: #3A647C;
}


div.cblock {
    position: relative;
    background-color: #fff;
    margin-top: 15px;
    background-color: #ebebeb;
    background-image: url(../img/bg_panel.png);
    background-position: top left;
    background-repeat: repeat-x;
}

div.eborder {
    position: absolute;
/*    background-color:	#d5d9d9;*/
    background-image: url(../img/bg_eborder.png);
}

div.cblock div.cblock {
    margin-top: 0px;
}

div.cblock.height-1 { height: 260px; }
div.cblock.height-1-extra { height: 280px; }
div.cblock.height-2 { height: 300px; }
div.cblock.height-2-extra { height: 316px; }
div.cblock.height-3 { height: 430px; }
div.cblock.height-4 { height: 586px; }
div.cblock.height-5 { height: 556px; }

/* Ajax loading */
div.ajax_loading {
    display: none;
    z-index: 99;
    background-image: url(../img/trans/bg_65white.png);
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.ajax_loading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.plus_min_icon {
    width: 15px;
    position: relative;
    top: 3px;
}

div.search_location_result, div.search_client_result {
    border: 1px solid black;
    border-top: 0px;
    padding-left: 5px;
    cursor: pointer;
}

div.search_location_result:hover, div.search_client_result:hover {
    background-color: #bbb5b5;
}

img.item_icon {
    width: 15px;
    border: 1px solid #BBB;
    background-color: #CCC;
    position: relative;
    bottom: -3px;
}