body{
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Lucida, sans-serif;
	font-size: 12px;
}

a{
	text-decoration:none;
}

h1{
	position: fixed;
	z-index: 99;
	top: 10px;
	left:10px;
	font-size: 18px;
	text-decoration:none;
	display:none;
}

h1 span:first-child{
    color:#AAAAAA;
}

h1 span:first-child + span{
    color:#000000;
}

h1 span:last-child{
    color:#AAAAAA;
}

/* supercentered: horzontal and vertical center in window */ 
body, html {height: 100%;}

/* Menu Styles */

/* Grey on White */
ol.GreyOnWhiteMenu{
	display:none;
}

/* Grey on Grey */
ol.BlackOnGreyMenu{
	display:none;
}


/* Toolbar */
#toolbar{
	display:none;
}

/* View */
#view{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #fff;
}

/* Authenticate */
#authenticate{
	display:none;
}

/* Get Firefox */
#getfirefox{
	display:none;
}

/* Loading */
#loading{
	display:none;
}


/* Schedule Structure*/
div.day{
    float: left;
    height: 500px;
    margin: 0px -1px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-left: 0px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-image: url("../img/1x1_bg.gif");
}

div.day:first-child{
    border-left: 1px solid #DDDDDD;
	margin-left: -1px;
}

.dayHeading{
	height:17px;
	margin: -17px 0px 0px 0px;
	text-align: center;
	font-family: Lucida, sans-serif;
}

div.eventwrapper{
	position: relative;
	margin: 0px 3px 0px 0px;
}


/* Schedule */
div.schedule{
}

div.schedule h3{
	margin: 10px 0px 25px 0px;
	font-family: Lucida, sans-serif;
	font-size: 24px;
}

ol.studentprofile{
	display:block;
	list-style: none;
	margin: -20px 0px 68px 5px;
	padding:0px;
}

ol.studentprofile li{
	margin:0px;
	float: left;
	padding: 0px 25px 0px 0px;
}

/* Schedule Grid */
div.scheduleGrid{
	margin: 0px;
}

div.scheduleGrid div.day{
    width: 12.2%;
}


/* Schedule List */
div.scheduleList{
	margin: 0px 0px 40px 0px;
}

table.scheduleList{
	width: 100%;
	text-align: left;
}

table.scheduleList th{
	font-size: 14px;
	font-family: Lucida, sans-serif;
	padding-bottom: 10px;
}

table.scheduleList td{
	font-size: 12px;
	font-family: Lucida, sans-serif;
}


table.scheduleList *.blockname{
	text-align: center;

}
/* Schedule Calendar */
div.scheduleCalendar{
	margin: 25px;
}

div.scheduleCalendar *.dayHeading{
	height:30px;
	margin: -30px 0px 0px 0px;
	text-align: center;
	font-family: Lucida, sans-serif;
}

div.scheduleCalendar ol{
	display:block;
	height:25px;
	margin-bottom:-15px;
	overflow:hidden;
	position:relative;
	top:-60px;
	padding-top: 5px;
}

div.scheduleCalendar li{
    float: right;
	padding: 0px 0px 0px 15px;
}

div.scheduleCalendar li form{
	margin-top: -3px;
	padding: 0px 0px 0px 15px;
}

div.scheduleCalendar div.day{
    width: 20%;
}


/* Period Styles */
div.period{
	position: absolute;
	width: 100%;
    margin: 0px 0px 0px 1px;
    padding: 0px 0px 0px 0px;
    background-color: #EEEEEE;
    border: 1px solid #666;
    clip: auto;
	overflow: hidden;
	font-family: Lucida, sans-serif;
}

div.period_1{
    background-color: #EEEEEE;
}

div.period_2{
    background-color: #EEEEEE;
}

div.period_3{
    background-color: #EEEEEE;
}

div.period_4{
    background-color: #EEEEEE;
}

div.period_5{
    background-color: #EEEEEE;
}

div.period_6{
    background-color: #EEEEEE;
}

div.period_7{
    background-color: #EEEEEE;
}

div.period_8{
    background-color: #EEEEEE;
}

div.period_A{
    background-color: #DBB;
}

div.period_B{
    background-color: #BDB;
}
div.period_C{
    background-color: #BBD;
}
div.period_D{
    background-color: #ACC;
}

div.period_E{
    background-color: #DAD;
}

div.period_F{
    background-color: #CCA;
}

div.period_G{
    background-color: #AAC;
}

div.period_H{
    background-color: #CAA;
}

div.period_I{
    background-color: #ACA;
}

div.period_J{
    background-color: #DDB;
}

div.period_K{
    /*background-color: #BDD;*/
	background-color: #fff;
}

div.period_L{
    background-color: #DBD;
}

div.period_S{
    background-color: #DBD;
}

div.period_Z{
    background-color: #DBD;
}

div.period_BRSH{
    background-color: #fff;
}

div.period_LHASMB{
    background-color: #fff;
}

div.periodLetter{
	display:none;
}

div.periodInfo{
	position: relative;
	top: 0px;
	left: 0px;
    margin: 5px 5px 5px 5px;
    font-size: 10px;
}

div.periodinfo span.courseTitle{
    text-align: center;
    font-size: 12px; 
}

div.period_BRSH div.periodinfo span.courseTitle{
	font-size: 12px;
}

div.periodinfo span.courseAbbreviation{
    text-align: center;
    font-size: 16px;
	display: none;
}

div.periodinfo span.courseDateTime{
    display: none;
    text-align: center;
    font-size: 16px; 
}