body{
font-family:Verdana; font-size: 9pt; color: #000071;
}
a:link{ 
color: #5733E8; font-family: Verdana; font-size: 9pt; text-decoration: underline
}
a:visited{ 
color: #5733E8; font-family: Verdana; font-size: 9pt; text-decoration: none 
}
a:link:hover{ 
color: #8C4AA6; font-family: Verdana; font-size: 9pt; text-decoration: none 
}
a:visited:hover{ 
color: #8C4AA6; font-family: Verdana; font-size: 9pt; text-decoration: none 
}


h2           { font-family: Verdana; font-size: 9pt; color: #000071; font-weight: bold }
.pageTitle   { font-family: Arial; font-size: 13pt; color: #000071; font-style: italic }
p            { font-family: Verdana; font-size: 10pt; color: #000071; line-height: 130%; 
               margin: 0 }
               
#background-image:url('background_iris.gif');
#background-repeat: repeat-x;

.registerButton, p.registerButton {
	margin-left:8px;
}

/*
 * The following is used for the phpCourses styles.  It was copied from phpCourses/styles/schedule.css
 *
 */

.evenRow {
	background-color: #e0e0e0;
}

.oddRow {
}

.editForm, .editForm td, .editForm th {
	font-family:verdana;
}

.editForm th {
	font-size: 15px;
	font-color:blue;
}

.editForm td {
	font-size: 13px;
	font-color:black;
}

.editInclude td {
	font-size: 13px;
	font-color:black;
	border-width:3px;
	border-style:solid;
	border-color:#f0f0f0;
}

.editTitle, .editTitle td {
	color:blue;
	font-size:22px;
	font-family:verdana;
	align:center;
}

.listForm, .listForm td, .listForm th {
	font-family:verdana;
	border-width:3px;
	border-style:solid;
	border-color:#f0f0f0;
}

.listForm th {
	font-size: 15px;
	font-color:blue;
}

.listForm td {
	font-size: 13px;
	font-color:black;
}

.listTitle, .listTitle td {
	color:blue;
	font-size:22px;
	font-family:verdana;
	align:center;
}

.schedule {
	border-style:none;
	border-width:2px;
	font-family:verdana;
	border-color:#f0f0f0;
	width:335px;
}

.schedule td {
	font-size:9pt;
	align:left;
	padding:2px;
	padding-left:10px;

	border-style:none;
	border-width:2px;
	border-color:#f0f0f0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #f0f0f0;
}


.scheduleHeader td {
	align:left;
	font-size:9pt;
	font-weight:bold;
	width:50%;
}

td.right {
	align:left;
	width:50%;
	padding-left:0px;
}

td.left {
	align:left;
	width:50%;
}