/*nav.js uses these rules based on index number to call for styles, therefore the order of these styles must remain as IS */

.button{background:#fff; color:#000000;	font-size:8pt;	padding: 3px 1px 3px 5px ; border-top:none;	border-bottom:1px solid #ECE9D8;	cursor:hand; }
.buttonHover {background-color:#EFEFEF !important;	}
input.mybutton {width:70px;  cursor:hand; border-color:auto!important; background:auto !important;}
input.mybutton:hover {	background-color:auto !important;}
.datarow1 {	background:#F0F0EB;		}
.datarow2 {	background:#F6F6F6;		}
.datarow1hover {	background:#FFFFFF;		}
.datarow2hover {	background:#FFFFFF;		}


.selectedButton {	background:#d0ebd2;	color:#000000;	}
input.defaultbutton {	width:70px;	height:18px; cursor:hand;	}
input.escapebutton {	width:70px;	height:18px; cursor:hand;	}
textarea.textareaenabled {font-family:verdana;font-size:8pt;font-weight:normal;border:1px solid #0F0F0F;color:#0F0F0F;background-color:#FFFFFF;}
textarea.textareadisabled {font-family:verdana;font-size:8pt;font-weight:normal;border:1px solid #0F0F0F;color:#0F0F0F;
	background-color:#E8E8E8;}
input.inputenabled {font-family:verdana;font-size:8pt;font-weight:normal;border:1px solid #0F0F0F;color:#0F0F0F;
	background-color:#FFFFFF;}
input.inputdisabled {font-family:verdana;font-size:8pt;font-weight:normal;border:1px solid #0F0F0F;color:#0F0F0F;
	background-color:#E0E0E0;
	}










