html{
	font-family:Lucida Sans Unicode;
	margin:0;
	padding:0;
}
select{
	font-size:16px;
}
input{
	font-size:16px;
}
body{
	margin:0;
	padding:0;
	/*background-image: url("images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}
#TBL_NameList{
	border:1px solid #BDBDBD;
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	font-weight:normal;
}
#TBL_NameList td, #TBL_NameList th{
	border:1px solid #BDBDBD;
	padding:5px;
}
#TBL_NameList th{
	text-align:center;
}
#TBL_NameList tbody tr:nth-child(even) {
	background-color: #F2F2F2;
}
.ui-widget{
	font-size:14px!important;
	font-weight:normal!important;
}
.content-header{
	margin:0px auto;
	padding:0;
	border-radius:0px;
	text-align:left;
	max-width:800px;
	min-width:450px;
	box-sizing:border-box;
}
.content-header h3{
	margin:0;
	padding:0;
}
.content-header h4{
	margin:0;
	padding:0;
	height:28px;
	margin-top:5px;
}
.content-header hr{
	margin:0;
	padding:0;
}
.content-body{
	display:block;
	border-radius:5px;
	/*min-height:30px;*/
	max-width:800px;
	min-width:450px;
	margin:0px auto;
	padding:0 10px;
	box-sizing:border-box;
	text-align:left;
	background:#ffffff;
	width:100%;
}
.content-body p{
	margin:0;
	padding:5px;
}
.greyText{
	color:#A4A4A4;
}
.greyText2Show{
	color:#A4A4A4;
	visibility:visible;
}
.greyText2Hide{
	color:#A4A4A4;
	visibility:hidden;
}
.greyBG{
	background:#F2F2F2;
	padding:5px;
}
.redBG{
	background:#FE2E2E;
}
.redFont{
	color:#FF0000;
	font-weight:bold;
}
.redText{
	color:#FF0000;
}
.redBorder{
	border:1px solid #FF0000;
}
.blueFont{
	color:#4063E1;
	font-weight:bold;
}
.top-bar{
	margin:0 auto;
	min-width:450px;
	max-width:800px;
	height:30px;
	box-sizing:border-box;
}
.top-bar a{
	float:right;
	margin:5px 10px;
	text-decoration:none;
}
.top-bar-side{
	width:100%;
	position:fixed;
	top:0;
	z-index: 999;
}
.fieldset-style{
	border-radius:5px;
	border-style:solid;
	border-color:#D8D8D8;
	max-width:95%;
}
.fieldset-style2{
	border-radius:5px;
	border-style:solid;
	border-color:#ff6666;
	background-color:yellow;
}
.sub-title{
	font-size:16px;
	font-weight:bold;
}