 body {
	background: #FFFFFF url(resources/images/backstripe.png);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

#menu {
	width: 1200px;
	background-color: #FFFFFF;
	height: 105px;
	text-align: top;
}

#body {
	width: 1200px;
	background-color: #FFFFFF;
	height: 100%;
	text-align: top;
}

a:link {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 17px;
}

a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 17px;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font: bold;
	background-color: #d1fca3;
	font-size: 17px;
}

a:active {
	text-decoration: none;
	color: #000000;
	background-color: #d1fca3;
	font-size: 17px;
}

.linkWithoutBackgroundColor {
	background-color: transparent !important;
}

.rs4table {
	width: 1200px;
	border-collapse: collapse;
	white-space: nowrap;
	table-layout: fixed;
}

.rs4table th {
	border: 1px solid #000000;
	background-color: #000000;
	height:20px;
	font-size: 1.0em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: #ffffff;
	white-space: nowrap;
}

.rs4table td {
	border: 1px solid #000000;
	font-size: 0.9em;
	height:20px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000000;
	white-space: nowrap;
}

.rs4table.header td {
	background-color: #FFFFFF;
	height:20px;
	font-size: 1.1em;
}

.rs4table.login th {
	background-color: #FFFFFF;
	font-size: 1.2em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border:1px;
	color: #000000;
}

.rs4table.withMargins {
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	width: 1198px;
}

.rs4table.withMargins td {
	font-size: 1.0em;
}

.rs4table.records {
	width: 1200px;
}

.rs4table.records td {
	border: 1px solid #000000;
}

.rs4table.records tr {
	background-color: #FFFFFF;
}

.rs4table.records tr:hover {
	background-color: #d1fca3;
}

div.ui-datepicker {
	font-size: 10px;
}

#centerdiv {
	position: absolute;
	top: 0;
	left: 50%;
	width: 109em;
	height: 0;
	margin-left: -55.5em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #000000;
}

#errordiv {
	border: 1px solid #ccc;
	background-color: #000000;
	font-color: #ffffff;
}

.pagetittle {
	font-size: 18px;
	color: blue;
}

.addtransactiontable {
	font-size: 1em;
	margin-left: 100px;
}

.valuetd {
	text-align: center;
}

.errortd {
	font-weight: bold;
	color: red;
}

.spacetd.required {
	text-align: right;
	font-weight: bold;
	color: red;
	font-size: 1em;
}

.menuTable {
	width: 100%;
	height: 30px;
	background-color: #ff0000;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
	border: 0px;
}

.menuTable tr {
	padding: 0px;
	border: 0px solid white;
}

.menuTable td {
	border: 1px solid black;
	width: 150px;
	text-align: center;
}

.menuTable td:hover {
	cursor: pointer;
	background-color: #d1fca3;
}

.logoutButton {
	position: absolute; 
	left: 853px; top: 2px; z-index: 3; 
	width: 146px; height: 27px; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	border: none; 
	color: black; font: bold;
	font-size: 17px;
}

.logoutButton:hover {
  background-color: #d1fca3;
  color: black;
}

.menuDiv {
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 2;
	width: 1200px;
	padding: 0px;
}

.capsButton {
	width: 115px;
	cursor: pointer;
}

#recordsDiv {
	position: absolute; 
	background-color: #FFFFFF; 
	width: 1215px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	overflow-x: hidden; 
	overflow-y: auto; 
	display:none;
}

#recordsChartDiv {
	position: absolute; 
	background-color: #FFFFFF; 
	width: 1215px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	overflow-x: hidden; 
	overflow-y: auto; 
	display:none;
}

#loadingDiv {
	background-color: white; 
	border: 1px solid c;
	width: 1198px; 
}

#noRecordsDiv {
	background-color: orange; 
	border: 0px solid #000000;
	width: 1200px; 
}

.form:select {
	width:98%;
	border:0px;
	background-color:#FFFFFF;
}


