body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/* background-image:url(images/corbkgnd.gif);*/
background-color:#FFFBF0;
	color: #A6A6A6;
}
h1{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:bold;
font-style:normal;
}
h2{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:normal;
font-style:normal;
}
h3{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:normal;
font-style:normal;
}
h4{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:normal;
font-style:normal;
}
h5{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:normal;
font-style:normal;
}
h6{
font-family:"Century Gothic",Arial,Helvetica;
font-weight:normal;
font-style:normal;
}
.calendarholidays {
	font-size: x-small;
	font-style: italic;
}

a:active     { text-decoration: none }
a:visited    {
	text-decoration: none;
	color: #7FBFFF;
}
a:link       {
	text-decoration: none;
	color: #7FBFFF;
}


/* Chrome Menu */

.chromestyle{
	width: 99%;
/* font-weight: bold; */
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB;*/
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #CCCCCC;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.chromestyle ul li a:hover{
/* background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #C9C9C9; 
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/* font-weight: bold;*/
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.lunchcalendartext {
font-size: x-small;
text-align:center;
}
.studenttext {
font-size: x-small;
}
.studenthdr {
font-size: small;
}

.calendartext {
font-size: x-small;
}a:hover {
	text-decoration: underline;
}
.menustyle {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #7F7FAA;
}

/* Modal Box */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

