/* Some global settings */

img {border: none;}

a {color: #0000cc;}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	margin: 10px;
	background-color: #bbbbbb;
	
}

s
{
	color: #ccc;
	/*background-color: #aa0000;*/
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}




#pageTable
{
	height: 100%;
	width: 100%;
}

/* ================================================================== */
/* The main header area */




/* ================================================================== */

/* Styles the main containers themselves, not the content of the cells */

#menuside
{
	padding: 15px 5px;
	background-color: white;
	vertical-align: top;
}


/* The main header area */
#headerimg
{
	padding:0;
	margin:0;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 2px solid black;

	height: 130px; /*205px;*/
}

#frontpage_contentside
{
	padding: 0px;
	width: 100%;
}

#frontpage_contentside div.welcome
{
	margin: 30px 10px;
	text-align: center;
	font-family: arial;
	font-size: 1.2em;
}

#infoside
{
	background-color: #e9e9e9;
	padding: 0px;
	width: 229px;
	border: none;

	height: 100%;
}

/* ================================================================== */

/* Labels on the left side, e.g. Main Menu */
#menuside h1
{


	margin: 0 0 5px 25px;
	padding: 5px 5px 5px 0;
	text-align: left;
	color: #003399;
	font-size: 1.5em;
	border-bottom: 2px solid black;
	font-family: arial;
	font-weight: bold;
	width: 170px;



}

#menuside a
{
	display: block;
	text-decoration: none;
}


/* ================================================================== */

/* Menu links need their own style, on top of the whole 'list' thing, most
 * importantly it needs to be a block so you have more room to actually click the
 * menu link. */
#menuside ul li a
{
	display: block;
	border: none;
	padding-bottom: 1px;
	text-align: left;
	font-weight: bolder;
	font-size: 10pt;
	font-family: arial;
	line-height: 110%;
}

/* Hovering over the menu links changes the color of the link, fairly standard*/
#menuside ul li a:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
}




/* ================================================================== */

/* List icons!  Used for the menu and any other list with icons */
ul.iconedlist
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


ul.iconedlist li
{
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url('images/bullet_blue.png');
	padding: 2px 0 2px 25px;  /* T R D L */
}

ul.iconedlist li a
{
	text-decoration: none;
}

ul.iconedlist li a:hover
{
	text-decoration: underline;
}


ul.iconedlist li.blue {background-image: url('images/page_blue.png');}
ul.iconedlist li.pdf {background-image: url('images/acrobat.png');}
ul.iconedlist li.zip {background-image: url('images/zip.png');}
ul.iconedlist li.out {background-image: url('images/bullet_go.png');}
ul.iconedlist li.red {background-image: url('images/page_red.png');}
ul.iconedlist li.ppt {background-image: url('images/page_powerpoint.png');}
ul.iconedlist li.new {background-image: url('images/new.png');}
ul.iconedlist li.blank {background-image: none;}
ul.iconedlist li.groupwise {background-image: url('images/world.png');}
ul.iconedlist li.eschoolbook {background-image: url('images/star.png');}
ul.iconedlist li.flash {background-image: url('images/flash.png');}


/* =============================================================== */

#googlesearch
{
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* =============================================================== */



div.critical_article
{
	border: 8px solid #cc0000;
	background-color: white;
	margin: 15px 0;
	font-weight: bold;
	background-image: url('images/icon_warning.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 10px 0 10px 120px;
	min-height: 75px;
}

div.snow_article
{
	border: 8px solid #0033cc;
	background-color: white;
	margin: 15px 0;
	font-weight: bold;
	background-image: url('images/icon_snow.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 10px 0 10px 120px;
	min-height: 85px;
	line-height: 150%;
}


/* =============================================================== */

#stafficons
{
	text-align: right;
	padding-bottom: 2px;
}

#stafficons img
{
	padding: 3px;
	border: 1px solid black;
	background-color: #dddddd;
	border-style: solid;
	
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
	margin: 1px;
}

/* =============================================================== */

#mailingaddress
{
	font-family: arial;
	font-size: 0.85em;
	padding: 30px 5px;
	margin: 0 0;
	background-color: #e0e0e9;
}

#missionstatement
{
	font-family: arial;
	font-size: 0.80em;
	padding: 30px 5px;
	margin: 3px 0 3px 0;
	text-align: justify;
	background-color: #e9e0e0;
}
#missionstatement h1
{
	line-height: 100%;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1em;
	text-decoration: underline;
}

#jostensyearbook
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#stratplan
{
	font-family: arial;
	font-size: 0.80em;
	padding: 20px 5px;
	margin: 0 0 5px 0;
	text-align: left;
	background-color: #e0e0e9;
}
#stratplan ol
{
	padding: 0px;
	margin-left: 25px;
}
#stratplan ol li
{
	padding: 0px;
	margin: 0px;

}
#stratplan h1
{
	line-height: 100%;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 1em;
	text-decoration: underline;
}



/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */



#newstable
{
	width: 100%;
}
#newstable td
{
	width: 50%;
	padding: 10px 10px;
	vertical-align: top;
}

#newstable tr td ul li
{
	border-bottom: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
}

#newstable_current
{
	background-color: #e0e9e0;
	border: 1px solid #c0cfc0;
}
#newstable_yearlong
{
	background-color: #e9e9e0;
	border: 1px solid #cfcfc0;
}


#newstable td h1
{
	text-align: center;
	font-family: arial;
	font-size: 1.2em;
	border-bottom: 1px solid black;
	padding: 0;
	margin: 0 0 15px 0;
}

#newstable td ul li a:hover
{
	text-decoration: underline;
}


#contentTD
{
	height:100%; 
	background-color: #e9e9e9;
}

#menuTD
{
	vertical-align: top;
	background-color: #ffffff;
	width: 240px;
	
}



/*  --------------------- */

#contactPage
{
	margin: 0 auto;
}

#contactPage h1
{
	text-align: center;
}

table.contactContainer h1, table.profileContainer h1
{
	font-size: 2.2em;
	margin: 0;

}


table.contactContainer h2, table.profileContainer h2
{
	font-size: 1.3em;
	margin: 0;
}

table.contactContainer
{
	width: 90%;
	margin: 20px auto;
	border: 2px solid black;
	background-color: #ffffff;
	vertical-align: text-top;
}

table.contactContainer tr td img.contactPic
{
	/*width: 300px;*/
	height: 150px;
	border: 0;
	margin: 6px;
}

table.contactContainer tr td.contactTD
{
	/*width: 310px;*/
	text-align: center;
}

table.contactContainer tr td.contactInfoTD, table.profileContainer tr td.profileInfoTD
{
	font-family: 'Times New Roman';
	width: 100%;
	background-image: url('images/horse_watermark.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.contactContainer tr td.contactInfoTD h2
{
	line-height: 100%;
	padding: 1px;
	margin: 3px 0;
}

/*  --------------------- */



td#formsTD h1
{
	text-align: center;
}

td#formsTD h2
{
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid black;
}

td#formsTD h2 a
{
	color: black;
}

td#formsTD ul li a:hover
{
	text-decoration: underline;
}

/*  --------------------- */



#schoolPage p.quoteBox
{
	text-align: center;
	padding: 20px;
	border: 6px dotted #cccccc;
	font-family: arial;
	font-style: italic;
	font-size: 1.2em;
	color: #999999;
}

#schoolPage div.principal
{
		width: 87%;
		margin: 20px auto;

	 background-color: #dddddd;
	 border: 1px solid black;
	 font-family: arial;
	 padding: 10px;
}

#schoolPage div.principal img
{

	float: right;
	border: 2px solid black;
	margin: 10px 10px 30px 30px;
	clear: right; 

	
}

#schoolPage div.calendarList
{
	color: #cccccc;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 2px solid red;
	
}

#schoolPage div.calendarList a
{
	
}

#schoolPage div.calendarList strong
{
	color: #000000;
	font-weight: normal;
}

.navList ul
{
	/*margin: 30px;*/
	margin: 0px;
	padding: 5px 0;
	text-align: left;
	background-color: white;
}

.navList ul li
{
	margin: 0;
	padding: 0 3px;
	display: inline;
	list-style-type: none;
	font-family: arial;
	font-size: 0.9em;
}

.navList ul li
{
	border-left:  2px solid black;
	padding: 0 10px;
	


}

.navList ul li.first
{
	border-left: none;
}

.navList ul li a
{
	text-decoration: none;
}

.navList ul li a:hover
{
	text-decoration: underline;
}


/*  --------------------- */

table.profileContainer
{
	
	width: 80%;
	margin: 5px auto;
	border: 2px solid #cc0000;
	background-color: #ffffff;
	vertical-align: text-top;

}


table.profileContainer td.profileImgTD
{
	width: 160px;
	text-align: center;
	/*border: 1px dotted black;*/
}


table.profileContainer td.profileInfoTD
{
	
	vertical-align: middle;
	text-align: center;
	padding-right: 120px;
}




table.contactContainer tr td.contactTD
{
	/*width: 310px;*/
	text-align: center;
	
}


/*  --------------------- */


td#schoolBoardTD
{
	padding: 20px;
	font-family: arial, sans-serif;
}


td#schoolBoardTD img
{
	display: block;
	margin: 5px auto;
	border: 3px solid black;
}

td#schoolBoardTD h1
{
	margin: 10px 0;
}

div.picLabel
{
	font-size: 0.60em;
	text-align: center;
}


/*  --------------------- */


td#teacherResourcesTD, td#studentResourcesTD, td#pssaTD, td#scholarshipsTD, td#employmentInformationTD, td#pupilServicesTD, td#formsTD, td#parentalResourcesTD, td#staffPageTD, td#athleticsTD, td#schoolPage, td#academicFoundationTD, td#alumniTD
{
	font-family: arial, sans-serif;
	padding: 20px;
}

td#teacherResourcesTD table#literacyTable
{

	width: 100%;
	
}

td#teacherResourcesTD table#literacyTable td
{
	border: 1px solid black;
	width: 50%;
	padding: 10px;

}

/*  --------------------- */

td#studentResourcesTD table#resourceTable
{
	margin: 5px auto;
	width: 80%;
}
td#studentResourcesTD table#resourceTable td
{
	width: 50%;
	padding: 10px;
}

/*  --------------------- */


td#pssaTD div.paaypLink
{

	text-align: center;
}


/*  --------------------- */

#teacherInfo
{
	margin: 15px auto;
	border: 2px solid black;
}

#teacherInfo td {border: 1px solid black; text-align: center; font-family: arial;}
#teacherInfo th {border: 2px solid black; text-align: center; font-family: arial; padding: 5px; background-color: #cc0000; color: #ffffff;}

#teacherInfo td.icon 
{

}

#teacherInfo td.name
{
	text-align: left; padding: 5px 10px;
}

#teacherInfo td.title
{
	text-align: center; padding: 5px 10px;
}


/*  --------------------- */

td#athleticsTD h1, td#schoolPage h1
{
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

/* ---------------------- */

td#academicFoundationTD
{

}

/* ---------------------- */

td#alumniTD table.alumniTable
{
	margin: 10px auto 10px auto;
	width: 75%;
}

td#alumniTD table.alumniTable td
{
	border-bottom: 2px solid black;
	padding: 8px 6px;
}




td#alumniTD table.alumniTable td.alumniYear
{
	text-align: center;

}

td#alumniTD h1
{
	text-align: center;
	
	
}

td#flash-tutorials
{
	padding: 30px;
}

td#flashContainer
{
	text-align: center;
	margin: 0 auto;
	padding: 25px 0;
	
}

td#flashContainer h1
{
	font-family: arial;
}#pageTable tr #contentTD table tr #portfolioPageTD a {
	font-family: Arial, Helvetica, sans-serif;
}
#portfolioPageTD {
	font-family: Arial, Helvetica, sans-serif;
}

