table.results {
	background-color: B8B3B5;
	width: 800px;
}

table.result-output {
	width: 100%;
}

table.title-table {
	width: 910px;
}

TD.table-title-font {
	font-weight: bold;
	font-family: Helvetica,sans-serif; 
	font-size: 80%;
}

TD.main-header-title-font {
	font-weight: bold;
	font-family: Helvetica,sans-serif; 
	text-align: center;
	font-size: 150%;
}

TD.label-font-front-page {
	font-family: Helvetica,sans-serif; 
	font-weight: bold;
	font-size: 70%;
}

TD.table-content-font {
	font-family: Helvetica,sans-serif; 
	font-size: 80%;
}

TD.table-content-font-center {
	font-family: Helvetica,sans-serif; 
	font-size: 80%;
	text-align: center;
}

DIV.title-font {
	font-family: Helvetica,sans-serif; 
	font-weight: bold;
	font-size: 12pt;
}

DIV.copy-font {
	font-family: Helvetica,sans-serif; 
	font-size: 8pt;
}

DIV.error-font {
	width: auto; 
	text-align: center;
  	font-family: Helvetica,sans-serif; 
	font-style: normal; 
	font-weight: bold; 
}

DIV.error-font-italics {
	font-family: Helvetica,sans-serif; 
	width: auto; 
	text-align: center;
	font-style: italic;
	font-weight: bold; 
}

DIV.error-font-title {
	width: auto; 
	text-align: center;
  	font-family: Helvetica,sans-serif; 
  	font-size: 100%;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline;
}

.ColumnTitle {
	background-color: #68a;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 25px;
	text-align: center;
}

PRE.error-log-container {
	font-family: Helvetica,sans-serif; 
  color: black; 
  padding: 0.0em; 
  width: 800; 
  margin: 0;
  overflow: auto;
}

/* ------------------------------------------------------------------------------------------------------
      Display Tag Styles - Associated with the DisplayTag project.  http://displaytag.sourceforge.net
   ------------------------------------------------------------------------------------------------------ */
img{
	border:none;
}

th.sr {
	font-family: Helvetica, sans-serif; font-size: 8pt; color: black; text-align: center;
	border-style: solid;
	border-width: 1;
	border-color: black;
	background-color: #68a;
}

th.srHome {
	font-family: Helvetica,sans-serif; font-size: 8pt; color: black; text-align: center;
	border-style: solid;
	border-width: 1;
	border-color: black;
	background-color: #669966;
}

th.sorted a, th.sortable a {
	text-decoration: none;
	color: white;
	background-position: right;
	display: block;
	width: 100%;
}
th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: center right;
}
th.order1 a {
	background-image: url(../images/arrow_down.png);
}
th.order2 a {
	background-image: url(../images/arrow_up.png);
}

tr.odd {
	border-style: solid;
	border-width: 1;
  	font-family: Helvetica, sans-serif; font-size: 8pt; color: black; text-align: left;
}

tr.even {
	border-style: solid;
	border-width: 1;
	background-color: FFFFFF;
	background-color: DBD9D9;
	font-family: Helvetica, sans-serif; font-size: 8pt; color: black; text-align: left;
}

table.sr {
	border-style: solid;
	border-width: 1;
	width: 800px;
}

table#sr tr.over {
    background: #669966;
    border: 1px solid silver;
    cursor: pointer;
    cursor: hand;
}

span.pagebanner {
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	font-family: Helvetica, sans-serif; font-size: 8pt; text-align: center;
}

span.pagelinks {
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	border-top: none;
	font-family: Helvetica, sans-serif; font-size: 8pt; text-align: center;
}