p, body {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
body {
	background-color: #9999CC
}
ul, ol, li {font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-top: 5px; padding-bottom: 5px;}

th, td {
vertical-align:top;
}

#titleBanner {
background-color:#FFF;
}
#content {
margin-left: 160px;
padding: 1em;
background-color:#FFFFFF;
line-height: 1.2;
}
/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #036;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #369;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
h4 {font-size: 1.2em; font-weight: bold; color: #000000;}
h5 {font-size: 1.1em; font-weight: bold; color: #000000;}
h6 {font-size: 1em;}
a {font-size: 12px; font-weight: bold; font-variant: normal;}
a:link {color:#003399}
a:visited {color:#333366}
a:hover {color:#990000; text-decoration: underline;}
a:active {color:#003399}

.classListingBox {
	border: 1px solid #990000;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
	width: 400px;
}
.dashboard {
	border-bottom: 1px solid black;
	width: 90%;
	position: relative;
}
table.dashboard {
	border: none;
	width: 90%;
}
table.dashboard th {
	font-style: italic;
	text-align: left;
}


ul.dashboard li {
text-indent: 0;
list-style: none;
}

.dashboard_rightpanel {
border-left: 2px solid black;

}

table.sessiondetails th {
text-align: right;
}

.odd {
background-color:#E0E0E0;
}

table.listtable {
width: 80%;
background-color: #fff;
}

table.listtable th {
text-align: left;
}

 #navcontainer {
 float: left; 
 width: 150px;
  }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#logout a {
display: inline;
background-color: transparent;
color:#000000;
border: none;
}

#logout a:hover {
color: #990000;
text-decoration: underline;
background-color: transparent;
}

.nextN {
 text-align: center;
}

/* Admin Section Styles */
.addIcon {
position: relative;
float: right;
margin-top: -19px;
}

#adminCallOut, #adminQuickStats{
border: 3px double #990000;
position: relative;
float: right;
margin: 1em;
padding: 0 1em 1em 1em;
background-color: #e0e0e0;
}

#adminQuickStats {
 float: left;
}

/* Hides from IE5-mac \*/
* html #adminQuickStats {width: 13em;}
/* End hide from IE5-mac */

#adminCallOut a{
 display: block;
 padding: .5em;
 margin-left: 1em;
 font-size: 12px; 
 font-weight: bold; 
 font-variant: normal;
 text-decoration: inherit;
}
.adminCallOut a:hover {color:#990000; text-decoration: underline;}

.iconColumn {
text-align: center !Important;
}

.enrollmentManager th {
  text-align: left;
  font-style: italic;
}
.enrollmentManager {
width: 90%;
}

.errors {
border: 2px solid red;
background-color: #e0e0e0;
padding: .75em;
margin: .75em;
width: 350px;
}

.errors h2 {
	margin-top: 0;
	padding-top: 0;
	color: red;
}

.required {
	color: red;
}

#printbanner {
	display: none;
}
