@media all { 
    body.courses div#content {}
    body.courses div#content h1 {border-bottom:1px dotted #888; text-transform: uppercase}
    body.courses div#content div.h1_opposite {float:right; color:#999; font-size:70%}
    body.courses form#search_form {margin-top:15px}
    
    body.courses form#search_form input[type=submit] {
    			font-size:110%;
    		   border-top: 1px solid #96d1f8;
    		   background-color: #444;
    		   padding: 3px 8px;
    		   min-width: 70px;
    		   letter-spacing:1px;
    		   -webkit-border-radius: 8px;
    		   -moz-border-radius: 8px;
    		   border-radius: 8px;
    		   color: white;
    		   vertical-align: middle;	
    		   
    }
    
    body.courses div.course_group {margin-top:20px}
    body.courses div.course_group:first-child {margin-top:0px}
    body.courses div.notice {width: 500px; margin:20px 10px 10px; font-size:85% }
    body.courses div.notice h3 {margin-top:0}
    body.courses table {}
    
    body.courses #search_filters {width: 150px; float:right; padding :5px 10px 5px; margin: 5px 0 5px 10px; }
	body.courses #search_filters h3 {margin: 20px 4px 2px; color:#444; font-size:90%; }
	body.courses #search_filters h3:first-child{margin-top: 0px}
	body.courses #search_filters ul {margin:5px 0px 5px 5px; font-size:90%}
	body.courses #search_filters li {list-style-type: none; margin-bottom:4px;margin-top:3px; padding-left:20px; background: url(/sitemedia/static/images/kscclasses/filter.png)  0 0 no-repeat;}	
	body.courses #search_filters li.selected {background: url(/sitemedia/static/images/ksccommon/filter.png)  0 -50px no-repeat;}	
    body.courses #search_filters span.clear_filter {font-size:85%}
    body.courses #search_filters li.solo {background: url(/sitemedia/static/images/ksccommon/filter.png)  0 -25px no-repeat;}
    
    div#search_main {width:550px; margin-top:10px}
    
    /* get h2's out of the way of filters*/
    h2 {width:760px;}
    table.courses {width:760px; font-size:90%; table-layout:fixed}    
    th.section {width:120px}
    th.title {width:210px}
    th.semester {white-space:nowrap;width:60px}
    th.days {white-space:nowrap;width:50px}
    th.time {width:100px}
    th.credits {width:30px}
    th.faculty {width:100px}
    th.dates {width:110px}
    
    body.courses div.course_classes {margin: 5px 0 15px; font-size:80%}
    body.courses div.course_description {margin-bottom: 10px; }
    /*
    a.back_to_top {display:block; margin-top: 4px; padding-left:18px; float:right; font-size:85%; line-height:120%; vertical-align: middle;}
    a.back_to_top {background:url(/sitemedia/static/images/ksccommon/sprites.png)  -284px -330px no-repeat;}
    */
}
@media print { 
        
}