/*
	CSS Stylesheet for NIE Template
	Created 11.17.2009
	By Jay Pilgreen
	copyright River City Studio
*/


	/* -------------------- Global Declarations -------------------------------------- */
	
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('/_img/corkBacker.jpg');
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
}

a {
	text-decoration: none;
	outline: none;
	color: #000099;
}

a:hover {
	color: #CC0000;
}

img {
	border: none;
}

#container {
	width: 1050px;
	margin: 0px auto;
}

#containerTopic {
	width: 960px;
	margin: 0px auto;
}


	/* ---------------------- Header Declarations ------------------------------------- */
	
	
#header {
	position: relative;
	height: 148px;
}

#header #logoCard {
	float: left;
	height: 148px;
	width: 238px;
	background-image: url('/_img/whiteNoteCard.png');
	background-repeat: no-repeat;
	position: relative;
}

#header #logoCard #logo {
	position: absolute;
	top: 35px;
	left: 10px;
}

#header #nav {
	text-align: center;
	width: 800px;
	position: absolute;
	top: 70px;
	right: 0px;
	background-image: url('/_img/navBacker.png');
	padding: 6px 0px;
}

#containerTopic #header #nav {
	width: 700px;
}	

#header #nav a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 11px;
	border-right: 2px solid #fff;
}



	/* ---------------------------- Main Content Declarations ------------------------- */
	
#content {
	margin-top: 10px;
	position: relative;
}
	
#right {
	background-color: #fff;
	float: right;
	margin-top: 25px;
}
	
	
	/* --------------------- Hot Topic Styles copied from KcstarSIE --------------------- */
	
#rightTopic {
	width: 261px;
	padding: 15px;
}

#rightTopic h3 {
	font-size: 22px;
	font-weight: normal;
}

#rightTopic p {
	font-size: 12px;
	line-height: 17px;
	padding-top: 4px;
}

#rightTopic div p {
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
}

#rightTopic img {
	display: block;
	margin: 0px auto;
	padding-top: 11px;
	padding-bottom: 2px;
}

#rightTopic h2 {
	font-size: 15px;
	text-align: center;
	padding: 3px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
}

#rightTopic h2.orange {
	background-color: #FBB040;
	color: #003687;
}

#rightTopic h2.blue {
	background-color: #1B75BC;
	color: #fff;
	border: none;
}

#rightTopic h2.green {
	background-color: #8CC63F;
	color: #fff;
}

#rightTopic div {
/* 	padding: 4px 0px; */
}

#rightTopic div.doubleWide {

}

#rightTopic hr {
	clear: right;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}	

#rightTopic div.singleLeft {
	width: 127px;
	padding-right: 4px;
}

#rightTopic div.singleRight {
	float: right;
	width: 127px;
}

.ie6Right div.singleRight, .ie6Right div.singleLeft {
	width: 126px !important;
}

#rightTopic div.singleRight img, #rightTopic div.singleLeft img {
	width: 126px;
}
	
.ie6Right div img {
	width: 126px;
}



	/* -------------- Right Note Style (As created for Island Packet) ------------- */
	
#rightNote {
	width: 300px;
	background-color: transparent;
	float: right;
	margin-top: 25px;
	position: relative;
}	

#rightNote .noteTop {
	height: 85px;
	background-image: url('/_img/yellowNoteTop.png');
	background-repeat: no-repeat;
}

#rightNote .noteBottom {
	height: 25px;
	background-image: url('/_img/yellowNoteBottom.png');
	background-repeat: no-repeat;
}

#rightNote .noteMiddle {
	min-height: 314px;
	height: 314px;
	height: auto !important;
	background-image: url('/_img/yellowNoteMiddle.png');
	background-repeat: repeat-y;
	padding-bottom: 50px;
}

#rightNote p {
	font-size: 12px;
	line-height: 16px;
	padding: 6px 23px;
}

#rightNote img.blueStar {
	position: absolute;
	bottom: 25px;
	left: 130px;
}

#rightNote img.redFlower {
	position: absolute;
	right: 15px;
	top: 30px;
}




	/* ----------------------------- Left Side ------------------------------- */
	
#left {
	width: 637px;
	position: relative;
}

#leftTop {
	height: 144px;
	background-image: url('/_img/notePaperTop.png');
	background-repeat: no-repeat;
}

#leftBottom {
	height: 16px;
	background-image: url('/_img/notePaperBottom.png');
	background-repeat: no-repeat;
}

#leftMiddle {
	min-height: 565px;
	height: auto !important;
	height: 565px;
	background-image: url('/_img/notePaperMiddle.png');
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 60px;
}

		/* --- Absolute Images -- */
		
#topKids {
	position: absolute;
	top: -10px;
	right: 50px;
}	

#leftKids {
	position: absolute;
	top: 425px;
	left: -35px;
}

#debian {
	position: absolute;
	bottom: 30px;
	left: 230px;
}


	/* ------------------ Login Column Styles ---------------------------------- */
	
#login {
	float: left;
	width: 190px;
	margin-left: 60px;
	position: relative;
	top: -75px;
	border-right: 1px dashed #000099;
	padding-bottom: 9px;
}

#teacherLogin {
	margin-top: 8px;
}

#studentLogin {
	margin-top: 12px;
}

.loginHeader {
	display: block;
	margin: 0px auto;
}	

.loginForm p {
	text-align: center;
	font-size: 11px;
	color: #000099;
	margin-top: 8px;
}

.loginForm input {
	border: 1px solid #000099;
	padding: 1px;
	width: 160px;
	display: block;
	margin: 0px auto;
	font-size: 11px;
}

.loginForm p.forgotPassword {
	text-align: left;
	margin: 0px;
	margin-left: 12px;
	font-size: 10px;
	float: left;
}

.loginForm p.forgotPassword a {
	color: #000099;
}

.loginForm p.forgotPassword a:hover {
	color: #CC0000;
}

.loginForm p.goButton {
	text-align: right;
	margin-right: 10px;
}

.loginForm p.goButton .goImageButton {
	width: auto !important;
	border: none;
	display: inline;
}

#starSketch {
	margin-top: -8px;
}

	/* ---- Login doubles as a dashboard element .. some styles above ----- */
	
.dashBoardLeft {
	text-align: center;
	padding-bottom: 40px !important;
}
	
.dashBoardLeft h2 {
	color: #CE0000;
	margin: 4px 0px;
	margin-top: 17px;
}

.dashBoardLeft p {
	margin: 8px 0px;
	line-height: 15px;
	font-size: 11px !important;
}

.dashBoardLeft h2.programHeader span {
	display: block;
	font-size: 11px;
}


	/* -------------- Right Content Column ----------------------------------- */
	
#rightContent {
	margin-left: 270px;
	margin-right: 40px;
}

#enrollText {
	padding-top: 80px;
	display: block;
	margin: 0px auto;
}

#enrollPostIt {
	text-align: right;
}

		/* --------- Blue Bordered Section ---------- */
		
#blueBorderBox {
	width: 277px;
	margin-top: 11px;
	position: relative;
	left: 40px;
}

#blueBorderTop, #blueBorderBottom {
	height: 5px;
	background-image: url('/_img/blueBorderTop.png');
	background-repeat: no-repeat;
}

#blueBorderBottom {
	background-image: url('/_img/blueBorderBottom.png');
}

#blueBorderMiddle {
	padding: 15px 0px;
	background-image: url('/_img/blueBorderMiddle.png');
	background-repeat: repeat-y;
}

#blueBorderMiddle p {
	font-size: 11px;
	color: #cc0000;
	text-align: center;
	margin: 6px 25px;
}


	/* ---------------------- Secondary Page Styles --------------------------------- */
	
#secondary {
	padding-right: 40px;
	padding-left: 70px;
	position: relative;
/* 	top: -55px; */
	top: -75px;
}

.secondaryRight {
	padding-left: 0px !important;
}

.notLoggedIn {
	margin-left: 30px;
}

.secondaryRight h2, .notLoggedIn h2 {
	margin-top: 0px !important;
	padding-top: 17px;
	font-size: 19px !important;
}

#secondary h3 {
	font-size: 13px;
	color: #000099;
	line-height: 17px;
	margin: 6px 0px;
}

#secondary h2 {
	font-size: 16px;
	color: #cc0000;
	margin: 6px 0px;
}

#secondary p {
	font-size: 11px;
	line-height: 15px;
	margin: 6px 0px;
}

#secondary ul {
	margin: 6px auto;
	margin-left: 15px;
	font-size: 11px;
	line-height: 15px;
}


		/* ------------------- Declarations for the Programs Page -------------------------- */
	
#programs {
	margin-top: 40px;
	padding: 0px 20px;
}
	
#programs div.block {
	position: relative;
	padding-bottom: 10px;
	min-height: 105px;
	height: auto !important;
	height: 105px;
}

#programs div.firstBlock {
	margin-top: 25px;
}

#programs div.block img {
	float: left;
}

#programs h3 {
	color: #333;
}

#programs div.block h4 {
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-left: 150px;
	margin-bottom: 4px;
	font-size: 13px;
}

#programs div.block h4 a {
/* 	color: #CE0000; */
	color: #FFB812;
	text-decoration: underline;
}

#programs div.block p {
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	margin-left: 150px;
	color: #333;
}

#programs div.block a {
	color: #ce0000;
}

#programs .libraries p {
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 3px;
}


		/* ------------------- Sponsor Page Styles ----------------------- */
	
#sponsorLeft {
	float: left;
	width: 160px;
}

#sponsorRight {
	float: right;
	width: 160px;
}

#sponsorMiddle {
	margin-left: 175px;
/* 	margin-right: 170px; */
	width: 160px;
}

#sponsorLeft p, #sponsorRight p, #sponsorMiddle p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 9px;
}

#sponsorLeft a, #sponsorRight a, #sponsorMiddle a {
	color: #fff;
}

#sponsorLeft a:hover, #sponsorRight a:hover, #sponsorMiddle a:hover {
	color: #FF7500;
}


	/* --------------------- Alert Messages / Register Form ---------------------------------------- */
	
#secondary #register h2, #secondary .inactiveAlert h2 {
	margin: 0px;
	padding: 6px 0px;
	font-size: 24px;
}

.registerForm input {
	width: 175px;
	border: 1px solid #999;
	padding: 1px;
}

.registerForm input.goImageButton {
	width: auto;
	border: none;
	margin-right: 25px;
}

.registerForm .right {
	text-align: right;
}

.blockForm p {
	font-size: 14px !important;
}

.blockForm input, .blockForm select, .blockForm textarea {
	display: block;
	margin-top: 3px;
	width: 350px;
	border: 1px solid #000099;
	padding: 1px;
}

.blockForm input.hidden {
	display: none !important;
}

input.inline, select.inline {
	display: inline !important;
}

.blockForm input.radio, .blockForm input.check {
	width: 13px !important;
	display: inline !important;
	margin-right: 3px;
	margin-left: 6px;
}

.blockForm input.submit {
	width: auto !important;
	border-style: outset;
	font-weight: bold;
	background-color: #000099;
	color: #fff;
}

.blockForm input.submit:hover {
	cursor: pointer;
	color: #FF8C00;
}

.schoolOption {
	height: 55px;
}

.alert {
	padding: 10px 20px;
	color: #fff;
	background-color: #000099;
	border: 2px solid #FF8C00;
	width: 70%;
}

.alert p {
	font-size: 12px !important;
}

.accessCode {
	font-size: 130%;
	font-weight: bold;
	color: #C00;
}



	/* --------------------------- Account Section ------------------------ */
	
#accountRight {
	margin-left: 270px;
}

	/* ---------------- New Account Styles for Re-Design 8.8.2009 ------------------ */

.myNewAccount #accountLeft {
	float: left;
	width: 250px;
	position: relative;
	padding-right: 10px;
	border-right: 1px solid #999;
}

.myNewAccount #accountRight {
	margin-left: 275px;
}

.myNewAccount #headerImage {
	float: left;
}

.myNewAccount #headerLink {
/* 	margin-left: 210px; */
}

.myNewAccount #headerLink h2, .myNewAccount #headerLink p {
	text-align: center;
}

.myNewAccount #headerLink h2 {
	color: #CE0000;
/* 	margin-top: 30px; */
	font-size: 18px;
}

.myNewAccount #headerLink p {
	font-weight: bold;
	margin: 9px 0px;
	line-height: 16px;
}

.myNewAccount #headerLink p.popUp {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	font-family: Arial, sans-serif;
	line-height: 12px;
/* 	width: 200px; */
	margin: 0px auto;
}

.myNewAccount #headerLink p img {
	vertical-align: middle;
}

.myNewAccount h3 {
/* 	clear: left; */
	color: #CE0000;
	margin-bottom: 5px;
	padding-top: 15px;
	font-size: 16px;
}

.myNewAccount h2.clear {
	clear: left;
}

#accountLeft h4 {
	color: #CE0000;
	font-size: 17px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CE0000;
	margin-bottom: 6px;
	font-family: "Arial";
	margin-top: 11px;
}

#accountLeft h4 span {
	font-size: 12px;
	margin-left: 7px;
	display: block;
}

.myNewAccount #accountRight h3.firstHeader {
	padding-top: 0px;
}

.myNewAccount h5 {
	color: #CE0000;
	font-size: 12px;
}

.myNewAccount p {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.myNewAccount p a {
	color: #000;
}

.myNewAccount p a:hover {
	color: blue;
}

.myNewAccount p img {
	vertical-align: middle;
}

.myNewAccount div.clear {
	display: block;
	clear: left;
	height: 15px;
}

.myNewAccount div.weeklyLeft, .myNewAccount div.weeklyRight {
	width: 170px;
}

.myNewAccount .weeklyLeft {
	float: left;
}

.myNewAccount .weeklyRight {
	margin-left: 170px;
}

.myNewAccount .weeklyRight {
/* 	margin-top: 15px; */
}

.myNewAccount .weeklyLeft p, .myNewAccount .weeklyRight p {
	color: #666;
	margin: 4px 0px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 17px;
	margin-top: 0px;
}

.myNewAccount p.weeklyHeader {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.myNewAccount .left {
	float: left;
}

.myNewAccount .right {
	margin-left: 170px;
}

.myNewAccount .left a.programButton, .myNewAccount .right a.programButton {
	display: block;
	width: 152px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	background-image: url('/_img/ProgramsButton.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 8px;
	color: #CE0000;
	cursor: pointer;
	outline: none;
}

.myNewAccount .left div, .myNewAccount .right div {
	width: 160px;
}

.myNewAccount .left div p, .myNewAccount .right div p {
	display: block;
	width: 160px;
	padding: 2px 6px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
/* 	border: 1px solid #999; */
	margin: 0px !important;
}

.myNewAccount .left p.sectionHeader, .myNewAccount .right p.sectionHeader {
	border: none;
	font-size: 14px;
	color: #9E0000 !important;
	font-weight: bold;
	margin: 5px 0px 0px 0px !important;
}

.myNewAccount div div {
	background-color: #F4F6FF;
	margin-bottom: 5px;
}

.myNewAccount .left div p a, .myNewAccount .right div p a {
	display: block;
	color: #666;
	margin: 4px;
}

.myNewAccount .left div p a:hover, .myNewAccount .right div p a:hover {
	color: #9E0000;
}

.myNewAccount .left div p:hover, .myNewAccount .right div p:hover {
/* 	background-color: #FFFCE1; */
}

.myNewAccount .left div a img, .myNewAccount .right div a img {
	float: right;
	margin-right: 10px;
}

		/* ---------- Block Declarations ------------- */
		
.myNewAccount .programBlock {
	clear: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.myNewAccount .programBlock img {
	float: left;
}

.myNewAccount .programBlock h4, .myNewAccount .programBlock p {
	margin-left: 150px;
}

.myNewAccount .programBlock h4, .myNewAccount .mid_wording h4 {
	margin-bottom: 6px;
	font-size: 14px;
	color: blue;
}

.myNewAccount .programBlock p, .myNewAccount .mid_wording p {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

.myNewAccount .mid_wording p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
}

.myNewAccount .mid_wording p a {
	color: blue;
}

#myClassInfo {
	margin: 0px 50px 0px 70px;
	padding: 5px 10px;
	background-color: #D9DDFD;
	border: 1px outset #D9DDFD;
	position: relative;
	clear: left;
}

#myClassInfo h2 {
	font-size: 17px;
	color: #cc0000;
	margin-bottom: 8px;
}

#myClassInfo .floatLeft {
	float: left;
	width: 40%;
}

#myClassInfo .clearLeft {
	clear: left;
}

#myClassInfo h3 {
	color: #CC0000;
	font-size: 15px;
	margin-bottom: 7px;
}

#myClassInfo p, #myClassInfo td {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 16px;
}


	/* --------------------- Footer Navigation --------------------------- */
	
#footerNav {
	margin: 0px auto;
	background-image: url('/_img/navBacker.png');
	padding: 6px 0px;
	text-align: center;
	width: 60%;
}

#footerNav a, #footerNav span {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 9px;
}

#footerNav a {
	border-right: 1px solid #fff;
}

#footerNav a:hover {
	color: #FF7E00;
}
