/* CSS Document */

@import url("form_elements.css");


/*
COLOR PALETTE

inner background
F8F8F6

borders
DDD

inner gray darkness (for the arrow box on spelling list page)
E6E6E6

darkest blue
013378

lighter blue
184583

bright orange
F15A29

*/



/*=============================================================================================*/
/*==   Universal defaults                                                                    ==*/
/*=============================================================================================*/
body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6699cc;
	margin: 0px 0px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	text-decoration: none;
}

table td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
table th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a img {
    border: none;
}


/*=============================================================================================*/
/*==   One Time Only Divs - Use IDs not Classes                                              ==*/
/*=============================================================================================*/
div#divCenterContents {
	width: 100%;
	text-align: center;
}

div#divCopyright {
	width: 980px;
	text-align: right;
	padding: 3px 10px;
	font-size: 10px;
	background-color: #F8F8F6;
	background-position: top;
	background-image:url(http://www.samsonsclassroom.com/redemption/images/gray_fade1.gif);
	background-repeat: repeat-x;

}


/*=============================================================================================*/
/*==   One Time Only Tables - Use IDs not Classes                                            ==*/
/*=============================================================================================*/
table#tablePageStructure {
	border: 1px solid #013378;
	border-top: none;
	border-bottom: none;
	width: 1000px;
	margin: 0px;
}
table#tablePageStructure td#tdBlueTop {
	background-color: #003479;
	padding: 0px;
}
table#tablePageStructure td#tdSubTop {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
}
table#tablePageStructure td#tdMainContent {
	background-color: #FFFFFF;
	padding: 0px;
}

table#tableTopImages {
	width: 1000px;
	border-collapse: collapse;
}

table#tableNavigationTrail {
	width: 1000px;
}
table#tableNavigationTrail td {
	background-image: url(http://www.samsonsclassroom.com/redemption/images/gray_fade1.gif);
	background-repeat: repeat;
	height: 26px;
}

table#tableTitleAndDate {
	width: 100%;
}
table#tableTitleAndDate td {
	padding: 15px 10px 5px 10px;
	border-bottom: 3px solid #DDD;
	vertical-align: bottom;
}
table#tableTitleAndDate td.tdLeft {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #013378;
}
table#tableTitleAndDate td.tdRight {
	text-align: right;
}


/*=============================================================================================*/
/*==   Divs                                                                                  ==*/
/*=============================================================================================*/
div.divTabColorStripTR {
	height: 5px;
	background-color: #5FBCE7;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.divTabColorStripTD {
	height: 7px;
	background-color: #BFD5EA;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
div.divSecondaryNavWrapper {
	border-bottom: 1px dotted #DDD;
	padding: 10px 20px;
}
div.divSecondaryNavActive {
	border-bottom: 1px dotted #DDD;
	background-color: #FFF;
	padding: 10px 2px 10px 22px;
	color: #013378;
	font-weight: bold;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/arrow_right_white_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	/*color: #FF3300;*/
}
div.divBelowTitle {
	font-size: 11px;
	padding: 5px 0px;
}
div.divMainPad {
	padding: 0px 23px 20px 23px;
	margin: 0px;
}
div.divFormGray {
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	padding: 10px 10px;
}
div.divFormHighlight {
	background-color: #BFD5EA;
	border: 1px solid #999;
	padding: 10px 10px;
	color: #555;
	font-size: 13px;
}
div.divButtonsBelowForm {
	width: 100%;
	text-align: right;
}
div.divFormTopNoTabs {
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding: 0px 0px 2px 5px;
}

div.divBarForListTable {
	background-color: #F0F1F5;
	border: 1px solid #DDD;
	padding: 10px 10px;
}

/* These are for the error and information boxes */
div.divThickErrorBorder {
	width: 940px;
	color: #A91111;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 20px;
	border: 10px solid #A91111;
	margin: 10px;
}
div.divThickInfoBorder {
	width: 940px;
	color: #013378;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 20px;
	border: 10px solid #013378;
	margin: 10px;
}

div.divFieldError {
    color: #A91111;
    font-weight: bold;
    background-image: url(http://www.samsonsclassroom.com/redemption/images/icon_error_field.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
    height: 16px;
    vertical-align: middle;
}    

/*=============================================================================================*/
/*==   Tables - Might appear more than once, use Classes                                     ==*/
/*=============================================================================================*/
table.tableFilterRow {
	width: 100%;
	height: 38px;
}
table.tableFilterRow td {
	background-color: #F8F8F6;
	background-position: bottom;
	background-image:url(../images/gray_fade_bottom.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
}
table.tableFilterRow td.tdFilterImage {
	width: 21px;
	padding: 3px 5px 8px 10px;
}
table.tableFilterRow td.tdFilterLabel {
	font-weight: bold;
	color: #013378;
	padding: 3px 5px 8px 3px;
	width: 60px;
}
table.tableFilterRow td.tdFilterContents {
	padding: 3px 5px 8px 3px;
	width: 300px;
}
table.tableFilterRow td.tdSortImage {
	width: 21px;
	padding: 3px 5px 8px 10px;
	border-left: 1px solid #DDD;
}
table.tableFilterRow td.tdSortLabel {
	font-weight: bold;
	color: #013378;
	padding: 3px 5px 8px 3px;
	width: 60px;
}
table.tableFilterRow td.tdSortContents {
	padding: 3px 5px 8px 3px;
}


table.tablePaginationRowTop {
	width: 100%;
	height: 22px;
	margin-top: 25px;
}
table.tablePaginationRowTop td {
	vertical-align: middle;
}
table.tablePaginationRowTop td.tdLeft {
	text-align: left;
	width: 680px;
}
table.tablePaginationRowTop td.tdShowing {
	text-align: right;
	padding-right: 22px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.tablePaginationRowTop td.tdArrow {
	width: 16px;
	border-top: 1px solid #DDD;
}
table.tablePaginationRowTop td.tdPrevText {
	width: 35px;
	text-align: left;
	border-top: 1px solid #DDD;
}
table.tablePaginationRowTop td.tdNextText {
	width: 35px;
	text-align: right;
	border-top: 1px solid #DDD;
}


table.tablePaginationRowBottom {
	width: 100%;
	height: 22px;
}
table.tablePaginationRowBottom td {
	vertical-align: middle;
}
table.tablePaginationRowBottom td.tdLeft {
	text-align: left;
	width: 680px;
}
table.tablePaginationRowBottom td.tdShowing {
	text-align: right;
	padding-right: 22px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.tablePaginationRowBottom td.tdArrow {
	width: 16px;
	border-bottom: 1px solid #DDD;
}
table.tablePaginationRowBottom td.tdPrevText {
	width: 35px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
table.tablePaginationRowBottom td.tdNextText {
	width: 35px;
	text-align: right;
	border-bottom: 1px solid #DDD;
}


table.tableListTable {
	width: 780px;
	border: 1px solid #CCC;
}
table.tableListTable td,th {
	/*border-right: 1px solid #E5E5E5;*/
	text-align: left;
	padding: 2px 4px;
}
table.tableListTable th {
	background-color: #DDD;
	padding: 4px;
	border-right: 1px solid #DDD;
	color: #013378;
	border-bottom: 1px solid #DDD;
}
table.tableListTable tr.trRow1 {
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFF;
}
table.tableListTable tr.trRow2 {
	border-bottom: 1px solid #E5E5E5;
	background-color: #F3F3F3;
}
table.tableListTable tr.trHighlighted1 {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-right: none;
	background-color: #DDD;
}
table.tableListTable tr.trRow1Dark td {
	border-bottom: 1px solid #DDD;
	background-color: #FFFFFF;
}
table.tableListTable td.tdErrorRow {
    padding: 5px 5px 5px 30px;
	background-color: #CC0000;
	color: #FFF;
}
table.tableListTable tr.trNoShow {
    display: none;
    visibility: collapse;
}
table.tableListTable tr.trShow {
    display: block;
    visibility: visible;
}
table.tableListTable td.tdBlankRow {
    background-color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	font-size: 0px;
	height: 1px;
	padding: 1px 0px;
}
table.tableListTable td.tdBlankRowBottom {
    background-color: #FFFFFF;
	border: none;
	font-size: 0px;
	height: 1px;
	padding: 1px 0px;
}
table.tableListTable th.thCheckbox {
    height: 1px;
    width: 1px;
}
table.tableListTable td.tdCheckbox {
    height: 1px;
    width: 1px;
}
table.tableListTable td.tdRadioButton {
    height: 1px;
    width: 1px;
}
table.tableListTable .tdRightmostCell {
    border-right: none;
}
table.tableListTable td.tdInputData {
	text-align: left;
	border: 1px solid #CCCCCC;
	border-left: none;
	height: 25px;
	white-space: nowrap;
	padding: 6px 7px 6px 7px;
	color: #666666;
	font-size: 11px;
}
table.tableListTable td.tdErrorCell {
	text-align: left;
	height: 25px;
	white-space: nowrap;
	padding: 6px 7px 6px 7px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
table.tableListTable td.tdData {
	text-align: left;
	border: 1px solid #CCCCCC;
	border-left: none;
	white-space: nowrap;
	padding: 3px 7px 3px 7px;
	color: #666666;
	font-size: 11px;
}
table.tableListTable td.tdNumberCell {
	text-align: right;
	width: 16px;
}




table.tableMainWithSecNav {
	width: 100%;
	margin: 0px;
	border-top: 3px solid #DDD;
}
table.tableMainWithSecNav td {
	text-align: left;
}
table.tableMainWithSecNav td.tdSecondaryNav {
	width: 280px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #E5E5E5;
	vertical-align: top;
	background-color: #F6F6F6;
}
table.tableMainWithSecNav td.tdSecondaryContent {
	padding: 0px;
	vertical-align: top;
}


table.tableFormHeader {
	width: 100%;
	margin-bottom: 25px;
}
table.tableFormHeader td {
	background-color: #F8F8F6;
	background-position: bottom;
	background-image:url(../images/gray_fade_bottom.gif);
	background-repeat: repeat-x;
}
table.tableFormHeader td.tdTitle {
	padding: 5px 10px 5px 23px;
	font-size: 18px;
}
table.tableFormHeader td.tdButtons {
	padding: 0px 10px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}


table.tableSubSection {
	width: 100%;
	margin-bottom: 25px;
	border-top: 1px solid #DDD;
}
table.tableSubSection td {
	background-color: #F8F8F6;
	padding: 5px 5px 5px 15px;
}
table.tableSubSection td.tdBottomRow {
	background-color: #F8F8F6;
	background-position: bottom;
	background-image:url(../images/gray_fade_bottom.gif);
	background-repeat: repeat-x;
}


table.tableLegend {
	width: 100%;
	margin: 40px 0px 40px 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.tableLegend caption {
	font-weight: bold;
	text-align: left;
	padding: 5px 20px;
}
table.tableLegend th {
	font-weight: bold;
	text-align: left;
	color: #013378;
	background-color: #EEEEEE;
	padding: 4px 2px;
	padding-left: 20px;
}
table.tableLegend td {
	text-align: left;
}
table.tableLegend td.tdIcon {
	width: 20px;
	padding-left: 20px;
}
table.tableLegend td.tdLabel {
}


/*
table.tableFormTopSubTabs {
	width: 100%;
}
table.tableFormTopSubTabs td.tdTabLeftActive {
	width: 6px;
	height: 23px;
	padding: 0px;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_left_active.gif);
	background-repeat: no-repeat;
}
table.tableFormTopSubTabs td.tdTabCenterActive {
	height: 23px;
	padding: 0px 10px;
	white-space: nowrap;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_center_active.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
}
table.tableFormTopSubTabs td.tdTabRightActive {
	width: 6px;
	height: 23px;
	padding: 0px;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_right_active.gif);
	background-repeat: no-repeat;
}
table.tableFormTopSubTabs td.tdSpacer {
	width: 12px;
	border-bottom: 1px solid #555;
}
table.tableFormTopSubTabs td.tdTabLeftInactive {
	width: 6px;
	height: 23px;
	padding: 0px;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_left_inactive.gif);
	background-repeat: no-repeat;
}
table.tableFormTopSubTabs td.tdTabCenterInactive {
	height: 23px;
	padding: 0px 10px;
	white-space: nowrap;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_center_inactive.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
table.tableFormTopSubTabs td.tdTabRightInactive {
	width: 6px;
	height: 23px;
	padding: 0px;
	background-image: url(http://www.samsonsclassroom.com/redemption/images/subtabs/tab_right_inactive.gif);
	background-repeat: no-repeat;
}
table.tableFormTopSubTabs td.tdLeftOver {
	border-bottom: 1px solid #555;
	width: 40%;
}
*/

table.tableLabelValue {
}
table.tableLabelValue td.tdLabel {
	text-align: right;
	font-weight: bold;
	padding: 7px 6px 4px 2px;
	vertical-align: middle;
}
table.tableLabelValue td.tdLabelTop {
	text-align: right;
	font-weight: bold;
	padding: 9px 6px 4px 2px;
	vertical-align: top;
}
table.tableLabelValue td.tdValue {
	text-align: left;
	padding: 7px 6px 4px 2px;
	vertical-align: middle;
}


table.tableErrorMessages {
	margin: 15px 0px;
	width: 95%;
	border: 8px solid #990000;
}
table.tableErrorMessages td.tdIcon {
	text-align: left;
	padding: 12px;
	width: 66px;
}
table.tableErrorMessages td.tdText {
	text-align: left;
	padding: 15px;
	font-size: 12px;
}
table.tableErrorMessages td.tdText ul {
	margin: 0px 4px 4px 40px;
	list-style-type: square;
	
}
table.tableErrorMessages td.tdText li {
	padding-left: 2px;
	color: #990000;
}
div.divErrorTitle {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

	
table.tableInformationalMessages {
	margin: 15px 0px;
	width: 95%;
	border: 8px solid #000099;
}
table.tableInformationalMessages td.tdIcon {
	text-align: left;
	padding: 12px;
	width: 66px;
}
table.tableInformationalMessages td.tdText {
	text-align: left;
	padding: 15px;
	font-size: 12px;
}
table.tableInformationalMessages td.tdText ul {
	margin: 0px 4px 4px 40px;
	list-style-type: square;
	
}
table.tableInformationalMessages td.tdText li {
	padding-left: 2px;
	color: #000099;
}
div.divInformationalTitle {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}


table.tableLoginBox {
	background-color:#0066CC;
}
table.tableLoginBox td {
	font-size: 12px;
	padding: 0px;
}
table.tableLoginBox td.tdLabel {
	text-align: right;
	padding-right: 4px;
}
table.tableLoginBox td.tdData {
	text-align: left;
	padding-left: 0px;
}
table.tableLoginBox td.tdButton {
	text-align: left;
}


#id_span_logged_in_text {
	font-size: 12px;
}
/*=============================================================================================*/
/*==   Links                                                                                 ==*/
/*=============================================================================================*/
a.aTab:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
a.aTab:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
a.aTab:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

a.aTopRight:link {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}
a.aTopRight:visited {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}
a.aTopRight:hover {
	text-decoration: none;
	font-size: 11px;
	color: #FFFF00;
}

a.aRegularBlue1:link {
	text-decoration: none;
	font-size: 11px;
	color: #013378;
}
a.aRegularBlue1:visited {
	text-decoration: none;
	font-size: 11px;
	color: #013378;
}
a.aRegularBlue1:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #013378;
}

a.aLargeBlue1:link {
	text-decoration: none;
	font-size: 15px;
	color: #013378;
}
a.aLargeBlue1:visited {
	text-decoration: none;
	font-size: 15px;
	color: #013378;
}
a.aLargeBlue1:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #013378;
}


a.aSecondaryNav:link {
	text-decoration: none;
	font-size: 12px;
}
a.aSecondaryNav:visited {
	text-decoration: none;
	font-size: 12px;
}
a.aSecondaryNav:hover {
	text-decoration: underline;
	font-size: 12px;
}


a.aSubTab:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.aSubTab:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.aSubTab:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


a.aSmallWhiteLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.aSmallWhiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.aSmallWhiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/*=============================================================================================*/
/*==   Spans                                                                                 ==*/
/*=============================================================================================*/
span.spanBlueBold {
	font-weight: bold;
	color: #013378;
}
span.spanRedBold {
	font-weight: bold;
	color: #CC0000;
}

/*###############################################################
    these divs are necessary to identify if a collapsable
	section is opened or closed
#################################################################*/
.collapsableSectionOpened {
	background-color: #E0E0E0;
	width: 960px;
}
.collapsableSectionClosed {
}