body.print{
	color:#404040;
	background-color: #ffffff; 
	font-family: Verdana, Tahoma, Helvetica, Arial, SansSerif;
	font-size:0.75em;
	line-height:1.25em;
	width: 100%;
	height:100%;
	margin: auto;
	padding: 0;
}
	
p { 
	line-height: 1.825em; 
	color: #606060;
	text-align: left;
}

h1, h2, h3 {
	font-weight:bold; 
	color: #808080;
	margin: 0px;
	padding: 0px;
}

    h2 {
      font-size: 1.5em;
    }
    
    h2 {
	    font-size: 1.125em; 
    }

    h3 {
	    font-size: 0.925em;
    }

    h3.tighter {
	    margin-bottom: -14px;
    }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.schedule
{
    width: 720px;
    margin: 4px;
}

.schedule span
{
    width: 680px;
    display: block;
}

.schedule h2
{
	padding: 10px 0px 0px 0px;
	font-size: 21px;
	}

.schedule table
{
	margin: 8px 0px 0px 0px;
    width: 100%;
    border-top: #858b45 1px solid;
    border-bottom: #858b45 1px solid;
}


.schedule td.tHeads
{
    font-size: 11pt;
    font-weight: bold;
    color: #606060;
    border-bottom: #858b45 1px solid;
    border-top: #858b45 1px solid;
    padding: 12px 0px 3px 3px;
}


.schedule td.null
{
  display: none;  
}

.schedule td.left
{
    border-left: #858b45 1px solid;
}
.schedule td.right
{
    border-right: #858b45 1px solid;
}


.schedule_header
{ width: 600px;
}

    .schedule_header span.icon
    {
        width: 38px;
        height: 100%;
        display: block;
        float: right;
        margin: 2px 4px 0px 0px;
        text-align: center;
    }

.legend{
	width: 500px;
	height: 30px;
	display: block;
	margin: 0px 0px 4px 0px;
	}
	
	
	.legend span{
		height: 20px;
		width: auto;
		float: left;
		} 
	
	.legend span.elec_lab, .legend span.elec_course, .legend span.mech_lab, .legend span.mech_course{
		width: 15px;
		height: 15px;
		margin: 2px;
		border: #858b45 1px solid;
		}

		.legend span.elec_lab{
			background: #f3f5e3;
			}

		.legend span.elec_course{
			background: #e1e2ef;
			}

		.legend span.mech_lab{
			background: #F7DFB5;
			}

		.legend span.mech_course{
			background: #DDC7B3;
			}
	
	

	
/***********************endPages***********************/