/*BLOCK-LEVEL BY DEFAULT*/

body {
	background: #fff;
	color: #444;
	font-family: verdana, sans-serif;
	font-size: 75%;
	/*margin: 10px;*/
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 97%;
	background-image: url(../images/block_body_bg.gif);
	margin-bottom: 2em;
}

table tr.line0 {
	background-color: #F5F5F5;
	}

table td {
	padding: 0.3em;
	
}

table td.center {
	text-align: center;
	}

table th {
	font-weight: bold;
	padding: 0 0.5em;
	text-align: center;
	}

ul, ol, dd {
	padding-left: 4px;
}


.libTitle {
/*	background: url(../images/heading_line.gif) repeat-x bottom left;*/
/*	border-top: 1px solid #aaa;*/
	color: #0a1f62;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 2px;
}
.libCourse {
	/*	background: url(../images/heading_line.gif) repeat-x bottom left;*/
/*	border-top: 1px solid #aaa;*/
	color: #653;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 3px;
}

/*INLINE BY DEFAULT*/

a {
	color: #7b897a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #69f;
}

a:hover {
	border-bottom-color: #69f;
	border-bottom-style: solid;
	color: #0a1f62;
}





/*************************************************
CONTENT
*************************************************/

#catalog {
	padding: 5px 0;
/*	position: relative;*/
}


/*TWO COLUMN LAYOUT*/

#catalog.layout_2col #primary {
	width: 590px;
}

#catalog.layout_2col #secondary {
	margin-left: -760px;
}

#catalog.layout_2col #tertiary {
	display: none;
}

/*ONE COLUMN LAYOUT*/

#catalog.layout_1col #primary {
	width: 628px;
	clear: both;
	margin-left: 1px;
}
/*Layout for course detail*/
#catalog.layout_detail #primary {
	width: 600px;
	margin-left: 5px;
}

/*************************************************
CONTENT PRIMARY
*************************************************/

#catalog #primary {
	/*	background: red;*/
	float: left;
	margin-left: 160px;
	padding: 5px;
	position: relative;
	width: 430px;
	clear: both;
	}


#catalog #primary .breadcrumbs {
	font-size: 10pt;
	padding: 5px;
	}
#catalog #primary .listing {
	/* Course Title Listing */
	margin: 0.5em 0;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 10px;
	}


.highlight_green {
	color: #393;
	border-bottom: 1px dotted #393;
}

.highlight_blue {
	color: #69f;
	border-bottom: 1px dotted #69f;
}




#catalog #primary .no_line {
	background-image: none;
	}



#catalog #primary .results .result h3 {
	background: none;
	color: 0055a5;
/*	font-family: verdana, sans-serif;*/
/*	font-size: 1em;*/
	padding: 0;
	margin-bottom: 0.75em;
}
.newCourse{
background: url(../images/star.gif) center right  no-repeat;
padding-right: 30px; }

.Course{
/*background: url(../images/star.gif) center right  no-repeat;*/
padding-right: 30px; }

#catalog #primary .results .result h3 strong {
	color: #36c;
}

#catalog #primary .results .result .info {
	margin-bottom: 1px;
}

#catalog #primary .results .result .info * {
	display: inline;
	padding: 0;
	color: 444;
	margin-left: -0.04em;
}

#catalog #primary .results .result .info .subject {
    display: block;
}
#catalog #primary .results .result .info .code {
    display: block;
}
#catalog #primary .results .result .info dl {
	margin-right: 3em;
}

#catalog #primary .results .result .info dl dt {
	color: #000000;
	font-weight: bold;
}

#catalog #primary .results .result .more {
	margin-bottom: .75em;
	text-align: right;
}
.moreListing {
	
	text-align: right;
}
#catalog #primary .results .result p.more {
	padding: 0 .75em;
}


#catalog #primary .results .result .sections {
	background: #f2f2f2;
	border: 1px solid #e3e3e3;
    border-left: 0px;
    border-right: 0px;
	margin-bottom: .75em;
}

/* MERGE: added selected class */
#catalog #primary .results .result .selected {
    background: #fffeee;
}


#catalog #primary .columns .column {
	width: 30%;
}

#catalog #primary .columns .column:first-child {
	width: 65%;
}

#catalog #primary h2 {
	margin-bottom: 0.5em;
	background-image: url(../images/block_body_bg_blue.gif);
}

#catalog #primary .subject_grade {
	border: 1px solid #777;
	margin: 0;
	padding-left: 20px;
	padding-right: inherit;
}

#catalog #primary .subject_grade ul, #catalog #primary .subject_grade dd {
	list-style: none;
	padding: 0;
}

#catalog #primary .subject_grade dd {
	font-size: .9em;
}

#catalog #primary .subject_grade .grade * {
	text-align: left;
}

#catalog #primary .subject_grade .grade ul li {
	margin-bottom: 1.5em;
}


.break { page-break-before: always }
#catalog #primary .body .columns a {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#catalog #primary .body .columns .libCourse a {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	
}

#printDiv {
	float: right;
	padding-right: 30px;

}
.description{
	margin-right: 20px;
 
}

