/* Standard Table */

TD {
/* 	color: #61619E; */
	font-family: "verdana", "arial", "helvetica";
	font-size: 10px;
}

TD.offRow{
	background: #eee;
	vertical-align: middle;
}

TD.icon{
	width: 10px;
}

/* Table Headers and Links */

TH{
	vertical-align: middle;
/* 	background: green; */
	background: #903;
	color: white;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

TH.on{
	background: #006;
	cursor: pointer;
}

TH.off{
	cursor: pointer;
}

TH.over{
	background: white;
	color: #006;
	cursor: pointer;
}

TH.box{
	width: 125px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* aBox Table */

TABLE.aBoxTable{
	width: 100%;
}

TABLE.aBoxTable TD.main{
	background-color: #006;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 100%
}

TABLE.aBoxTable TD.main UL{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Form Table */

TABLE.formTable{
	margin: auto;
	width: 100%;
}

TABLE.formTable TD{
	vertical-align: middle;
}

/* Data Table */

TABLE.dataTable {
	margin: auto;
	width: 100%;
	padding: 2;
}

TABLE.dataTable TD{
	vertical-align: middle;
}

/* Committee Table */

TABLE.committeeTable{
	width: 100%;
	background: white;
}

TABLE.committeeTable TD{
	vertical-align: middle;
}

/* Leg Table */

TABLE.legTable{
	width: 400px;
	text-align : left;
	background : #f9f9f9;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.legTable TD{
/* 	vertical-align: top; */
}

/* Colored Cells */

TD.green{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #11c14b;
	padding: 3px;
}

TD.blue{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #717bff;
	padding: 3px;
}

TD.red{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #f42323;
	padding: 3px;
}

TD.orange{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #ffa500;
	padding: 3px;
}

TD.yellow{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #f7d600;
	padding: 3px;
}

TD.purple{
	text-align: center;
	color: white;
	font-weight: bold;
	background: #c300e0;
	padding: 3px;
}

/* Survey Table */

TABLE.surveyTable{
	width: 100%;
}

TABLE.surveyTable TD.answer {
	color: #000000;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 176px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

TABLE.surveyTable TD.question	{
	text-indent: 0px;
	vertical-align: middle;
	background: #eeeeee;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
}

/* Front Page Display Table */

TD.displayCell{
	width: 100px;
	background-color: #61619E;
	text-align: center;
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
