body {
	position		: static;
	padding			:0px;
	margin			:0px;
	background-color:#ffffff;
	font-family		:verdana, tahoma;
	font-size		:10pt;
	color			:#000000;
}

table {
	font-size		:10pt;
}

td {
	vertical-align	:top;
}

ul {
	margin-top		:0px;
	margin-bottom	:0px;
}

p, div {
}

a {
	text-decoration	:none;
	color			:#1851A5;
}

a:hover {
	text-decoration	:underline;
}

.lightLink {
	color:#87a1c8;
}

input {
	width			:150px;
	font-family		:verdana, tahoma;
}

input.actionbutton {
	width			:auto;
}

textarea {
	font-family		:verdana, tahoma;
	font-size		:10pt;
	width			:95%;
	height			:100px;
}

/*-----------------------------
General stuff
-------------------------------*/
.mediumText {
	font-family:verdana; 
	font-size:11px;
}

.errorHeading {
	margin-bottom	:15px; 
	color			:#990000; 
	text-align		:center; 
	font-weight		:bold; 
	border			:1px solid #990000; 
	padding			:3px; 
	background-color:#ffcccc;
}

.formLabel {
	font-size:10pt;
	color:#333333;
	margin-bottom	: 6px;
	font-style: italic;
}

.formInput {
	margin-bottom	: 12px;
	padding-left:15px;
}

.actionHighlight {
	font-weight		:bold;
	color			:#1851A5;
}

/*-----------------------------
Masthead stuff
-------------------------------*/
.loginLink {
	color			:#ffffff;
	text-decoration	:none;
	font-weight		:bold;
}
.loginLink:hover {
	text-decoration	:underline;
}

.loggedInTag {
	position:absolute; 
	color:#dddddd; 
	bottom:3px; 
	right:0px; 
	padding-right:15px; 
	text-align:right; 
	font-family:verdana; 
	font-size:10px;
}

/*-----------------------------
side menu stuff
-------------------------------*/
.sideMenuHeadline {
	margin-bottom	:6px; 
	font-weight		:bold;
	font-size		:10pt;
}

.sideMenuItem {
	position:relative; 
	background-image:url(/images/interface/curriculumBullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:14px;
	padding-right:10px;
}

.sideMenuItemSelected {
	position:relative; 
	font-weight:bold; 
	color:#1851A5;
	background-image:url(/images/interface/curriculumBullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:14px;
	padding-right:10px;
}

a.curriculumMenu {
	font-size:8pt;
}

.rounded1{
	margin-left:4px;
	margin-right:4px;
	background-color:#000000;
}
.rounded2{
	margin-left:2px;
	margin-right:2px; 
	border-left:2px solid;
	border-right:2px solid;
}
.rounded3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid;
	border-right:1px solid;
}
.roundedCenter{
	border:1px solid;
}

/*------------------------------
Main stuff
-------------------------------*/
.contentArea {
	width:520px; 
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:25px;
}
.topHeading {
	font-size:16pt;
	font-family:trebuchet ms, tahoma, verdana, arial;
	font-weight:bold;
	color:#503700;
	margin-bottom:15px;
}
.topDescription {
	font-family:verdana, tahoma, arial;
	margin-bottom:16px;
}

/*-----------------------------
 Registration Page
------------------------------*/
#register_middlename {
	display: none;
}

#register_middlenamelabel {
	display: none;
}

/*-----------------------------
 Course Stuff
------------------------------*/
.courseDescription {
	color:#666666;
	padding-top:4px;
	font-size:8pt;
}
.courseHeading {
	font-size:12pt;
	font-weight:bold;
	font-family:tahoma, verdana, arial;
	color:#1E50A3;
	text-decoration:none;
}

.courseSectionHeading {
	margin: 20px 0px 4px 0px;
	font-family:verdana, arial;
	font-size:11pt;
	font-weight: bold;
	}

.sectionHeading {
	margin: 20px 0px 4px 0px;
	font-family:verdana, arial;
	font-size:11pt;
	font-weight: bold;
	}
	
/*------------------------------
WIZARDS
-------------------------------*/
.wizardHeading {
	margin-bottom:6px;
	font-family:verdana, arial;
	font-size:11pt;
	font-weight: bold;
}
.wizardDescription {
	margin-bottom:20px;
	font-family:verdana, arial;
	font-size:8pt;
}

.wizardActionNav {
	text-align:right;
	margin-top:12px;
}

.wizardMessage {
	color			:#880000;
	margin-top		:20px;
	margin-bottom	:30px;
}

div#wizardInputErrorBox {
	width: 100%;
	border: 1px solid #990000;
	border-left: 10px solid #990000;
	background-color: #F5F5F5;
	padding: 3px 10px;
	margin-bottom: 10px;
}
div#wizardInputErrorBox a {
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
	color: #990000;
	margin: 0px;
	text-decoration: none;
}
div#wizardInputErrorBox a:hover {
	text-decoration: underline;
}
div#wizardInputErrorBox li {
	font-size: 8pt;
	color: #333333;
}
div#wizardInputErrorBox ul {
 	padding-left:0px;
	margin-left:15px;
} 

div#wizardInputMessageBox {
	width: 100%;
	border: 1px solid #009900;
	border-left: 10px solid #009900;
	background-color: #F5F5F5;
	padding: 3px 10px;
	margin-bottom: 10px;
}
div#wizardInputMessageBox a {
	font-family: tahoma;
	font-weight: bold;
	font-size: 8pt;
	color: #009900;
	margin: 0px;
	text-decoration: none;
}
div#wizardInputMessageBox a:hover {
	text-decoration: underline;
}
div#wizardInputMessageBox li {
	font-size: 8pt;
	color: #333333;
}
div#wizardInputMessageBox ul {
 	padding-left:0px;
	margin-left:15px;
} 

/* required-field indicator color */
.req {
	color: #990000;
}

/*------------------------------
LOCK MESSAGE
-------------------------------*/
.lockMessage {
	width:100%;
	border:1px solid #C9BE3F;
	margin-top:15px;
	margin-bottom:15px;
}
.padlock {
	padding:0px 10px;
	vertical-align:middle;
	background-color:#E9DC49;
	border-right:1px solid #C9BE3F;
}
/*------------------------------
BORDERS
-------------------------------*/
.borderTop {
	border-top		:1px solid #dddddd;
	padding-top		:15px;
}
.borderBottom{
	border-bottom	:1px solid #dddddd;
	padding-bottom	:5px;
}

/*------------------------------
TABLES
-------------------------------*/
.evenRow {
	background-color:#eeeeee;
}
.oddRow {
	background-color:#ffffff;
}
/*------------------------------
 MY COURSES TABLE STYLE
-------------------------------*/
.stdTableHead {
	position:static;
	font-size:10pt;
	font-family:verdana, tahoma, arial;
	font-weight:bold;
	background-color:#16305C;
	color:#ffffff; 
}

/*------------------------------
 NESTED SIDE MENUS
-------------------------------*/
a.smMenu{font-size:8pt;}
.smTitle{
	font-size:8pt;
	padding:0px;
	margin:0px 0px 4px 20px;
	text-indent:-20px;
	background-color:#ffffff;
}
	
.smTitleWithIcon{
	font-size:8pt;
	padding:0px;
	margin:0px 0px 4px 20px;
	text-indent:-20px;
	background-color:#ffffff;
}

.smLevel{
	padding:0px;
	margin:0px 0px 0px 20px;
	background-repeat: repeat-y;
}
.smLevelLast{
	padding:0px;
	margin:0px 0px 0px 14px;
}

/*------------------------------
 CONTROL PANEL
-------------------------------*/
.cpanelSection {
	font-size:18px;
	font-weight:bold;
	font-family:trebuchet ms, tahoma;
	color:#999999;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:1px dashed #999999;
}

.cpanelSectionSpacing {
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:1px dashed #999999;
}

.cpanelSectionText {
	font-size:18px;
	font-weight:bold;
	font-family:trebuchet ms, tahoma;
	color:#999999;
}

.extralong {
	width:350px;
}
.long {
	width:250px;
}
.medium {
	width:150px;
}
.short {
	width:75px;
}
.extrashort {
	width:35px;
}

