body,html {
	background: url(lay101/bg.jpg);
	background-attachment: fixed;
	text-align: center;
}

.clear {
	zoom: 1;
	clear: both;
	height: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.app101_tb1 {
	width: 860px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0px solid gray;
	border-collapse: collapse;
}

.app101_tb1 td {
	margin: 0;
	padding: 0;
	border: 0px solid gray;
	border-collapse: collapse;
	empty-cells: show;
}

/* ===== search ===== */
.app101_tb1_search {
	width: 228px;
	height: 242px;
	background: url(lay101/bg_search.png);
}

.app101_div_search {
	vertical-align: top;
	padding: 150px 15px 0 53px;
	color: white;
}

.app101_search_txt {
	height: 25px;
}

.app101_search_btn {
	margin: 0;
}

/* ===== func ===== */
.app101_tb1_func,.app101_tb1_func2 {
	width: 632px;
	height: 242px;
	padding-top: 205px;
}

.app101_tb1_func1 {
	background: url(lay101/bg_func1.png);
}

.app101_tb1_func2 {
	background: url(lay101/bg_func2.png);
}

.app101_div_func {
	padding: 195px 30px 0 0;
}

.app101_div_func img {
	border-width: 0;
	margin-right: 15px;
}

/* ===== menu ===== */
.app101_tb1_menu {
	width: 228px;
	text-align: left;
	vertical-align: top;
	background: url(lay101/bg_cont.png) top left;
}

.app101_div_menu {
	width: 180px;
	text-align: left;
}

.app101_div_menu img {
	border-width: 0;
	margin-top: 5px;
	margin-left: 39px;
}

.app101_div_menu a {
	margin-left: 10px;
}

.app101_counter {
	width: 228px;
	font-size: 13px;
}

.app101_counter img {
	margin-left: 0;
}

/* ===== cont ===== */
.app101_tb1_cont {
	width: 632px;
	text-align: center;
	vertical-align: top;
	padding-right: 30px;
	background: url(lay101/bg_cont2.png) top right;
}

.app101_div_cont {
	width: 602px;
	padding-right: 30px;
	text-align: center;
}

.app101_div_cont img {
	border-width: 0;
	margin: 5px;
}

/* ===== foot ===== */
.app101_tb1_foot {
	width: 860px;
	height: 67px;
	background: url(lay101/bg_foot.png);
	color: #33495E;
}

.app101_div_foot {
	padding-bottom: 20px;
	font-size: 13px;
}

/* ======================== */
.app101_cont_line1 {
	display: block;
	width: 582px;
	height: 24px;
	background: url(lay101/line1.jpg);
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0;
}

.app101_cont_icon { /*width:580px;*/
	display: inline;
	float: right;
	text-align: right;
}

.app101_cont_recs {
	display: inline;
	float: left;
}

.app101_cont_icon img {
	border-width: 0;
}

/* text background logo*/
.app101_cont_logo {
	text-align: left;
	vertical-align: top;
	width: 550px;
	height: 400px;
	/*background:url(imgs/logo2.jpg) top center repeat-y;*/
}

/* copyright */
.app101_cont_copyright {
	text-align: left;
	width: 550px;
}

/* contact */
.app101_cont_contact {
	text-align: left;
	width: 550px;
}

/* base data */
.app101_cont_BaseData {
	text-align: center;
	width: 550px;
}

/* view */
.app101_cont_view {

}

/* view 2 */
.app101_cont_view2 a img {
	border-width: 0;
	margin: 3px;
}

/* view table */
.app101_view_table {
	width: 550px;
}

.app101_view_table,.app101_view_table th,.app101_view_table td {
	border: 1px solid #52BFEA;
	border-collapse: collapse;
	padding: 3px;
	margin: 0;
}

.app101_view_table th {
	white-space: nowrap;
	background-color: #A7D5E9;
}

.app101_view_table tr {
	background-color: expression(( this.sectionRowIndex % 2 == 0) ?
		"#ddeeff" : "#F3F9FF" );
}

/* view table 2 */
.app101_view_table2 {
	width: 550px;
}

.app101_view_table2,.app101_view_table2 th,.app101_view_table2 td {
	border: 1px solid #BF9E7D;
	border-collapse: collapse;
	padding: 3px;
	margin: 0;
}

.app101_view_table2 th {
	white-space: nowrap;
	background-color: #FFC589;
}

.app101_view_table2 td {
	background-color: #FFDFBE;
}

.sbar img {
	margin: 0;
	padding: 0;
}