body {
	background-image: url("/shared/gfx/gui/bodyBg.gif");
	background-repeat: repeat-x;
	background-color	: #ffffff;
	margin						: 0px 0px 0px 0px;
	padding						: 0px;
	text-align				: center;
}

body, div, td, th, table {
	color				: #000000;
	font-family	: Verdana, Arial, Tahoma;
	font-size		: 11px;
}


/*
----------------------------------------------- */
a { color: #0066cc; text-decoration: underline; }
form { margin: 0px; }
hr { color: #e0e0e0; height: 1px; margin: 15px 0px 15px 0px; }
img { border: none; }


/* headers
----------------------------------------------- */
h1 { color: #e79a40; font-family: Arial, Verdana, Tahoma; font-size: 22px; font-weight: bold; }
h2 { color: #000; font-family: Verdana, Arial, Tahoma; font-size: 14px; font-weight: bold; }


/* form input controls
----------------------------------------------- */
.ficBtn { font-size: 11px; padding: 2px; }
.ficSel { font-size: 11px; }
.ficTxt { font-size: 11px; padding: 2px; }


/* graphic button
----------------------------------------------- */
input.ficBtn { background: #fff url("/shared/gfx/buttons/ficBtn.gif") no-repeat; border: 0px; color: #666; cursor: pointer; height: 22px; padding-left: 5px; margin-right: 10px; position: relative; }
.ficBtnEnding { background: url("/shared/gfx/buttons/ficBtnEnding.gif") no-repeat; display: inline; height: 22px; margin-left: -10px; position: absolute; width: 4px; }


/* records table
----------------------------------------------- */
.tblRecordsRows { width:100%; }
.tblRecordsRows th { color: #616161; font-size: 11px; font-weight: normal; height: 24px; padding: 0px 10px 0px 4px; text-align: left; }
.tblRecordsRows td .ficTxt { border: 1px solid #6f94ba; font-family: Arial, Tahoma, Arial; font-size: 11px; }
.tblRecordsRows td select { font-family: Arial, Tahoma, Arial; font-size: 11px; }
.tblRecordsRows td textarea { border: 1px solid #6f94ba; font-family: Arial, Tahoma, Arial; font-size: 11px; }


/* alert box
----------------------------------------------- */
#layAlert, .layAlert { border: 1px solid #d1c244; display: none; padding: 5px; margin: 10px 0px 30px 0px; }
#layAlert img, .layAlert img { float: left; margin: 1px 10px 0px 0px; }
#layAlert div, .layAlert div { font-family: Arial, Tahoma, Verdana; font-size: 11px; padding: 2px 15px 0px 0px; }