/* DEFAULT */
/* Default styles applied globally within the application, unless overridden by a more specific class. */
a, body, div, form, img, input, p, pre, select, span, table, td, tr, textarea
{
    color: #000000;
    font-family: verdana, helvetica, arial, "sans serif";
    font-size: 10px;

    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
}

td {
    vertical-align: top;
    text-align: left;
}

div, img, table, td {
    border-width: 0px;
}

a {
    text-decoration: none;
    color: #0033cc;
}

a:visited {
    text-decoration: none;
    color: #0033cc;
}

a:hover {
    text-decoration: underline;
}

/* WIDTH */
/* Styles to control common width of collections and components. */
/*  "widthFill" allows the compnent to be as wide as its container (e.g. body, div, td, etc.) */
.widthFill {
    width: 100%;
}

.widthPage {
    width: 994px;
}

.widthPageContent {
    width: 970px;
}

.widthPageContentHalf {
    width: 480px;
}

.widthPageContentSpacer {
	width: 10px;
}

.widthPageTab {
    width: 948px;
}

.widthPageTabHalf {
    width: 469px;
}

.widthPageTabThird {
    width: 309px;
}

.widthPageTabSpacer {
    width: 10px;
}

.widthPageInset {
    width: 926px;
}

.widthPageInsetHalf {
    width: 448px;
}

.widthPageInsetTabSpacer {
    width: 30px;
}

/* POSITIONING */
/* Styles to control the margin and padding for common components */
div.posSiteHeader {
    margin-top: 0px;
}

td.posBreadcrumb {
	padding-top: 0px;
}

div.posSiteFooter {
	margin-top: 25px;
}

td.posPageHeader {
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 5px;
}

td.posPageValidationError {
	padding-top: 11px;
	padding-bottom: 5px;
}

td.posPageTitle {
	padding-top: 17px;
}

td.posPageInstructions {
	padding-top: 11px;
	padding-bottom: 5px;
}

table.posPageTabs {
	margin-top: 13px;
}

table.posPageFooter {
	margin-top: 15px;
}

td.posTextbox {
    height: 22px;
    padding-top: 1px;
}

td.posRadio {
    vertical-align: middle;
}

td.poxCheckbox {
    vertical-align: middle;
}

/* POSITIONING: FORM */
td.posLabel {
	padding-top: 10px;
	vertical-align: bottom;
}

td.posText {
	padding-top: 1px;
	vertical-align: bottom;
}

.posLabelHorizontal {
	margin-top: 10px;
}

td.posLabelCenteredWithButton {
	padding-top: 4px;
}

td.posLabelReadonly {
	padding-top: 4px;
}

td.posButtonWithLabel {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}

td.posSelect {
	height: 22px;
	padding-top: 2px;
}

td.posSelectHorizontal {
	height: 22px;
	padding-top: 1px;
}

td.posTextarea {
	padding-top: 1px;
	padding-bottom: 1px;
}

td.posDivideLine {
	padding-top: 1px;
}

td.posTextbox {
	height: 22px;
	padding-top: 1px;
}

td.posTextboxLabelHorizontal {
	height: 22px;
	padding-top: 4px;
}

td.posCheckbox {
	vertical-align: middle;
}

td.posCheckboxTextInTable {
	vertical-align: middle;
	height: 18px;
}

/* BLOCK */
div.blockContent {
	margin: 0px 12px 12px 12px;
}

td.blockContent {
	margin: 12px 12px 12px 12px;
}

div.blockTab {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0px 10px 10px 10px;
	background-color: #eeeeee;
}

div.blockInset {
	margin-top: 15px;
	border-width: 1px;
	border-color: #c4c4b5;
	border-style: solid;
	padding: 0px 10px 10px 10px;
	background-color: #e3e3d2;
}

div.blockTableScroll {
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
	border-style: solid;
}

div.blockTextScroll {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}

div.blockValidationError {
    border-width: 1px;
    border-color: #ff0000;
    border-style: solid;
    background-color: #ffffce;
}

td.blockValidationErrorText {
    padding: 10px;
    color: #ff0000;
}

.blockTableHeaderScroll, .blockTableCheckbox {
    margin-top: 2px;
}

.blockTableHeader {
    margin-top: 2px;
    border-width: 0px 1px;
    border-color: #999999;
    border-style: solid;
}

.blockTable {
    border-width: 0px 1px 1px 1px;
    border-color: #999999;
    border-style: solid;
}

/* BREADCRUMB */
div.breadcrumbText {
	text-transform: uppercase;
}

a.breadcrumbLink {
	font-weight: bold;
	color: #0033cc;
	text-transform: uppercase;
}

a.breadcrumbLink:visited {
	font-weight: bold;
	color: #0033cc;
	text-transform: uppercase;
}

span.breadcrumbCurrent {
	font-weight: bold;
	color: #ff9900;
	text-transform: uppercase;
}

span.breadcrumbNoncurrent {
	font-weight: bold;
	color: #aaaaaa;
	text-transform: uppercase;
}

/* TAB */
/* Styles to control formatting for collection of tabs. */
td.tabPadding {
	border-bottom: 1px #000000 solid;
}

/* HEADER */
.headerText {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* TITLE */
.titleText {
	font-size: 12px;
}

/* SUBHEADER */
table.blockSubheader {
	margin-top: 15px;
	height: 21px;
}

td.subheaderLabel {
	padding-left: 10px;
	font-weight: bold;
	background-color: #6699cc;
	text-transform: uppercase;
	vertical-align: middle;
}

td.subheaderCurve {
	width: 6px;
	text-align: right;
}

/* INSET HEADER */
div.blockInsetHeader {
	margin-top: 7px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* INSET SUBHEADER */
div.insetSubheader {
}

/* TABLE */
/* Styles to control formatting for tables */
tr.tableHeader {
    background-color: #666666;
}

tr.tableRow0 {
    background-color: #ffffff;
}

tr.tableRow1 {
    background-color: #eaf6ff;
}

td.tableCell {
    padding: 3px 3px 3px 3px;
    height: 18px;
}

td.tableCellScroll {
    height: 18px;
    padding: 3px 0px 3px 0px;
}

td.tableCellExpander {
    height: 18px;
    padding: 3px 0px 3px 0px;
    text-align: right;
}

td.tableCellCenter {
    height: 18px;
    padding: 3px 0px 3px 0px;
    text-align: center;
}

td.columnCenter {
    text-align: center;
}

td.columnAction {
    text-align: right;
}

.columnHeader {
    color: #ffffff;
    font-weight: bold;
    vertical-align: bottom;
}

a.columnHeader:visited {
    color: #ffffff;
    font-weight: bold;
    vertical-align: bottom;
}

a.actionLink {
    color: #ff9900;
    font-weight: bold;
}

a.actionLink:visited {
    color: #ff9900;
    font-weight: bold;
}

span.label {
	color: #000000;
	font-weight: bold;
}

/* FORM */
/* Styles to control formatting for form elements */
.fieldTextbox {
    height: 12px;
}

.fieldRadio {
    width: 12px;
    height: 12px;
}

.fieldCheckbox {
    width: 13px;
    height: 13px;
}

.fieldDisabled {
    background-color: #e3e3e3;
}

.fieldError {
    background-color: #ffffce;
}

.errorText {
    color: #ff0000;
    font-weight: bold;
}

a.errorText:link {
    color: #ff0000;
}

a.errorText:visited {
    color: #ff0000;
}

a.errorText:hover {
    color: #ff0000;
}

a.errorText:active {
    color: #ff0000;
}

.smallText {
	font-size: 9px;
}

.isInactive {
	color: #ff0000;
}

a.isInactive.link {
	color: #ff0000;
}

a.isInactive.visited {
	color: #ff0000;
}

a.isInactive.hover {
	color: #ff0000;
}

a.isInactive.active {
	color: #ff0000;
}

div.subheaderRule {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #336699 #ffffff #336699 #ffffff;
	line-height: 0px;
}

/* COMPLEX FORM FIELDS */
.hiddenData {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/* GLOBAL NAV STYLES */
table.globalNav {
    width: 994px;
 /*   height: 112px; */
    height: 90px;
    background-image: url("/a/app/img/image_gnav_background.jpg");
    background-repeat: no-repeat;
}

.wdtcLogo {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 1px;
    left: 1px;
}

.globalNavLink {
    color: #ff9900;
    padding-top: 10px;
    text-align: center;
}

a.globalNavLink:link {
    color: #ff9900;
}

a.globalNavLink:active {
    color: #ff9900;
}

a.globalNavLink:hover {
    color: #ff9900;
    font-weight: bold;
}

a.globalNavLink:visited {
    color: #ff9900;
}

td.blockSubNav {
    width: 986px;
    height: 28px;
    background-image: url("/cake/img/image_gnav_white_bar.jpg");
    background-repeat: repeat;
    vertical-align: middle;
    text-align: right;
}

.subNav {
    text-align: center;
}

a.subNav:link {
    color: #0033cc;
}

a.subNav:active {
    color: #0033cc;
}

a.subNav:hover {
    color: #0033cc;
    font-weight: bold;
}

a.subNav:visited {
    color: #0033cc;
}

.siteLogo {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 14px;
}

.navReset {
    height: 10px;
    width: 986px;
    z-index: 11;
}

/* FOOTER STYLES */
td.posFooterDivideLine {
	padding-top: 1px;
}

div.footerRule {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #336699 #ffffff #336699 #ffffff;
	line-height: 0px;
}

div.blockFooter {
    margin: 0px 12px 12px 12px;
}

.footerText {
	font-size: 10px;
}

