/* CSS Document */

@import url("form_elements.css");


@media print
{    
    .noPrint, .noPrint *
    {
        display: none !important;
    }
}


/*=============================================================================================*/
/*==   Universal defaults                                                                    ==*/
/*=============================================================================================*/
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    font-weight: 400;
	background-color: #fff;
	margin: 0px 0px;
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
table {
	border-collapse: collapse;
}
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	text-decoration: none;
}

table td {
}
table th {
	font-weight: 700;
}

h1 {
    margin: 10px 0px 0px 0px;
	font-size: 22px;
	font-weight: 800;
}    
h4 {
    margin: 0px;
	font-size: 15px;
	font-weight: 700;
}    
h5 {
    margin: 0px;
	font-weight: 600;
}    

hr {
    width: 100%;
    height: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

/*=============================================================================================*/
/*==   Dot Net Overrides                                                                     ==*/
/*=============================================================================================*/
.ajax__tab_xp .ajax__tab_body {
    font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
    font-weight: 400 !important;
}
.ajax__tab_xp span {
    font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
    font-weight: 700 !important;
}


/*=============================================================================================*/
/*==   One Time Only Divs - Use IDs not Classes                                              ==*/
/*=============================================================================================*/
div#divTopDarkStrip {
    width: 100%;
    padding: 4px 0px 6px 0px;
    text-align: center;
    background-color: #2d2d2d;
    height: 30px;
    /*
    background-color: #0071bc; / * Blue * /
    background-image: url(../images/top_bg_texture.png);
    */
}
div#divBelowTopDarkStrip {
    width: 100%;
    padding: 0px;
    text-align: center;
    background-color: #4d4d4d;
    margin: 0px;
    /*
    background-color: #0071bc; / * Blue * /
    background-image: url(../images/top_bg_texture.png);
    */
}
div#divBelowMainNav {
    width: 100%;
    padding: 0px 0px;
	background-color: #F8F8F6;
	background-position: bottom;
    /*
	background-image:url(../images/gray_fade_bottom.gif);
	background-repeat: repeat-x;
    */    
}
div#divCenterContents {
	width: 100%;
	text-align: center;
}

div#divFooterBar {
	width: 100%;
    height: 210px;
	padding: 0px 0px;
    font-size: 12px;
	color: #777;
}



/* For the top/main tabs */
table.tableTopTabs {
	height: 40px;
    border-left: 1px solid #6d6d6d;
}
table.tableTopTabs td {
    width: 110px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #6d6d6d;
    /*
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
        
    background-image: url(../images/tabs/inactive_tab.png);
	background-repeat: no-repeat;
    */
}
/*
table.tableTopTabs td.tdPadder {
    width: 10px;
    background: none;
}
    */
table.tableTopTabs td.activeTab {
	/*
    background-image: url(../images/tabs/active_tab.png);
    */
    background: none;
    background-color: #2d2d2d;
    color: #fff;
}




/*=============================================================================================*/
/*==   One Time Only Tables - Use IDs not Classes                                            ==*/
/*=============================================================================================*/
table#tablePageStructure {
	width: 98%;
	margin: 0px;
}
table#tablePageStructure td#tdSubTop {
	background-color: #FFFFFF;
	padding: 0px;
}
table#tablePageStructure td#tdMainContent {
	background-color: #FFFFFF;
	padding: 0px;
}

table#tableTopImages {
	width: 1000px;
	width: 100%;
	border-collapse: collapse;
}



/*=============================================================================================*/
/*==   Divs                                                                                  ==*/
/*=============================================================================================*/
div.divBreadCrumbsBar {
	width: 100%;
    background-color: #e6e6e6;
    background-color: #4d4d4d;
    font-size: 13px;
}
div.divBreadCrumbsPadder {
    padding: 5px 10px;
}
div.divBelowTopContainer {
	width: 97%;
    margin: 0px auto;
    text-align: left;
}


div.divSecondaryNavWrapper {
	border-bottom: 1px dotted #CCC;
	padding: 10px 20px;
}
div.divSecondaryNavActive {
	border-bottom: 1px dotted #CCC;
	background-color: #6699CC;
	padding: 10px 50px 10px 20px;
	color: #013378;
	font-weight: 600;
    /*
	background-image: url(../images/arrow_right_6699cc.gif);
	background-repeat: no-repeat;
	background-position: center right;
    */
	color: #FF3300;
}
div.divBelowTitle {
	font-size: 13px;
	padding: 2px 0px;
}
div.divMainPad {
	padding: 20px;
	background-color: #e6e6e6;
	margin: 10px 0px 20px 0px;
}
div.divMainPadEEE {
	padding: 0px 23px 20px 23px;
	background-color: #EEE;
	margin: 10px 0px 30px 0px;
}
div.divFormGray {
	background-color: #F8F8F6;
	border: 1px solid #CCC;
	padding: 10px 10px;
}
div.divButtonsBelowForm {
	width: 100%;
	text-align: right;
}
div.divFormTopNoTabs {
	font-weight: 600;
	border-bottom: 1px solid #555;
	padding: 0px 0px 2px 5px;
}

div.divBarForListTable {
	background-color: #F0F1F5;
	border: 1px solid #CCC;
	padding: 10px 10px;
}

div.divContactDivider {
    background-color: #CCC;
    width: 99%;
    padding: 5px;
    margin: 5px 0px;
}

/* These are for the error and information boxes */
table.errorTable {
	width: 98%;
	margin: 20px auto 20px auto;
}
table.errorTable td.tdIconBox {
	background-color: #c1272d;
    text-align: center;
    width: 90px;
    padding: 20px 0px;
    border-right: 3px solid #fff;
}
table.errorTable td.tdBoxText {
	background-color: #c1272d;
	color: #fff;
	font-weight: 600;
    padding-left: 24px;
}

table.infoTable {
	width: 98%;
	margin: 20px auto 20px auto;
}
table.infoTable td.tdIconBox {
	background-color: #0071bc;
    text-align: center;
    width: 90px;
    padding: 20px 0px;
    border-right: 3px solid #fff;
}
table.infoTable td.tdBoxText {
	background-color: #0071bc;
	color: #fff;
	font-weight: 600;
    padding-left: 24px;
}

div.divThickInfoBorder {
	color: #013378;
	background-color: #013378;
	width: 95%;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
	margin: 20px auto 20px auto;
	height: 61px;
	border: 8px solid #000099;
}
div.divMessageTextPadder {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
}


div.divHide {
    display: none;
}
div.divMiniSpacer {
    margin: 0px 0px 10px 6px;
}
div.div100Right {
    width: 100%;
    text-align:right;
    height: 14px;
}
div.divPersonSpacer {
    margin: 0px 0px 10px 6px;
    padding: 0px;
}
div.divPersonContactInfo {
    margin: 0px 0px 20px 24px;
    display: none;
    padding: 0px;
    width: 237px;
}
div.divCardTop {
    /*
    background-image: url(../images/boxes/contact_box_top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    */
    width: 232px;
    height: 20px;
    text-align: right;
    padding: 3px 5px 0px 0px;
}
div.divCardMiddle {
    /*
    background-image: url(../images/boxes/contact_box_middle.gif);
    background-position: top left;
    background-repeat: repeat-y;
    */
    padding: 0px 8px;
    width: 221px;
}
div.divCardBottom {
    /*
    background-image: url(../images/boxes/contact_box_bottom.gif);
    background-position: top left;
    background-repeat: no-repeat;
    */
    width: 237px;
}



div.divTopSearchBox {
    /*
    background-image: url(../images/search_box_bg.gif);
        */
    background-color: white;
    border-radius: 11px;
    width: 190px;
    height: 22px;
    text-align: left;
    padding: auto;
    margin: 0px 10px 0px auto;
}
/*=============================================================================================*/
/*==   Tables - Might appear more than once, use Classes                                     ==*/
/*=============================================================================================*/
table.tableLeftRight {
    width: 100%;
}
table.tableLeftRight td.tdLeft {
    text-align: left;
}
table.tableLeftRight td.tdRight {
    text-align: right;
}

table.tableContact {
    width: 100%;
    margin-top: 0px;
}
table.tableContact td.tdSectionLabel {
    text-align: right;
    width: 20px;
    vertical-align: top;
    padding-top: 8px;
    font-size: 10px;
}
table.tableContact td.tdData {
    text-align: left;
    vertical-align: top;
    padding-top: 8px;
    /*
    border-bottom: 1px dotted #CCC;
    */
}
span.spanTypeGray {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
span.spanTypeGrayRegularSize {
    color: #999;
}
span.spanWhite {
    color: #FFF;
}

.highlightText {
    background-color: #ffff00;
}




table.tablePaginationRow {
	width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
table.tablePaginationRow td {
	vertical-align: middle;
    /*
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
        */
}
table.tablePaginationRow td.tdLeft {
	text-align: left;
}
table.tablePaginationRow td.tdShowing {
	text-align: center;
	padding: 0px 28px 0px 20px;
    width: 190px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
table.tablePaginationRow td.tdArrow {
	width: 60px;
    padding: 8px 8px 8px 0px;
}
table.tablePaginationRow td.tdRightMostArrow {
	width: 60px;
    padding: 8px 20px 8px 0px;
}



/*
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: 100%;
	border-top: 1px solid #CCC;
}
table.tableListTable td,th {
	/*border-right: 1px solid #E5E5E5;*/
	text-align: left;
	padding: 4px 4px 2px 4px;
	vertical-align: top;
}
table.tableListTable td.tdTop {
    vertical-align: top;
}
table.tableListTable th {
	padding: 6px 4px;
	border: 1px solid #E5E5E5;
    background-color: #ccc;
    /*
	background-image:url(../images/th_bg_1.gif);
	background-repeat: repeat-x;
	background-position: top left;
    */
}
table.tableListTable tr.trRow1 td {
	border: 1px solid #E5E5E5;
	background-color: #fff;
}
table.tableListTable tr.trRow2 td {
	border: 1px solid #E5E5E5;
	background-color: #f6f6f6;
}
table.tableListTable td.tdBlankRow {
    background-color: #FFFFFF;
	/*border-right: 1px solid #CCC;*/
	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.rightMostCell {
	border-right: 1px solid #CCC;
}
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 td.tdBorder {
	border-right: 1px solid #EEE;
}





table.reportTable {
    border: 1px solid #ccc;
}
table.reportTable th {
    font-weight: bold;
    background-color: #eee;
}
table.reportTable td {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
}
table.reportTable td.numberCell {
    text-align: right;
}



table.tableSmallList {
    width: 100%;
	border: 1px solid #CCC;
}
table.tableSmallList td,th {
	/*border-right: 1px solid #E5E5E5;*/
	text-align: left;
	padding: 2px 4px;
}
table.tableSmallList th {
	background-color: #CCC;
	padding: 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.tableSmallList tr.trRow1 td {
	border-bottom: 1px solid #E5E5E5;
	background-color: #FCFCFC;
}
table.tableSmallList tr.trRow2 td {
	border-bottom: 1px solid #E5E5E5;
	background-color: #F8F8F6;
}
table.tableSmallList td.tdBlankRow {
    background-color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	font-size: 0px;
	height: 1px;
	padding: 1px 0px;
}
table.tableSmallList td.tdBlankRowBottom {
    background-color: #FFFFFF;
	border: none;
	font-size: 0px;
	height: 1px;
	padding: 1px 0px;
}









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: 600;
	text-align: left;
	padding: 5px 20px;
}
table.tableLegend th {
	font-weight: 600;
	text-align: left;
	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: 700;
	padding: 12px 6px 4px 2px;
	vertical-align: top;
}
table.tableLabelValue td.tdLabelForText {
	text-align: right;
	font-weight: 700;
	padding: 7px 6px 4px 2px;
	vertical-align: top;
}
table.tableLabelValue td.tdLabelTop {
	text-align: right;
	font-weight: 600;
	padding: 9px 6px 4px 2px;
	vertical-align: top;
}
table.tableLabelValue td.tdValue {
	text-align: left;
	padding: 7px 6px 4px 2px;
	vertical-align: middle;
    font-weight: 500;
}


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: 600;
	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: 600;
	margin-bottom: 6px;
}



table.tableMathEquation {
}
table.tableMathEquation td.tdOperator {
    width: 20px;
}
table.tableMathEquation td.tdNumber {
    text-align: right;
}
table.tableMathEquation tr.trBottomRow {
    border-bottom: 1px solid #ccc;
}
table.tableMathEquation td.tdDescription {
    color: #999;
    padding-left: 8px;
}



/*=============================================================================================*/
/*==   Links                                                                                 ==*/
/*=============================================================================================*/
a.aRegularText:link {
	text-decoration: none;
	font-weight: normal;
}
a.aRegularText:visited {
	text-decoration: none;
	font-weight: normal;
}
a.aRegularText:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* This is for links that should look grayed out like completed tasks */
a.aGrayText:link {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.aGrayText:visited {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.aGrayText:hover {
	text-decoration: underline;
	color: #999;
	font-weight: normal;
}

a.aHeaderText:link {
	text-decoration: none;
}
a.aHeaderText:visited {
	text-decoration: none;
}
a.aHeaderText:hover {
	text-decoration: underline;
}



a.aTab:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
}
a.aTab:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
}
a.aTab:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

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: #0000FF;
	font-weight: normal;
}
a.aRegularBlue1:visited {
	text-decoration: none;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
}
a.aRegularBlue1:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
}



a.aSubTab:link {
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
}
a.aSubTab:visited {
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
}
a.aSubTab:hover {
	text-decoration: underline;
	font-weight: 600;
	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;
}

a.aSmallGrayLink:link {
	text-decoration: none;
	color: #555;
	font-size: 13px;
}
a.aSmallGrayLink:visited {
	text-decoration: none;
	color: #555;
	font-size: 13px;
}
a.aSmallGrayLink:hover {
	text-decoration: underline;
	color: #555;
	font-size: 13px;
}

a.aTinyGrayLink:link {
	text-decoration: none;
    color: #999;
    font-size: 12px;
}
a.aTinyGrayLink:visited {
	text-decoration: none;
    color: #999;
    font-size: 12px;
}
a.aTinyGrayLink:hover {
	text-decoration: underline;
    color: #999;
    font-size: 12px;
}


/* For the main tabs for the whole app */
a.aMainTabLink {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    margin: 0px auto;
	display: block;
    /*
	width: 68px;
	height: 18px;
	*/
    padding-top: 4px;
}
a.aMainTabLink:link {
}
a.aMainTabLink:visited {
}
a.aMainTabLink:hover {
	color: #ccc;
}

a.aMainTabLinkActive {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    margin: 0px auto;
	display: block;
	width: 68px;
	padding-top: 4px;
}
a.aMainTabLinkActive:link {
}
a.aMainTabLinkActive:visited {
}
a.aMainTabLinkActive:hover {
	color: #ccc;
}
.mainNavIcon {
    height: 24px;
    width: 24px;
    margin: 0px auto 6px auto;
    clear: both;
    display: block;
}


/*=============================================================================================*/
/*==   Spans                                                                                 ==*/
/*=============================================================================================*/
span.spanBlueBold {
	font-weight: 600;
	color: #013378;
}
span.spanRedBold {
	font-weight: 600;
	color: #CC0000;
}
span.spanInfo {
    color: #999;
    font-size: 12px;
}

.italic {
    font-style: italic;
}



/*###############################################################
    these divs are necessary to identify if a collapsable
	section is opened or closed
#################################################################*/
.collapsableSectionOpened {
	background-color: #E0E0E0;
	width: 960px;
}
.collapsableSectionClosed {
}






/* This is for the new notes section where notes are added via AJAX */
div.divNewNotes {
    margin: 10px 17px 40px 17px;
    padding: 3px;
}
div.divNewNotesInner {
    margin: 0px;
    padding: 0px;
    border: 4px solid #3181CC;
}



.divTopFilterForm {
    background-color: #F8F8F6;
    border: 1px dotted #CCC;
    border-bottom: none;
    margin-top: 15px;
    padding: 2px 0px;
    width: 99%;
}
.pnlNotesContainer {
    background-color: White;
    border: 1px dotted #CCC;
    margin-top: 0px;
    width: 99%;
}
div.divNote {
    margin: 10px 20px 10px 20px;
    padding: 10px 10px 10px 10px;
    border: 1px dotted #CCC;
}
div.divCriticalNote {
    border: 2px solid #c1272d;
    background-color: #fff;
}
div.divNote table {
    width: 97%;
    font-size: 13px;
}
div.divNote td {
    font-size: 13px;
}
div.divNote td.tdCritical {
    width: 10px;
    padding-left: 4px;
}
div.divNote td.tdName {
    padding-left: 10px;
    white-space: nowrap;
}
div.divNote td.tdPrivate {
    text-align: right;
    width: 50px;
    height: 13px;
    padding-right: 10px;
}
div.divNote td.tdTimestamp {
    text-align: right;
    width: 150px;
    white-space: nowrap;
}
div.divNote td.tdIcon {
    width: 11px;
    padding-top: 18px;
    padding-left: 4px;
    vertical-align: top;
}
div.divNote td.tdNote {
    padding-top: 15px;
    padding-left: 10px;
    vertical-align: top;
}



div.div5Padder {
    padding: 5px;
}
div.div10Padder {
    padding: 10px;
}






div.divDeleteOptionWarning {
    border: 1px solid #CCC;
    padding: 10px;
    font-weight: normal;
    background-color: #FFFF00;
    text-align: center;
    height: 270px;
}

div.divFloatLeft {
    float: left;
}
div.divFilters {
    float: left;
    margin: 5px 0px;
}
div.divFilterLabel {
    width: 100px;
    float: left;
    text-align: right;
    padding: 4px 4px 2px 2px;
}
div.divFilterField {
    width: 150px;
    float: left;
    padding: 0px;
}







table.tableFilterRow {
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 0px;
    background-color: #fff;
}
 table.tableFilterRow td.tdFilterIcon {
    width: 50px;
    padding: 10px;
}



/* This is for the text in the top right (Darrin Jahnel  |  logout) */
table.tableLoginStatus {
	font-size: 13px;
    margin: 0px 0px 0px 10px;
    height: 26px;
}

/* This is for the 3 different status pills */
.pill {
    border-radius: 12px;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    padding: 3px 8px 2px 8px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 4px 10px;
    height: 14px;
}
.pillActive {
    background-color: #009245; /* Green */
}
.pillInactive {
    background-color: #cc0000; /* Red */
}
.pillProspect {
    background-color: #0000cc; /* Blue */
}
.pillDeceased {
    background-color: #777; /* Gray */
}
.pillUndeliverable {
    background-color: #ed9332; /* Orange */ 
}
.pillUninterested {
    background-color: #ed32e1; /* Pink */
}


/* This is for header strips */
div.divDarkHeaderStrip {
    background-color: #999;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
}
div.divBelowDardHeaderStrip {
    background-color: #fff;
    padding: 20px;
}
div.divBelowDardHeaderStrip10Top {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
}






/* For the login page */
table.tableLoginBox {
    margin: 100px auto 0px auto;
    height: 300px;
    width: 700px;
    background-color: #4d4d4d;
    /*
    background-color: #0071bc;
    background-image: url(../images/top_bg_texture.png);
    */
}
table.tableLoginBox td {
	font-size: 13px;
	padding: 0px;
    color: #fff;
}
table.tableLoginBox td.tdLogo {
	text-align: center;
    vertical-align: top;
    width: 350px;
    padding-top: 90px;
    border-right: 1px solid #ccc;
}

.tableLoginForm {
    margin: 0px auto;
}
table.tableLoginForm td.tdLabel {
	text-align: right;
	padding-right: 0px;
	font-size: 16px;
}
table.tableLoginForm td.tdField {
	text-align: left;
	padding: 6px 8px;
    width: 164px;
    vertical-align: middle;
}
table.tableLoginBox td.tdButton {
	text-align: left;
}


div.divCommitteeAddress {
    margin: 10px 0px 0px 150px;
    font-weight: normal;
}


/***********************************************************************************
************************************************************************************
    OLD STUFF UNDRE HERE
************************************************************************************
************************************************************************************/


/*
    div.divColorBox {
    border: none;
    font-size: 6px;
    height: 12px;
    width: 20px;
    padding: 0px;
    float: left;
    margin: 1px 0px 0px 0px;
}



    span.spanSmallNote {
    font-weight: normal;
    font-size: 9px; 
    vertical-align: text-top;
}


table.tableClassifications {
}
table.tableClassifications td.tdLabel {
    text-align: right;
    padding: 5px 4px;
    color: #999;
}
table.tableClassifications td.tdValue {
    padding: 5px 4px;
}






table.tableFilterRow {
	width: 100%;
	height: 38px;
}
table.tableFilterRow td {
	background-color: #F8F8F6;
    vertical-align: middle;
	text-align: left;
}
table.tableFilterRow td.tdFilterImage {
	width: 21px;
	padding: 3px 5px 8px 10px;
}
table.tableFilterRow td.tdFilterLabel {
	font-weight: 600;
	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: 600;
	padding: 3px 5px 8px 3px;
	width: 60px;
}
table.tableFilterRow td.tdSortContents {
	padding: 3px 5px 8px 3px;
}







*/