body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8F0404;
	font-weight: bold;
}

h1.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8F0404;
	font-weight: bold;
	border-bottom: 2px solid gray;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #003399;
	text-decoration: none;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

#header table {
	height: 82px;
	border-collapse: collapse;
	width: 100%;
}

#header .left {
	background-image: url("../images/HeaderLeft.jpg");
	background-repeat: repeat-x;
}

#header .center {
	background-image: url("../images/Header.jpg");
	background-repeat: no-repeat;
	width: 860px;
}

#header .right {
	background-image: url("../images/HeaderRight.jpg");
	background-repeat: repeat-x;
}

#footer {
	background-color: #6685af;
	background-position: bottom;
	background-image: url("../images/border_bottom.png");
	background-repeat: repeat-x;
	padding-bottom: 12px;
	background-image: url("../images/border_bottom.png");
}

#footer table {
	border-collapse: collapse;
	width: 100%;
}

#footer td {
	padding: 5px;
	vertical-align: middle;
}

#footer ul {
	float: left;
}

#footer li {
	float: left;
	margin-left: 5px;
}

#footer .copyright {
	color: #ffffff;
	float: right;
}

#intro {
	margin: 5px;
}

#intro p {
	margin: 20px 0px;
}

.style1 {
	font-size: 10pt;
	font-weight: bold;
}

.x-grid3-body .x-grid3-radio-col-td .x-grid3-cell-inner {
	padding: 1px 0 0 0;
}

.x-grid3-radio-col {
	width: 100%;
	height: 16px;
	background: transparent url(../images/radiooff.gif) no-repeat center
		center;
}

.x-grid3-radio-col-on {
	width: 100%;
	height: 16px;
	background: transparent url(../images/radioon.gif) no-repeat center
		center;
}

.x-grid3-anchor-col {
	color: #003399;
	cursor: pointer;
}

.x-grid3-anchor-col:hover {
	color: #000066;
	text-decoration: underline;
}

.icon-grid {
	background-image: url(../images/grid.png);
}

.add {
	background-image: url(../images/add.gif);
}

.option {
	background-image: url(../images/plugin.gif);
}

.remove {
	background-image: url(../images/delete.gif);
}

.save {
	background-image: url(../images/save.gif);
}

.innerform .x-panel-body {
	background: #DFE8F6 none repeat scroll 0 0;
}

.innerform .x-panel-footer {
	background: #DFE8F6 none repeat scroll 0 0;
}

.report h1 {
	margin-bottom: 5px;
}

.report table {
	border-collapse: collapse;
}

.report th, .report .subheading {
	padding: 5px;
	background-color: #6593cf;
	font-weight: bold;
	color: white;
}

.report td {
	padding: 5px;
}

.ux-selections .item {
	line-height: 18px;
	padding: 3px 0 0;
	float: left;
	width: 200px;
}

.ux-selections .item-over .x-form-check {
	background-position: -13px 0;
}

.ux-selections .x-view-selected .x-form-check {
	background-position: 0 -13px;
}

.ux-selections .x-view-selected .item-over .x-form-check {
	background-position: -13px -13px;
}

.ux-selections .link label.x-form-cb-label {
	text-decoration: underline;
	cursor: pointer;
}

.clickGrid .x-grid3-row {
	cursor: pointer;
}

.listing .item {
	padding: 5px;
}

span.readaccess {
	color: green;
	font-weight: bold;
}

span.writeaccess {
	color: red;
	font-weight: bold;
}
/*-----------------------------------------------------
TABLES
------------------------------------------------------*/
.altcol, .txtchart {
line-height:1.3em;
}
.altcol {
width:100%;
}
.altcol td, .txtchart td {
vertical-align:top;
}
.altcol td {
padding:0 5px 5px 0;
border-bottom:1px solid #fff;
}
.altcol td.colored {
background:#eee;
}
.altcol tr.line {
border-bottom:1px dotted #ccc;
}
.txtchart td {
border-bottom:1px solid #ccc;
padding:0 5px 2px 0;
}
.numerals {
text-align:right;
}
td.bsLeft{
width: 50%;
vertical-align: top;
padding:0px 20px 20px 20px;
}
td.bsRight{
width: 50%;
vertical-align: top;
}
td.bsLeftContact{
width: 20%;
vertical-align: top;
}
td.bsRightContact{
width: 80%;
vertical-align: top;
}
.tradeList li{
padding: 0px 0px 3px 0px;
}
.rmsList li{
padding: 0px 0px 3px 0px;
list-style: inside;
}
.errorTop{
color: red;
font-size: 120%;
font-weight: bold;
}
tr.tableTop td{
background-color: #AAAAAA;
}