/* this stylesheet is for ciblearning.org*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical; 
}

body {
	font: 11px/15px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #fff;
	position: relative;
}

#wrapper-home {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home-back1.jpg);
	background-repeat: no-repeat;
	background-position: center 48px;
	margin-top: 8px;
	border: 1px solid #00b2eb;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	background-image: url(images/orangeback3.jpg);
	background-repeat: no-repeat;
	background-position: center 68px;
	min-height: 580px;
	border: 1px solid #00b2eb;
}
/*left column, all pages */

#left {
	float: left;
	width: 154px;
	margin-top: 6px;
}
/*logo on inside pages */
.logo-in {
	margin-top: 12px;
	margin-bottom: 70px;
	margin-left: 28px;
}
/*the for more info graphic in left column */
.info {
	margin-top: 46px;
	margin-left: 22px;
}
/*home page, right side */
#right {
	float: right;
	width: 770px;
}
/*inside pages, right side */
#right-in {
	float: right;
	width: 740px;
}
/* navigation  at top of page */
.navtop {
	height: 26px;
	margin-top: 18px;
	text-align: right;
	margin-right: 48px;
}
.navtop ul {
	list-style: none;
	margin-top: 4px;

}
.navtop li {
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 12px;
}
.navtop a:link, .navtop a:visited {
	color: #214089;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.navtop a:hover {
	color: #D25A55;
}
.navtop .current a:link, .navtop .current a:visited {
	color: #D25A55;
}
.headerstuff {
	margin-top: 32px;
	text-align: center;
	margin-right: 44px;
	
}
.tagline {
	margin-top: 16px;
	text-align: center;
	margin-right: 44px;
}



/*home table with nav */

#homepics {
	text-align: center;
	margin-top: 24px;
	border-collapse: collapse;
	height: 358px;
	margin-left: 0px;
}
#homepics td {
	width: 187px;
	vertical-align: top;
}
#homepics h2 {
	font: normal 16px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	padding-top: 8px;
}	
#homepics td.aqua {
	background-image: url(images/home-aquabox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}	
#homepics td.orange {
	background-image: url(images/home-orangebox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}	
#homepics td.blue {
	background-image: url(images/home-bluebox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}	
#homepics td.red {
	background-image: url(images/home-redbox.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}
#homepics a:link, #homepics a:visited {
	color:#fff;
	text-decoration: none;
}
#homepics a:hover {
	color:#FFCC33;
	
}

/*quote area */
#quote {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#quote p {
	font: italic normal 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #003399;
	text-align: center;
	padding: 18px 32px 12px 24px;
}
#quote .whosaid {
	color:#00b2eb;
	font: normal 11px/16px Arial, Helvetica, sans-serif; 
}


p {
	font: 11px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #330033;
	padding-bottom: 11px;
	padding-left: 58px;
	padding-right: 48px;
}

h1 {
	font: normal 18px/22px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #264190;
	text-align: center;
}
h3 {
	font: normal 16px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #993300;
	margin-bottom: 6px;
	margin-top: 24px;
	margin-left: 48px;
}
h3 .plain {
	color: #999;
}
h4 {
	font: normal 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	margin-bottom: 4px;
	margin-top: 12px;
	margin-left: 56px;
}

table {
	border-collapse:collapse; 
}
	
/*inner pages navigation, indestructible boxes */
#navtab {
	width: 725px;
	float: left;
}
#navtab ul {
  	list-style: none;
}
#navtab li {
	margin: 2px 3px 1px 0px;
	float: left;
	padding: 0;
	
}
#navtab a:link, #navtab a:visited {
  	color: #fff;
  	text-decoration: none;
  	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
  }
#navtab a:hover {
  color: #E9DD00;
  }

/*aqua tab*/
#navtab .aqua {
  background: url(images/navtab-aqua-right.gif) top right no-repeat;
  } 
#navtab .desc-aqua {
	margin: 0;
	padding: 5px 17px 3px 17px;
	background: url(images/navtab-aqua-left.gif) no-repeat left top;
	
  }
  
 /*blue tab */
#navtab .blue {
  background: url(images/navtab-blue-right.gif) no-repeat right top;
 }  
#navtab .desc-blue {
	margin: 0;
	padding: 5px 17px 3px 17px;
	background: url(images/navtab-blue-left.gif) no-repeat left top;	
  }

 /*red tab */
#navtab .red {
  background: url(images/navtab-red-right.gif) no-repeat right top;
  }  
 #navtab .desc-red {
	margin: 0;
	padding: 5px 17px 3px 17px;
	background: url(images/navtab-red-left.gif) no-repeat left top;
  }

  /*orange tab */
#navtab .orange {
  background: url(images/navtab-orange-right.gif) no-repeat right top;
  }  
#navtab .desc-orange {
	margin: 0;
	padding: 5px 17px 3px 17px;
	background: url(images/navtab-orange-left.gif) no-repeat left top;
  }

 

/*photo area on all innner pages */
#photos {
	width: 708px;
	float: left;
}
#photos img {
	float: left;
	margin-right: 1px;
}


/*content navigation tabs */
#nav-content {
	width: 700px;
	float: left;
	margin-left: 24px;
	margin-top: 12px;
	z-index: 2;
	position: relative;
}
#nav-content ul {
	list-type: none;
	list-style: none;
}
#nav-content li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav-content li a:link, #nav-content li a:visited {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #AEC5E4;
	color: #3A488A;
	border: 1px solid #00b2eb;
}
#nav-content li a:hover {
	background-color: #DBE5F2;
}
#nav-content .current a:link, #nav-content .current a:visited  {
	background-color: #DBE5F2;
	border-bottom: 1px solid #DBE5F2;
}


/* inner pages content */
#content {
	width: 688px;
	float: left;
	min-height: 300px;
	border: 1px solid #1FBEEB;
	z-index: 1;
	position: relative;
	margin-top: -1px;
	background-color: #DBE5F2;	
}

/* admin/login pages content are */
#content-admin {
	width: 656px;
	float: left;
	min-height: 300px;
	border: 1px solid #1FBEEB;
	z-index: 1;
	position: relative;
	margin-top: -1px;
	background-color: #DBE5F2;
	padding-left: 32px;	
}
#content-admin td {
	padding: 4px 8px 6px 12px;
	border: 1px solid #ccc;
	font: 11px/13px Arial, Helvetica, sans-serif;
}
#content-admin td.noborder {
	border: none;
}
#content-admin table.noborder {
	border: none;
}
#content-admin table.noborder td {
	border: none;
}
#content-admin ol {
	margin-left: 66px;
	margin-bottom: 18px;
}
#content-admin ul {
	margin-left: 66px;
	margin-bottom: 18px;
}
#trainerlist {
	margin-left: 54px;
	margin-bottom: 14px;
}




.sidebar {
	width: 184px;
	float: right;
	background-color: #E3EBF5;
	padding-top: 16px;
	min-height: 80px;
	padding-bottom: 16px;
	margin-bottom: 24px;
	margin-left: 20px;
	border-left: 1px solid #5b79b9;
	margin-top: 18px;
}
.sidebar p {
	padding: 0px 12px 10px 18px;
	color: #003366;
	font: 11px/13px Arial, Helvetica, sans-serif;
}
.sidebar h5 {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #003399;
	padding-left: 12px;
}
.sidebar p.bigger {
	font: italic 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #336699;
}
.imgright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 18px;
	font: italic normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #663333;
	text-align: center;
	display: block;
	width: 310px;
}
.imgright img {
	border: 1px solid #996633;
	margin-bottom: 4px;
}
.imgright2 {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 6px;
	font: italic normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #663333;
	text-align: center;
	display: block;
	width: 300px;
}
.imgright2 img {
	border: 1px solid #996633;
	margin-bottom: 4px;
}


	
a:link, a:visited {
	color: #cb4d33;
	text-decoration: none;
}
a:hover {
	color: #cb4d33;
	text-decoration: underline;
}
.imgleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 6px;
	border: 2px solid #ccc;
}
.imgleft-clear {
	clear: both;
	margin-right: 18px;
	margin-bottom: 6px;
	float: left;
}
.clear {
	clear: both;
}
a img { 
	border: none;
	text-decoration: none;
}
#video {
	text-align: center;
}
ul.list {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 11px;
	line-height: 14px;
	padding-right: 24px;
	padding-left: 9px;
	margin-left: 76px;
	margin-bottom: 16px;
	color: #333333;
}
ul.list2 {
	list-style-type: square;
	list-style-position: outside;
	font-size: 11px;
	line-height: 14px;
	padding-right: 24px;
	padding-left: 9px;
	margin-left: 12px;
	margin-bottom: 8px;
	margin-top: 6px;
	color: #666;
}
ol {
	margin-left: 76px;
	margin-bottom: 18px;
}
li {
	list-style-position: outside;
	padding-right: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	
}
ul.gradelevel {
	list-style: none;
}

.q {
	font-size: 14px;
	color: #993300;
}
.indentdiv {
	margin-left: 48px;
}

 

/*for login form */
#logintable {
	width: 360px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 14px;
	border: 1px solid #00b2eb;
	margin-bottom: 12px;
	padding: 4px;
}
#logintable td {
	padding: 8px 4px 4px;
	color: #993333;
}
#logintable td.label {
	width: 120px;
	text-align: right;
	padding-right: 12px;
}
#logintable input {
	background-color: #f9f8ea;
	border-right: 1px solid #ccc;
}
#logintable input.button {
	padding: 6px 9px;
	margin-left: 36px;
	background-color: #e2e0d8;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}

/*tables used in general admin pages, exactly the same as the teacher principal tables above, need to make all the same name later */
.admintable {
	width: 92%;
	padding: 2px 8px 2px 4px;
}
.admintable td {
	background-color: white;
}
.admintable td.head {
	background-color: #999;
	font-size: 16px; 
	font-weight: bold; 
	color: white;
	
}
.admintable td.head2 {
	background-color: #eee;
	font-style: italic;
}

.trainingstable {
	border: none;
}	
.trainingstable td {
	border: none;
}	
	
	
	
/*from old CIBL css */
.inputs {
	font-size:11px;
	font-weight:bold;
	color:#003366;
	padding-top: 5px;
}

 .textfield {
 	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; font-weight: bold; 
	background: #ffffff; 
	color: dark-blue;
 }
.secondheadertext { 
	font: normal 16px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #993300;
	margin-bottom: 6px;
	margin-top: 24px;
}
.district_admin_school {
	font-weight: bold;
	margin-left: 50px;
	margin-top: 18px;
}
.district_admin_list {
	margin-left: 58px;
}



/* styles taken out of old templates */
#districtContainer {
	margin-left: 64px;
	width: 550px;
	margin-top: 14px;
}
.districtBox {
	width: 250px;
	font: 12px/14px Helvetica, sans-serif, Verdana, Arial;
}


#districtContainer li {	
	padding: 2px 0px 6px 0px;
	margin-left: 26px;
}

/*bar shows up on all pages for logged in person */

#loggedin {
	width: 688px;
	height: 22px;
	color: #666;
	margin-top: 1px;
}
#loggedin td {
	padding-top: 4px;
}
#loggedin td.loggedwho {
	padding-left: 48px;
}
#loggedin td.mypage {
	padding-right: 20px;
	text-align: right;
}



/*email form */
.emailFormTable {
	width: 440px;
	margin-left: 30px;
	background-color: #eee;
	font: 11px/12px Lucida Grande, Arial, sans-serif;
	color: #666;

}
.emailFormTable td {
	vertical-align: top;
	text-align: left;
	padding: 0px 6px 10px 4px;
	
}
.emailFormTable th {
	vertical-align: top;
	text-align: left;
	padding: 0;

}
.emailFormTable th.title {
	vertical-align: top;
	text-align: right;
	padding-right: 14px;
}


.emailFormTable .right
{
	text-align: right;
}
.emailFormTable .center
{
	text-align: center;
}

.emailFormTable .bottomRight
{
	vertical-align: bottom;
	text-align: right;
}


.emailFormTable .header
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 10px 0px;
	
}
.message {
	margin-left: 44px;
	font-weight: bold; 
	color: #990000;
}
.message li {
	margin-left: 28px;
}

			
.supptable {
	width: 620px;
	margin-left: 24px;
}
#sciencekit {
	color: red;
}
/*calendar styles */
#bydate {
	width: 90%;
	

}
#bydate td {
	padding-bottom: 4px;

} 
.calendar {
 	border: 1px solid #666;
	CELLPADDING: 0;
	padding: 4px;
 }
 .calendar td {
 	padding: 4px;
}
 
 .calendarToday
 {
 	background-color: #c4cce1;
 }
 
 
 .calendarHeader
 {
 	background-color: #93a1c3;
 	font-weight: bold;
 }
 
 a.day:link
 {
 	font-weight: bold;
 }
 
 a.day:visited
 {
 	font-weight: bold;
 	font-decoration: underline;
 }
 
 .calendar-kit {
	margin-left: 40px;
	border: #666 1px solid;
	PADDING: 0;
	width: 90%;
}
.calendar-kit td {
	padding: 4px;
}


/* for teacher exercises pages */
p.exercise-return {
	text-align: right;
	padding-top: 14px;
	padding-bottom: 0px;
}
.exercisetable {
	margin-left: 58px;
	margin-bottom: 12px;
	width: 96%;
}
.exercisetable td {
	padding: 2px 4px 4px;
}

/*for bid request form */
#bidrequest {
	width: 90%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 28px;
	line-height: 14px;
	margin-bottom: 18px;
}
.red {
	color: #993300;
}
#bidrequest .info {
	border: 1px solid #00b2eb;
	margin-left: 24px;
	width: 92%;
	margin-top: 6px;
}
#bidrequest input, #bidrequest textarea {
	background-color: #f9f8ea;
	border-right: 1px solid #ccc;
}
#bidrequest input.button {
	padding: 6px 9px;
	margin-left: 36px;
	background-color: #e2e0d8;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}
#bidrequest td {
	padding: 8px 4px 4px;
	color: #333DA0;
}
#bidrequest td.label {
	width: 170px;
	text-align: right;
}
#bidrequest td.bordertop {
	border-top: 2px solid #e2e0d8;
}
#bidrequest p {
	padding-left: 24px;
	padding-right: 24px;
}
#bidrequest p.indent {
	padding-left: 38px;
}	
#bidrequest .kits {
	width: 380px;
	margin-left: 68px;
	margin-bottom: 14px;
	border: 1px solid #00b2eb;
}
#bidrequest .kits td.label2 {
	width: 250px;
	padding: 2px 4px 2px 6px;
}	
#bidrequest .kits td.num {
	width: 100px;
}	
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
