/* Form Elements */
.menuForm {
width:100%; 
font-family:verdana,arial,helvetica; 
font-size: xx-small;
font-weight: bold;
}
.menuFormSmall			{width:100%; font-family:verdana,arial,helvetica; font-size:11px;}
.menuFormLong				{width:100%; font-family:verdana,arial,helvetica; font-size:11px;}
input								{font-family:verdana,arial,helvetica; font-size:11px;}
select							{font-family:verdana,arial,helvetica; font-size:11px;}

/* State Of The Table Borders */
.tableCellLeft					{border-right-style:none; border-bottom-style:solid; border-top-style:none; border-left-style:none;}
.tableCellSubSector		{border-right-style:none; border-bottom-style:solid; border-left-style:none; border-top-style:none; border-width:1px;}
.tableCellHeader				{border-right-style:none; border-top-style:none; border-bottom-style:solid; border-left-style:solid;}
.tableCell						{border-right-style:none; border-bottom-style:solid; border-width:1px; border-left-style:solid; border-top-style:none;}


.inputsubmit {
	border:1px solid #ffffff;
	background:#AE8661;
	color:#ffffff;
	}
