/*
 * Page header and footer
 */

#header {
    border-bottom: solid 2px #ffde00;
    font-family: "Arial", sans-serif;
    min-width: 950px;
}

#logo {
    float: left;
    width: 226px;
    padding: 14px 0 8px 14px;
}

#logo img {
    border: none;
}

#auth {
    float: right;
    height: 34px;
    margin: 25px 0;
    font-size: 12px;
    background: url(/images/compere/header/search_bottomleftcornerblue.gif) no-repeat bottom left #4bb4dc;
    color: #fff;
}

#auth.signin {
    margin: 30px 0;
}

#auth.signin input {
    font-size: x-small;
    width: 100px;
}

#auth .corner {
    padding: 7px 10px;
    background: url(/images/compere/header/search_topleftcornerblue.gif) no-repeat top left;
}

.signinlink {
    float: right;
    width: 5em;
    height: 28px;
    padding: 3px 6px;
    margin: 30px 0;
    font-size: 10px;
    background: #293e6b;
}

#header a {
    color: #fff;
    text-decoration: underline;
}

#auth label {
    font-weight: bold;
}

#auth .inputtext {
    width: 120px;
    height: 16px;
    border: 1px solid #666;
    padding: 0;
    margin: 0 7px 0 3px;
}


/**
 * Menu
 */

#menu_row_1 {
    clear: right;
    text-align: right;
    font-size: 106.67%
}

#menu_row_1 a {
    text-decoration: none;
    text-transform: lowercase;
    padding: 0 15px;
    border-left: solid 2px #fff;
    background-color: #ddd;
    color: #293e6b;
}

#menu_row_1 .active {
    background-color: #ffde00;
    color: #000;
}

#menu_row_2 {
    text-align: right;
    font-size: 8pt;
    margin: 2px 0;
}

#menu_row_2 a {
    color: #4bb4dc;
}

#menu_row_2 .menu_item {
    margin: 0 8px;
    text-decoration: none;
}

#menu_row_2 .menu_item:hover {
    color: black;
}

#menu_row_2 .active {
    font-weight: bold;
    color: #293e6b;
}

#searchmediaid {
    margin: 0;
    padding: 2px;
    float: right;
    width: 300px;
    text-align: right;
}


/**
 * Footer
 */

#footer {
    width: 100%;
    background: #ffffff;
    font-family: "Arial", sans-serif;
    font-size: 1em;
    height: 25px;
    color: #666666;
    padding: 15px 0px;
    border-top: 4px solid #EFF8FC;
}

#footer a {
    color: #666666;
}

#footer form {
    margin: 0;
    float: right;
    padding-right: 15px;
}

.footerlinks {
    padding: 0px 0px 0px 10px;
}

#new_features {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
}

#new_features_inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: white;
    border: 1px solid black;
    z-index: 5;
}


