@charset "utf-8";
/* CSS Document */

body
{
	/* Padding / Alignment */	
	margin:0px;
	padding:0px;
	/* Formatting */
	background-color:#001B33;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
    color:#FFF;
}

div.alert
{
    background-image:url('../alert-icon-32.png');
    background-repeat:no-repeat;
    background-position: 15px;

    border:1px solid #FE9C00;

    padding:20px;
    padding-left:60px;

    background-color:#003B70;

    margin:10px;

}

div#container
{
    width:820px;
    margin:0px auto;
    padding:10px;
	background-color:#003B70;
}

table#course_info th
{
    text-align:left;
    padding:2px 15px;
}


table.padded th, table.padded td { padding:5px 10px; }


/* Bordered Table */
table.border{ border-collapse:collapse; }
table.border, table.border th, table.border td { border:1px solid #FFF; }

/* h1: Main Head (Course) */
h1
{
    color:#FE9C00;
}

/* h2: Subhead (Semester) */
h2
{
    text-align:right;
    font-style:italic;
    color:#000D1A;
    padding:0px;
    margin:0px;
    margin-top:-20px;
    margin-bottom:-15px;
}

/* h3: Section Heads */
h3
{
    background-color:#000D1A;
    margin:10px -10px;
    padding:5px 10px;
    font-size:16px;
}

/* Links */
a
{
    /* color:#99bbff;*/
    /* color:#7799CC; */
    color:#FE9C00;
}

span.note
{
    color:#FE9C00;
    font-weight:bold;
}

div#print
{
    float:right;
    margin-bottom:-20px;
}

/* Schedule Stuff */
table#schedule
{
    width:820px;
}

table#schedule th, table#schedule td
{
    padding:5px 10px;
    height:40px;
}

table#schedule th
{
    background-color:#000D1A;
}

table#schedule tr.mod3
{
    border-bottom: 3px solid #FE9C00;
}

table#schedule td.note
{
    text-align:center;
    font-weight:bold;
}

/* Footer */
div#footer
{
    background-color:#000D1A;
    margin:-10px;
    margin-top:10px;
    padding:10px;
    font-size:10px;
    text-align:center;
}
