﻿@charset "UTF-8";
/* UNIVERSITY OF MINNESOTA WEB TEMPLATE STYLESHEET */
/************************** HEADER ***********************************/
#stdUmnHeader {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #000;
    background: #fff;
}

    #stdUmnHeader ul, #stdUmnHeader li, #stdUmnHeader p, #stdUmnHeader div {
        font-size: 11px;
    }

/******* Hide skip links *******************/
#skipLinks {
    position: absolute;
    left: -9999px
}

/*************************** CAMPUS LINKS ****************************/
#campus_links {
    text-align: right;
    background-color: #fff;
    padding-right: 18px;
    line-height: 22px;
}

    #campus_links a {
        color: #7a0019; /*Standard Maroon*/
        text-decoration: underline;
    }

        #campus_links a:hover {
            color: #666; /*Gray*/
        }

    #campus_links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #campus_links ul, #campus_links li, #campus_links p {
        display: inline;
        background-image: none;
        margin: 0 0 0 10px;
        padding: 0;
    }

/*************************** UOFM HEADER (MAROON BAR) ******************/

#headerUofM {
    position: relative;
    background: #7a0019 url(images/umn_bg_header.gif) repeat-x;
    height: 63px;
}

#logo_uofm {
    background: url(images/umn_logo_uofm_D2D.gif) no-repeat;
    height: 62px;
    width: 320px;
}

    #logo_uofm a, #logo_uofm a:hover { /*this should leave the link - but push the words into the hidden overflow */
        display: block;
        height: 62px; /*Must be same height as #logo_uofm*/
        width: 0;
        padding-left: 320px; /*Must be same as #logo_uofm width */
        overflow: hidden;
    }

/************************ SEARCH BUTTONS (MYU AND ONE STOP) *****************/
#search_area {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

    #search_area .search input {
        border: none;
        padding: 0;
        background-image: none;
        background-color: transparent;
    }

#search_nav {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 5px;
}

    #search_nav a {
        display: block;
        float: right;
        width: 0px;
        height: 25px;
        padding-left: 73px;
        overflow: hidden;
        margin-left: 5px;
    }

#btn_myu {
    background: url(images/umn_btn_myu.gif);
}

#btn_onestop {
    background: url(images/umn_btn_onestop.gif);
}

/******************* SEARCH BOX ************************************/

#gsearch { /* this is the form element */
    padding-top: 28px;
}

    #gsearch input {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

        #gsearch input[type="text"] {
            background-color: white;
            border: 4px solid #FC3;
            border-radius: 4px;
            width: 15em;
            height: 24px;
            outline: none;
            padding-left: .5em;
            font-weight: normal;
        }

        #gsearch input[type="submit"] {
            padding-left: 5px;
            padding-right: 5px;
            margin-right: 5px;
            background-color: #FC3;
            border-radius: 0 4px 4px 0;
            border-style: none;
            color: #7A0019;
            font-weight: bold;
            height: 24px;
            outline: none;
            position: relative;
            left: -6px;
            cursor: pointer;
        }

/* For the print style sheet */
.leftprint, .rightprint {
    display: none;
}

/* Removes the space around the header graphic */
#nospace {
    margin: 0;
}

.nopadding {
    padding: 0;
}

/* Removes link lines and other unsightly blemishes */
.noline {
    text-decoration: none;
}


#standardUmnFooter {
    margin: 1em 1em;
    height: 3em;
    color: black;
    font-size: smaller;
    padding-top: 3em;
    clear: both;
}

    #standardUmnFooter a:link, #standardUmnFooter a:visited, #standardUmnFooter a:hover, #standardUmnFooter a:active {
        color: #7A0019 !important; /* Maroon */
    }

    #standardUmnFooter a:hover {
        background-color: white;
    }
