/*Contains the contents of the subheaderName in the alienSummary.jsp*/
#infoBarName {
	height: auto!important;
	overflow: hidden;
	width: 100%;
	vertical-align:0%!important;
	margin: 18px 0!important;
	padding-bottom: 8px;
	font-size:70%;
	font-family:Arial, sans-serif;
	}
	
/*Contains the A Number, Alien Name and link back to results  for the alienSummary.jsp*/
#subheaderName {
	margin: 0 1%!important;
	float: left;
	display: inline;
	width: 98%;
	height:100%!important;
	 }
	 
#subheaderName h1 {
	font-size:2.2em;
	color: gray;
	}
	
#subheaderName h2 {
	margin: 0!important;
	width:auto;
	display: inline;
	font-size:1.7em;
	color:gray;
	}
#subheaderName h3 {
	margin: 0!important;
	width:auto;display: inline;
	font-size:1.5em;
	}

.floatRight {
	float: right;
	}
	
.floatLeft {
	float: left;
	}

a.printIcon {
	height: 25px!important;
	width: 26px!important;
	overflow: visible!important;
	display: block!important;
	margin: 0 12px!important;
	}
	
a.printIcon {
	background: url('../images/print.gif') 0 0 no-repeat!important;
	}
	
a.printIcon:hover {
	background: url('../images/print.gif') 100% 0 no-repeat!important;
	}

body {
	color: gray;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 80%;
	}
	
input.text{
	border: 1px solid #CCCCCC;
	color: #cccccc;
	margin: 0px;
	}
	
select.ddl{
	background-color: #ffffff;
	color: #999999;
	}
	
div#contentArea {
	width: 90%;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 13px;
	color: #999999;
	}

.homepagediv {
	border: none;
	}

#globalHeaderTitle {
	height: 60px;
	/*background:url(../images/logo_sub.gif) 0 0 no-repeat;*/
	width:32%!important;
	float: left;
	display: inline;
	/*overflow:hidden!important;*/
	zoom: 1;
	margin: 12px auto 12px 1%;
}

#globalHeaderTitle h1 {
	margin:3px 0 0 70px;
	font-size:18pt;
	color:white;
	}

#globalSearchHeader {
	background: url("../images/HeaderTemp.png") 0 0 no-repeat!important;
	float: left;
	clear: both;
	width: 100%!important;
	padding: 0;
	margin: 0;
	font: 700 100% arial, sans-serif;
	height: 84px;
	overflow: hidden !important;
	display:inline;
	}
	
#globalSearchHeader {
	background-color: #bcbdc0!important;
	}
	
#globalSearchHeader,#globalSearchHeader a, #globalSearchHeader a:visited , #breadcrumbs, #breadcrumbs a {
	color:#fff !important
	}
	
#globalNavDiv {
	margin:12px 1% 0 1%!important;
	width:30%;
	zoom: 1;
	border-right:solid 1px #efefef;
	height:60px
	}
	
#globalSearchForm {
	float: right!important;
	color: #fff;
	width:auto!important;
	display: inline;
	height:60px;
	margin-top: 20px;
	}

.mainNav {
	font:600 1.0em arial;
	color: #ffffff;
	text-decoration: none;
	}
	
a.mainNav:link {
	font:600 1.0em arial;
	text-decoration: none;
	}
	
a.mainNav:visited {
	font:600 1.0em arial;
	text-decoration: none;
	}
	
a.mainNav:active {
	font:600 1.0em arial;
	text-decoration: none;
	}
	
a.mainNav:hover {
	font:600 1.0em arial;
	text-decoration: underline;
	}

/* Sets height and width of the main navigation div. Includes white line above and below the navigation bar. */
#subNav {
	width: 100%;
	background-color: #e5f4f9;
	border-bottom: solid #468ccb 5px!important;
	height: 28px;
	}

/* Zeros out the margin and padding for the main navigation list. */
#subNav ul {
	margin: 0;
	padding: 0;
	}

/* Strips out the default list styling for the main navigation list. Sets the position of the li elements to float left. */
#subNav li {
	list-style-type: none;
	float: left;
	}

/* Sets height and width of the main navigation items via the a tag. Includes white, dotted line tot he right of each navigation item and the
	styles which control the appearance of the link text. */
#subNav a {
	display: block;
	width: 170px;
	text-align: center;
	border-right: solid 1px #FFFFFF;
	color:#468ccb; font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	background-color: #e5f4f9;
	height: 28px;
	line-height: 28px;
	}

/* Sets hover color change for the main nav a items. */
#subNav a:hover {
	background-color: #468ccb;
	color:#ffffff;
	}

/* Sets background color color change for the main nav a items when on a particular page- e.g. on the about us page, the a class="active" for the about us link. */
#subNav a.active {
	background-color: #468ccb;
	}

/* Sets height and width of the main navigation items via the a tag. Includes white, dotted line tot he right of each navigation item and the
	styles which control the appearance of the link text. */
#subNav a.noTab {
	border-right: solid 1px #e5f4f9;
	width: 25px;
	float:right;
	}

/* Sets hover color change for the main nav a items. */
#subNav a.noTab:hover {
	background-color: #e5f4f9;
	padding-top:3px;
	}
	
#subNavOn {
	color: #e5f4f9!important;
	background-color: #468ccb!important;
	}

/* Sets height and width of the main navigation div. Includes white line above and below the navigation bar. */
#thirdNav {
	padding:5px 5px 0px 57px;
	border:1px solid #468ccb;
	height: 28px;
	}

/* Sets height and width of the main navigation items via the a tag. Includes white, dotted line tot he right of each navigation item and the
styles which control the appearance of the link text. */
#thirdNav a {
	text-align: center;
	color:#468ccb;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	}

/* Sets hover color change for the main nav a items. */
#thirdNav a:hover {
	color:#468ccb;
	text-decoration: underline;
	}
	
span.thirdNav {
	color:#468ccb;
	font-size: .9em;
	font-weight: bold;
	}

.headerText {
	font:700 1.0em arial;
	color: #ffffff;
	text-decoration: none;
	}
	
a.headerText:link {
	text-decoration: none;
	}
	
a.headerText:visited {
	text-decoration: none;
	}
	
a.headerText:active {
	text-decoration: none;
	}
	
a.headerText:hover {
	text-decoration: underline;
	}

.globalhdrTable {
	padding-top:3px;
	padding-bottom:3px;
	background-color:#cccccc;
	}
	
.globalhdrTxt {
	font:1.0em arial;
	color: #666666;
	text-decoration: none;
	}
	
a.globalhdrTxt:link {
	font-size:1.0em;
	text-decoration: none;
	}
	
a.globalhdrTxt:visited {
	font-size:1.0em;
	text-decoration: none;
	}
	
a.globalhdrTxt:active {
	font-size:1.0em;
	text-decoration: none;
	}
	
a.globalhdrTxt:hover {
	font-size:1.0em;
	text-decoration: underline;
	}

.footerText {
	font:1.0em arial;
	color: #6F6F71;
	text-decoration: none;
	}
	
a.footerText:link {
	font:0.9em arial;
	color: #6F6F71;
	text-decoration: none;
	}
	
a.footerText:visited {
	font:0.9em arial;
	color: #6F6F71;
	text-decoration: none;
	}
	
a.footerText:active {
	font:0.9em arial;
	color: #6F6F71;
	text-decoration: none;
	}
	
a.footerText:hover {
	font:0.9em arial;
	color: #6F6F71;
	text-decoration: underline;
	}

.filterView {
	background-color: #f1f1f1;
	}
	
.filterView td.label {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
	}
	
.filterView td.data {
	vertical-align: top;
	text-align: left;
	padding-top: 1px;
	}
	
.filterView td {
	padding: 4px;
	}
	
.filterView th {
	padding: 4px;
	}

.alienSummary {
	border: #E7F5FF 1px;
	background-color: #E7F5FF;
	}
	
.alienSummary td.label {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
	}
	
.alienSummary td.data {
	vertical-align: top;
	text-align: left;
	padding-top: 1px;
	}
	
.alienSummary td {
	padding: 4px;
	}
	
.alienSummary th {
	padding: 4px;
	}

.alienSummaryLabel{
	color: #726d6e;
	font-size: 0.8em;
	margin: 0;
	}
	
.alienSummaryData {
	color: #000000;
	font-size: 1.0em;
	margin: 0 0 4px;
	}

/*Green button used throughout the eTD system.*/
.greenButton {
	background: #339900;
	color: #000000;
	border: solid 2px #33cc00;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:4px;
	padding-left:4px;
	}
.greenButton:hover {
	border: solid 2px #006600;
	}

.viewSummary {
	font-size: 1.0em;
	font-weight:600;
	color:gray;
	padding: 10px 0px 0px 10px;
	}
	
.viewSummary a {
	text-decoration: none;
	color: gray;
	}
	
.viewSummary a:link {
	text-decoration: none;
	color: gray;
	}
	
.viewSummary a:visited {
	text-decoration: none;
	color: gray;
	}
	
.viewSummary a:hover {
	text-decoration: underline;
	color: gray;
	}
	
.viewSummarySelected {
	font-weight:900;
	color:#000000;
	background-color: yellow;
	}

#toggleHdr {
	color:#468ccb;
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-decoration: none;
	}
	
#toggleHdr a {
	color:#468ccb;
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-decoration: none;
	}
	
#toggleHdr a:hover {
	color:#468ccb;
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-decoration: none;
	}

/*########## Button display on the on the Alien Summary Header (alienSummary.jsp) ##########*/
#subheaderAlerts ul {
	clear: both;
	width: 150px;
	list-style-type:none;
	}
#subheaderAlerts ul li {
	float: left;
	margin-bottom: 20px;
	width: 125px!important;
	vertical-align: top;
	}
#subheaderAlerts ul li a {
	color: #000000;
	background-color: #abd7f3;
	text-decoration: none;
	float: left;
	width: 125px!important;
	text-align: center;
	font-size:11px;
	height: 20px;
	line-height: 20px;
	vertical-align: 50%;
	border: solid #fff 2px;
	}
#subheaderAlerts ul li a:hover {
	border: solid #666 2px;
	}	
	
a.subheaderAlerts:active{
	color: #ffffff;
	background-color: #468ccb;
}

/*.personAlert {
	background: #468ccb;
	}*/

/*########## End button display on the on the Alien Summary Header (alienSummary.jsp) ##########*/

DIV.divScroll {
	height: 200px;
	overflow: auto;
	border: 1px solid #666;
	padding: 8px;
	}
	
a img { 
	border:0;
	}
	
div#content {
	margin: 0px 0px 0px 10px;
	padding: 10px;
	text-align: left;
	}
	
div#content>p {
	margin:10px 0px;
	}

tr.above td {}

td.threshold {}
	
tr.above td.threshold {
	font-weight: bold;
	background-color: #FF0000;
	color: #fff;
	}

.notificationHeader {
	color: #cc0000;
	font-size: 1.3em;
	font-weight: bold;
	}
	
.notificationTxt {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	}

.documentDetailNav {
	vertical-align: middle;
	width: 745px;
	align: center;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-bottom: 1px solid black;
	padding: 0px;
	font-family: arial, sans-serif;
	padding: 0px;
	}
	
.documentDetailNav a {
	font-size:10pt;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align:center;
	display:block;
	padding: 5px;
	background: #999999;
	}
	
.documentDetailNav td {
	border-right: #ffffff;
	vertical-align: middle;
	}
	
.documentDetailNav a:link {
	color: #FFFFFF;
	}
	
.documentDetailNav a:visited {
	color: #FFFFFF;
	}
	
.documentDetailNav a:hover {
	background: black;
	color:#fff;
	}
	
.tdStatusHeader {
	width: 765px;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	background: #FFFFFF;
	border-bottom: 1px solid gray;
	}
	
.tdStatusHeader div {
	width: 350px;
	border: 0px;
	padding: 10px;
	}
	
.tdStatusHeader h1 {
	font: 12pt arial, sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: left;
	color:gray;
	}
	
.tdStatusHeader p {
	font-size: 10pt;
	font-weight: none;
	color: #333333;
	text-align:left;
	font-weight: normal;
	}
	
.tdStatusHeader td {
	font: 10pt arial, sans-serif;
	color: #c51D33;
	font-weight: bold;
	align: left;
	padding: 0px 0px 0px 0px;
	}
	
.tdStatusHeader span {
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	}
	
.tdStatusHeader span.lastName {
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	}
	
.tdStatusHeader span.name {
	color: #333333;
	font-weight: bold;
	}
	
.tdStatusHeader a {
	font: 10pt arial, sans-serif;
	color: #333333;
	}
	
.tdStatusHeader a:visited {
	color: #333333;
	}
	
.tdStatusHeader a:link {
	color: #333333;
	}
	
.tdStatusHeader a:hover {
	color: #333333;
	}

a.password {
	text-align: left;
	}
	
.changePassword {
	margin: 10px 0px 10px 0px;
	width: 725px;
	background-color: #ffffff;
	}
	
.changePassword table {
	text-align: left;
	margin: 0px 0px 20px 0px;
	border-bottom: 0px;
	}
	
.changePassword td {
	padding: 0px 0px 0px 0px;
	color: #333333;
	}
	
.changePassword td.alignLeft {
	text-align: left;
	}

form, table {
	margin: 0;
	padding: 0;
	}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
	padding-left: 4px;
	color: #666;
	}
	
input.button {
	color: #000;
	padding-left: 1px;
	line-height: 17px;
	}

/* make buttons looks the same in Mozilla */
td input.button {
	padding: 1px 3px !important;
	}
	
form input.focus, form textarea.focus {
	border-color: orange;
	color: #000;
	}
	
form select {
	padding-left: 0px;
	}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	}
	
span.attention {
	background: transparent;
	color: #0000ff;
	}

/* Labels for validation and label tag */
label {
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	}
label.required {
	font-weight: bold;
	}
label.error {
	font-weight: bold;
	background: transparent;
	color: red;
	}

/* These are the styles for detail screen tables */
table.detail {
	margin-left: 10px;
	padding: 5px;
	font-weight: normal;
	}
table.detail th {
	text-align: right;
	padding: 0px 3px 0px 0px;
	}
table.detail th.tallCell {
	vertical-align: top;
	}
table.detail td {
	text-align: left;
	padding: 0px;
	}
table.detail td.moveOptions {
	text-align: center;
	width: 50px;
	padding: 5px;
	}
table.detail td.moveOptions button {
	margin-bottom: 3px;
	width: 45px;
	white-space: nowrap;
	}
table.detail td.buttonBar {
	padding-top: 10px;
	}
table.detail td.updateStatus {
	color: #c0c0c0;
	}

fieldset.consList {
	margin-top: 5px;
	padding: 5px;
	background: transparent;
	border: 1px solid gray;
	width: 200px;
	}
fieldset.pickList {
	margin-top: 5px;
	padding: 5px;
	background: transparent;
	border: 1px solid gray;
	}
fieldset.pickList legend {
	font-weight: bold;
	}
table.pickList {
	padding: 0;
	border-spacing: 0;
	}
table.pickList th.pickLabel {
	text-align: center;
	background: transparent;
	color: #666;
	}
table.pickList td {
	vertical-align: middle;
	}
table.pickList td label {
	vertical-align: middle;
	}
table.pickList td input {
	vertical-align: middle;
	}
table.pickList td select {
	width: 150px;
	}
th, td, pre, code {}

table.noVertPadding td {
	padding: 0px;
	}
	
pre {
	background: #ffffdd;
	border: 1px solid #999999;
	color: #000000;
	padding: 5px 5px 5px 7px;
	}

/* ######################eTD########################## */
#td {
	vertical-align: bottom;
	}
th, td {
	color: gray;
	font-family: arial, sans-serif;
	}
th { 
	text-align: center;
	}
h1 {
	font-size: 200%;
	margin-bottom: 10px;
	color:#468ccb;
	}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
	color:#468ccb;
	}
hr {
	color: gray;
	height: 1px;
	}

.center {
	text-align: center;
	}
.right {
	text-align: right;
	}


/* these styles are for the indicator arrows at the top of the page in the dro app */
.indicatorTable td {
	padding: 0px;
	}
.prevNext td {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.centerall {
	vertical-align: center;
	text-align: center;
	}
.currentStep {
	vertical-align: center;
	text-align: center;
	background-color: #ffff66;
	color: black;
	font-weight: bold;
	}

.backgroundBoxNoPadding {
	border-collapse: collapse;1px solid #cccccc;
	border: 1px solid #cccccc;
	}
.backgroundBoxNoPadding td.label {
	font-weight: bold;
	text-align: left;
	}
.backgroundBoxNoPadding td.data {
	vertical-align: top;
	text-align: left;
	}
.backgroundBoxNoPadding td {
	padding: 5px;
	}
.backgroundBoxNoPadding th {}
.backgroundBoxNoPadding table.tdForm td {}
.backgroundBoxNoPadding table.tdForm td h2 {}
.backgroundBox {
	border: 1px solid #cccccc;
	}
.backgroundBox td.label {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
	}
.backgroundBox span.label {
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
	}
.backgroundBox td.data {
	vertical-align: top;
	text-align: left;
	padding-top: 1px;
	}
.backgroundBox td {
	padding: 10px;
	}
.backgroundBox th {
	padding: 5px;
	}
.backgroundBox table.tdForm td {
	padding: 3px;
	}
.backgroundBox table.tdForm td h2 {
	margin-top: 15px;
	}

.formFieldLabel {
	font-weight: bold;
	text-align: right;
	font-size: 1.0em;
	}
	
.relatedFormFieldLabel {
	text-align: right;
	}
	
.numberField {
	text-align: right;
	}
	
.dateField {
	text-align: right;
	}
	
.internalNavigation {
	text-align: right;
	}

.searchForm td {
	padding: 5px;
	}

.resultForm {
	border-collapse: collapse;
	margin-top: 15px;
	}
.resultForm th {
	background-color: #ddd;
	border: 1px solid gray;
	padding: 5px;
	}
.resultForm td.dark { 
	border: 1px solid gray;
	background-color: #ddd;
	padding: 5px;
	} 
.resultForm td.light { 
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
	}
.resultForm td.caption {
	border: 0px solid gray;
	padding: 5px;
	text-align: center;
	}
.resultForm td.noRightBorder {
	border-right: 0px solid gray;
	background-color: white;
	padding: 5px;
	}
.resultForm td.noLeftBorder {
	border-left: 0px solid gray;
	background-color: white;
	padding: 5px;
	}
.resultForm td {
	border: 1px solid gray;
	background-color: white;
	padding: 10px;
	}
.resultForm tr.altRow td {
	background-color: #eee;
	}

.scanCapture {
	border-collapse: collapse;
	margin-top: 15 px;
	width: 100%;
	}
.scanCapture th {
	background-color: #ddd;
	border: 1px solid gray;
	padding: 5px;
	}
.scanCapture td.caption {
	border: 0px solid gray;
	padding: 5px;
	text-align: center;
	}
.scanCapture td.documentImage {
	width: 625px;
	text-align: left;
	vertical-align: top;
	}
.scanCapture td.sideText {
	vertical-align: top;
	text-align: left;
	}
.scanCapture td {
	text-align: left;
	padding: 5px;
	}

.imageCapture {
	border-collapse: collapse;
	margin-top: 15 px;
	width: 295px;
	}
.imageCapture td.identImage {
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
	text-align: center;
	} 
.imageCapture td.noImage {
	border: 1px solid gray;
	background-color: #cccccc;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	height: 253px;
	padding: 20px;
	margin-bottom: 20px;
	} 
.imageCapture td.caption {
	border: 0px solid gray;
	padding: 5px;
	text-align: center;
	}

#mainMenu {
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	width: 203px;
	}
#menuList {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	}
li.menubar {
	background: url("images/plus.gif") no-repeat 0em 0.3em;
	font-size: 12px;
	line-height: 1.5em;
	list-style: none outside;
	}
.menu, .submenu {
	display: block;
	margin-left: 15px;
	padding: 0px;
	}
.menu li, .submenu li {
	background: url(images/square.gif) no-repeat 0em 0.3em;
	list-style: none outside;
	}
.menu li a, .submenu li a {
	background-color: transparent;
	font-size: 12px;
	padding-left: 15px;
	}
.menu li a:hover, submenu li a:hover {
/*border-bottom: 1px dashed #000;*/
}
span.key {
	text-decoration: underline;
	}

/***********************************************
* AnyLink Vertical Menu- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

#dropmenudiv {
	position:absolute;
	background-color: #ddd;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	color: gray;
	font-weight: bold;
	}
#dropmenudiv a:hover { 
/*hover background color*/
background-color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #ddd;
	}

/* ########################## helptip ####################*/
/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/
a.errorLink {
	background: transparent;
	text-decoration: none;
	cursor: help;
	}
a.errorLink:hover {
	background: transparent;
	color: black;
	}
a.helpLink {
	color: Green;
	text-decoration: none;
	border-bottom: 1px dashed Green;
	cursor: help;
	}
a.helpLink:hover {
	color: Red;
	text-decoration: none;
	border-bottom: 1px dashed Red;
	}
.helpTooltip {
	position: absolute;
	width: 250px;
	border: 1px Solid WindowFrame;
	background: Infobackground;
	color: InfoText;
	font: StatusBar;
	font: Status-Bar;
	padding: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index: 10000;
	}
.helpTooltip a, .helpTooltip a:hover {
	color: blue !important;
	background: none;
	}

/* ############### messages.css ############## */
/* This is the style for the informational messages presented to the user */
div.error, div.message {
	background-color: #ffffcc;
	border: 1px solid #000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
	}

/* use a different color for the errors */
div.error {
	border: 2px solid red;
	}
img.validationWarning, div.errors img.icon, div.messages img.icon {
	border: 0;
	width: 14px;
	height: 13px;
	vertical-align: top;
	}
div.message a {
	background: transparent;
	color: #0000FF;
	}
div.message a:visited {
	background: transparent;
	color: #0000FF;
	}
div.message a:hover {
	background: transparent;
	color: #008000;
	}
div.message a:active {
	text-decoration: underline overline;
	}
div.message img.icon {
	vertical-align: middle;
	}
span.fieldError {
	color: red;
	font-size: .95em;
	font-weight: bold;
	}

/************************************ BEGIN displaytag.css *************************************/
div.exportlinks {
	margin: 0px 0px 10px 0px;
	padding: 5px 4px 2px 0px;
	width: 400px;
	}
div.exportlinks a {
	text-decoration: none;
	}
div.exportlinks span {
	background-repeat: no-repeat;
	}
span.csv {
	background-image: url(../images/ico_file_csv.png);
	}
span.excel {
	background-image: url(../images/ico_file_excel.png);
	}
span.pdf {
	background-image: url(../images/ico_file_pdf.png);
	}
span.xml {
	background-image: url(../images/ico_file_xml.png);
	}
span.export {
	cursor: pointer;
	display: inline;
	display: inline-block;
	padding: 0 4px 1px 20px;
	}

span.pagebanner {
	display: block;
	}
span.pagelinks {
	display:block;
	font-size:.95em;
	margin-bottom:5px;
	margin-top:3px;
	text-align:right;
	width: 100%;
	}
span.pagelinks {
	width: 450px !important;
	float:right;
	}

th.sortable a {
	background-position: left;
	display: block;
	}
th.sorted a  {
	background-position: left;
	display: block; color:#000000;
	}

table.listWrap {
	border: 1px solid #468ccb;
	border-collapse:collapse;
	width:100%;
	font-size:0.9em;
	}
table.listWrap td {
	border: 1px solid #468ccb;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	}
table.listWrap td.numeric {
	text-align: right;
	}
table.listWrap th {
	background: #468ccb;
	border: 1px solid #e5f4f9;
	border-bottom: 1px solid #468ccb;
	color: #ffffff;
	padding: 3px;
	text-align: left;
	}
table.listWrap th.sortable a {}
table.listWrap th.sortable a, table.listWrap th.sortable a:visited {
	background-color: transparent
	;color: #ffffff;
	text-decoration: none;
	}
table.listWrap th.sortable a:hover {
	background-color:transparent;
	color:#ffffff;
	text-decoration:overline underline;
	}
table.listWrap th.sortable:hover {
	background: #FFFF40;
	color: #008000;
	}
table.listWrap th.sortable a {
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	}
table.listWrap th.order1 a {
	background-image: url(../images/icn_arrow_down.gif) !important;
	color:#000000;
	}
table.listWrap th.order2 a {
	background-image: url(../images/icn_arrow_up.gif) !important;
	color:#000000;
	}
table.listWrap th.sorted {
	background-color: #e5f4f9;
	color: #000000;
	border-right:1px solid #468ccb;
	border-left:1px solid #468ccb;
	}
table.listWrap th.sorted a {
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	color:#000000;
	}
table.listWrap th.sorted:hover {
	background: #FFFF40;
	color: #000000;
	}
table.listWrap th.sorted a, table.listWrap th.sorted a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	}
table.listWrap th.sorted a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:overline underline;
	}
table.listWrap thead tr {
	background-color: #FFCC00;
	}
table.listWrap tr.even {
	background: #EEEEEE;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	}
table.listWrap tr.odd {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	}
table.listWrap tr.total {
	background-color: #C0C0C0;
	font-weight: bold;
	color: red;
	}
/* highlight table row onmouseover */
table.listWrap tr.over {
	background: #FFFF40;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	}

/*########## Table used for all ERO web pages except the main menu. ##########*/
/*Table properites.*/
table.list {
	border-collapse:collapse;
	width:100%;
	font-size:0.9em;
	border:1.5px solid #468ccb!important;
	border-width:thin;
	}
/*Table Header Properties.*/
table.list th {
	background: #468ccb;
	color: #ffffff;
	padding: 3px;
	text-align: left;
	border-right: 1px solid #ffffff;
	}
/*Table row properties.*/
table.list td {
	border: 1px solid #468ccb;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	}
table.list td.numeric {
	text-align: right;
	}
table.list th.sortable a, table.list th.sortable a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
	}
table.list th.sortable a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:overline underline;
	}
table.list th.sortable:hover {
	background: #468ccb;
	color: #000000;
	}
table.list th.sortable a {
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	}
table.list th.order1 a {
	background-image: url(../images/icn_arrow_down.gif) !important;
	color:#000000;
	}
table.list th.order2 a {
	background-image: url(../images/icn_arrow_up.gif) !important;
	color:#000000;
	}
table.list th.sorted {
	background-color: #e5f4f9;
	color: #000000;
	border-right:1px solid #468ccb;
	border-left:1px solid #468ccb;
	}
table.list th.sorted a {
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	color:#000000;
	}
table.list th.sorted:hover {
	background: #FFFF40;
	color: #000000;
	}
table.list th.sorted a, table.list th.sorted a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	}
table.list th.sorted a:hover {
	background-color:transparent;
	color:#000000;
	text-decoration:overline underline;
	}
table.list thead tr {
	background-color: #FFCC00;
	}
table.list tr.even {
	background: #EEEEEE;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	}
table.list tr.odd {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	}
table.list tr.total {
	background-color: #C0C0C0;
	font-weight: bold;
	color: red;
	}
/* highlight table row onmouseover */
table.list tr.over {
	background: #FFFF40;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	}
/*########## End table used for all ERO web pages except the main menu. ##########*/

/* ################### Table view for the main page ############## */
table.mainMenuList {
	border: 1px solid gray;
	border-collapse: collapse;
	margin: 10px;
	margin-top: 0px;
	width: 100%;
	}
table.mainMenuList td {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	white-space: nowrap;
	}
table.mainMenuList td.numeric {
	text-align: right;
	}
table.mainMenuList th {
	background-color: transparent;
	border-bottom: 1px solid gray;
	color: #000000;
	padding: 3px;
	text-align: left;
	text-decoration: underline;
	}
table.mainMenuList th a, table.mainMenuList th a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	}
table.mainMenuList th a:hover {
	background-color: transparent;
	color: #000066 !important;
	text-decoration: none;
	}
table.mainMenuList th.sortable a {}
table.mainMenuList th.order1 a {
	background-image: url(../images/icn_arrow_down.gif) !important;
	}
table.mainMenuList th.order2 a {
	background-image: url(../images/icn_arrow_up.gif) !important;
	}
table.mainMenuList th.sorted {
	color: #000000;
	}
table.mainMenuList th.sorted a, table.mainMenuList th.sortable a {
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	}
table.mainMenuList th.sortable:hover {
	background: #FFFF40;
	color: #008000;
	}
table.mainMenuList thead tr {
	background-color: transparent;
	}
table.mainMenuList tr.odd {
	background: #FFFFFF;
	color: #000000;
	}
table.mainMenuList tr.total {
	background-color: #C0C0C0;
	font-weight: bold;
	color: red;
	}
/* highlight table row onmouseover */
table.mainMenuList tr.over {
	background: #FFFF40;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	}
/* ################### End table view for the main page ############## */

/************************************ END displaytag.css *************************************/
