@charset "utf-8";
/* CSS Document */

html, body {
        height: 100%;
        margin: 0 0 1px;
        padding: 0;
}

#image_hd_content {
	width: 515px;
	background: url(../img/homepage_bg.jpg) no-repeat;
	padding: 145px 15px 0px 0px;
}

#content ul ul {
margin:6px 0 0 40px;
}
#content ol ul {
margin:6px 0 0 40px;
}
#content ul ol {
margin:6px 0 0 40px;
}
#content ol ol {
margin:6px 0 0 40px;
}
#nav_horizontal {
	font-size: 0.9em;
}
.gsc-control-cse {
	width: 520px;
	overflow: scroll;
}
/*********************************
* Course listings
**********************************/

.course-listings ul {
margin:10px 0;
}

dt.course-folder-name {
   font-size: 12pt;
   font-weight:bold;
}

.course-listings dt {
   font-weight:bold;
}

.ctitle {
   font-weight:bold;
}
.underline {
text-decoration:underline;
}
.convert_course {
}
.letter {
    display: inline-block;
    width: 16px;
}
#column2 table {
	margin:0 0 8px 0;
}
#column2 table td {
	padding:0px;
}
#column2 table td p{
	margin:3px;
}


/****************************************
 * Course Tables
 ****************************************/

#column2 table.course-table th {
    background-color: #990000;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 0;
    vertical-align: middle;
}
#column2 table.course-table td{
    padding: 2px 3px;
}
#column2 table th.course-table-dept {
    width: 12%;
}
#column2 table th.course-table-number {
    width: 10%;
    text-align: center;
}
#column2 table th.course-table-title {
    /*width: 55%;*/
    text-align: center;
}
#column2 table th.course-table-hours {
    width: 10%;
    text-align: center;
}
#column2 table th.course-table-grade {
    width: 10%;
    text-align: center;
}
#column2 table td.course-table-statement {
    background-color: #DDDDDD;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

/****************************************
 * Breadcrumb Navigation
 ****************************************/
 
#breadcrumb {
    margin: 0 0 15px 0;
    /*margin:0px;*/
	font-size:1em;
	width:530px;
	/*float:left;*/
}