/* Begin General */
html, body {
    margin: 0;
}

body {
    font: 62.5% "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

select, input, button {
    font: 1em/1.9em "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

    input {
        width: 12em;
    }
    
    input[type="checkbox"] {
        width: auto;
    }
    
button {
    float: right;
    font-size: 1.6em;
}
/* End General */

/* Begin Header */
h1 {
    font-size: 4em;
    margin: 1em auto 0;
}
    
    h1 a {
        color: #000;
        text-decoration: none;
    }

h2 {
    font-size: 2em;
    width: 630px;
    margin: 0 auto 1em;
}

p.intro {
    font-size: 1.6em;
    line-height: 1.4em;
    width: 630px;
    margin: 0 auto 2em;
}

p.update {
    font-size: 1.6em;
    line-height: 1.3em;
    width: 610px;
    margin: 0 auto 2em;
    padding: 1em 10px;
    background: #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}

ul.nav {
    overflow: auto;
    width: 630px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 2em;
    padding: 0;
    list-style-type: none;
    clear: both;
}

    ul.nav li {
        float: left;
        font-size: 1.2em;
        margin: 0 1em 0 0;
        background: #eee;
        padding: 0.8em 1em;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
    }
    
        ul.nav li.active {
            background: #ccc;
            font-weight: 700;
        }
    
        ul.nav li a {
            text-decoration: none;
            color: #000;
        }
/* End Header */

/* Begin Search Form */
form#search {
    width: 650px;
    margin: 0 auto;
    font-size: 1.4em;
}

    form#search fieldset {
        border: 0;
    }

span.search-info {
    display: block;
    font-size: 0.7em;
    margin: 0 0 20px;
    width: 256px;
    padding: 5px 10px;
    background: #dedede;
}
    
div.section {
    display: block;
    background: #eee;
    width: 600px;
    margin: 0 0 15px;
    padding: 10px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

    div.section p > label, span#instructor-box > label, span#building-box > label, div.section td > label {
        font-weight: 700;
    }

    div.section p.left, div.section p.right {
        padding: 0;
        margin: 0;
        width: 280px;
    }
    
        div.section table.left th {
            text-align: left;
        }
        
        div.section table.left td input {
            margin: 0;
        }
    
        div.section .left {
            float: left;
        }
        
        div.section p.right {
            float: right;
        }
        
            div.section p.gapabove {
                margin: 10px 0 0;
            }
    
label.ontop {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

select.fullwidth {
    width: 100%;
}

#lab-label, #prerequisites-label {
    padding-left: 18px;
    margin-right: 10px;            
}

#prerequisites-label {
    background: url(../images/prereq.png) left center no-repeat;
}

#lab-label {
    background: url(../images/lab.png) left center no-repeat;
}

.course-level {
    margin-right: 6px;
    font-size: 0.9em;
}

#hs-search {
    line-height: 2em;
}
/* End Search Form */

/* Begin Checkbox Select Box */
.selectbox {
    display: block;
    width: 270px;
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
    border: 5px solid #fff;
}

    .selectbox label {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0.05em 0;
    }
/* End Checkbox Select Box */

/* Begin Miscellaneous */
input#title, input#description {
    display: block;
    width: 270px;
}

input.mini {
    width: 3em;
}

input.room {
    margin-left: 5px;
}

span#instructor-box, span#building-box {
    display: block;
}

span#instructor-box {
    overflow: auto;
    margin-bottom: 15px;
}

span.instructor input, span.building input {
    float: left;
    margin-bottom: 5px;
}

.addbtn, .rmvbtn {
    display: block;
    float: left;
    width: 16px;
    height: 0;
    padding-top: 24px;
    margin-left: 5px;
    overflow: hidden;
}

    .addbtn {
        background: url(../images/add.png) left center no-repeat;
    }
    
    .rmvbtn {
        background: url(../images/remove.png) left center no-repeat;
    }
    
.addthis_toolbox {
    display: block;
    width: 630px;
    margin: 0 auto 20px;
    overflow: hidden;
}

	.addthis_toolbox:first-child {
		margin-bottom: 0;
	}

	.addthis_toolbox > *:first-child {
		float: left;
	}
	
	.addthis_toolbox .fb {
		float: right;
		margin: 2.5em 0 0em;
		padding-bottom: 0.5em;
		width: 200px;
		height: 64px;
	}
/* End Miscellaneous */

/* Begin No Results */
p#no-results {
    width: 630px;
    margin: 20px auto 60px;
    font-size: 1.6em;
    font-weight: 700;
}
/* End No Results */

/* Begin Results */
div.course {
    width: 680px;
    margin: 10px auto;
    background: #efefef;
    padding: 10px;
    font-size: 1.4em;
    overflow: auto;
}

    span.attribute {
        color: #fff;
        padding: 3px 7px;
        font-size: 0.7em;
        float: left;
    }

    span.dept-id {
        background: #a91953;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
    }
    
    span.course-id {
        background: #d24774;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        margin-right: 10px;
    }
    
    span.section-id {
        background: #e85b86;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-left: -5px;
        margin-right: 10px;
    }
    
    span.credits {
        float: right;
        background: #d6580c;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-right: 10px;
    }
    
    span.seats, span.waits {
        display: block;
        font-size: 0.7em;
        line-height: 1em;
        padding: 3px 7px;
        font-weight: 700;
        text-align: center;
    }
    
    span.seats {
        color: #373500;
        background: #e1d14b;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
    }
    
    span.waits {
        color: #381f00;
        background: #e1b14b;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }
    
    p.descr {
        line-height: 1.4em;
    }
    
    p.attrs {
        margin: 0 0 20px;
        overflow: auto;
    }
        
        span.attr-skl {
            background: #2719a9;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-bottomleft: 20px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
        }
        
        span.attr-attr {
            background: #6546df;
            -moz-border-radius-topright: 20px;
            -moz-border-radius-bottomright: 20px;
            -webkit-border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
            margin-right: 5px;
        }
    
    div.course span.alt-crs {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    div.course span.title {
        font-weight: 700;
    }
    
    div.course span.prereq {
        text-indent: -5000px;
        background: url(../images/prereq.png) center no-repeat;
        float: left;
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin: 2px 10px 0 0;
    }
    
    div.course span.labreq {
        text-indent: -5000px;
        background: url(../images/lab.png) center no-repeat;
        float: left;
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin: 3px 10px 0 0;
    }
    
    div.course table {
        background: #e6e6e6;
        padding: 10px 20px;
        margin: 0 0 10px;
        width: 100%;
    }
        
        div.course table th {
            text-align: left;
        }
        
        div.course table td {
            line-height: 1.5em;
        }
    
        table td.days span {
            float: left;
            background: #aacc0d;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            width: 2em;
            height: 2em;
            line-height: 2em;
            font-size: 0.6em;
            font-weight: 700;
            margin: 0 0.075em;
            text-align: center;
        }
        
        table td.days span.no {
            opacity: 0.2;
            filter: alpha(opacity=20);
        }
        
        table td.time span {
            background: #7068c5;
            color: #ded0ff;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            font-size: 0.7em;
            font-weight: 700;
            padding: 0.2em 0.5em;
        }
        
    a.show-disc, a.show-secs, a.show-cmts, a.permalink {
        text-decoration: none;
        padding: 0.3em 0.5em;
        background: #ccc;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        font-size: 0.75em;
    }
    
        a.show-disc.load, a.show-secs.load, a.show-cmts.load {
            padding-right: 25px;
            background: #ccc url(../images/loader.gif) 97% center no-repeat;
        }
    
        a.show-disc span, a.show-secs span, a.show-cmts span {
            font-weight: 700;
            font-size: 1.5em;                        
        }
        
    div.comments-container {
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    
        iframe.comments {
            overflow-x: hidden;
            width: 100%;
            border: 0;
            height: 0;
        }
/* End Results */

/* Book Results */
textarea#schedule {
    width: 595px;
    height: 200px;
}

td.isbn span, td.isbn a {
    display: inline-block;
    background: #0059dc;
    color: #fff;
    font-size: 0.7em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 0 1em;
    margin: 0 1em 0 -1em;
}

form.buy-form {
    overflow: auto;
    float: right;
}

span.price-addition {
    display: block;
    font-size: 0.7em;
}

span.price-total {
    display: block;
    font-weight: 700;
    float: left;
}

input.buy {
    font-size: 0.7em;
    width: auto !important;
}
/* End Book Results */

/* Begin Footer */
p.footer {
    width: 630px;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 20px auto 20px;
}

    p.footer.bottom {
        margin-bottom: 40px;
        text-align: right;
    }
/* End Footer */