﻿
#AssessmentToolsBox
{
  border-bottom: 2px solid #4d4d4d;
}

#Disclaimer { padding:5px 18px 18px; background:#fcf0d4; border:2px solid #fcd474; }

/*#BannerContainer
{
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: large;
}*/

.TabMenuContainer
{
 margin-bottom:10px;
}


.TabMenu {
	border-bottom:2px solid #4d4d4d; 
	width:940px;
}

.TabMenuItem {
  
  text-align:center;
  border-left: none;
  padding:0 3px 0 0;  
  font-size:.9em;
  font-weight:bold;
}

.TabMenuItem a { background-color:#ee5728; text-decoration:none; padding:4px; color:#fff; height:20px; display:block; } 

.TabMenuItemSelected 
{
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.TabMenuItemSelected a {

    font-weight: bold;
    background-color:#fff;    
    color:#555;

}
.TabMenuItemHover a
{
 
 text-decoration:underline;
  
}

/*
.SiteStaticMenu
{
  margin: -1px 0px 0px 0px;
  background-color: Black;
  background-color:#3e80b8;
}
.TabMenuSpacer
{
  background-color: #222222;
   background-color:#3e80b8;
  padding: 5px 5px 5px 5px;
}
*/
#SiteContent 
{
	padding:0 10px;
  
  
}/*

.SiteContentSpacer
{
  height: 200px;
  visibility: hidden;
}

#FooterContainer
{
  font-size: xx-small;
  border-top: solid 1px black;
}*/

/*
Table Grids
------------------------*/

table.table-grid {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #4d4d4d;
	font-size:11px;	
}

table.table-grid td,
table.table-grid th { padding:2px 10px; }

table.table-grid thead { margin:0; padding:0; }
table.table-grid thead th {
	border-right:1px solid #a9b5c1;
	border-bottom:1px solid #4d4d4d;
	border-top:1px solid #4d4d4d;
	font-weight:bold;
 }

table.table-grid tbody td { 
	border-right: 1px solid #a9b5c1;
	border-bottom:1px solid #FFF;	
}

table.table-grid tbody tr { background:#eef4ff none repeat scroll 0%; }
table.table-grid tbody tr.alt { background:#f6f9ff none repeat scroll 0%; }
table.table-grid tbody tr.selected { background:#c0d4ed none repeat scroll 0%; }


table.table-grid tbody td.last-cell  { 
	border-right: none;
	border-bottom:1px solid #FFF; }
table.table-grid thead th.last-cell { 
	border-right: none; }


#Assessment-Reports,
#Teacher-Tools,
#Parent-Letters,
#Other-Resources { font-size:12px; }