/* define table for displaying site information data */
.datatbl {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	/*width: 600px;*/
}

.datath {
	padding: 0 0.5em;
	text-align: left;
}

.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

.firstdatacell {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	text-align: center;
	width: 50px;
}

.datacell {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	border-left: 1px solid #CCC;
	text-align: center;
	width:48px;
}

.bigcell {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	border-left: 1px solid #CCC;
	text-align: center;
	width: 70px;
}

/* site table definitation ends here */
 
/* define property for data entry form table */
.formtbl {
	background-color: #F9FBFD;
	font: 12px/26px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 500px;
}

.formlabelcell {
	border-right: 0px solid #CCC;
	text-align: left;
	width: 160px;
}

.formfieldcell {
	border-right: 1px solid #CCC;
	text-align: left;
}

.temptable {
	font: 12px/26px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 280px;
}

.temptd {
	font: 12px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 70px;
}
/* form table property ends here, could add other properties such as btn */




