

body {
font-family: Arial;
font-size: 13px;
color: black;
background: #9c9;


margin: 0px;
padding-bottom: 2em;


/* Testing use: see page (roughly) as it would appear at 800x600 resolution */
/* width: 800px;
height: 540px;
overflow: scroll;
*/

}

p {font-family: Arial; margin: 1em 10%;}

.note {font-style: italic; color: #333; background-color: white;}

.hidden {display: none}
td.hidden {visibility: hidden; display: table-cell}

a:link {color: #00c}
a:visited {color: #009}
a:hover {color: #900; text-decoration: underline;}

h1,h2,h3,h4,h5 {
font-family: 'Arial Black', sans-serif;
font-weight: normal;
}

h1 {
text-align: center;
font-size: 150%;
color: black;
margin: 2em .1em .5em;

}

h2 {
font-size: 120%;
margin-left: 5%;
margin-bottom: .1em;
margin-top: 1.2em;
}

h3 {
font-size: 110%;
margin-left: 8%;
margin-bottom: .1em;
margin-top: 1.2em;
}

h4 {
font-size: 100%;
margin-left: 9%;
margin-bottom: .1em;
margin-top: 1.2em;
}

em {font-style: italic;}
strong {font-weight: bold;}

address {
text-align: left;
font-style: normal;
font-family: Courier, fixed-width;
background-color: #ccc;
border: 1px solid #999;
border-width: 1px 0px;
font-size: 80%;
width: 25em;
margin: 2em auto;

padding: 1em;
padding-left: 3em;
}

cite {font-style: inherit}

dfn {font-style: italic; font-weight: bold;}

code {
font-style: normal;
font-family: Courier;
font-size: 90%;
color: #336;
}

img {border: none;}

#content {

border: 1px solid #696;
border-bottom: 1px solid #363;
margin-left: 10em;
margin-right: 12em;
height: 1%;
border-bottom: 1px solid #363;

padding-bottom: 12em;
background: url(fade2.jpg) top repeat-x;
background-color: #fff;
padding: 2%;
padding-top:3em;
padding-bottom: 3em;
}

#content table {margin: auto;
margin-bottom: 1em;
border: 1px solid #ccc;
border-collapse: collapse;}

#content caption {
text-align: center;
display: table-caption;
margin: 0em 3em;
}

#content td {
background-color: #eee;
border: 1px solid #ccc;
border-width: 0px 1px 1px 0px;
padding: .2em;}

#content th {
background-color: #363;
/*border: 1px solid #696;*/
color: white;
padding: .2em;}


#content dl {margin: 1em 10%; margin-top: .1em;}
#content ul {margin: 1em 10%; margin-top: .1em;}
#content ol {margin: 1em 10%;}

#content ul ul {margin: 0; margin-bottom: 1em;}


#content li {font: inherit;
margin-left: 0px;
line-height: 1.1;}



/* These items pertain to the paly logo */


#logobox {
	color: #fff;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background: url(../logo.gif) 10px 4px no-repeat #030;
	margin-top: 0px;
	height: 55px;
}


#logocaption {
	position: absolute;
	top: 15px;
	left: 60px;

	font-family: 'Arial Black';
	font-size: 140%;
	color: #fff;
	font-style: normal;
}

#logocaption a {

}

#logobox a {text-decoration: none; color: white;}


#search {
background: url(searchfade.jpg) bottom repeat-x #363;
padding-left: 15px;
padding-bottom: 20px;
padding-top: 9px;
padding-right: 10px;
position: absolute;
top: 0; right:0;
}




/* The sidepanel class applies to both the sidelinks panel (on left) and the otherlinks panel on the right; it sets positioning properties. */


.sidepanel a {text-decoration: none; }

.sidepanel h2 {
font-family: Arial, sans-serif;
font-style: normal;

font-size: 100%;

padding: 0px;
margin: 0px;
margin-top: .6ex;

}

.sidepanel h2 a {
	margin: 0px;
	padding: 1px;
	padding-left: .5ex;
	display: block;
	text-decoration: none;
	
	background: #cfc;
	color: black;
	border-bottom: 1px solid #696;
	/*border-right: 1px solid #9c9;*/
}


.sidepanel h2 a:hover {
	text-decoration: none;
	
	background: #efe;
	color: black;
}


.sidepanel ul {
	padding-left: 20px;
	margin: .5em;
	margin-top: 1px;
	margin-left: 0px;
}
	
.sidepanel li {
	list-style-type: none;
	line-height: 1.08;
	padding: .2em;
	margin: 0px;
	font-size: 100%;
}


/* The sidelinks item refers to the panel on the left, which contains structural links */

#sidelinks {
	color: #ccc;
	padding-top: .8em;
	width: 10em;
	padding-bottom: 0;
	border-right: 1px solid #696;
	
	position: absolute;
	left: 0px;
	top: 55px;
	
	/* This allows border on content to show through */
	padding-right: 0px;
		
}

#sidelinks ul {
	color: #fff;
	margin: 0px;
	background: #363 url(listfade.jpg) bottom left repeat-x;
	padding-bottom: 25px;
}

#sidelinks li a, #sidelinks h2 a {
	display: block;
}

#sidelinks li a {
	background-color: #363;
	color: #fff;
}

#sidelinks li a:hover {
	background-color: #363;
	color: #ffc;
}

#sidelinks h2 a:visited {
	color: #000;
	display: block;
}


#sidelinks h2.current a {
	color: #fff;
	background: #030;
	border-bottom-width: 0px;
	border-right: 1px solid #363;
	padding-bottom: .2em;
	display: block;
}

#sidelinks h2.current a:visited {
	color: #fff;
}



/* The otherlinks item refers to the panel on the right, which contains news links */


#otherlinks {
	padding-top: .8em;
	color: #000;
	border-left: 1px solid #696;
	border-bottom: 1px solid #696;
	
	position: absolute;
	right:0px;
	top: 55px;
	width:12em;
	
	
	/* these two lines help IE5MAC not have a horizontal scroll bar  */
	right:15px;
	margin-right: -15px;
}

#otherlinks h2 a {
text-align: center;
}

#otherlinks a {
	color: black;
}


#otherlinks th {
	font-weight: bold;
	font-family: 'Arial';
	font-size: x-small;
	vertical-align: top;
	line-height: 1.5em;
}

#otherlinks table {width: 100%}

#otherlinks tr.cancelled td a {
	text-decoration: line-through;
	color: #300;
}

#otherlinks tr.cancelled td {
	background: url(status/cancel.gif) 0em .5em no-repeat transparent;
	padding-left: 9px;
}

#otherlinks tr.tentative td a{
	font-style: italic;
	color: #333;
}

#otherlinks tr.tentative td {
	background: url(status/tentative.gif) 0em .5em no-repeat transparent;
	padding-left: 9px;

}

/*
No difference for confirmed
	#otherlinks tr.confirmed td a {
		foont-variant: small-caps;
		color: #003;
	}
	
	#otherlinks tr.confirmed td {
		background: url(status/confirm.gif) 0em .5em no-repeat transparent;
		padding-left: 9px;
	
	}
*/

#otherlinks ul {
	margin: 0;

}

#otherlinks li {
	margin: 0;
}


#otherlinks #shadow_link {
	padding-bottom: 1em;
}

#otherlinks #shadow_link a {
	padding: .3em;

	background: #fff;
	border-left: 5px solid #900;
}

#otherlinks #bulletin_link {
	padding-bottom: 1em;
	
}

#otherlinks #bulletin_link a {
	border-left: 5px solid #009;

	padding: .3em;
	background: #fff;
}

#otherlinks #docufide_link {
	padding-bottom: 1em;
	
}

#otherlinks #docufide_link a {
	border-left: 5px solid #900;

	padding: .3em;
	background: #fff;
}



#otherlinks #inclass_link {
	padding-bottom: 1em;
	
}

#otherlinks #inclass_link a {
	border-left: 5px solid #090;

	padding: .3em;
	background: #fff;
}

#otherlinks #palyonline_link {
	padding-bottom: 1em;
	
}

#otherlinks #palyonline_link a {
	border-left: 5px solid #009;

	padding: .3em;
	background: #fff;
}

#otherlinks #staff_links {

	padding-bottom: 1em;

}


#otherlinks #staff_links a {
	padding: .3em;

	background: #fff;

	border-left: 5px solid #980;

}


#otherlinks #studentmail_link {

	padding-bottom: 1em;

}


#otherlinks #studentmail_link a {
	padding: .3em;

	background: #fff;

	border-left: 5px solid #3af;

}



#otherlinks #calendar_link {
	padding-bottom: 1em;
}

#otherlinks #calendar_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #cc0;
}

#otherlinks #store_link {
	padding-bottom: 1em;
}

#otherlinks #store_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #93c;
}

#otherlinks #naviance_link {
	padding-bottom: 1em;
}

#otherlinks #naviance_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #000;
}

#otherlinks #schoology_link {
	padding-bottom: 1em;
}

#otherlinks #schoology_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #00a;
}

#otherlinks #campus_link {
	padding-bottom: 1em;
}

#otherlinks #campus_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #000;
}

#otherlinks #theatre_link {
	padding-bottom: 1em;
}

#otherlinks #theatre_link a {
	padding: .3em;
	background: #fff;
	border-left: 5px solid #00f;
}



p#contactfoot {
text-align: center;
margin: 2em 6% 1em;
color: #333;
background-color: #eee;
font-weight: bold;
font-size: 80%;
}

.topnav {
text-align: center;
margin-bottom: 1em;
margin-left: 3em;
line-height: 1.8em;
}

.topnav a {
background: #ccc;
padding: .2em;
text-decoration: none;
}

.bottomlinks {
clear: both;
margin-top: 5px;
text-align: center;
font-size: 80%;
margin-bottom:1em;
}

.bottomlinks a {
text-decoration: none;
margin: 2px;
color: #333}




.morelink {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

/* ##################### NEWDAY #####*/


body {margin: 0;}


#sidelinks {

}






/* The following prevents problems on pages with floated data that makes the white content box end early*/
#heightclearhack {clear: both}



/* Apply special rules for printing; no need to waste ink printing the side panels or the background on the title bar */

@media print {
	body {
	background-image: none;
	background: #fff}
	
	#content {
	margin: 0;
	background: white;
	border: none;
	}
	
	p {font: 12pt Times, serif;}
	
	#location {
	background-color: #fff;
	color: black;
	display: none;
	}
	
	.bottomlinks {display: none}
	
	.content {border: none}
	
	#logocaption {font-size: 100%; border-bottom: 1px solid #ccc}
	
	#logobox {background-color: white; color: black}
	#logo {display: none}
	#search {display: none;}
	#otherlinks {display: none}
	#sidelinks  {display: none}
}

