/* PAGE-CONTAINER STYLES [START] */
body {
	margin: 0px;
	background-color: #D0D0D0;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	text-align: left;
}

a {
	background-color: inherit;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page-container {
	margin: 0px;
	padding-top: 125px;
	background-color: inherit;
	background-image: url(images/header-fade-gray.png);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #000000;
}
/* PAGE-CONTAINER STYLES [END] */

/* PAGE-HEADER STYLES [START] */
#page-container #page-header {
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/page-header-bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #006699;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align: left;
}

#page-container #page-header h1 {
	margin: 14px 0px 0px 250px;
	font-size: 32px;
	font-variant: small-caps;
	color: #5C5C5C;
}
/* PAGE-HEADER STYLES [END] */

/* GLOBAL-NAV STYLES [START] */
#global-nav {
	background-color: #003366;
	border-bottom: 2px solid #3399CC;
	background-image: url(images/menu-bar-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 25px;
}
#global-nav ul {
	margin: 2px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#global-nav ul li {
	display: inline;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#global-nav ul li.first-item {
	display: inline;
	border-left: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#global-nav ul li a {
	background-color: inherit;
	padding: .2em 1em;
	color: #FFFFFF;
	text-decoration: none;
}

#global-nav ul li a:hover {
	text-decoration: underline;
}
/* GLOBAL-NAV STYLES [END] */

/* PAGE-BODY STYLES [START] */
#page-container #page-body {
	margin: 0 auto;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
/* PAGE-BODY STYLES [END] */

div.report-text {
	margin: 0 auto;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

/* PAGE-FOOTER STYLES [START] */
#page-container #page-footer {
	margin: 0;
	padding: 0 15px;
	border-top: 2px solid #3399CC;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: center;
}

#page-footer {
	height: 100px;
	background-image: url(images/footer-fade-gray.png);
	background-repeat: repeat-x;
	background-color: 891717;
}

/* PAGE-FOOTER STYLES [END] */

#page-container #page-body div.view-box {
	margin: 10px auto 25px auto;
	border: 1px solid #3399CC;
	/* width: auto; */
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
}

#page-body div.form-errors {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #CC0000;
}

.error-container {
	height: 20px;
}

#page-container #page-body div.view-box .view-box-header {
	background-color: #003366;
	border-bottom: 1px solid #3399CC;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

div.view-box-header {
	background-image: url(images/menu-bar-bg.png);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.error-icon {
	text-align: right;	
}

div.bulk-button {
	text-align: right;
	margin-left: auto;
	border: 1px;
	border-color: #AAF;
	border-style: solid;
	background: #DDF;
	margin-right: 5px;
	vertical-align: middle;
	width: 550px;
}

div.content {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;	
}

#page-body div.view-box .view-box-content {
	width: inherit;
	text-align: center;
}

#page-body div.view-box .view-box-nav {
	padding-top: 10px;
	padding-bottom: 2px;
	width: inherit;
	text-align: center;
}

img.icon {
	width: 22px;
	height: 22px;
	border: 0px;
}

img.mini-icon {
	width: 16px;
	height: 16px;
	border: 0px;
}

img.logo {
	float: left;
	border: 0px;	
}

/* DATA TABLE & FORM STYLES [START] */
table.data-table, table.header-table, table.info-table {
	margin: 0 auto;
	width: 99%;
}

table.header-table {
	background-color: #EEEEEE;
	border-bottom: 1px solid #3399CC;	
}

/* For correct table layout now that GWT is incorporated */
.baseCell {
	font-size: 11px;
	text-align: left;
	padding: 3px 2px;
}

.baseTdCell {
	padding: 3px 2px;
}

table.header-table th {
	padding: 1px;
	width: 9%;
}

table.data-table th {
	padding: 1px;
	border-bottom: 1px solid #3399CC;
}

table.info-table th {
	padding: 1px;
	width: 50%;
}

table.info-table tr {
	vertical-align: top;
}

table.data-table tr.even-row {
	background-color: #FFFFFF;
}

table.data-table tr.odd-row {
	background-color: #DDDDFF;
}

tr.even {
	background-color: #FFFFFF;
}

tr.odd {
	background-color: #DDDDFF;
}

tr.even:hover {
	background-color: #CCFF99;
}

tr.odd:hover {
	background-color: #CCFF99;
}


tr.hover-row {
	background-color: #CCFF99;
}

tr.changed-row {
	background-color: #FF9999;
}

tr.spacer {
	height: 10px;	
}

th.form-field-label {
	text-align: right;
	padding-right: 5px;
}

td.rfts {
	background-color: #DDDDDD;
}

td.rfts-so {
	font-size: 14px;
	padding-right: 20px;
}

th.rfts-so {
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
}

td.rfts-detail {
	font-size: 12px;
	padding-right: 20px;
}

th.rfts-detail {
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	background-color: #FFFFFF;
}

td.buttons {
	border-top: 1px solid #3399CC;
	text-align: center;
	margin-top: 10px;
	padding: 10px 5px;
	vertical-align: bottom;
}

table.rfts-table {
	margin: 0 auto;
	width: 99%;
}

td.divider {
	padding: 3px;
	/* border-left: 1px solid #3399CC; */
}

td a {
	color: #660000;
}

td.nowrap {
	white-space: nowrap;
	vertical-align: top;	
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center-empty {
	text-align: center;
	width: 18px;
}

.notes-box-header {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}




/* DATA TABLE & FORM STYLES [END] */

/* ERROR STYLES [START] */
.error-text {
	color: #CC0000;
	font-weight: bold;
}
/* ERROR STYLES [END] */

/* SPECIAL STYLES [START] */
li.customer-note {
	color:#CC0000;	
}

li.note {
	white-space: normal;
}

div#login, div#change-password {
	margin: 0 auto;
	width: 275px;
	text-align: center;
}

div#report-options {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

div#message, div#confirm {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #CC0000;
	border: 1px;
	margin-left: 5px;
}

div#confirm {
	text-align:center;
}

div#left {
	text-align:left;
	color: #CCCCCC;
}

table#login-form-table {
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}

table#report-form-table {
	padding: 4px;
	width: 500px;
	text-align: left;
}

div#back-button {
	float: left;
}

.error-box {
	width: 400px;
	border-width: 1 px;
	border-style: solid;
	border-color: #880000;
	background-color: #880000;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 25px auto 15px auto;
	par
}

div.message-box {
	width: 400px;
	border-width: 1 px;
	border-style: solid;
	border-color: #008800;
	background-color: #008800;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 25px auto 15px auto;
}

div.release-box {
	width: 400px;
	height: 200px;
	border-width: 1 px;
	border-style: solid;
	border-color: #0099CC;
	background-color: #EEEEFF;
	font-size: 14px;
	padding: 10px;
	margin: 15px auto 15px auto;
	overflow: auto;
}

div.status-box {
	width: 400px;
	border-width: 1 px;
	border-style: solid;
	border-color: #BBBBBB;
	background-color: #DDDDDD;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 25px auto 15px auto;
}

input[disabled="disabled"] {
	color: #708090;
}

textarea[disabled="disabled"] {
	color: #708090;
}
/* SPECIAL STYLES [END] */
