/* @override https://hci.stanford.edu/cs147/cs147-screen.css */

#header {
 	position: relative;
	width: 100%;
	height: 24px;
	left: 0;
	top: 0;
	padding-bottom: 0px;
	vertical-align: top;
 	background-color: 	#990000;
	z-index: 100;
	overflow: visible;
}

#logo {
	position: absolute;
	top: 4px;
	left: 20px;
}

    #schedule-table th {
        vertical-align: bottom;
        
    }

     #schedule-table td {
        vertical-align: top;
    }

     #schedule-table td,th {
		font-size: 87%;
        border-bottom: 1px solid rgb(204,204,204) ; 
        padding: 2px 10px;
        empty-cells: show;
    }

    /* Level Styles */
    
    .wholeDocument {
        
    }
    
    .columntitle { 
        font-weight: 900;
		color:#333;
    }


    
    
     #schedule-table .note { 
border: none;
color:rgb(84,84,84) ;  font-style: italic;font-size: 11px;
    }

    
    /* Total table width is 1480
      Adjusted table width is 1702 */
    
     #schedule-table table.row {
        /*width: 1702px;*/
    
    }
    
    
    .col_width1 { 
        /*width: 417px;*/  /* Actual width is 363 */
    }

    .col_width2 { 
        width: 331px;  /* Actual width is 288 */
    }

    .col_width3 { 
        width: 400px;  /* Actual width is 348 */
    }

    .col_width4 { 
        width: 553px;  /* Actual width is 481 */
    }

    .col1 { 
        
    }
    
    /*td{
	padding-bottom: 8px !important;
}*/

    .titlerow td{
		padding-top: 8px !important;
		font-weight: bold;
		color:#333;
}
	.partrow td{
		background-color: #900;
		border: none;
		color: #fff;
		border: none;
		padding: 10px 12px;
	font: 90% Georgia !important;
}
	
	#thanksgiving td{
		font: 90% Georgia !important;
		background-color: #EEEBCA;
		border: none;
		padding: 10px 12px;
		
	}

	.titlerow td{
		margin-top: 10px;
	}

 

#shadow {
	min-height: 7px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(images/bottomshadow.png);
	z-index: 0;
}

#content {
	padding-left:20px;
	padding-right:20px;
}

#navlinks {
	font-size: 120%;
}
