/* CSS Document */

@import url("form_elements.css");


/*
COLOR PALETTE & OTHER VALUES

font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
color: #555555;


OUTER BG COLOR
6699CC

INNER BG GRAY COLOR
EEEEEE

BORDERS
CCCCCC

DARK BLUE (TOP/FOOTER BG)
003479

LIGHTER BLUE (FOOTER MIDDLE, TABS)
1260AA

BRIGHT ORANGE
FF4E16

*/



/*=============================================================================================*/
/*==   Universal defaults                                                                    ==*/
/*=============================================================================================*/
body {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	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: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
table th {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
}

h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    color: #FA9B27; 
    font-size: 36px; 
    text-align: left; 
    padding: 4px 0px 6px 5px;
    margin: 10px 20px;
}

h1.largeOrange {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    color: #FA9B27; 
    font-size: 44px; 
    text-align: left; 
    padding: 4px 0px 6px 5px;
    margin: 10px 0px;
    text-shadow: 2px 2px 2px #fff;
}

h1.h1Orange {
    font-family: "chunk",serif;
    font-weight: bold; 
    color: #FA9B27; 
    font-size: 50px;
    text-align: left;
    padding: 0px;
    margin: 10px 0px;
    text-shadow: 1px 1px 3px rgba(102, 102, 102, 1);
}
h3.h3Orange {
    font-family: "chunk",serif;
    font-weight: normal; 
    color: #FA9B27; 
    font-size: 24px;
    text-align: left;
    padding: 0px;
    margin: 10px 0px;
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 1);
}


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(../images/gray_fade1.gif);
	background-repeat: repeat-x;

}
div#divFooter {
	width: 1000px;
	padding: 0px;
	background-color: #003479;
	text-align: left;
	color: #EEE;
}
div#divFooterMiddle {
    width: 950px;
    padding: 30px 15px 10px 35px;
    background-color: #1260aa;
    height: 320px;
    
}


/*=============================================================================================*/
/*==   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;
	/*
    background-image: url(../images/top_bg_blue_strip.gif);
	background-repeat: repeat;
    */
	padding: 0px;
}
table#tablePageStructure td#tdSubTop {
	background-color: #FFFFFF;
	padding: 0px;
}
table#tablePageStructure td#tdMainContent {
	background-color: #FFFFFF;
	padding: 0px;
}

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

table#tableNavigationTrail {
	width: 1000px;
}

table#tableTitleAndDate {
	width: 100%;
}
table#tableTitleAndDate td {
	padding: 15px 10px 5px 10px;
	border-bottom: 3px solid #ccc;
	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: #6699CC;*/
	background-color: #eee;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
div.divSecondaryNavWrapper {
	border-bottom: 1px dotted #ccc;
	padding: 10px 20px;
}
div.divSecondaryNavActive {
	border-bottom: 1px dotted #ccc;
	background-color: #FFF;
	padding: 10px 2px 10px 22px;
	color: #013378;
	font-weight: bold;
	background-image: url(../images/arrow_right_white_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	/*color: #FF3300;*/
}
div.divBelowTitle {
	font-size: 13px;
	padding: 5px 0px;
}
div.divMainPad {
	padding: 0px 23px 20px 23px;
	margin: 0px;
}
div.divFormGray {
	background-color: #F8F8F6;
	border: 1px solid #ccc;
	padding: 10px 10px;
}
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 #ccc;
	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(../images/icon_error_field.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
    height: 16px;
    vertical-align: middle;
}    

div.divFormHighlight {
	background-color: #BFD5EA;
	border: 1px solid #999;
	padding: 10px 10px;
	color: #555;
	font-size: 13px;
}

/*=============================================================================================*/
/*==   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 #ccc;
}
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 #ccc;
	border-top: 1px solid #ccc;
}
table.tablePaginationRowTop td.tdArrow {
	width: 16px;
	border-top: 1px solid #ccc;
}
table.tablePaginationRowTop td.tdPrevText {
	width: 35px;
	text-align: left;
	border-top: 1px solid #ccc;
}
table.tablePaginationRowTop td.tdNextText {
	width: 35px;
	text-align: right;
	border-top: 1px solid #ccc;
}


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 #ccc;
	border-bottom: 1px solid #ccc;
}
table.tablePaginationRowBottom td.tdArrow {
	width: 16px;
	border-bottom: 1px solid #ccc;
}
table.tablePaginationRowBottom td.tdPrevText {
	width: 35px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table.tablePaginationRowBottom td.tdNextText {
	width: 35px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}


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: #ccc;
	padding: 4px;
	border-right: 1px solid #ccc;
	color: #013378;
	border-bottom: 1px solid #ccc;
}
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 #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	background-color: #ccc;
}
table.tableListTable tr.trRow1Dark td {
	border-bottom: 1px solid #ccc;
	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: 13px;
}
table.tableListTable td.tdErrorCell {
	text-align: left;
	height: 25px;
	white-space: nowrap;
	padding: 6px 7px 6px 7px;
	color: #FFFFFF;
	font-size: 13px;
	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: 13px;
}
table.tableListTable td.tdNumberCell {
	text-align: right;
	width: 16px;
}




table.tableMainWithSecNav {
	width: 100%;
	margin: 0px;
}
table.tableMainWithSecNav td {
	text-align: left;
}
table.tableMainWithSecNav td.tdSecondaryNav {
	width: 180px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #E5E5E5;
	vertical-align: top;
	background-color: #FFF;
}
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 #ccc;
}
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 #ccc;
	border-bottom: 1px solid #ccc;
}
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.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: 13px;
}
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: 13px;
	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: 13px;
}
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: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}



#id_span_logged_in_text {
	font-size: 13px;
}
/*=============================================================================================*/
/*==   Links                                                                                 ==*/
/*=============================================================================================*/
a.aTab:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial;
}
a.aTab:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial;
}
a.aTab:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	font-family: Arial;
}

a.aTabActive:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Arial;
}
a.aTabActive:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Arial;
}
a.aTabActive:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-family: Arial;
}

/* Small gray links for the login bar */
a.aLoginGray:link {
	text-decoration: none;
	font-size: 13px;
	color: #555;
}
a.aLoginGray:visited {
	text-decoration: none;
	font-size: 13px;
	color: #555;
}
a.aLoginGray:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #555;
}


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

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

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

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


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


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;
	font-size: 13px;
}
a.aSmallWhiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
a.aSmallWhiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 13px;
}


a.aMediumWhiteLink:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
a.aMediumWhiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
a.aMediumWhiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
}


a.aErrorLink:link {
	text-decoration: none;
	color: #A91111;
}
a.aErrorLink:visited {
	text-decoration: none;
	color: #A91111;
}
a.aErrorLink:hover {
	text-decoration: underline;
	color: #000;
}


a.aNoFormatting:link {
	text-decoration: none;
}
a.aNoFormatting:visited {
	text-decoration: none;
}
a.aNoFormatting:hover {
	text-decoration: underline;
}



/*=============================================================================================*/
/*==   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 {
}


/*=============================================================================================*/
/*==   Headers                                                                               ==*/
/*=============================================================================================*/
h3.subHeader {
    font-size: 18px;
    margin: 0px 0px 8px 0px;
    font-weight: bold;
}



div.divQuote 
{
    font-size: 13px;
    padding: 0px 10px 10px 5px;
    text-align: justify;
}
div.divQuoteAuthor 
{
    font-size: 13px;
    padding: 0px 20px 0px 5px;
    font-weight: bold;
    color: #666;
}
div.divQuoteSub 
{
    font-size: 13px;
    color: #999;
    padding: 0px 20px 0px 5px;
}



/* These are for "Samson Says..."  boxes */
.hideOnStart {
    display: none;
}
div.divFormOrange {
	background-color: #FA9B27;
	border: 2px solid #cc0000;
	padding: 5px;
}
div.divFormOrange h6 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 4px 0px 4px 10px;
}
div.divFormOrange div.divText {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin: 4px 0px 4px 20px;
}
/* These are for "Samson Says..."  boxes */