.pdf-registration {
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/pdf-sm.jpg) no-repeat;
}

BODY, HTML {
	FONT-SIZE: 14px;
	MARGIN: 0px;
	COLOR: #006600;
	FONT-FAMILY: "Times New Roman", Times, serif;
	background-color: #ffffff;
	background-image: url(../images/bg960.jpg);
	background-position: 50% 50%;
	height: 100%
}
.NavBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
a.menu:link {
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration:none;
	color: #C28A14;
	font-size: 13px;
	font-weight: bold;
}
a.menu:hover {
	text-decoration:none;
	color: #264D48;
	font-size: 13px;
	font-weight: bold;
}
a.menu:active {
	text-decoration:none;
	color: #993300;
	font-size: 13px;
	font-weight: bold;
}
a.menu:visited {
	text-decoration:none;
	color: #C28A14;
	font-size: 13px;
	font-weight: bold;
}


#mainHeader {
	WIDTH: 960px;
	BACKGROUND-REPEAT: repeat-x;
	margin: 0px auto
	
}
#mainWrap {
	MARGIN: 0px auto;
	BACKGROUND-IMAGE: url(../work/00_imgs/mn_navBar_01.gif);
	MARGIN: 0px auto;
	WIDTH: 960px;
	BACKGROUND-REPEAT: repeat-x;
	height: 65%;
}
#mainWrap2 {
	MARGIN: 0px auto;
	BACKGROUND-IMAGE: url(../work/00_imgs/mn_navBar_01.gif);
	MARGIN: 0px auto;
	WIDTH: 960px;
	BACKGROUND-REPEAT: repeat-x;
	/*height: 65%;*/
}
#mainFooter {
	BORDER-TOP: #ffffff 1px solid;
	BACKGROUND-IMAGE: url(../work/00_imgs/mn_navBar_01.gif);
	WIDTH: 960px;
	BACKGROUND-REPEAT: repeat-x;
	bottom: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	font-size: 12px;
}
h2 {
	background-color: #F8DFAD;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

/*Images Styles*/

.image-left {
	float: left;
	display: block;
	margin: 5px 5px 9px 5px;
	border: 3px solid #006600;	
	overflow:hidden
}

.image-center {
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	border: 3px solid #006600;	
	overflow:hidden
}

.image-right {
	float: right;
	display: block;
	margin: 5px 5px 9px 5px;
	border: 3px solid #006600;
	overflow:hidden
}

.eventstable {
	margin: 10px 0 10px 0;
	border: 1px solid #88B8A9;
	border-bottom: 1px solid #007358;
	border-right: 1px solid #007358;
	background-color: #fcfcf7;
}

.eventstable td {
	padding: 6px;
}

.eventstable img {
	border: 2px solid #C2C2C2;
}

.eventstable a {
	color: #006600;
	width:100%;
	height:100%;	
}

.eventstable tr:hover td {
	background-color: #fbf9e1;
}

.eventstable:hover {
	background-color: #fbf9e1;
}


.listingtitle {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #4A4661;
}

.eventtitle {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: left;
}

tr.tableheadings th {
  height: 15px;
  padding: 5px;
  background-color: #FFF1D8;
  color: #007358;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  border: none;
}
tr.conflicted th {
  background-color: #FF6655;
}

tr.even td {
  background-color: white;
  border: none;
}

tr.odd td {
  background-color: white;
  border: none;
}
table.schedule, table.schedule td, table.schedule th {
  border: none;
  border-collapse: collapse;
}
table.schedule th.scheduleTime {
  border:none;
  padding:0 4px 0 4px;
  font-weight: normal;
}
table.schedule th.scheduleTime span {
  position:relative;
  top:-11px;
}
table.schedule th.scheduleRoom {
  border:none;
  width:100px;
  text-align: center;
}
table.schedule td.scheduleClass {
  background: #ffc;
  border: 1px solid #ddd;
  padding:3px;
  vertical-align: top;
  width:100px;
  font-size:8.5pt;
  text-align:center;
}
table.schedule td.scheduleEmpty {
  background: #eee;
  border: 1px solid #ddd;
  width:100px;
}
table.schedule td.scheduleError {
  background: #fcc;
}
table.schedule td.selectedClass {
  background: #dfc;
}

