body.staff
{
	font-family: Georgia;
	background-color: White;
}
.staff .main
{
	text-align: center;
}

.staff table.stfBox
{
	width: 100%;
	margin-top: 20px;
}

.staff .stfError
{
	margin-top: 20px;
	color: #AA2222;
	font-weight: bold;
}

.staff .stfButton
{
	margin-top: 20px;
}

.staff .stfLgf
{
	text-align: right;
	position: relative;
	top: -110px;
	font-size: 11px;
	font-weight: bold;
}

.staff table.stfBody
{
	width: 800px;
	text-align: center;
}

.staff .stfTitle
{
	text-align: center;
	font-weight: bold;
	color: #2222AA;
	position: relative;
	top: -30px;
}

.staff div.stfSearch
{
	position: relative;
	top: -15px;
}

.staff input, .staff input.stfSearch
{
	margin-left: 20px;
	visibility: visible;
}

.staff table.stfResult
{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	border: 1px solid #333333;
	background-color: #999999;
	border-collapse: collapse;
}

.staff th.stfResult1, .staff th.stfResult2, .staff th.stfResult3
{
	border: 1px solid #333333;
	padding: 4px;
}

.staff th.stfResult2
{
	width: 140px;
}

.staff td.stfResult1, .staff td.stfResult2, .staff td.stfResult3
{
	background-color: #FEFFB3;
	border: 1px solid #333333;
	padding: 3px;
}

.staff td.stfResult2, .staff td.stfResult3
{
	text-align: center;
}

.staff input
{
	visibility: visible;
}