
/*------------------------------------------------------
 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: 0px;
	padding: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
{
}

/*-------------------------------------------------------
	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
---------------------------------------------------------*/
.AccountContainer
{
	float: right;
	margin: 17px 15px 7px 0px;
	text-align:right;
	color: #fff;
}
.AccountContainer a
{
    color: #fff;
}
.SearchFormContainer
 {
margin:5px 0px;     
float: right;
width:212px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url(/images/gfx_images/searchbox.gif);
background-repeat:no-repeat; /*important*/
padding:0px;
}
 
.SearchFormContainer form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
margin: 7px 0px 0px 15px;
width:160px;
height:28px;
float: left;

}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
    margin: 7px 0px 0px 0px;
	width:27px;
	height:29px;
	float: left;
}







/*-------------------------------------------------------
	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: #92A732;
	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.5em;
}
.SubHeadingFirstWordStudents,
.SubHeadingFirstWordstudents
{
	color: #92A732;
	font-size: 1.5em;
	padding-left: 0px;
}
.SubHeadingFirstWordParents,
.SubHeadingFirstWordparents
{
	color: #92A732;
	font-size: 1.5em;
	padding-left: 0px;
}
.SubHeadingFirstWordEducators,
.SubHeadingFirstWordeducators
{
	color: #92A732;
	font-size: 1.5em;
	padding-left: 0px;
}
.Subtitle, .StudentsSubtitle
{
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
}
.ContentContainer
{
    text-align: left;
}






/*-------------------------------------------------------
	Links
---------------------------------------------------------*/


a
{
	font-size: 1.0em;
	padding: 2px 0px;
}
a:link, a:visited, a:active
{
	color: #673694;
}
a:hover
{
	color: #92a732;
}
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;
}

.container-SubNavigation a:link,
.container-SubNavigation a:visited, 
.container-SubNavigation a:active
{
	color:#CCC;
}
.container-SubNavigation a:hover
{
	color:#92a732;
}




/*-------------------------------------------------------
	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
{
	width: 183px;
	margin: 0px;
	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: 500px;
}
.StudentHomeArticleListHeader li
{
	
	list-style: none;
	padding: 4px;
	color: #673694;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.ArticleListActive
{
	font-weight: bold;
	background-color: #673694 !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.5em;
	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.4em;
	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: #92A732;
}
.Parents
{
	color: #92A732;
}
.HighSchoolEducators, .Educators
{
	color: #92A732;
}
.CollegeEducators
{
	color: #92A732;
}





/*-------------------------------------------------------
	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;
	padding:0px;
	width: 100%;
	background-color: #fff;
}
.wrapper-center
{
    margin:0px auto;
    width: 900px;
}    





/*-------------------------------------------------------
	General containers
---------------------------------------------------------*/

.container-body
{
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
}
.container-header
{
	width: 100%;
	background-color: #fff;
}
.container-menu
{
    float: left;
}
.container-social-links
{
    float: right;
}
.container-footer
{
	background-color:#282828;
	background-repeat: repeat;
	min-width:977px;
	margin: 0px;
	padding-top:24px;
	padding-bottom:34px;
	width:100%;
	display:block;
	border-top:solid;
	border-top-color:#999;
    
}
.container-content
{
	width: 100%;
	text-align: left;
	background-color: #fff;
}
.container-form
{
	margin-left: 5px;
}
.container-right
{
    width: 200px; 
    float: right; 
    background-color: #fff;
}    
.container-left
{
    width: 200px; 
    float: left;
    background-color: #fff;
}
.container-middle
{
    width: 500px; 
    float: left;
    text-align: left;
    background-color: #fff;
}
.header
{
}
.Footer
{
	width:900px;
	margin:0 auto;
	color:#666;
}
.MenuItem
{
    float:left; 
    width: 190px;
}
.Social-Links
{
    float:left; 
    padding: 6px;
}
.BannerAdContainer
{
    width: 185px;
    margin: 0px 0px 0px 15px;
    text-align: center;
}
.container-Navigation
{
    background: url('/images/gfx_images/menu-bg.jpg') repeat-x;
}
.container-SubNavigation
{
    background-color: #282828;
}
.container-Crumblinks
{
    background: url('/images/gfx_images/breadcrumb-bg.jpg') repeat-x;
	height: 52px;
	height: auto !important;
	min-height: 52px;
}
.Crumblinks
{
    text-align:left;
    padding: 20px 0px 20px 5px;
}
.Footer a
{
	color:#FFF;
	text-decoration:none;
}
.Footer a:hover
{
	text-decoration:underline;
}

.MenuItem a
{
	padding: 0px;
}
.subnavigation
{
	border-bottom: 1px solid #000000;
}

table.SiteMap,
table.SiteMap table
{
	width: 900px;
}
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;
}

/*------------------------------------------------------
    menu
--------------------------------------------------------*/

.MenuItem a.btn_students {
    display:block;
    background:url(/images/gfx_images/menu-students.jpg) top no-repeat;
    width:190px;
    height:43px;
    text-decoration:none;
}
.MenuItem a.btn_students:hover {
    background-position:bottom;
}
.MenuItem a.btn_students span {
    visibility:hidden;
}

.MenuItem a.btn_parents {
    display:block;
    background:url(/images/gfx_images/menu-parents.jpg) top no-repeat;
    width:190px;
    height:43px;
    text-decoration:none;
}
.MenuItem a.btn_parents:hover {
    background-position:bottom;
}
.MenuItem a.btn_parents span {
    visibility:hidden;
}

.MenuItem a.btn_educators {
    display:block;
    background:url(/images/gfx_images/menu-educators.jpg) top no-repeat;
    width:190px;
    height:43px;
    text-decoration:none;
}
.MenuItem a.btn_educators:hover {
    background-position:bottom;
}
.MenuItem a.btn_educators span {
    visibility:hidden;
}



/*-------------------------------------------------------
	Bar boxes
---------------------------------------------------------*/

.leftbar-box
{
	margin: 0px;
	width: 185px;
}
.leftbar-box-top
{
	background:url("/images/gfx_images/box-hdr-bg.jpg") repeat-x;
	height: 34px;
	width: 183px;
	padding-top:5px;
    border: 1px solid #999999;
    text-align:left;
}
.leftbar-box-bottom
{
    width: 183px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.leftbar-box-top p
{
	color: white;
	font-family: arial, helvetica;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 8px;
}

.fullbar-box
{
	margin: 0px;
	width: 900px;
}
.fullbar-box-top
{
	background:url("/images/gfx_images/box-hdr-bg.jpg") repeat-x;
	height: 34px;
	width: 898px;
	padding-top:5px;
    border: 1px solid #999999;
    text-align:left;
}
.fullbar-box-bottom
{
    width: 898px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.fullbar-box-top p
{
	color: white;
	font-family: arial, helvetica;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 8px;
}


/*-------------------------------------------------------
	Sponsors
---------------------------------------------------------*/
.sponsor-header
{
	background-image:url(/images/gfx_images/sponsors-hdr-bg.jpg);
	background-repeat:repeat-x scroll left top;
	background-position:center top;
	margin: 0px;
	width:100%;
	height:52px;
	display:block;
}

.sponsor-header-content 
{
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	padding-top:15px;
}


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;
}