/* CSS Document */

/*overrides of academics/style.css for program pages:*/
 
DIV#center{
	margin-bottom:0px;
	}	
	
			
DIV#center_top {
	margin-top: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
DIV#center_middle {
	margin-top:0px;
	margin-bottom:0px;
	}
	DIV#center_middle .copy {
		padding-bottom:5px;
		margin-top:5px;
	}
	DIV#center_middle h1.title{padding-left:50px;clear:left;}
	
DIV#center_bottom {
	margin-top:0px;
	margin-bottom:0px;
	}

.title{font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px;color: #09567b;line-height:110%}
span.coursesubject, span.coursenumber, span.coursetitle{font-weight:bold; color:#c26c29; font-size:14px;}
 
p, td, div {

padding-bottom:3px;
}

div.course {
    padding-top: 0px;
    padding-bottom: 8px;
}

div.course span.coursesubject {
    font-weight: bold;
}

div.course span.coursenumber {
    font-weight: bold;
}

div.course span.coursetitle {
    font-weight: bold;
    padding-left: 8px;
}

div.course span.coursedescription {
    display: block;
}

div.course span.coursepreq {
    display: block;
    font-style: italic;
}

table#programlist td{padding:10px; vertical-align:top;}

DIV#center_top_tabs {   height:71px; position:static; background-image:url(images/center_top_bg.jpg);background-repeat:no-repeat;background-position: bottom right;
	width:740px;
	z-index:3;
	margin-bottom:-5px;
	 }
	
DIV#center_top_tabs div{text-align:center;float: left; margin:0px; font-weight:bold;  font-size:13px;}   
DIV#center_top_tabs div a{text-decoration:none; color:#6A7737}
DIV#center_top_tabs div a:hover{
	text-decoration:none;
	color:#96a84d;
}
div#tab1 {padding-top:25px; padding-left:5px;height:67px;width:120px;line-height:90%;background:url(images/tab_1_off.jpg);background-repeat:no-repeat; background-position:5 0}
div#tab2, div#tab3, div#tab4, div#tab5, div#tab6 {padding-top:25px; height:67px;width:101px;line-height:90%;background:url(images/tab_2-6_off.jpg); background-position:0 0;background-repeat:no-repeat}
div#tab7 {padding-top:25px; height:67px;width:100px;background:url(images/tab_7_off.jpg);  background-position:0 0;background-repeat:no-repeat}
div#tablast{margin-bottom:-5px;}
div#tab1.activetab{background:url(images/tab_1_on.jpg);background-repeat:no-repeat; background-position:5 0}
div#tab2.activetab,div#tab3.activetab,div#tab4.activetab,div#tab5.activetab,div#tab6.activetab{background:url(images/tab_2-6_on.jpg); background-position:0 0;background-repeat:no-repeat}

