input.button {
	background-color: #FFDDA8;
	color: #333355;
	text-align: center;
	vertical-align: top;
	width: auto;
}



th.main {
	background-color: #080808;
	border-top: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	color: #F3F3F3;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	/* font-variant: small-caps; */
	text-align: left;
	text-transform: capitalize;
	vertical-align: middle;
	white-space: nowrap;
}

 
table#login {
	background-color: #F3F3F3;
        border-bottom: 1px solid #000000;
	padding: 2px;
	width: 340;
}

td#login {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

.blue11pt { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #3060ff; }
.blue10pt { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #3060ff; }
.white10pt { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.headtxt { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #444444; }
.headtxt2 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #444444; }

.NavButton {
        FONT-WEIGHT: bold;
        background-color: #FFFFFF;
        border-left: 0px inset white; border-bottom: 0px inset white;
        border-right: 0px inset white; border-top: 0px inset white;
        background-image: url(../images/TopTab.gif);
        color: black;
        width: 130px;
        height: 23px;
        text-align: center;
		text-decoration:none;
}

a#NavButton {
		text-decoration: none;
}

.editstudent_bg {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/layover_bg.png);
}

.overlay {
	visibility: hidden;
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
  left:0;
  right: 0; 
  bottom: 0;
  margin:0;
  padding:0;
  width:expression(eval(document.body.clientWidth));
  height:expression(eval(document.body.clientHeight));
}