@charset "utf-8";
/* CSS Document This is a test to see if the size of the document was causing the problem. 9k when added*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/*Added @media print to fix IE eNews print issue. JR 10-28-2009*/
@media print {
#oneColLayoutMain_Content {
	width:650px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
}
}
/*End @media print fix*/
/* <h> tags for all pages*/
h1{
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
}


/* Header for all pages*/
#Header {
	height: 120px;
	width: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
	background-image: url(images/barrettsHeaderBG.gif);
}
#HeaderImage {
	Height: 120px;
	Width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/barrettsHeader.gif);
}

/*Navigation Menu Layout and Style*/
#NavigationBar {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 120px;
	height: 25px;
	background-color: #33528E;
	vertical-align: middle;
}
#NavigationBarLayout {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
#NavigationBar #NavigationBarLayout li {
	display: inline;
}
#NavigationBar #NavigationBarLayout ul {
	margin-left: -40px;
	margin-top: 2px;
}
#NavigationBar a {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
#NavigationBar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	vertical-align: middle;
}
#NavigationBar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	vertical-align: middle;
}
.rightspacer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
}


/*Assignment Page Layout and Styles*/
#AssignmentDetailBody {
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#AssignmentBody {
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#AssignmentPageTable {
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	top: 15px;
}


/*Home Page Layout and Style*/
#HomePageGreeting {
	position: relative;
	width: 75%;
	float: left
}
#HomePageContent {
	width: 75%;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#HomePageContent a{
	color: #0000FF;
	text-decoration: none;	
}
#HomePageContent a:visited{
	color: #000099;	
}
#HomePageContent a:hover {
	text-decoration: underline;
}
#HomePageCourses {
	width: 25%;
	position: relative;
	float: right;
}
#HomePageCourses a {
	font-family: Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration: none;
	vertical-align: middle;
	font-size: 90%;
}
#HomePageCourses a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
	vertical-align: middle;
	font-size: 90%;
}
#HomePageCourses a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0033;
	text-decoration: underline;
	vertical-align: middle;
	font-size: 90%;
}


/*Index Page Layout and Style*/
#indexBody {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#indexMainInformationSection {
	width: 430px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#indexLeftArea {
	width: 150px;
	float: left;
	position: relative;
	margin-top: 0px;
}
#indexRightArea {
	width: 150px;
	float: right;
	position: relative;
	margin-top: 0px;
}
#pagelayout {
	width: 100%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:50px;
	left: 0px;
	top: 160px;
}


/*OneColumn Template Layout and Style*/
#oneColLayoutMain_header {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#oneColLayoutMain_Content {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
}


/*twoColumne Layout and Style*/
#twoColLayoutContent {
	width: 585px;
	float: right;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#twoColLayoutPic {
	width: 200px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#twoColLayoutMain_header {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#twoColLayoutMain_Content {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
}
#mainBox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 147px;
}
.header {
	background-image: url(../Copy%20of%20enews/images/greenTrailsHead.gif);
	height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F8C9E;
}


/*Homepage Button Layout and Style*/
#infiniteCampus {
	background-image: url(images/IC_Button.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	float: left;
	position: absolute;
	text-decoration:none;
	left: 0px;
	top: 0px;
}
#infiniteCampus span {
	visibility: hidden;
}
#calendar {
	background-image: url(images/Sched&Cal-button.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
	top: 107px;
}
#calendar span {
	visibility: hidden;
}
#pto {
	background-image: url(images/button_pto.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	clear: both;
	left: 0px;
	top: 321px;
}
#pto span {
	visibility: hidden;
}
#lunch {
	background-image: url(images/button_food.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	clear: both;
	left: 0px;
	top: 321px;
}
#lunch span {
	visibility: hidden;
}
#classWebPages {
	background-image: url(images/button_classWebPages.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	top: 0px;
	right: 0px;
}
#classWebPages span {
	visibility: hidden
}
#newsletter {
	background-image: url(images/button_newsletter.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	top: 107px;
	right: 0px;
}
#newsletter span {
	visibility: hidden
}
#supersites {
	background-image: url(images/button_supersites.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	top: 107px;
	right: 0px;
}
#supersites span {
	visibility: hidden
}
#library {
	background-image: url(images/button_library.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	top: 214px;
	right: 0px;
}
#library span {
	visibility: hidden;
	margin-left: 0px;
}
#handbook {
	background-image: url(images/button_handbook.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	position: absolute;
	float: left;
	text-decoration:none;
	clear: both;
	left: 0px;
	top: 214px;
}
#handbook span {
	visibility: hidden;
}

/*Classroom Pages Layout and Style*/
.fixedRow {
	width: 100%;
	clear: left;
}
#pagelayout #indexBody #oneColLayoutMain_header #oneColLayoutMain_Content .fixedRow .leftColumn h4 {
	text-align: center;
}
#pagelayout #indexBody #oneColLayoutMain_header #oneColLayoutMain_Content .fixedRow {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#pagelayout #indexBody #oneColLayoutMain_header #oneColLayoutMain_Content .fixedRow .leftColumn img {
	padding-top: 5px;
}
#pagelayout #indexBody #oneColLayoutMain_header #oneColLayoutMain_Content .fixedRow .leftColumn {
	float: left;
	width: 250px;
	padding-right: 15px;
}
.hidden {
	visibility: hidden;
	margin-top: 0px;
}
.alphaList {
	list-style-type: lower-alpha;
}
.classroomList ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: none;
}
.classroomLink li {
	list-style-type: none;
}
.hiddenBulletList {
	list-style-type: none;
}

/*backgrounds*/
#kdgnBG {
	background-image: url(images/kdgnBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	margin-top: 5px;
}
#firstBG {
	background-image: url(images/firstBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 106px;
	margin-top: 5px;
}
#secondBG {
	background-image: url(images/secondBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
	margin-top: 5px;
}
#thirdBG {
	background-image: url(images/thirdBG_000.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 98px;
	margin-top: 5px;
}
#fourthBG {
	background-image: url(images/fourthBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 98px;
	margin-top: 5px;
}
#fifthBG {
	background-image: url(images/fifthBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 79px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#artBG {
	background-image: url(images/artBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#musicBG {
	background-image: url(images/musicBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 161px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#peBG {
	background-image: url(images/peBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#readingBG {
	background-image: url(images/readingBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 66px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#giftedBG {
	background-image: url(images/giftedBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 94px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#mathBG {
	background-image: url(images/mathBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 78px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#libraryBG {
	background-image: url(images/libraryBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#computerBG {
	background-image: url(images/compedBG.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#orchestraBG {
	background-image: url(images/violinbg.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

