
/*------------------------------------------------------
 style-screen.css
 Date: 10/01/2008
 Purpose: Screen style sheet
 -----------------------------------------------------*/




/*-------------------------------------------------------
	General
---------------------------------------------------------*/

body
{
	background-color: #fff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin-top: 0px;
}




/*-------------------------------------------------------
	Status messaging
---------------------------------------------------------*/

.Success
{
	display: inline;
	background-color: #DFFFCC;
	color: #580;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #580;
}
.Failure
{
	display: inline;
	color: #900;
	font-weight: bold;
}
.Warning
{
	display: inline;
	color: #967029;
	font-weight: bold;
	border: 1px solid #ffd324;
	background-color: #fff6bf;
	padding: 4px;
}




/*-------------------------------------------------------
	MonsterLinks
---------------------------------------------------------*/

.MonsterLinks
{
	margin-bottom: 10px;
}
.MonsterLinksWithBorder
{
	border-bottom: 1px solid #555;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}





/*-------------------------------------------------------
	Forms
---------------------------------------------------------*/

form
{
	margin: 0px;
}
table.StandardForm
{
	border: none;
}
table.StandardForm tr.Field th,
table.StandardForm tr.Field td
{
	border-bottom: 1px solid #bbb;
}
table.StandardForm th
{
	font-weight: bold;
	color: #555;
	background-color: #e0e0e0;
	padding: 14px 3px 14px 3px;
}
select, input, textarea
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.StandardForm td label
{
	font-size: 1.0em;
}
.DisabledTextBox
{
	background-color: #D3D3D3;
	color: #818181;
}
img.TreeLink
{
	position: relative;
	top: -6px;
	left: 1px;
}
.FormSectionEnd
{
	border-top: 1px solid #bbb;
}
.DefaultFieldValue
{
	color: #aaa;
}
table.RadioGroup td
{
	border: none !important;
	text-align: center;
	padding: 0px 9px;
}
table.RadioGroupLegend
{
	border-top: 1px solid #999;
	margin-top: 2px;
}
table.RadioGroupLegend td
{
	font-size: 0.9em;
	border: none !important;
}






/*-------------------------------------------------------
	Page navigation
---------------------------------------------------------*/

.SubNavigationContainer
{
	float: left;
	width: 65%;
	margin-top: 7px;
	margin-bottom: 7px;
}
.SearchFormContainer
{
	float: left;
	width: 32%;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: right;
	margin-right: 5px;
}





/*-------------------------------------------------------
	Page text
---------------------------------------------------------*/

p
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px 3px 4px 3px;
	line-height: 1.5em;
}
.StudentsSubHeading
{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}
.NoticeText
{
	color: #555;
}
.SubHeadingCell
{
	border-bottom: 1px solid #bbb;
}
.SubHeading
{
	font-size: 1.2em;
}
.SubHeadingFirstWordStudents,
.SubHeadingFirstWordstudents
{
	color: #f60;
	font-size: 1.2em;
	padding-left: 0px;
}
.SubHeadingFirstWordParents,
.SubHeadingFirstWordparents
{
	color: #060;
	font-size: 1.2em;
	padding-left: 0px;
}
.SubHeadingFirstWordEducators,
.SubHeadingFirstWordeducators
{
	color: #039;
	font-size: 1.2em;
	padding-left: 0px;
}
.Subtitle, .StudentsSubtitle
{
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
}
.ContentContainer
{
	padding: 4px;
}






/*-------------------------------------------------------
	Links
---------------------------------------------------------*/


a
{
	font-size: 1.0em;
	padding: 2px 0px;
}
a:link, a:visited, a:active
{
	color: #ff6600;
}
a:hover
{
	color: #000000;
}
a.non-color:link, 
a.non-color:visited,
a.non-color:active,
a.non-color:hover
{
	color: #000000;
}
a.sidebar:link,
a.sidebar:visited
a.sidebar:active,
a.sidebar:hover
{
	color: #333333;
	font-size: 100%;
}
a.MonsterLink
{
	font-size: .95em;
	line-height: 1.2em;
}
.LinkIcon
{
	margin-right: 2px;
}





/*-------------------------------------------------------
	Tables
---------------------------------------------------------*/

table
{
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
}




/*-------------------------------------------------------
	Breaks
---------------------------------------------------------*/

.clearer
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.clearer-3px
{
	clear: both;
	font-size: 0px;
	height: 3px;
	line-height: 3px;
}






/*-------------------------------------------------------
	Lists
---------------------------------------------------------*/

ul, ol, li
{
	line-height: 1.4em;
}
li.alert
{
	color: #cc0000;
}
ul.notice, ol.notice, li.notice
{
	color: #fff;
}






/*-------------------------------------------------------
	Article tools
---------------------------------------------------------*/


.ArticleToolsContainerFieldset
{
	padding: 0px;
	border: 1px solid #bbb;
	color: #777;
}
.ArticleToolsContainer
{
	width: 165px;
	padding-top: 5px;
}
.ArticleToolsContainer ul
{
	clear: both;
	margin: 0px 0 0 2px;
	padding: 2px 2px 2px 2px;
}
.ArticleToolsContainer ul li
{
	font-size: 98%;
	line-height: 1.7em;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin-bottom: 5px;
}
.ArticleToolsContainer ul li a
{
	color: #333;
}
.ArticleToolsContainer ul li.Email a
{
	padding: 3px;
}
.ArticleToolsContainer ul li.Print a
{
	padding: 3px;
}
.ArticleToolsContainer ul li.Share a
{
	padding: 2px 2px 2px 2px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #fff;
}
/* IE only */
* html .ArticleToolsContainer ul li.Share a
{
	padding: 1px 2px 4px 2px;
}
.ArticleToolsContainer ul li.Share a img
{
	position: relative;
	top: 3px;
}
.ArticleToolsContainer ul li.Share a:hover
{
	border: 1px solid #ff6600;
}
.ArticleToolsContainer ul li.Share table td
{
	padding: 2px;
}
.RatingToolTip
{
	color: #222;
	background-color: #fffedf;
	border: 1px solid #222;
	position: absolute;
	z-index: 100;
	padding: 2px 6px;
	width: 100px;
}




/*-------------------------------------------------------
	School autocomplete field
---------------------------------------------------------*/

.SchoolInstructions
{
	color: #555;
	font-style: italic;
	font-weight: normal;
}
div.SchoolAutocomplete
{
	background-color: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 250px;
}
div.SchoolAutocomplete ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.SchoolAutocomplete ul li.selected
{
	background-color: #000080;
	color: #fff;
}
div.SchoolAutocomplete ul li
{
	cursor: pointer;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}




/*-------------------------------------------------------
	Articles
---------------------------------------------------------*/


.article-hdr-img
{
	float: left;
	margin: 0px 10px 10px 0px;
}
.holder-link-educators
{
	background-color: #F7F7F7;
	border: 1px solid #EAE8E9;
	padding: 1%;
	width: 95%;
}
.holder-link-parents
{
	background-color: #F7F7F7;
	border: 1px solid #EAE8E9;
	padding: 1%;
	width: 95%;
}
.holder-link-students
{
	background-color: #F7F7F7;
	border: 1px solid #EAE8E9;
	padding: 1%;
	width: 95%;
}
.holder-link-students-home
{
	padding: 3px;
	width: 173px;
}


.StudentHomeArticleListHeader ul
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	width: 290px;
}
.StudentHomeArticleListHeader li
{
	
	list-style: none;
	padding: 4px;
	color: #ff6633;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.ArticleListActive
{
	font-weight: bold;
	background-color: #ff6633 !important;
	color: #fff !important;
}
.ArticleListGroupHover
{
	background-color: #888;
	color: #fff !important;
	font-weight: bold;
}
/* IE only */
* html .StudentHomeArticleListHeader ul
{
	margin-left: 0px;
}
.StudentHomeArticleList ul
{
	margin: 0px;
	padding: 0px 0px;
}
.StudentHomeArticleList li
{
	font-size: 1.0em;
	line-height: 1.5em;
	list-style: none;
	margin-bottom: 5px;
	padding: 2px 0px 0px 0px;
}
li.StudentHomeArticleCategory
{
	font-size: 1.0em;
	color: #555;
	padding-top: 7px !important;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #bbb;
}
.ArticleTitle, .GroupTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}
.ArticleAuthor
{
	font-size: 1.0em;
	color: #555;
	font-variant:small-caps;
}
.ArticleSubtitle
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
}
.GroupSubtitle
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
}
.ArticleCategory
{
	font-size: 1.2em;
	display: list-item;
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	color: #555;
}
.ArticleCategoryFirstWord
{
	color: #f60;
}
ul.ArticleList
{
	padding-left: 0px;
	margin-left: 20px;
	list-style-image: url("/images/gfx_icons/list_arrow.gif");
}
ul.ArticleList li
{
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TwoColumnCategory
{
	float: left;
	width: 50%;
	margin-top: 5px;
}
table.ArticleCategories td
{
	vertical-align: top;
}
table.ArticleCategories td.SingleColumn
{
	width: 345px;
}
.ArticleContentContainer
{
	line-height: 1.3em;
}
.ArticleContentContainer li
{
	padding: 2px;
}
img.AuthorType
{
	margin-bottom: 10px;
	border: none;
}
.QuoteCitation
{
	font-size: 0.95em;
	line-height: 1.2em;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #444;
}





/*-------------------------------------------------------
	ContentArea coloring
---------------------------------------------------------*/

.Students
{
	color: #ff6600;
}
.Parents
{
	color: #060;
}
.HighSchoolEducators, .Educators
{
	color: #039;
}
.CollegeEducators
{
	color: #609;
}





/*-------------------------------------------------------
	Form errors
---------------------------------------------------------*/

.ErrorContainer
{
	border: 1px solid #d00;
	background-color: #FEE4E0;
	padding: 3px;
	display: block;
	margin-right: 5px;
	float: left;
}
ul.FormError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	list-style-image: none;
	margin: 0px 0px;
	text-align: left;
	padding-right: 20px;
}
li.FormError, span.FormError
{
	color: #d00;
	text-align: left;
}
li.FormError a:link,
li.FormError a:visited,
li.FormError a:active
{
	color: #555;
}
li.FormError a:hover
{
	color: #000;
	text-decoration: underline;
}
li.FormError a:link
{
	color: #000;
}
.wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 715px;
}





/*-------------------------------------------------------
	General containers
---------------------------------------------------------*/

.container-body
{
	background: url("/images/gfx_images/img_content_table_00.gif") repeat-y;
	padding: 0px 17px 0px 2px;
	width: 715px;
}
.container-header
{
	margin: 0px auto;
	width: 715px;
}
.container-footer
{
	margin: 0px auto;
	width: 715px;
}
.container-content
{
	margin: 0px auto;
	width: 100%;
}
.container-form
{
	margin-left: 5px;
}
.header
{
}
.footer
{
}
.Navigation a
{
	padding: 0px;
}
.subnavigation
{
	border-bottom: 1px solid #000000;
}
.content
{
	margin: 0px;
	padding: 0px 5px;
}
table.SiteMap,
table.SiteMap table
{
	width: 625px;
}
table.SiteMap td
{
	vertical-align: top;
}
table.SiteMap td.BackToTop
{
	text-align: right;
}
table.SiteMap td.GroupHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #555;
}





/*-------------------------------------------------------
	Bar boxes
---------------------------------------------------------*/

.bar-box185
{
	margin: 0px;
	width: 185px;
}
.bar-box679
{
	margin: 0px 0px 0px 0px;
	width: 679px;
}
.bar-box185-o-top
{
	background: url("/images/gfx_images/img_con-o-top-185.gif") no-repeat;
	height: 35px;
	width: 100%;
}
.bar-box185-p-top
{
	background: url("/images/gfx_images/img_con-p-top-185.gif") no-repeat;
	height: 35px;
	width: 100%;
}
.bar-box185-g-top
{
	background: url("/images/gfx_images/img_con-g-top-185.gif") no-repeat;
	height: 35px;
	width: 100%;
}
.bar-box679-o-top
{
	background: url("/images/gfx_images/img_con-o-top-679.gif") no-repeat;
	height: 35px;
	text-align: left;
	width: 100%;
}
.bar-box679-o-bottom
{
	height: 20px;
	text-align: left;
	width: 100%;
}
.bar-box185-o-top p, .bar-box185-p-top p, .bar-box185-g-top p
{
	color: white;
	font-family: arial, helvetica;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 8px;
}
.bar-box185-o-bg p, .bar-box650-o-bg p, .bar-box185-p-bg p, .bar-box185-g-bg p
{
	margin: 3px 8px;
}
.bar-box679-o-top p
{
	color: white;
	font-family: arial, helvetica;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 8px;
}
.bar-box185-o-bg
{
	background: url("/images/gfx_images/img_con-o-bg-185.gif") repeat-y;
	width: 100%;
}
.bar-box679-o-bg
{
	background: url("/images/gfx_images/img_con-o-bg-679.gif") repeat-y;
	width: 100%;
}
.bar-box185-p-bg
{
	background: url("/images/gfx_images/img_con-p-bg-185.gif") repeat-y;
	width: 100%;
}
.bar-box185-g-bg
{
	background: url("/images/gfx_images/img_con-g-bg-185.gif") repeat-y;
	width: 100%;
}
.bar-box185-o-top, .bar-box679-o-top, .bar-box185-p-top, .bar-box185-g-top
{
	width: 100%;
}

/*-------------------------------------------------------
	Sponsors
---------------------------------------------------------*/
a.sponsors:link, a.sponsors:visited, a.sponsors:active, a.sponsors:hover, body.sponsors p

{
	color: #000000;
}

.video-content { border: 1px solid #333333;  padding: 2px; width: 320px; text-align: left; margin: 0px auto;}

body.sponsors
{
	background-color: #683594;
	color: #000000;
}
/*
  .roundbox-container{position:relative;z-index:20; color: #000000; margin: 20px 0px;}
  .roundbox-content{padding:1em; position:relative;z-index:15; color: #000000; text-align: left; }
  .roundbox-container object[type="image/svg+xml"]{;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:-1;  }
  .roundbox-content p, .roundbox-content ul { color: #000000; }
*/

/*-------------------------------------------------------
	 ALERT ELEMENTS - used in alert divs 
---------------------------------------------------------*/


	.bar-confirmation {
		background-color: #dcf279;
		border: 1px solid #738a0e;
		margin: 5px auto 5px auto;
		padding: 5px 5px;
		width: 90%;
	}
	.bar-confirmation a, .bar-confirmation p { color: #000; }	
	
	.bar-warning{
		background-color: #FFFFCC;
		border: 1px solid #ffd700;
		margin: 5px auto 5px auto;
		padding: 5px 5px;
		width: 90%;
	}	

	.bar-warning a, .bar-warning p { color: #000; }		
	
	.bar-alert {
		border: 1px solid #d00;
		background-color: #FEE4E0;
		margin: 5px auto 5px auto;
		padding: 5px 5px;
		color: #d00;
		width: 90%;
	}	
	.bar-alert a, .bar-alert p { color: #d00; }

/*-------------------------------------------------------
	Link to Making It Count page
---------------------------------------------------------*/

.LinkContainer
{
	border: 1px solid #999;
	padding: 7px;
	background-color: #e9e9e9;
	font-size: 11px;
}

.LinkContainer a
{
	color: #00F;
}

.LinkCodeBox
{
	border: 2px solid #444;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 5px;
}

label.LinkCode
{
	font-size: 11px;
}

.LinkContainer img
{
	
}

table.LinkConfirmationForm
{
	border-width: 0px;
	width: 100%;
}

table.LinkConfirmationForm td
{
	font-size: 11px;
	padding: 3px;
}

table.LinkConfirmationForm td hr
{
	color: #ccc;
	width: 100%;
	height: 1px;
}

table.LinkConfirmationForm td span.Red
{
	color: #f00;
}