@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #999999 url(images/backgroundmain.png) repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a {
	  outline: none;
}

a:link {
	color: #33CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}

div.menuitem a:link {
	color: #CCCCCC;
	text-decoration: none;
}
div.menuitem a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
div.menuitem a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
div.menuitem a:active {
	text-decoration: none;
	color: #0099FF;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 17px;
	margin: 0 0 15px;
	font-weight: normal;
	font-style: normal;
	padding-top: 0;
	padding-bottom: 0;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:829px;
	
	height:auto !important; /* real browsers */
	height:90%; /* IE6: treaded as min-height*/

	min-height:90%;
	background: url(images/backgroundcontent.png) repeat-y;
}

div#header {
	width: 829px;
	clear: left;
	margin-bottom: -5px;
	z-index: 7;
}

div#content {
	z-index: 1;
	position: absolute;
	width: 829px;
	padding: 0;
	margin: 0;
}

div#menucontainer {
	width: 185px;
	float: left;
	height: 300px;
	padding-right: 15px;
	padding-top: 9px;
}

div.menuitem {
	text-align: right;
	padding-bottom: 2px;
}

div#maincontent {
	width: 829px;
	padding-bottom: 30px;
	padding-top: 0;
	margin-top: 0;
	z-index: 2;
	position: relative;
}

div#rightcontainer {
	margin-left: 200px;
	padding-right: 100px;
	padding-top: 5px;
	padding-left: 14px;
	position: relative;
}

div.commentholder {
	width: 500px;
	float: left;
	padding-bottom: 20px;
}

div.textright {
	width: 500px;
}

img.imageleft {
	float: left;
	margin-right: 20px;
	padding-bottom: 30px;
}

div#contentholder {
	width: 800px;
	padding-left: 15px;
	padding-right: 14px;
}



div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	height: 10px;
}

div#bottomimage {
	
}
	div#footer p {
		padding:1em;
		margin:0;
	}

div#copyright {
	width: 829px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}

table#lessoncal {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#lessoncal tbody tr td {
	padding: 5px;
	background-color: #717171;
	width: 100px;
	height: 50px;
	vertical-align: top;
}

#lessoncal tbody tr td.smd_cal_event {
	background-color: #8c8c8c;
}



span.smd_cal_standard {
	font-size: 10px;
	color: #ccc;
}

h4 {
	margin: 0;
	font-size: 10px;
	vertical-align: top;
	color: #ccc;
	padding-bottom: 2px;
}

