body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#fff;
	margin: 1px;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover  {
	color: #0066CC;
	text-decoration: underline;
}

a.noUnderline {
	text-decoration: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
 
h1 {
	font-size: 14px;
	color: #000000;
	margin: 0px 2px 0px 2px;
	padding: 2px;
	border-bottom: 1px #000000 solid;
	width: 100%;
}

h2 {
	font-size: 13px;
	color: #003399;
	font-weight: bold;
	padding: 2px;
	margin: 1px 0px 10px 1px;
}

h2 a:link, h2 a:visited, h2 a:hover {
	width: 100%;
	font-size: 13px;
	color: #003399;
	font-weight: bold;
	background-color: #ddd;
	padding: 2px 2px 2px 2px;
	margin: 1px 0px 1px 1px;
	text-decoration: underline;
}

h3  {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	width: 100%;
	background-color: #ddd;
	line-height: normal;
	padding: 4px 2px 3px 2px;
	margin: 1px 2px 2px 2px;
	display: inline;
}

td h3  {
	margin: -4px 0px -2px 0px;
}


h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	width: 100%;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	background-color: #eee;
	line-height: normal;
	padding: 0px 2px 1px 3px;
	margin: 0px 0px 1px 1px;
}

h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	background-color: #eee;
	text-decoration: underline;
}

p {
	margin: 8px 2px 8px 4px;
}

td p {
	margin: 4px 2px 4px 2px;
}

ul, ol,  {
	margin: 2px 1px 2px 15px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position : 0 .9em;
	padding-left: 8px;
	padding-top: 5px;
}

hr {
	margin: 0px;
	padding: 0px;
	color: #bbbbbb;
	height: 2px;
}

#content {
	margin: 5px;
	border: 1px solid #000066;
	width: 100%;
}

table {
	background-color: #eee;
	width: 100%;
	margin: 1px 1px 1px 1px;
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
}

#content table {
	background-color: #eee;
	width: 100%;
	margin: 1px 1px 1px 1px;
}

th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #99ccff;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color : #000;
	vertical-align : bottom;
}

th a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: #99ccff;
	padding: 2px 2px 2px 2px;
	text-decoration: underline;
	color: #000;
}

th.first {
	text-align: left;
}

th.sortable {
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	background-color: #99ccff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color : #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
th.notSortable {
	font-size: 10px;
	font-weight: bold;
	background-color: #99ccff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color : #000000;
	vertical-align : bottom;
}

tr:nth-child(even) {
  background-color: rgb(190, 188, 242);
}

table td {
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	padding: 4px 2px 3px 2px;
	font-size: 11px;
	vertical-align: top;
}

/*
table td {
	HookupEvents:expression(this.onmouseover=new Function("this.style.background='#ccc';"),this.onmouseout=new Function("this.style.background='#eee';"));
}
*/

#content table td {
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	padding: 4px 2px 3px 2px;
	font-size: 11px;
	vertical-align: top;
}

#content table td.generic {
	border-right: none;
	border-bottom: none;
}

.dataLabel {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background-color: #eee;
	line-height: normal;
	padding: 4px 2px 3px 2px;
	text-align: right;
	vertical-align: top;
}

.dataLabelGeneric {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background-color: #eee;
	line-height: normal;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.inset {
	margin-left: 15px;
	width: 100%;
}

.dataQuantity {
	text-align: right;
}

.dataQuantityNegative {
	text-align: right;
	color: #cc0000;
}

#buttonContainer {
	text-align: right;
	padding: 4px;
	margin: 8px 0px 8px 1px;
}

.buttonIcon {
	cursor: pointer;
	padding-right: 3px;
	vertical-align: middle;
}

button {
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	background-color: #ccc;
	padding: 1px 0px 1px 0px;
	border-bottom: 2px solid #666;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #666;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	margin-left: 4px;
}

button.action {
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	background-color: #ccc;
	padding: 1px 0px 1px 0px;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #666666;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	margin-left: 4px;
}

.h3buttons {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	width: 100%;
	background-color: #ddd;
	padding: 4px 2px 3px 2px;
	margin: -4px 0px -2px 0px;
}

td span.h3buttons h3  {
	display: inline;
	margin: -4px 0px -2px 0px;
	float: left;
	width: auto;
	padding-top: 5px;
	vertical-align : middle;
}

.buttonContainerSmall {
	text-align: right;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	display: inline;
	float: right;
}

button.small {
	cursor: pointer;
	font-size: 9px;
	font-weight: normal;
	height: 17px;
	color: #000;
	padding: 0px 2px 0px 2px;
	background-color: #ddd;	
	border-bottom: 2px solid #666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #666;
	margin: 0px 2px 0px 4px;
}

button.smallAction {
	cursor: pointer;
	font-size: 9px;
	font-weight: normal;
	height: 17px;
	color: #000;
	padding: 0px 2px 0px 2px;
	background-color: #A0BBE2;
	border-bottom: 2px solid #666;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 2px solid #666;
	margin: 0px 2px 0px 4px;
}


.textInfo  {
	font-size: 9px;
	color: #000066;
	font-weight: normal;
}

.messageError {
	color: #CC0000;
	font-weight: bold;
}

ul.messageError {
	margin: 2px 1px 8px 25px;
	padding: 0px;
	list-style-type: none;
}

.messageError li {
	background-image: url(../../images/bullet_error.gif);
	background-repeat: no-repeat;
	background-position : 0 .9em;
	padding-left: 8px;
	padding-top: 5px;
}

.messageError a:link, .messageError a:visited,  .messageError a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.messageWarning {
	color: #CC6600;
	font-weight: bold;
}

ul.messageWarning  {
	margin: 2px 1px 8px 25px;
	padding: 0px;
	list-style-type: none;
}

.messageWarning li {
	background-image: url(../images/bullet_warning.gif);
	background-repeat: no-repeat;
	background-position : 0 .9em;
	padding-left: 8px;
	padding-top: 5px;
}

.messageWarning a:link, .messageWarning a:visited,  .messageWarning a:hover {
	color: #CC6600;
	text-decoration: underline;
}

.messageInfo {
	color: #006600;
	font-weight: bold;
}

ul.messageInfo {
	margin: 2px 1px 8px 5px;
	padding: 0px;
	list-style-type: none;
}

.messageInfo li {
	background-image: url(../images/bullet_info.gif);
	background-repeat: no-repeat;
	background-position : 0 .9em;
	padding-left: 8px;
	padding-top: 5px;
}

.messageInfo a:link, .messageInfo a:visited,  .messageInfo a:hover{
	color: #006600;
	text-decoration: underline;
}

.textSmall {
	font-size: 7pt;
	font-weight: normal;
}

.textNormal {
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

.textLarge {
	font-size: 14pt;
	font-weight: normal;
}

table.nested {
	border: 1px #ccc solid;
	background-color: #fff;
	margin: 0px;
}

table.nested th {
	font-size: 10px;
	font-weight: normal;
	background-color: #ddd;
	padding: 2px;
	text-decoration: none;
	color : #555555;
}

.dataError {
	font-size: 11px; 
	background-color: #FFE4E1;
	padding: 2px;
}

.dataRequired {
	font-size: 11px;
	background-color: #ffffcc;
	padding: 2px;
}

.dataImportant {
	font-weight: bold;
	color: #CC0000;
}

.dataRestricted {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background-color: #eee;
	line-height: normal;
	padding: 2px;
	font-style: italic;
}
 
.dataRestricted a:link,  .dataRestricted a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}

.highlight {
	background-color: #ffffcc;
	font-weight: bold;
}

input.inputField {
	border: 1px solid #777;
	background-color: #fff;
}

.inputFieldError {
	border: 1px solid #777;
	background-color: #FFE4E1;
}

.inputFieldWarning {
	border: 1px solid #777;
	background-color: #ffcc99;
}

a.actionsLink {
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}

a.actionsLink:visited {
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}

a.actionsLink:hover {
	font-size: 10px;
	color: #0066CC;
	text-decoration: underline;
}

.textIndicator {
	font-size: 8pt;
	font-weight: normal;
}

.textIndicatorLabel {
	font-size: 8pt;
	font-weight: bold;
}

.textIndicatorActive {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	cursor: help;
}

a.textIndicator:link, a.textIndicator:hover, a.textIndicator:active, a.textIndicator:visited,  {
	color: #0066CC;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}

div.indicatorDescription {
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 3px;	
}

.dataLabelEmphasis {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background-color: #99cc99;
	line-height: normal;
	padding: 4px 2px 3px 2px;
	text-align: right;
	vertical-align: top;
}
