/* $Id: queens_utilitybar.css 25653 2012-01-26 21:50:41Z ball $ */
/* queens_utilitybar.css */

#utilitybar .accessibility {
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#utilitybar fieldset {
    border: 0;
    padding: 2px 0 0 0;
    margin: 0;
}

#utilitybar {
    min-width: 970px;    
}

#utilitybar-inner {
    height: 32px;
    background: #11335D;    /* Old browsers */    
    background: -moz-linear-gradient(top, #4d6686 25%, #0d2646 75%);    /* FF3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #4d6686), color-stop(75%, #0d2646));    /* Chrome,Safari4+ */    
    background: -webkit-linear-gradient(top, #4d6686 25%, #0d2646 75%);    /* Chrome10+,Safari5.1+ */    
    background: -o-linear-gradient(top, #4d6686 25%, #0d2646 75%);    /* Opera 11.10+ */    
    background: -ms-linear-gradient(top, #4d6686 25%, #0d2646 75%);    /* IE10+ */    
    background: linear-gradient(to bottom, #4d6686 25%, #0d2646 75%);    /* W3C */    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6686', endColorstr='#0d2646', GradientType=0);    /* IE6-9 */    
    overflow: hidden;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

#utilitybar ul {
    margin: 0 auto;
    padding-top: 4px;
    width: 76.846em;
    font-size: 96.15%;
    line-height: 1.28;
}

#utilitybar ul li {
    display: block;
    float: left;
    margin: 0;
    font-size: 13px;
    list-style-image: none;
}

#utilitybar li.wordmark {
    float: left;
    margin-right: 10em;
}

#utilitybar li.wordmark a {
    display: block;
    height: 23px;
    width: 13.077em;
    text-indent: -9999px;
    background: transparent url(../../images/queensDefault/wordmark.png) no-repeat left bottom;
}

#utilitybar ul li.queensselect {
    float: left;
    margin-left: 1em;
}

#utilitybar ul li.queenssearch {
    float: left;
    padding-right: 0;
    margin-right: 3em;
}

#utilitybar .radio-label {
    color: #f1f3f5;
    font-size: 11px;
}

#utilitybar #q {
    background: #fff url(../../images/queensDefault/coat.png) no-repeat 1px 2px;
    color: #000;
    font-size: 11px;    
    margin-left: .308em;
    padding-left: 1.273em;      
    vertical-align: top;
}

#utilitybar.nosearch li.queenssearch {
    display: none;
}

#utilitybar-spacer {
    height: 6px;
    background: #EFEFEF;
    border-width: 1px;
    border-color: #B4B4B4;
    border-style: solid none;
}

form.queenssearch,
form#quickaccess {
    margin-bottom: 1em;
    margin-left: 1em;
}

form.queenssearch fieldset {
    border: 0;
    padding: 2px 0 0 0;
    margin: 0;
}

form#quickaccess select {
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
}

form#quickaccess option {
    font-size: 11px;
    color: #000;
}

form#quickaccess optgroup {
    font-size: 12px;
    font-style: normal;
    color: #686868;
    margin: 4px;
}

form#quickaccess optgroup[label="School of Business"] {
    font-size: 11px;
    padding-left: 5px;
}

form#quickaccess optgroup[label="School of Business"] option {
    padding-left: 15px;
}

@media print {
    #utilitybar {
        display: none!important;
    }
}