/* ---- CUSTOM */
.page_title {
	font-size:16px;
	font-weight:bold;
}

.sub_nav {
	background-color:#0099CC;
}

/*---- */
/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../images/bg_main.gif);
	background-position:center;
	background-repeat:repeat-y;
}
/* ---- */
.mandatory
{
  color: #ff0000;
}

.ddList
{
  width: 160px;
}

/* ---- LINKS */
.footer a:link, .footer a:active, .footer a:visited {
	color:#735f4b;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

.footer a:hover {
	text-decoration:underline;
} 

.main_nav a:link, .main_nav a:active, .main_nav a:visited {
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}

.main_nav a:hover {
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	text-decoration:underline;
	font-weight:normal;
	text-transform:uppercase;
} 

.sub_nav a:link, .sub_nav a:active, .sub_nav a:visited {
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	text-decoration:underline;
	font-weight:bold;
}

.sub_nav a:hover {
	color:#000066;
	margin-left:10px;
	margin-right:10px;
	text-decoration:underline;
	font-weight:bold;
} 

a:link, a:active, a:visited { 
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}
/* ---- */
.clear
{
  clear: both;
  height: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 0px; 
}

body.megtreport .formRow
{
  width: 800px;
  margin-bottom: 8px;
}

body.megtreport .formLabel
{
  width: 200px;
  text-align: right;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 7px;
}

body.megtreport .formInput
{
  float:left;
  width: 590px;
}

body.megtreport .formSectionTitle
{
  padding: 5px 0px 0px 5px;
  font-weight: bold;
  font-size: 13px;
}

body.megtreport .tblStudentName
{
  width: 220px;
}

.warning
{
  font-weight: normal;
  color: #ff0000;
}
