body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: smaller;
	color: #333366; /*background-color:#eedcc7;*/
	background-color: #eedcc7;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5
{

/*    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
	padding-top:2px;
    margin: 0px; */
    color: #111111;

}

h1 
{
	font-size:1.5em;
}
h2
{
	font-size:1.3em;
}
h3
{
	font-size:1.2em;
}
h4
{
	font-size:1.1em;
}
h5
{
	font-size:1.0em;
}
.CalendarCell
{
	padding:5px;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	color:Black;
}

a,a:link,a:visited
{
	color:Blue;
}

#ctl00_Menu1 a, #ctl00_Menu1 a:link, #ctl00_Menu1 a:visited
{
	color:White;
}

.calendarDay
{
	border-right:1px solid #AAAAAA;	
	border-bottom:1px solid #111111;
	font-size:11px;
	width:90px;
	background-color:#FFFFCC;
	padding:5px;
}

.calendarDay_alt
{
	border-right:1px solid #AAAAAA;	
	border-bottom:1px solid #111111;
	font-size:11px;
	width:90px;
	background-color:#FFCC00;
	padding:5px;
}
.calendarEventTime
{
	font-weight:bold;
}

.calendarDataRow
{
	font-size: 11px;
	color: #55555A;
	border-bottom: 1px dashed #DEDEDE;
	background-color: #ffffcc;
	padding-top:1px;
	padding-bottom:1px;
}
.calendarListDOWCell
{
	border-bottom: 1px dashed #AAAAAA;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #bec4ff;
}

.calendarDOWCell
{
	border-bottom: 1px solid #111111;
	background-color:DarkRed;
	color:White;
}

.myAccountBanner
{
	background-image:url(http://www.webglimmer.com/helpdesk/templates/images/lt_gray_slider.gif);
}

.waterMark 
{
	background-color:#AAAAAA;
}

.adminButton
{
	height:20px; 
	font-size:10px;
}

.treeView
{
	overflow:visible;
}
.menuWrapper
{
	width:100%;
	height:18px;
	background-image: url(../images/BlueSlider.jpg);
	color:Black;
}

.clear
{
	clear:both;
	float:none;
}

/* INSTRUCTORS PAGE */

.instructors
{
	float:left;
	_margin-left:20px;
}

.instructors .instructor
{
	border-bottom:1px dotted #ccc;
	margin-top:5px;
	margin-bottom:5px;
}

.instructors h1
{
	font-size:1.3em;
}
.instructors .instructor h3
{
	margin:0px;
	padding:0px;

}

.instructors .instructor .karmachoice
{
	clear:both;
}

/****************************************/

/* FOOTER */

.footer
{
	width: 778px;
	font-size: .7em;
	color: #ccc;
	background-color: #660000;
	padding:2px;
	HEIGHT: 20px;
}

ul.footerContent
{
	list-style:none;
	width:100%;
	text-align:left;
}

ul.footerContent li
{
	margin:0px;
	padding:0px;
	float:left;
	margin-right:20px;
	text-align:center;
}

.footer .footerContent a
{
	
	float:left;
	width:120px;
	color:#fff;
	text-decoration:none;
}

.address p
{
	margin:0px;
	padding:0px;
}

