/*--Plan--*/
.plan {

}
/*--NAV-Menu--*/
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	cursor: default;
}
.menu_table {
	margin-top:25px;
}
.nav {
	margin-top:-10px;
	margin-left:-10px;
	background-color: #EAEAEA;
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.createrName {
	font-size: 8.5px;
	font-weight: 900;
}
.schoolname {
	font-size: 12px;
	font-weight: 900;
}
.datapick {
	font-size: 12px;
	font-weight: 900;
}
.selection {
	font-size: 12px;
	font-weight: 900;
}
.info {
	font-size: 14px;
	font-weight: 450;
	color: #FF3030;
}
select {
	min-width:150px;
}
/*--LINKS--*/
a:link {
	color: #393633;
	cursor: pointer;
	text-decoration: none;
}	
a:visited {
	color: #393633;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
a:active {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
input, select {
	cursor: pointer;
}
#rglbOverlay {
	width: 100%;
	background-color: #000;
	cursor: default;
}
.we {
	top: 100px;
}