/* CSS Document */

@import url("form_elements.css");


/*
COLOR PALETTE

outer background
DDD

borders
?

inner gray darkness
?

bright blue
00AEEF


*/



/*=============================================================================================*/
/*==   Universal defaults                                                                    ==*/
/*=============================================================================================*/
html {
	background-color: #666;
}
body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;;
	background-color: #666;
	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: 14px;;
}
table th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}

td.tdSmallPad {
	padding:3px 3px 3px 3px;
}

td.tdImagePad {
	padding:10px 0px 10px 15px;
}

td.tdProductPad {
	padding:20px 0px 20px 30px;
}

td.tdResellerToolsPad {
	padding:10px 10px 10px 10px;
}
/*=============================================================================================*/
/*==   One Time Only Divs - Use IDs not Classes                                              ==*/
/*=============================================================================================*/
div#divCenterContents {
	width: 100%;
	text-align: center;
}

div#divPageContents {
	width: 980px;
	background-color: #FFFFFF;
}

div#divBelowTop {
	width: 940px;
	margin: 10px 20px 20px 20px;
}

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;

}


/*=============================================================================================*/
/*==   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#tableTopImages td#tdProductLogo {
	vertical-align: top;
	text-align: left;
	padding: 9px 0px 8px 13px;
}
table#tableTopImages td#tdCompanyLogo {
	vertical-align: top;
	text-align: right;
	padding: 13px 10px 0px 0px;
}


table#tableTabs {
	width: 1000px;
	margin: 0px;
}
table#tableTabs td.tdTenSpacer {
	padding: 0px;
	width: 10px;
}
table#tableTabs td.tdTabActiveBlue {
	text-align: center;
	padding: 0px 0px;
	color: #013378;
	width: 106px;
	height: 33px;
	font-weight: bold;
	font-size: 14px;;
	background-image: url(../images/tabs/tab_active_blue.gif);
	background-repeat: no-repeat;
}
table#tableTabs td.tdTabBlue {
	text-align: center;
	padding: 0px 0px;
	color: #FFF;
	width: 106px;
	height: 33px;
	font-weight: bold;
	font-size: 14px;;
	background-image: url(../images/tabs/tab_blue.gif);
	background-repeat: no-repeat;
}
table#tableTabs td#tdWelcome {
	text-align: left;
	padding: 6px 0px 6px 13px;
	color: #FFF;
	vertical-align: bottom;
}
table#tableTabs td#tdRightLinks {
	text-align: right;
	padding: 6px 10px;
	color: #FFF;
	vertical-align: bottom;
}
*/

table#tableNavigationTrail {
	width: 1000px;
}
table#tableNavigationTrail td {
	background-image: url(../images/gray_fade1.gif);
	background-repeat: repeat;
	height: 28px;
}

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: #6699CC;
	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: #6699CC;
	padding: 10px 50px 10px 20px;
	color: #013378;
	font-weight: bold;
	background-image: url(../images/arrow_right_6699cc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color: #FF3300;
}
div.divBelowTitle {
	font-size: 14px;;
	padding: 5px 0px;
}
div.divMainPad {
	padding: 0px 23px 20px 23px;
}
div.divFormGray {
	background-color: #F8F8F6;
	border: 1px solid #DDD;
	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 #DDD;
	padding: 10px 10px;
}

div.divLabelForm {
	float: left;
	width: 500px;
	margin: 0px;
	text-align: left;
	padding: 6px 20px;
}

div.divLabelForm label {
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 6px;
}

div.divLabelFormB {
	margin: 0px;
	text-align: center;
	padding: 6px 20px;
}

div.divLabelFormB label {
	display: block;
	text-align: right;
	padding-right: 6px;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



/*=============================================================================================*/
/*==   Tables - Might appear more than once, use Classes                                     ==*/
/*=============================================================================================*/








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: 710px;
	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.trSortIndicator th {
	height: 5px;
	border-bottom: 1px solid #DDD;
}
table.tableListTable tr.trSortIndicator th.thSort1 {
	background-color:#9BE0FF;
}
table.tableListTable tr.trSortIndicator th.thSort2 {
	background-color:#CFEDF5;
}
table.tableListTable tr.trSortIndicator th.thSort3 {
	background-color:#E7F2F6;
}
table.tableListTable tr.trRow1 td {
	border-bottom: 1px solid #E5E5E5;
	background-color: #FCFCFC;
}
table.tableListTable tr.trRow2 td {
	border-bottom: 1px solid #E5E5E5;
	background-color: #F8F8F6;
}
table.tableListTable tr.trHighlighted1 td {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	/*background-color: #F8F8F6;*/
	background-color: #FFF;
	border-right: none;
}
table.tableListTable tr.trRow1Dark td {
	border-bottom: 1px solid #DDD;
	background-color: #FFFFFF;
}
table.tableListTable tr.trErrorRow {
	background-color: #CC0000;
}
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: 14px;;
}
table.tableListTable td.tdErrorCell {
	text-align: left;
	height: 25px;
	white-space: nowrap;
	padding: 6px 7px 6px 7px;
	color: #FFFFFF;
	font-size: 14px;;
	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: 14px;;
}




table.tableMainWithSecNav {
	width: 100%;
	margin-bottom: 45px;
}
table.tableMainWithSecNav td {
	text-align: left;
}
table.tableMainWithSecNav td.tdSecondaryNav {
	width: 243px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #E5E5E5;
	vertical-align: top;
}
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(../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(../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(../images/subtabs/tab_right_active.gif);
	background-repeat: no-repeat;
}
table.tableFormTopSubTabs td.tdSpacer {
	width: 13px;
	border-bottom: 1px solid #555;
}
table.tableFormTopSubTabs td.tdTabLeftInactive {
	width: 6px;
	height: 23px;
	padding: 0px;
	background-image: url(../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(../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(../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: 13px;
	width: 66px;
}
table.tableErrorMessages td.tdText {
	text-align: left;
	padding: 15px;
	font-size: 14px;;
}
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: 14px;;
	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: 13px;
	width: 66px;
}
table.tableInformationalMessages td.tdText {
	text-align: left;
	padding: 15px;
	font-size: 14px;;
}
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: 14px;;
	font-weight: bold;
	margin-bottom: 6px;
}


table.tableLoginBox {
	background-color:#0066CC;
}
table.tableLoginBox td {
	font-size: 14px;;
	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: 14px;;
}

td.specificationLeft {
	width:150px;
	border: 1px solid #CCC;
	border-left:none;
	padding:2px;
	text-align:left;
}

td.specificationRight {
	width:200px;
	border: 1px solid #CCC;
	border-right:none;
	padding:2px;
	text-align:left;
}

/*=============================================================================================*/
/*==   Links                                                                                 ==*/
/*=============================================================================================*/
a.aTopNavLink:link {
	text-decoration: none;
	font-size: 15px;
	color: #00AEEF;
}
a.aTopNavLink:visited {
	text-decoration: none;
	font-size: 15px;
	color: #00AEEF;
}
a.aTopNavLink:hover {
	text-decoration: none;
	font-size: 15px;
	color: #555;
}


a.aTopRight:link {
	text-decoration: none;
	font-size: 14px;;
	color: #FFF;
}
a.aTopRight:visited {
	text-decoration: none;
	font-size: 14px;;
	color: #FFF;
}
a.aTopRight:hover {
	text-decoration: none;
	font-size: 14px;;
	color: #FFFF00;
}

a.aRegularBlue1:link {
	text-decoration: none;
	font-size: 14px;;
	color: #013378;
}
a.aRegularBlue1:visited {
	text-decoration: none;
	font-size: 14px;;
	color: #013378;
}
a.aRegularBlue1:hover {
	text-decoration: underline;
	font-size: 14px;;
	color: #013378;
}


a.aSecondaryNav:link {
	text-decoration: none;
	font-size: 14px;;
}
a.aSecondaryNav:visited {
	text-decoration: none;
	font-size: 14px;;
}
a.aSecondaryNav:hover {
	text-decoration: underline;
	font-size: 14px;;
}


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: #F6F6F6;
	width: 960px;
}
.collapsableSectionClosed {
}





.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#cccccc}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background:#d8d8d8}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d5d5d5}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;}
.spiffy4{
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9}
.spiffy5{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.spiffyfg{
  background:#cccccc}

h1 {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 18px; 
	margin: 0px 0px 7px 0px;
}

h2 {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 14px; 
	margin: 0px 0px 0px 0px;
}

h3 {
	display: block;
	color: #999;
	font-weight: bold;
	font-size: 28px; 
	margin: 0px 0px 10px 0px;
}
h4 {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 28px; 
	margin: 0px 0px 10px 0px;
}
h5 {
	display: block;
	color: #999;
	font-weight: bold;
	font-size: 20px; 
	margin: 0px 0px 10px 0px;
}
h6 {
	display: block;
	color: #555;
	font-weight: bold;
	font-size: 14px; 
	margin: 0px 0px 10px 0px;
}


