body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	text-align:center;
	color: #303030;
	background-color: #c0c0c0;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	text-align: left;
	background-color: #c0c0c0;
}

.header {
	height:182px;
	width:100%;
	background-image: url(header.jpg);
	background-position: center center;
}

h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: 900;
	font-size: 24pt;
	color: #303030;
}

h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: 900;
	font-size: 18pt;
	color: #bababa;
}

h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: 900;
	font-size: 14pt;
	color: #4d4d4d;
}

h5 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: 900;
	font-size: 14pt;
	color: #120d5f;
}



.content {
	background-color: #ffffff;
}

.content-table {
	margin:0;
	padding: 0;
	border: 0;
}

.content-left {
	width: 300px;
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: center right;
	/* margin: 10px; */
	text-align: center;
}

.content-left-inner {
	width: 202px;
	margin-left: auto;
	margin-right: auto;
	/* padding: 10px;
	padding-left: 150px; */
	background: url(menu-bg.jpg);
	text-align: left;
	position: relative;
	top: -21px;
	_top: -5px;
	color: white;
	}

.content-right {
	width: 700px;
	/*height: 240px;*/
	margin: 10px;
	vertical-align:top;
}	

.content-right-inner {
	padding: 10px;
}

/*
-- can't style <hr/> in IE with background-image property
-- because IE puts a border around the image.
-- workaround is to wrap the <hr> in a div, but that sucks.
-- see http://www.sovavsiti.cz/css/hr.html for more info.
.content-right-inner hr {
	background-image: url(hr.gif);
	height: 45px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0;
	margin: 0;
	border-style: none;
}
*/

.content-right-inner a {
	text-decoration: underline;
	color: #303030;
}

.content-right-inner a:hover{
	text-decoration: underline;
	border-bottom: 2px solid #303030;
	color: #303030;
}

.content-right-inner table {
	width: 90%;
}


.footer {
	height: 78px;
	width:100%;
	background-image: url(footer.jpg);
	background-position: center center;
	
	clear:both;
}
.footer-inner {
	padding-top: 30px;
	color: #fefefe;
	font-size: 10pt;
	font-weight: 400;
	width: 100%;
	text-align:center;

}

.footer-inner a {
	text-decoration: underline;
	color: #fefefe;
}

.footer-inner a:hover{
	text-decoration: underline;
	border-bottom: 2px solid #fefefe;
	color: #fefefe;
}

.search {
}
.searchBox {
	width: 125px;
}

.homepageTeacherBox {
	width:220px;
	float:right;
	text-align:center;
	border:1px solid black;
	margin-left: 20px;
	margin-bottom: 10px;
}

.homepageTeacherBox img {
	border: 0px;
}

.jdSlideshow {
width: 500px;
height: 500px;
z-index:5;
}

.timedSlideshow
{
width: 500px;
height: 500px;
z-index:5;
}

.homeworkListHeader  p {
	font-weight:900;
	font-size: 120%;
	border-bottom: 1px solid black;
}

.homeworkListDetail {
	margin-left: 50px;
}

.homeworkListDetail p {
	font-weight:normal;
	font-size: 100%;
	border-bottom: 0px;
}

.homeworkListDetailAttachment {
	font-style: normal;
	font-size: 90%;
}

.homeworkListDetailDateDue {
	font-style: normal;
	font-size: 90%;
}
.homeworkListDetailDateDue::before
{
    content: " (";
}
.homeworkListDetailDateDue::after
{
    content: ") ";
}

.homeworkListDetailDateAssigned {
	font-size: 70%;
}

.eventTitle {
	font-weight:900;
	font-size: 120%;
}

.eventDetails {
	font-size: 100%;
	font-weight:normal;
}

.eventAttachment {
	font-weight:900;
	font-size: 120%;
}

.eventDate, .eventTime {
	font-weight: normal;
	font-size: 100%;
}

.eventTime::before
{
    content: " (";
}
.eventTime::after
{
    content: ") ";
}