/* GENERAL TAG DEFINITIONS */
body {
	margin: 0px;
	margin-top: 10px;
}
a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
td {
	text-align: left;
}

/* HELPER CLASSES USED THROUGHOUT */
.clear {
	clear: both;
}

/*
	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: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: center;
}
.tableSubmitCell input {
	font-size: 22px;
}



.largeSubmit {
	font-size: 24px;
	font-weight: bold;
}