
/*
	ParentsGuide.css
*/

/* @group MainContent */

div#MainContent {
	display: block;
	background-color: #f5ebd0;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid green;*/
}

div#MainContent h1 {
	margin: 0;
	padding: 0;
}

div#MainContentBorder {
	background:url(/share/i/guide_bgroundborder.gif) repeat-y;
	margin-top:-3px;
	padding:0;
	/*border:1px solid blue;*/
}

/* @group GuideQuestions */

div#GuideQuestions {
	float: left;
	width: 478px;
	margin: 0;
	padding: 0;
	/*border:1px solid yellow;*/
}

div#GuideQuestions p {
	line-height: 1px;
}

div#GuideQuestions h2 {
	margin-bottom: 8px;
	margin-left: 10px;
}

/* @group GuideQuestionsBoxes */

div#GuideQuestionsBoxes {
	width: 468px;
	background-color: #F5ebd0;
	margin-left:10px;
	margin-top: 0px;
}

div#GuideQuestionsBoxes p {
	margin: 0;
	padding: 0;
}

div#GuideQuestionsBoxes p.bsp {
	margin-bottom: 7px;
}

div#GuideQuestionsBoxes h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0;
	line-height: 12px;
}

div#GuideQuestionsBoxes div {
	border-right: 1px solid #ccc;
	margin-left: 0px;
	padding:0 12px;
	margin-bottom: 0px;
	background-color: white;
	margin-top: 0px;
	/*background-image:url(/share/i/bubble_guide_top.gif);
	background-position:top right;*/
}

div#GuideQuestionsBoxes p.lineheightnorm {
	line-height:14px;
}

div#GuideQuestionsBoxes h3.subh3 {
	margin: 6px 0;
	padding: 0;
	font-size: 14px;
}
/* @end */

/* @end */

/* @group Feedback */

div#Feedback {
	width: 285px;
	float: right;
	clear: none;
	padding-right: 10px;
	/*border:1px solid red;*/
}

div#Feedback h2 {
	margin-bottom: 8px;
	clear: none;
}

div#Feedback hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

div#Feedback h2 img {
	padding-top:5px;
}

div#Feedback p {
	margin-bottom: 10px;
}

div#Feedback h2 img {
	float: right;
}

div#Feedback blockquote p {
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 2px;
	font-weight: normal;
}

div#Feedback blockquote p.cite {
	font-style: italic;
	font-size: 11px;
	margin-top: 2px;
	line-height: 12px;
}

div#FeaturedFeedback {
	float: none;
}

div#FeaturedFeedback div {
	margin:0;
}

div#FeaturedFeedback div#FeaturedFeedbackMedia img {
	float: right;
	padding-left: 4px;
	padding-right: 0;
	margin-right: 0;
}

div#FeaturedFeedback blockquote p {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#FeaturedFeedback blockquote p.cite {
	margin-bottom: 10px;
}

div#Feedback p.shareperspective {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	margin-top: 20px;
}

div#FeaturedFeedback div.playbutt {
	position:relative;
	top:127px;
	left:220px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
div#Feedback p.credits {
	font-style:italic; 
	margin-top:-10px;
}
span.credits {
	font-style:italic;
}
ul.quoteul {
	padding-left:12px;
}
ul.quoteul li {
	list-style:disc;
}
/* @end */

/* @group GuideTabs */

div#GuideTabs {
	display: block;
}

div#GuideTabs ul li {
	float: right;
	position: relative;
	z-index: 0;
	top: -30px;
	right: 15px;
	*right: 13px;
	padding-left: 14px;
	font-style: italic;
}

div#GuideTabs ul li#tabsTeach {
	padding-left: 65px;
}

div#GuideTabs ul li#tabsAdmin {
	padding-left: 42px;
}

div#GuideTabs ul li#tabsBoard {
	padding-left: 28px;
}

div#GuideTabs ul li#tabsBoardright {
	padding-right: 17px;
}

div#GuideTabs ul li#tabsBoard2ndright {
	padding-left: 42px;
}

div#GuideTabs ul li#tabsBoardleft {
	padding-right: 50px;
}

div#GuideTabs ul li#tabsBoard2ndleft {
	padding-right: 45px;
}

/* @end */

/* @end */

/* @group AuxContent */

div#AuxContent {
	background:url(/share/i/guide_bgroundborder.gif) repeat-y;
	width: 767px;
	display: block;
	border-top: 0px solid #bbb;
	background-color: #F5ebd0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 9px 9px 0 14px;
	/*border: 1px dotted purple;*/
}

/* auxEnclose holds StateBoardPresentation and auxCenter */

/* auxCenter holds ItemOfTheWeek, ParentResources, EarlyChildhood */

/* @group usedForParentsGuide only */

/* @group auxCenter */
	
div#auxCenter {
	width: 341;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	clear: none;
	/*border: 1px dotted red;*/
}

/* @group ItemOfTheWeek */

div#ItemOfTheWeek {
	width: 148px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ccc;
	float: left;
	clear: none;
	/*border: 1px dotted red;*/
}

div#ItemOfTheWeek ul {
	margin: 5px 0 0;
	padding: 0;
}

div#ItemOfTheWeek li {
	margin-bottom: 7px;
}

div#ItemOfTheWeek li img {
	clear: none;
	float: left;
	padding-right: 8px;
}

/* @end */

/* @group students  */

div#auxEncloseStudents {
	float: left;
	width: 770px;
	/*border:1px solid green;*/
}

div#auxCenterStudents {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	clear: none;
	margin-left:5px;
	/*border: 1px dotted red;*/
}

/* @group PracticeTaking */

div#PracticeTaking {
	width: 475px;
	padding: 0 8px 0 0;
	margin: 0;
	border-right: 1px solid #ccc;
	float: left;
	clear: none;
	min-height:310px;
	/*border:1px dotted green;*/
}

div#PracticeTaking p {
	margin-bottom: 8px;
}

div#PracticeTaking p em {
	font-style: italic;
	font-size: 13px;
}

/* @end */

/* @group StudentsResources */

div#StudentsResources {
	width: 270px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	float: left;
	clear: none;
	/*border: 1px dotted red;*/
}

div#StudentsResources ul {
	margin: 5px 0 0;
	padding: 0;
}

div#StudentsResources li {
	margin-bottom: 7px;
}

div#StudentsResources li img {
	clear: none;
	float: left;
	padding-right: 8px;
}

/* @end */

/* @group CostofLiving */

div#CostofLiving {
	width: 270px;
	display: block;
	padding: 7px 0px 0 0px;
	border-top: 1px solid #ccc;
	float: none;
	margin: 0;
	clear: left;
	position: relative;
	top: 4px;
}

div#CostofLiving p.vspacer{
	margin-top:3px;
	margin-bottom:5px;
}

div#CostofLiving h2 {
	white-space: nowrap;
	text-align: left;
	margin: 0;
}

/* @end */

/* @group table hsaassess */
table.hsaassess {
	font-size:11px;
	width:470px;
}

table.hsaassess tr {
	vertical-align: top;
}

table.hsaassess tr td, table.hsaassess tr th {
	border: none;
	padding: 2px;
	margin: 2px;
	color: #616161;
	padding-left:5px;
}
table.hsaassess tr th.thgray {
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	text-align:left;
	background-color:#ebedeb;
}
table.hsaassess tr td.dp {
	background-color:#faf5e7;
}
table.hsaassess tr td.lp {
	background-color:#fdfaf3;
}
table.hsaassess tr td.dg {
	background-color:#edf1d5;	
}
table.hsaassess tr td.lg {
	background-color:#f6f8ea;
}
/* @end */

/* @end */

/* @group ParentResources */

div#ParentResources {
	width: 135px;
	display: block;
	margin: 0;
	padding: 0;
	padding-left:10px;
	float: left;
	/*border: 1px dotted blue;*/
}

/* @end */

/* @group EarlyChildhood */

div#EarlyChildhood {
	width: 291px;
	display: block;
	padding: 7px 0px 0 0px;
	border-top: 1px solid #ccc;
	float: none;
	margin: 0;
	clear: left;
	position: relative;
	top: 4px;
}

div#EarlyChildhood h2 {
	white-space: nowrap;
	text-align: left;
	margin: 0;
}

/* @end */

/* @end */

/* /auxCenter holds ItemOfTheWeek, ParentResources, EarlyChildhood */

/* @group StateBoardPresentation */

div#StateBoardPresentation {
	width: 263px;
	padding: 0 8px 0 0;
	margin: 0;
	border-right: 1px solid #ccc;
	float: left;
	clear: none;
	min-height:310px;
	/*border:1px dotted green;*/
}

div#StateBoardPresentationAdministrators {
	width: 263px;
	padding: 0 8px 0 0;
	margin: 0;
	border-right: 1px solid #ccc;
	float: left;
	clear: none;

}

div#StateBoardPresentation p {
	margin-bottom: 8px;
}

div#StateBoardPresentation p em {
	font-style: italic;
	font-size: 13px;
}

/* @end */

/* @group SuperintendentMessage */

div#SuperintendentMessage {
	width: 166px;
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	clear: none;
	/*border:1px dotted magenta;*/
}

div#SuperintendentMessage blockquote {
	width: 164px;
	background: url(/share/i/QuoteBackground_placeholder.jpg) no-repeat;
	min-height:190px;
	/*border:1px dotted red;*/
	margin-bottom:15px;
}

div#SuperintendentMessage blockquote p {
	color: #575757;
	padding:5px 10px;
}

div#SuperintendentMessage blockquote p.cite {
	font-style: italic;
	font-size: 11px;
	margin-top: 2px;
	line-height: 12px;
}

/* @end */

/* @end */ /* /ending usedForParentsGuide only */

/* @group multiuse  */

div#auxEnclose {
	float: left;
	width: 585px;
	/*border:1px solid green;*/
}

/* @end */

/*
	TeachersGuide.css
*/
/* msteachersGuide is also used in esteachersGuide page*/
/* @group msteachersGuide  */
div.TeacherTabs {
	width:200px;
	position:relative; 
	top:-10px; 
	left:11px;
}
div.TeacherTabs ul li {
	display:inline;
	font-style:italic;
}
div.msTeach {
	width:67%; 
	float:right; 
	margin:10px 0; 
	padding:0 10px;
}
div.msTeachItemWeek {
	float:left; 
	width:48%; 
	border-right:1px solid #ccc; 
	padding-right:10px;
}
div.msTeachItemWeek ul {
	padding-top:10px;
	width:150px;
}
div.msTeachItemWeek li {
	float:left;
}
div.msTeachItemWeek li img {
	clear: none;
	float: left;
	padding:0 10px 5px 0;
}
div.msTeachResources {
	float:right; 
	width:46%;
}
div.msTeachDataExplorer {
	border-top:1px solid #ccc; 
	margin-top:10px; 
	padding-top:10px;
}
div.msTeachToolkit {
	float:left; 
	width:29%; 
	margin:10px 0; 
	border-right:1px solid #ccc; 
	min-height:275px;
}
div.msTeachToolkit h3 {
	margin: 0;
	padding:10px 0;
	font-size: 13px;
	font-style:italic;
	font-weight:normal;
}

/* @end */

/* @group hsteachersGuide  */
div.TeacherTabs {
	width:200px;
	position:relative; 
	top:-10px; 
	left:11px;
}
div.TeacherTabs ul li {
	display:inline;
	font-style:italic;
}
div.hsTeach {
	width:67%; 
	float:right; 
	margin:10px 0; 
	padding:0 10px;
}
div.hsTeachBot{
	margin-top:10px;
	border-top:1px solid #ccc;
}
div.hsTeachItemWeek {
	float:left; 
	width:48%; 
	border-right:1px solid #ccc; 
	padding-right:10px;
}
div.hsTeachItemWeek ul {
	padding-top:10px;
	width:150px;
}
div.hsTeachItemWeek li {
	float:left;
}
div.hsTeachItemWeek li img {
	clear: none;
	float: left;
	padding:0 10px 0 0;
}
div.hsTeachResources {
	float:right; 
	width:46%;
}
div.hsTeachPracticeScoring {
	float:right;
	border-left:1px solid #ccc; 
	margin-top:10px; 
	padding-left:10px;
	width:36%;
	min-height:115px;
}
div.hsTeachDataExplorer {
	float:left;
	margin-top:10px; 
	width:60%;
}
div.hsTeachToolkit {
	float:left; 
	width:29%; 
	margin:10px 0; 
	border-right:1px solid #ccc; 
	min-height:275px;
}
div.hsTeachToolkit h3 {
	margin: 0;
	padding:10px 0;
	font-size: 13px;
	font-style:italic;
	font-weight:normal;
}

/* @end */

/* @group generic */

div.clearBoth {
	clear: both;
	font-size: 1px;
	height: 1px;
	max-height: 1px;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#hiddenContent {
	display: none;
}

span.headerfont {
	text-transform:uppercase;
	font-weight:bold;
}
div#msdevideowhitebacking {
	margin:0; padding:0; background:url(/share/i/videos_msde_white.gif) no-repeat; width:258px; height:200px;
}
div#msdevideo {
	margin:0; padding:0; background:url(/share/i/videos_msde.gif) no-repeat; width:258px; height:200px;
}
div#msdevideo object, div#msdevideowhitebacking object, div#msdevideo embed, div#msdevideowhitebacking embed {
	position:relative;
	top:7px;
	left:8px;
}

/* @end */

/* just for whats new page */
/* @group GuideQuestionsBoxesNW */
div#GuideQuestionsBoxesWN { width:549px; margin-left:10px; margin-top:0px; }
div#GuideQuestionsBoxesWN div {margin-left:0px; padding:0 12px; margin-bottom:0px; margin-top:0px; }
div#GuideQuestionsBoxesWN p { margin:0; padding:0; }
div#GuideQuestionsBoxesWN p.toptight { margin-bottom:-5px; margin-top:10px; }
div#GuideQuestionsBoxesWN p.nomarg { margin-bottom:-5px; margin-top:-5px; }
div#GuideQuestionsBoxesWN img { margin:0; padding:0; }
div#GuideQuestionsBoxesWN h3 { margin-top:0px; margin-bottom:6px; padding:0; line-height:16px; }
div.GuideQuestionsBoxesWNContent { background-color:#ff0; background:url(/share/i/guideboxes_rightborder.gif) repeat-y; margin-bottom:7px; }
div.GuideQuestionsBoxesWNContent p img.block { position:relative; float:left; width:182px; padding-right:10px !important; }
div.GuideQuestionsBoxesWNContent p.upper { text-transform:uppercase; font-weight:normal !important; }
div.GuideQuestionsBoxesWNContent table { font-family:Arial, Helvetica, sans-serif; margin-top:7px; width:522px; }
div.GuideQuestionsBoxesWNContent table th { text-transform:uppercase; background-color:#ebebeb; font-weight:bold; font-size:11px; padding-left:3px; height:19px; }
div.GuideQuestionsBoxesWNContent table tr.pink { font-size:11px; background-color:#faf5e7; height:20px; }
div.GuideQuestionsBoxesWNContent table tr.orange { font-size:11px; background-color:#fdfaf3; height:20px; }
div.GuideQuestionsBoxesWNContent table td { padding-left:3px; }
div.GuideQuestionsBoxesWNContent table td.prt { float:right; }
/* @end */

/* @group FeedbackNW */
div#FeedbackWN { width:210px; float:right; clear:none; padding-right:10px; padding-left:5px; /*border:1px solid red;*/ }
div#FeedbackWN h2 { margin-bottom:8px; clear:none; }
div#FeedbackWN hr { border:0; color:#ccc; background-color:#ccc; height:1px; }
div#FeedbackWN h2 img { float:right; padding-top:5px; }
div#FeedbackWN p { margin-bottom:10px; }
div#FeedbackWN blockquote p { font-style:normal; margin-top:20px; margin-bottom:2px; font-weight:normal; }
div#FeaturedFeedback h4 { font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
div#FeedbackWN p.shareperspective { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; margin-top:20px; }
div#FeedbackWN div.newsfeed { padding-top:10px; }
div#FeedbackWN p.rss { font-family:Arial, Helvetica, sans-serif; font-size:11px; text-transform:uppercase; padding:10px 0px; border-top:1px solid #a57935; border-bottom:1px solid #a57935; background:url(/share/i/RSSicon.gif) no-repeat center left; }
div#FeedbackWN p.rss a:link { padding-left:33px; }
div#FeedbackWN p.rss a:visited { padding-left:33px; } 
/* @end */

div#GuideQuestionsWN { float:left; width:560px; margin:0; padding:0; /*border:1px solid yellow;*/ }
div#GuideQuestionsWN h2 { margin-bottom:8px; margin-left:10px; }

