/*  Class Schedule Styles  */
.ScheduleTable 
{
	border: solid 1px black;
	border-collapse: collapse;
}

/* Header Cell */
.hc {
	text-align: center;
	border: solid 1px black;
	font-size: 12px;
	color: #ffffff;
	width: 85px;
	background: #8592B5;
}

/* Time Cell */
.tc {
	text-align: center;
	border: solid 1px black;
	font-size: 11px;
}

/* Empty Cell */
.ec {
	text-align: center;
	border: solid 1px black;
	font-size: 11px;
}

/* Class Cell */
.cc {
	text-align: center;
	border: solid 1px black;
	font-size: 11px;
}

.whitebelt {
	color: Gray;
}

.yellowbelt {
	color: #ff9900;
}

.bluebelt {
	color: darkblue;
}

.redbelt {
	color: Red;
}

.blackbelt {
	color: Black;
}
.greenbelt {
	color: #008000;
}

#pageMiddleCell {
	background:#FFFFFF;
	height:100%;
	width:726px;
	margin: 0 auto;
}
#contentMiddleCell {
	background:#FFFFFF;
	width:726px;
	margin: 0 auto;
}
#contentLeftCell {
	background: url(images/corner_left.gif) repeat-y right;
	width: 7px;
}
#contentRightCell {
	background: url(images/corner_right.gif) repeat-y left;
	width: 7px;
}
#pageLogo {
	background: #888;
	color: #fff;
	height: 28px;
	font-family: Century, Times New Roman;
	font-size: 24px;
	padding: 9px 9px 9px 4px;
	margin:0 7px 0 7px;
	font-style: italic;
}
#logo {
	position:absolute;
	top:16px;
}

#mainNav {
	background:	#888;
	margin:		0 7px 0 7px;
	height: 	34px;
	border-bottom:1px solid #666;
	line-height:100%;
}
#mainNav ul {
	margin:-10px 0 0 0;
	padding:0;
	position:absolute;
	margin-left:85px;
}
 
#mainNav li  {
	list-style-type: 	none;
	margin: 		0;
	padding: 		0;
	float: left;
	display: 		inline;
} 

#mainNav li a {
	font-size:		11px;
	font-family:	Tahoma;
	float: 			left;
	display: 		block;
	margin-top:		1px;
	padding:		4px 15px 5px 15px;
	text-decoration:	none;
	background: #EFEFEF;
	/*background: #E8EBF2;*/
	color: #4C4C4C;
	behavior: url(link.htc);
	filter:blendTrans(duration=0.5);
	border-top:1px solid #666;
	border-right:1px solid #666;
}

#mainNav li #top {
	border-left:1px solid #666;
}

#mainNav li a:hover {
	background: #B6BDD2;
	border-bottom: 0;
}

#mainNav li a.active {
	margin-top:		0px;
	padding:		5px 15px 6px 15px;
	background: 	#ffffff;
	background: #E8EBF2;
	color: 			#4C4C4C;
}

#mainNav li a:hover.active {
	background: #8592B5;
	color: #FFFFFF;
	background: 	#ffffff;
	color: 			#404040;
	background: #E8EBF2;
}

#subNav {
	margin: 		0 7px 0 7px;
	padding:		3px 0 3px 0;
	height: 		14px;
	border-bottom: 	1px solid #bbb;
	background: 	#E8EBF2;
}

#subNav ul {
	padding: 		0;
	margin: 		0;
	margin-left: 28px;
}

#subNav li  {
	font: 			10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	list-style-type: 	none;
	margin: 		0;
	padding: 		0;
	float:			left;
}

#subNav li a {
	font-weight: 		normal;
	padding-right: 		6px;
	text-decoration: 	none;
	float:left;
}

#subNav li a:hover {
	border-bottom: 0;
}

#subNav li a.active {
	font-weight: 		bold;
}

#subNav li #top {
	border-left: 		0;
	padding-left: 		22px;
}

/*  Zaadz.com stuff  */

/* Global Stylez
----------------------------------------------- */
html {
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}

body {
	background: #8592B5;
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	line-height:1.4em;
}

.text-small {font-size:9pt;}

img {
	behavior: url("/aura/scripts/pngfix.htc");
	border: 0
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

form {
	margin:0;
	padding:0;
}

li {
	list-style: square;
}

/* Link Stylez
----------------------------------------------- */
a {
	color: darkblue;
	/*text-decoration: none;*/
}
a:hover {
	color:#8592B5;
}
#pageTop a {
	color: #eee;
	text-decoration:none;
}
#pageTop a:hover {
	color: #fff
}
#pageTop {
	background: #666;
	/*background: #8592B5;*/
	background: url(images/navhead.gif);
	color: #333;
	text-align:right;
	padding:1px 8px 2px 0;
	border-bottom:1px solid #666;
	margin:0 7px 0 7px;
	font: 10px Tahoma, Arial, sans-serif;
	line-height:10px;
}

#pageContent {
	padding: 0 50px 1em 50px;
}
#pageBottom {
	background: #eee;
	border-top:1px solid #999;
	margin:		0 7px 0 7px;
	padding: 	.7em 28px .4em 28px;
}
#pageFooter {
	font: 14px Tahoma, Arial, sans-serif;
	line-height:14px;
	color: #333;
	text-align: right;
}
#pageEndMiddle 
{
	width: 710px;
	height:14px;
	line-height:14px;
	background: #ddd url(images/corner_bottom.gif) repeat-x bottom;
}
#pageEndRight {
	background: url(images/corner_bottom_right.gif) no-repeat bottom right;
	width: 15px;
	line-height: 14px;
}
#pageEndRight2 {
	line-height: 14px;
}
#pageEndLeft {
	background: url(images/corner_bottom_left.gif) no-repeat bottom left;
	width: 15px;
	line-height: 14px;
}
#pageEndLeft2 {
	line-height: 14px;
}
#pageBegin {
	background: #888 url(images/corner_top.gif) repeat-x top;
}
#pageBeginRight {
	background: url(images/corner_top_right.gif) no-repeat bottom right;
}
#pageBeginLeft {
	background: url(images/corner_top_left.gif) no-repeat bottom left;
}

#pageHeader { padding: .7em 40px 1.2em 40px; }

#pageTitle, h1 { 
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	margin-top: 10px;
	color:		#333;
	}
#pageSubtitle, h2 {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color:		#333;
	margin:0;
	}

/*  End Zaadz.com stuff  */
