/* Make links print like ordinary text when printed */
a:link { color: black; text-decoration:none }
a:visited { color: black; text-decoration:none }
a:hover { color: black; text-decoration:none }
a:active { color: black; text-decoration:none }

.banner {font-family: 'Times New Roman', serif; 
	text-align: center;
	font-size: 200%; 
	font-weight: bold;
	color: #000080
}	

.border_bar {background: #cccccc  url(/images/top_cell_bg.gif) repeat-x; 
	height: 4px; width: 100%;
	padding:0; border: 0; margin: 0;
}
.border_bottom {background: #cccccc  url(/images/bottom_cell_bg.gif) repeat-x; 
	height: 4px; width: 100%;
	padding:0; border: 0; margin: 0;
}
/* We want to make the nav bar invisible when printed */

.nav {color: white; font-family: sans-serif; font-size: 80%;
	 font-weight: bold; text-align: right; display: none;
}

.footer {font-style:italic; font-size: small;}

.gray {color: white; font-family: sans-serif; font-size: 80%;
	 font-weight: bold;
	 display: none;
}

img {border: none}
img.centered {display: block; border:none; margin-left:auto; margin-right:auto; text-align:center}

.nonprinting {display: none;}
.printonly {display: inline;}
.cal_np {font-family: sans-serif; text-align: right; display: none;}

.text {margin-left: 3em; margin-right: 3em; margin-top: 1em;}
.form {margin-left: 2em; margin-right: 1em;}
.inst {margin-left: 9em; margin-right: 1em;}

.cal {font-family: sans-serif; text-align: right;}
.cal_heading {font-family: sans-serif; font-size: 120%; 
		font-weight: bold; text-align: center;
}
.cal_days {font-family: sans-serif; text-align: center;
		border-top: 1px solid  black;
		border-left: 1px solid  black;
}
.cal_date {font-family: sans-serif; 
		text-align: right;
		border-top: 1px solid  black;		
		border-left: 1px solid  black;
}
.cal_today {font-family: sans-serif; 
		text-align: right;
		border-top: 1px solid  black;		 
		border-left: 1px solid  black;
}
.cal_entry {font-family: sans-serif; font-size:75%; 
		text-align: right;
		border-left: 1px solid  black;
}
.cal_date_other {font-family: sans-serif; 
	text-align: right;
	border-top: 1px solid  black;	
	border-left: 1px solid  black;
}
.cal_entry_other {font-family: sans-serif; font-size: 75%;
	text-align: right;
	border-left: 1px solid  black;
	background-color: #eeeeee;
}				

.cal_entry_other_border_bottom
	 {font-family: sans-serif; font-size: 75%; 
		text-align: right;
		border-left: 1px solid  black;
		background-color: #eeeeee;
		border-bottom: 1px solid black;
}	

.noprint {color: white;}

button {display: none;}

h1 {font-family: sans-serif; font-size: 140%; text-align: center;}
h2 {font-family: sans-serif; font-size: 112%; font-style: italic; text-align: left;}
h3 {font-family: sans-serif; font-size: 106%; text-align: left;}

/* Class definitions for Virtual Education Fair */
h1.vef {text-align: center; font-family: sans-serif; font-size: 120%;}
h2.vef{text-align: center; font-family: sans-serif; font-size: 105%; font-style: italic;}
th.vef {text-align: left; font-family: sans-serif;}
td.vef {text-align: left; font-family: sans-serif;}

fieldset.vef {
  font-family: sans-serif;
  border: 1px solid black;
  margin-left:   1em;
  margin-right:  1em;
  padding:       1em;
}
fieldset.vef legend {
  padding: .1ex .5ex;
  /* border-right: 1px solid gray; */
  /* border-bottom: 1px solid gray; */
  font-weight: bold;
  color: black;
}


