body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	background-image: url('../images/master/PageBackground.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
}

/* For all anchors (links) we want a certain color of blue. */
a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

/* 	We also might want a bigger, more promintent link for important items.
	This link can be like a button.  */
a.ButtonLink {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #0066cc;
	background-image: url('../images/master/tablesandrows/GrayRowGradient.gif');
}

a.ButtonLink:hover {
	text-decoration: underline;
	color: #0066CC;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #0066cc;
	background-image: url('../images/master/tablesandrows/GrayRowGradient.gif');
}

#LeftNavHeader, #LoginHeader {
	background-image: url('../images/master/LeftNavHeader.gif');
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 14px;
}

#LeftNavHeader a, #LoginHeader a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
}

#LeftNavHeader a:hover, #LoginHeader a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul.SimpleOptionList {
	list-style: square;
	padding-left: 15px;
	margin: 0;
}

li.SimpleOptionList {
	padding-top: 3px;
	padding-bottom: 3px;
}

a.SimpleOptionList {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #0066CC;
}

a.SimpleOptionList:hover {
	text-decoration: underline;
}


#LeftNavContainer {
	font-size: 10px;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#LeftNavContainer ul {
	padding-left: 20px;
	list-style: none;
	margin-left: 0;
}

#LeftNavContainer li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#LeftNavContainer a {
	display: block;
	text-decoration: none;
	width: 100%;
}

#LeftNavContainer a:hover {
	text-decoration: underline;
}

.MenuStaticHeader {
	color: #333333;
	font-weight: bold;
}

.MenuLinkHeader {
	color: #0066CC;
	font-weight: bold;
}

.MenuStaticItem {
	color: #333333;
	font-weight: normal;
}

.MenuLinkItem {
	color: #333333;
	font-weight: normal;
}








#BreadCrumbContainer {
	width: 100%;
	height: 35px;
}

#BreadCrumb {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../images/master/BreadcrumbHeaderMiddle.gif');
	padding-left: 10px;
}

#BreadCrumb a {
	color: #ffffff;
}

#BreadCrumb a:hover {
	color: #ffffff;
}




/* The following items relate to tool tables */
table.ToolTable {
	background-color: #e6e6e6;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
}

td.ToolTable {
	padding: 10px;
}


/* The following items are for footer options tables.
such tables appear below a table which contains a list of editable items.
A good example is the user management list. */
table.FooterOptions {
	background-color: #e6e6e6;
	border-bottom: 1px solid #999999;
	/* color: #ffffff; */
}

td.FooterOptions {
	padding: 10px;
	/* color: #ffffff; */
}

a.FooterOptions {
	/* color: #ffffff; */
}

a.FooterOptions:hover {
	/* color: #ffffff; */
}


td.InputRow {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}

td.LabelRow {
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

/* Report Student Progress */
div.ReportStudentProgressDataCell {
    text-align: center;
    margin-top: 5px;
}

table.ReportStudentProgressDataCell {
    text-align: left;
    margin: 0 auto;
}


/* Book Database Styles */
#BookList li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.obdValue {
	font-size: 12px;
	font-weight: bold;
}

.obdLabel {
	font-size: 10px;
}

.obdCoverImage {
	margin-right: 10px;
}



/* These are some helpful classes which can
be used anywhere */

/* This should be used on a DIV to act as a heading. */
.InfoBox {
	padding: 10px;
	background-color: #0066cc;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

/* This is a variation of the InfoBox */
.InfoBoxLite {
	padding: 10px;
	border: 1px solid #0066cc;
	background-color: #e6e6e6;
	font-size: 12px;
}

/* The following two classes should be used together.
One is the heading, and one is the body.
Example:
<div class="InfoHeading">Districts</div>
<div class="InfoBody">Districts are a great place for
kids to go to school.</div>
*/
.InfoHeading {
	padding: 10px;
	background-image: url('../images/master/tablesandrows/GrayRowGradient.gif');
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #0066CC;
}

.InfoHeadingLite {
	padding: 10px;
	background-image: url('../images/master/tablesandrows/LiteGrayRowGradient.gif');
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #bbbbbb;
}

.InfoBody {
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


/*
The following styles pertain to database grids.
That is a fancy way to say "tables that are intended to
display database results.
*/

td.DBGridHeading {
	padding: 10px;
	background-image: url('../images/master/tablesandrows/GrayRowGradient.gif');
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #0066CC;
	white-space: nowrap;
}

td.DBGridHeadingLite {
	padding: 10px;
	background-image: url('../images/master/tablesandrows/LiteGrayRowGradient.gif');
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}

td.DBGridRow {
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

td.DBGridDivider {
	border-bottom: 1px dotted #666666;
}

td.DBGridRowNoBorder {
	padding: 10px;
}

div.DBGridToolbar {
	padding: 5px;
	background-color: #eeeeee;
	font-size: 10px;
	border-top: 1px solid #bbbbbb;
	display: none;
}

a.DBGridToolbar {
	margin-right: 5px;
	margin-left: 5px;
}


/* A target row can be used in a variety of tables. */
td.TargetRow {
	background-image: url('../images/master/tablesandrows/TargetRowGradient.gif');
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ffcc00;
	white-space: nowrap;
}

/* Data Set Identifier Rows go above the data set columns
in quick views, and the like.  */
td.DataSetIdentifierRow {
	border-bottom: 1px solid #bbbbbb;
	background-image: url('../images/master/tablesandrows/GrayRowGradient.gif');
	padding: 10px;
	color: #000000;
	font-size: 10px;

	white-space: nowrap;
}

td.DBGridHeadingShort {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url('../images/master/tablesandrows/LiteGrayRowGradient.gif');
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}


/* The following styles relate to forms. */

/* Static Values show database results on a form.
They are displayed as text blocks, usually divs,
and are not displayed in an input field.
A good example would be the name of an
event in the district calendar edit page. */
.ARCFormStaticValue {
	font-size: 16px;
	font-weight: bold;
}

.ARCFormLabel {
	font-size: 12px;
}

.ARCFormValue {
	/* This is just a placeholder. */
}

.ARCFormTextInputLarge {
	width: 300px;
}

.ARCFormTextInputMedium {
	width: 200px;
}

.ARCFormTextInputSmall {
	width: 100px;
}

.ARCFormTextInputTiny {
	width: 50px;
}

.ARCFormSubmit {
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	height: 27px;
}

.ARCFormError {
	border: 1px solid #ff0000;
	padding: 5px;
	background-color: #FFcccc;
}

.ARCFormErrorMessage {
	/* font-weight: bold; */
	color: #cc0000;
}

label {
	font-size: 12px;
}

/* Usually, this would be used on a p or div tag.
This makes a nice separation between multiple
form sections. */
.ARCFormValueAndLabelBlock {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px dotted #666666; */
}

h1 {
	font-size: 32px;
	font-weight: bold;
	color: #0066cc;
}



/* The following styles allow us to show important messages */
.ImportantMessageContainer {
	border: 1px solid #ee0000;
	background-color: #ffffc0;
	padding: 10px;
}

.ImportantMessage {
	border-bottom: 1px dotted #ee0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.ImportantMessageTitle {
	color: #ee0000;
	font-weight: bold;
	font-size: 14px;
}

.ImportantMessageBody {
	color: #FF4A15;
	font-size: 12px;
}

.FormDivider {
	border-bottom: 1px dotted #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* This style is for static, solid, non-underlined links. */
a.SolidLink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.SolidLink:hover {
	text-decoration: none;
}

/*	These styles are used for error messages.	*/
div.SimpleError {
	border: 1px solid #ff0000;
	padding: 5px;
	background-color: #FFcccc;
	margin: 5px;
}



/*	These classes deal with hidden help.	*/
div.HiddenHelpTitleBar {
	padding: 10px;
	background-color: #dddddd;
	border-bottom: 1px dotted #666666;
}

div.HiddenHelpContainer {
	border: 1px solid #0066cc;
	display: none;
	margin-bottom: 10px;
}

div.HiddenHelpHeading {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	background-color: #eeeeee;
}

div.HiddenHelpBody {
	font-size: 10px;
	padding: 10px;
	background-color: #eeeeee;
}

table.OnTargetData {
	width: 90px;
	height: 30px;
	background-image: url('../images/master/DataOnTarget90x30.gif');
}

table.BelowTargetData {
	width: 90px;
	height: 30px;
	background-image: url('../images/master/DataBelowTarget90x30.gif');
}

td.StudentData {
	font-size:11px;
	font-weight: bold;
	color:#333333;
}


/*	These styles are for the dashboard.	*/
.DashboardOptionsBody {
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #eeeeee;
}

.DashboardOptionsTabPanelLeftSelected {
	background-image: url('../images/master/buttons/Tabs-Left-Selected.gif');
	width: 280px;
	height: 32px;
}

.DashboardOptionsTabPanelRightSelected {
	background-image: url('../images/master/buttons/Tabs-Right-Selected.gif');
	width: 280px;
	height: 32px;
}

.DashboardOptionsSelectedTab {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

a.DashboardOptionsSelectedTab {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.DashboardOptionsSelectedTab:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.DashboardOptionsUnselectedTab {
	font-size: 10px;
	color: #000000;
}

a.DashboardOptionsUnselectedTab {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.DashboardOptionsUnselectedTab:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.DashboardInput {
	width: 260px;
}

/* Leveling Scores */
span.levelingScore {
    font-size: 10px;
    font-weight: normal;
}


/* 	GrayRoundedTable is simply a gray table with
	rounded rectangle corners.  It was first used
	for the new dashboard on 8/23/2007.	*/
table.GrayRoundedTable {
	background-color: #dddddd;
	border: none;
	padding: none;
	width: 100%;
}

td.GrayRoundedTableContent  {
	background-color: #dddddd;
}

td.GrayRoundedTableTopBottom  {
	height: 7px;
	background-color: #dddddd;
}

td.GrayRoundedTableLeftRight  {
	width: 7px;
	background-color: #dddddd;
}

td.GrayRoundedTableTopLeft {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/topleftcorner.gif');
}

td.GrayRoundedTableTopRight {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/toprightcorner.gif');
}

td.GrayRoundedTableBottomLeft {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/bottomleftcorner.gif');
}

td.GrayRoundedTableBottomRight {
	width: 7px;
	height: 7px;
	background-image: url('../images/grayroundedtable/bottomrightcorner.gif');
}