/*
 * Page header and footer
 */

#header {
    position: relative !important;
    min-width: 974px;  /* YUI homepage column layout is this width */
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    text-align: left;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-collapse: collapse;
    margin: 6px 20px;
    margin-bottom: 0;
    -webkit-border-top-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    border-top-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
}

#header STRONG {
    font-weight: bold;
}

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

#logo img {
    border: none;
}

#auth {
    float: right;
    height: 34px;
    color: #525252;
    border: 1px solid #c7c7c7;
    border-collapse: collapse;
    border-width: 0 0 1px 1px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #cacaca 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e6e6e6), color-stop(100%,#cacaca)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 ); /* ie */
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#auth A, #auth A:hover, #auth A:visited {
    color: #525252;
    text-decoration: underline;
}

#auth.signin {
}

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

#auth .corner {
    padding: 7px 10px;
    font-size: 0.85em !important;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

#auth .corner_bl {
    position:absolute;
    height:6px;
    width:6px;
    bottom:0px;
    left:0px;
    visibility:hidden;
}

.signinlink, .signinlink:hover, .signinlink:visited {
    color: #525252 !important;
    text-decoration: underline !important;
    float: right;
    width: 6em;
    height: 28px;
    padding: 3px 6px;
    font-size: 0.8em;
    border-bottom: 1px solid #c7c7c7;;
    background: #cacaca; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #cacaca 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e6e6e6), color-stop(100%,#cacaca)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 ); /* ie */
}

#auth label {
    font-weight: bold;
}

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


/**
 * Menu
 */

#menu_row_1 {
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    border-bottom-right-radius: 24px;
    background: transparent url(/images/compere/menu_row_1_background.png) repeat-x scroll 0%;
    clear: left;
    font-size: 1em;
    padding: 0.5em 0;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#menu_row_1 a {
    text-decoration: none;
    color: #fff;
    padding: 0 15px;
}

#menu_row_1 a:hover {
    text-decoration: none;
}

#menu_row_1 .active {
    font-weight: bold;
}

#menu_row_2 {
    font-size: 8pt;
    margin: 6px 20px;
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#menu_row_2 a {
    color: #0089c1;
}

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

#menu_row_2 .menu_item:hover {
    text-decoration: underline;
}

#menu_row_2 .active {
    font-weight: bold;
    color: #0694cf;
}

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


/**
 * Footer
 */

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #525252;
    min-width: 974px;
    font-size: 11px;
    text-align: left;
    border: 1px solid #bdbdbd;
    margin: 6px 20px;
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 50%, #cacaca 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e6e6e6), color-stop(100%,#cacaca)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca',GradientType=0 ); /* ie */
    height: 3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#footer A, #footer A:hover {
    color: #525252;
    text-decoration: underline;
}

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

#footer form select {
    margin-top: 8px !important;
    font-size: 10px !important;
}

.footerlinks {
    padding: 0px 0px 0px 10px;
    margin-top: 0.9em;
}

/* [IE6-IE8] ROUNDED CORNER DIVS */
#header_tl,
#header_br {
    position: absolute;
    width: 23px;
    height: 23px;
    visibility: hidden;
    background-color: #fff;
}

#header_tl {
    top: -2px;
    left: -2px;
}

#header_br {
    bottom: -2px;
    right: -2px;
}

/* Miscellaneous, but need across all pages */
.compere_simple_message {
    margin: 0 40px 100px 40px;
    font-size: 1.25em;
}

.compere_simple_message A {
    color: #0089c1;
}

.compere_simple_message A:visited {
    color: #147095;
}

