body {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

tr {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
}
select {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
}

input {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
}

textarea {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
}

.ResultHeader {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bold;
}

.ViewJobHeader {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}

.JobDetailHeader {
	font-family: Tahoma, Arial, "新細明體";
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #000099;
	width: 100;
}

.JobDetailContent {
	font-family: Tahoma, Arial, "新細明體";
	font-size: xx-small;
	color: #000000;
	background-color: #CCFFFF;
}

.LeftMenu {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bold;
	width: 100;
}

.LeftMenu-Header {
	font-family: Tahoma, Arial, "新細明體";
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}

.copyRight {
	font-family: Tahoma, Arial, "新細明體";
	font-size: xx-small;
	text-align: right;
}

.RepeatBg {
	background-color: #FFFFFF;
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

.buttonUp{
	cursor: default;
	filter: Alpha(Opacity=80);
}

.buttonOver{
	cursor: hand;
	filter: Alpha(Opacity=90);
}
