body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div.floatleft
{
width:140px;
float:left;

}


div.floatright
{
float:left;
}

body {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #378483;
	text-decoration: underline;
}
a:hover {
	color: #6AB1B0;
	text-decoration: none;
}

/*
	GENERAL LAYOUT STYLES
*/
.appHeader {
	font-size: 18px;
	font-weight: bold;
}

.hide {
	display: none;
}
.unhide {
	display: ;
}
.alertBox {
	border: 1px solid #FF0000;
	color: #990000;
	font-weight: bold;
	background-color: #FEEDEE;
}

p.instructions
{
font-size:10px;
color: #999999;
margin-top:1px;
margin-bottom:1px;
}

span.working
{
color: #378483;
}


/*
	TABLE STYLES
*/

.table {
	margin-bottom: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tableHeading {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding: 5px;
	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableSubHeading {
	padding: 5px;
	color: #666666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableMassActionCell {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableColumnHeader {
	font-weight: bold;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowNoResults {
	font-weight: bold;
	background-color: #ffccff;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowLeft1 {
	font-weight: bold;
	background-color: #f7f7f7;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowRight1 {
	padding: 5px;

	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowLeft2 {
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowRight2 {
	padding: 5px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableSubmitCell {
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: right;
}