@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #20534D;
	behavior: url(includes/csshover.htc);
}

.content5, #content5 {
	padding: 5px;
}
.content10, #content10 {
	padding: 10px;
}
.content15, #content15 {
	padding: 15px;
}

#pagewrap {
	display: block;
	margin: 0;
	padding: 0;
	width: 802px;
}

/* -------- TOP LOGO & BANNER ---------- */
div#logo_left, div#banner_right { 
	float: left;
	height: 320px;
}
div#logo_left { 
	background: url(../images/header-km.jpg);
	background-repeat: no-repeat;
	background-color: #eec02f;
	height: 320px;
	width: 802px;
}
div#bread_crumb a{ 
	 text-decoration: none;
}
/* -------- MAIN CONTENT BLOCK ---------- */
div#content_block {
	float: left;
	width: 100%;
	background: #fff;
	min-height: 495px;
}
/* IE HACK FOR HEIGHT */
*html div#content_block {
	height: 495px;
}
div#bottom_curve {
	background-image: url(/images/bottom-curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 802px;
	height: 21px;
}

/* -------- COLUMNS ---------- */

div#leftcolhome, div#rightcolhome, div#leftcolcal, div#rightcolcal { 
	float: left;
	text-align: left;
}
div#leftcolhome { 
	width: 200px;
	
	margin:  9px 0  0 15px;
	padding-top: 10px;
	display: inline;
	min-height: 400px;
}
div#leftcolcal  {
	width: 117px;
	padding: 20px 10px 0 20px;
	min-height: 400px;
	background-image: url(../images/cal-grad.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
div#rightcolhome { 
	margin: 19px 0 0 12px;
	border-left: 4px solid #efbe2c;
	padding-left: 20px;
	min-height: 920px;
}
*html div#rightcolhome { 
	height: 920px;
}
div#rightcolcal { 
	margin: 19px 0 0 12px;
	width: 638px;
	display: inline;
}
*html div#leftcolcal {
	height: 400px;
}
/* -------- CALENDAR ---------- */

div#week_row.second { 
	margin-top: 10px;
}
div#week_row div#day_container { 
	float: left;
	width: 66px;
	height: 54px;
	border: 2px solid #ffecaf;
	margin-right: 1px;
	background: #4a95c1;
}
div#week_row div#day_container.today { 
	background: #efbe2c;
}
div#week_row.second div#day_container { 
	height: 36px;
}
div#week_row.second div#day_container.empty { 
	background: #ccc;
}
div#week_row div#day_container div#number_holder { 
	background: url(../images/tan-vertical.gif);
	background-repeat: repeat-x;
	margin-top: 2px;
	height: 27px;
	border-top: 1px solid #ffecaf;
	border-bottom: 1px solid #ffecaf;
}
div#week_row div#day_container div#number_holder a{ 
	color: #4a95c1;
	text-decoration: none;
}
div#week_row div#day_container.empty div#number_holder { 
	background: url(../images/gray-vertical.gif);
}
div#week_row.second div#day_container div#number_holder { 
	margin: 0;
	border-top: 0;
}
div#calendar_details { 
	margin-top: 10px;
}
div#perform_details { 
	padding-top: 5px;
	width: 100%;
}
div#button_holder {
	margin-left: 13px;
	float: left;
}
/* ------------------------------ PROGRESS MENU BAR ------------------------------------------- */

#pb_outer {
	height: 20px;
	border: 1px solid #000;
	width: 80%;
	margin: 20px auto;
	display: none;
}
#pb_inner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 20px;
	width: 1px;
	text-align: center;
}
/* -------- CONTENT BOXES ---------- */

div#content_top { 
	background-position: top left;
	background-repeat: no-repeat;
}
div#content_box { 
	width: 526px;
	min-height: 400px;
}
div#content_bot { 
	background-position: top left;
	background-repeat: no-repeat;
}
div#performer_box { 
	margin-top: 12px;
	width: 510px;
	margin-left: 16px;
	display: inline;
}
div#text_container {
	padding-top: 10px;
}
div#text_container, div#see_schedule { 
	float: left;
	width: 136px;
	margin-left: 12px;
	padding-right: 20px;
	display: inline;	
}

/*--------- START: SPRITE BUTTON CLASS ------------*/
a.sprite-button { 
	display:block;
	float: right;
	position:relative;
	height:46px;
	width:98px;
	overflow:hidden;
	margin-top: 250px;
	margin-bottom:10px;
	margin: 250px 10px 10px 0;
}
a.sprite-button img{
	position:relative;
	left: 0;	
}	
a.sprite-button:hover img{
	position:absolute;
}	
a#course_login {
	width: 98px;
}
a#course_login img{
	top: 0;
}
	a#course_login:hover img, a#course_login img.active{
		top: -46px;
	}
a#school_wiki {
	width: 115px;
}
a#school_wiki img{
	top: 0;
}
	a#school_wiki:hover img, a#school_wiki img.active{
		top: -46px;
	}
/*--------- END: SPRITE BUTTON CLASS ------------*/

/* -------- COLOR CLASSES ---------- */
.white { 
	background-color: #fff;
}
.green { 
	background-color: #30756d;
}
.yellow { 
	background-color: #f8dc83;
}

/* -------- FOOTER ---------- */
div#footer {
	padding: 5px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#footer a {
	color: #999;
	text-decoration: none;
}
div#footer a:hover {
	color: #999;
	text-decoration: underline;
}
div#copyright {
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 25px;
}
div#credits {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: 25px;
}
#menu {
	display: inline;
}

/* ------------------------------ DROPDOWN MENU ------------------------------------------ */
body div#main_menu ul li ul, body div#main_menu ul li ul li ul {
	display: none;
	float: right;
	}
div#main_menu {
	float: left;
	font: 14px normal Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 0;
	z-index: 50;
	position: relative;
	margin: 3px 0;
	background-color: #30756d;
}
div#main_menu ul {
	width: 802px;
	margin: 0;
	padding: 0;
}
div#main_menu li {
	float: left;
	width: auto;
	position: relative;
	list-style-type: none;
	border-left: 3px solid #20534D;
	height: 35px;
	width: 130px;
	background-color: #30756d;
}
div#main_menu li#first-child  {
	border-left: 0;
}


div#main_menu li.blue, div#main_menu li.purple, div#main_menu li.orange, div#main_menu li.green, div#main_menu li.blue_narrow, div#main_menu li.midblue, div#main_menu li.lightblue { 
	height: 33px;
}
div#main_menu li.green { 
	width: 157px;
}


div#main_menu a {
	display: block;
	text-decoration: none;
	margin: 0;
}
div#main_menu ul li ul:hover, div#main_menu ul li:hover ul {
	display: block;
}
div#main_menu ul li ul li:hover ul {
	display: block;
	left: 120px;
}
div#main_menu ul li a {
	padding: 9px 13px;
	color:#fff;
}
div#main_menu ul li a:hover {
	color: #ccc;
}
div#main_menu ul li ul li a:hover {
	color: #fff;
	background-color: #2676B1;
}
div#main_menu ul li ul {
	margin: 0px;
	position: absolute;
	width: 145px;
	z-index: 25;
	border: 2px solid #fff;
	}
div#main_menu ul li ul li {
	width: 145px;
	padding: 0px;
	color: #D14F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	}
div#main_menu ul li ul li a{
	width: 121px;
	background-color: #272262;
	border-top: 0;
	padding: 6px 12px;
	color: #FFF;
	margin: 0px;
	}
div#main_menu ul li ul li:first-child {
	border-top: 0;
	}

div#main_menu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#main_menu ul li ul li:hover ul li ul {visibility:hidden;}
div#main_menu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#main_menu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#main_menu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */
	
/* pop-out starts here */
div#main_menu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}

/* THE HACK ZONE - */
* html div#main_menu ul {
	float:left; /* makes the ul wrap the li's */
	margin-left:0px; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#main_menu ul li ul {
	border-top:1px solid #692E02;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#main_menu ul li ul li ul { 
  left:0; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:0em;
  } 
/* and the "be nice to Opera" rule */
html>body div#main_menu ul li ul li ul {
  left:0em;
} 

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
	@media all and (min-width: 0px){
   body div#main_menu ul li ul {padding-bottom:100px;}
   body div#main_menu ul li ul li ul {padding-bottom:22px;}
   body div#main_menu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */
   }

/* END OF HACK ZONE */

/* FLOATERS */

.float_left, #float_left {
	float: left;
}
.float_right, #float_right {
	float: right;
}

/* CLEARFIX */

.clear, #clear {
	clear: both;
}

http://74.200.203.229/includes/editor.css

@charset "utf-8";
/* CSS Document */



p {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
	display: inline;
}
*html p { 
	margin: 3px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: ;
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	font: normal 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h4 {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h5 {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h6 {
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.text_white {
	color: #FFF;
}
.text_green { 
	color: #20534D;
}
.text_yellow { 
	color: #f8dc83;
}
.text_blue { 
	color: #153694;
}
.text_light_yellow { 
	color: #f6eca5;
}