html{height:100%;}
body{
	background:transparent url('../image/common/empty.gif') no-repeat fixed;
	height: auto !important;
    height: 100%;
    min-height: 100%;
	position:relative;
	margin:0px;
	}

div{
	margin:0px;
	}
h4{
	margin:0px;
	}
h3{
	margin:0px;
	}
img{
	border:0px;
	margin:0px;
	color:#000;
	}
ul,
ol,
li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
p{
	margin:0px;
	}
table{
	margin:0px;
	}
	td{
		vertical-align:top;
		}
form, form *{
	margin:0px;
	padding:0px;
	}
a, a:active, a:link, a:visited, a:hover{
	padding:0px;
	margin:0px;
	cursor:pointer;
	text-decoration:none;
	}
a *{cursor:pointer;}	

.brake{clear: both;}
.left_fl{float:left;}
.left_br{float:left; clear:left;}
.right_br{float:right; clear:right;}
.right_fl{float:right;}
.empty_br{
	clear:both !important;
	overflow:hidden !important;
	height:0px !important;
	width:0px !important;
	font-size:0px !important;
	padding:0px !important;
	margin:0px !important;
	}
.black{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/black_bck.png',sizingMethod='scale');
	background:url('../image/common/black_bck.png');
	--background:none;
	}
.white{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/white_bck.png',sizingMethod='scale');
	background:url('../image/common/white_bck.png');
	--background:url('../image/common/empty.gif');
	}
.solidwhite{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/solidwhite_bck.png',sizingMethod='scale');
	background:url('../image/common/solidwhite_bck.png');
	--background:url('../image/common/empty.gif');
	}
.lightgrey{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/lightgrey_bck.png',sizingMethod='scale');
	background:url('../image/common/lightgrey_bck.png');
	--background:url('../image/common/empty.gif');
	}
.lightblue{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/lightblue_bck.png',sizingMethod='scale');
	background:url('../image/common/lightblue_bck.png');
	--background:url('../image/common/empty.gif');
	}

.l_t_sh,
.t_sh,
.r_t_sh,
.l_sh,
.r_sh,
.l_b_sh,
.b_sh,
.r_b_sh{
	overflow:hidden;
	font-size:1px;
	}

.l_t_sh,
.r_t_sh,
.l_b_sh,
.r_b_sh{
	height:5px;
	width:5px;
	}
	
.t_sh,
.b_sh{height:5px;}

.l_sh,
.r_sh{width:5px;}

.l_t_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/l_t_sh.png',sizingMethod='crop');
	background:url('../image/common/l_t_sh.png') no-repeat;
	--background:none;
	}
.t_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/t_sh.png',sizingMethod='scale');
	background:url('../image/common/t_sh.png')  repeat-x;
	--background:none;
	}
.r_t_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/r_t_sh.png',sizingMethod='crop');
	background:url('../image/common/r_t_sh.png')  no-repeat;
	--background:none;
	}
.l_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/l_sh.png',sizingMethod='scale');
	background:url('../image/common/l_sh.png') repeat-y;
	--background:none;
	}
.r_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/r_sh.png',sizingMethod='scale');
	background:url('../image/common/r_sh.png')  repeat-y;
	--background:none;
	}
.l_b_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/l_b_sh.png',sizingMethod='crop');
	background:url('../image/common/l_b_sh.png')  no-repeat;
	--background:none;
	}
.b_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/b_sh.png',sizingMethod='scale');
	background:url('../image/common/b_sh.png') repeat-x;
	--background:none;
	}
.r_b_sh{
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/r_b_sh.png',sizingMethod='crop');
	background:url('../image/common/r_b_sh.png')  no-repeat;
	--background:none;
	}
.rnd_parent{
	overflow:hidden;
	position:relative;
	z-index:2;
	width:100%;
	}
	.rnd_cont{display:block;}
	.rnd_left_top,
	.rnd_right_top,
	.rnd_left_bottom,
	.rnd_right_bottom{
		width:60px;
		height:60px;
		--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/round_outer_star.png',sizingMethod='crop');
		background:transparent url('../image/common/round_outer_star.png') no-repeat;
		--background:none;
		position:absolute;
		z-index:1;
		left:-30px;
		top:-30px;
		margin-bottom:-60px;
		}
	.rnd_right_top,
	.rnd_right_bottom{margin-left:100%;}
	.rnd_left_bottom,
	.rnd_right_bottom{
		top:auto !important;
		margin-top:-30px;
		}
.readmore{
	color:#000;
	}
.noborder{border:0px solid #fff !important;}

.sbmit{
	width:auto;
	height:auto;
	padding:1px 2px 2px;
	border:1px solid #ddd;
	background:#eee url('../image/common/sbmit_bck.gif') top left repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#00b0fa;
	}

.bullet_inline, .bullet_block{
	background:transparent url('../image/common/text_bullet.gif') no-repeat left 5px scroll;
	padding-left:8px;
	min-height:13px;
	--height:13px;
	--min-height:13px;
	}
.bullet_block{display:block;}
.bullet_inline{display:inline;}

.pg_line{
	margin:3px 0px 3px;
	color:#737373;
	}
.pg_line a{font-size:11px;}
.pg_line b{font-size:12px;}
.pg_line b{color:#737373;}
				

.fullbck{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	height: expression(document.documentElement.scrollHeight+'px');
	/*background:#3E3836 url('/usr/image/page_loader_11.gif') no-repeat center center;*/
	background:#000;/* url('/usr/image/page_loader_12.gif') no-repeat center 50%;*/
	opacity:0.85;
	filter:alpha(opacity=85);
	z-index:29;
	}
	.fullbck img{
		position:fixed;
		//position:absolute;
		z-index:3001;
		margin:-75px 0px 0px -75px;
		top:50%;
		//top:expression(document.documentElement.scrollTop+(document.documentElement.clientHeight*0.50) + "px");
		left:50%;
		//left:expression(document.documentElement.scrollLeft+(document.documentElement.clientWidth*0.50) + "px");
		}

				
#img_preview{
	position:fixed;
	//position:absolute;
	z-index:30;
	top:50%;
	left:50%;
	//top:expression(documentElement.scrollTop+Math.round((document.documentElement.clientHeight)/2) + "px");
	display:none;
	}
	#img_preview .shadow_cont{
		/*--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/boxBck.png',sizingMethod='scale');
		background:transparent url('../image/boxBck.png') repeat left top;
		--background:none;*/
		}
		#img_preview .closebut{
			top:17px;
			margin-top:-16px;
			left:-3px;
			cursor:pointer;
			position:relative;
			z-index:3;
			}
		#img_preview .printbut{
			margin:-18px 0px -22px;
			cursor:pointer;
			position:relative;
			z-index:3;
			left:-8px;
			}
			#img_preview .fullsize_place{
				z-index:1;
				position:relative;
				}
				#img_preview .fullsize_place img{
					position:relative;
					z-index:1;
					padding:15px;
					}
				#img_preview .fullsize_place  .corner{
						position:absolute;
						top:0px;
						left:0px;
						width:50%;
						height:50%;
						overflow:hidden;
						z-index:2;
						}
					#img_preview .fullsize_place  .corner.r{
						left:50%;
						}
					#img_preview .fullsize_place  .corner.b{
						top:50%;
						}
					#img_preview .fullsize_place  .corner .brd{
						height:1600px;
						width:1600px;
						position:absolute;
						margin-top:-800px;
						left:-800px;
						top:0px;
						--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/border_star.png',sizingMethod='scale');
						background:transparent url('../image/border_star.png')   bottom right no-repeat;
						--background:url('../common/empty.gif');
						}
					#img_preview .fullsize_place .r .brd{margin-left:100%;}
					#img_preview .fullsize_place .b .brd{top:100%;}
					
				#img_preview.noSeq .fullsize_place .arrow{display:none;}
				#img_preview .fullsize_place .arrow{
					position:absolute;
					top:50%;
					left:-3px;
					margin-top:-12px;
					width:26px;
					height:24px;
					cursor:pointer;
					overflow:hidden;
					z-index:3;
					}
				#img_preview .fullsize_place .arrow.right{
					margin-left:100%;
					left:-23px;
					}
					#img_preview .fullsize_place .arrow .cnt{
						position:absolute;
						top:0px;
						left:-27px;
						width:52px;
						height:24px;
						/*--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/usr/image/common/prev_arrows.png',sizingMethod='scale');*/
						background:transparent url('../image/common/prev_arrows.gif') center center no-repeat;
						/*--background:url('../image/common/empty.gif');*/
						}
					#img_preview .fullsize_place .arrow.right .cnt{
						left:0px;
						}
			#full_size_image{
				visibility:hidden;
				}

#adm_place{
	right:0px;
	top:0px;
	top: expression(documentElement.scrollTop + "px");
	width:200px;
	overflow:hidden;
	position:fixed;
	//position:absolute;
	font-size:0px;
	z-index:200;
	}		
#adm_place div.right_fl{
	height:36px;
	width:auto;
	opacity:0.3;
	filter:alpha(opacity=30);
	background-color:#375776;
	/*position:fixed;*/
	overflow:hidden;
	}
	#adm_place a{display:block;}
	#adm_place a.am_lnk {
		color:white;
		float:left;
		font-weight:bold;
		margin:1px 15px;
		font-size:11px;
		}
	#adm_place a.am_lnk:hover{text-decoration:underline;}
	#a_hide_lnk,#a_show_lnk{
		text-align:center;
		padding:2px 0px 2px 0px;
		height:5px;
		font-size:2px;
		}
	#a_hide_lnk{visibility:hidden;}
		#a_hide_lnk:hover,#a_show_lnk:hover{background:#144469;}
			#a_hide_lnk img{margin:0px}
			
			.customSelect{
				width:230px;
				height:20px;
				border:1px solid #000;
				position:relative;
				padding:1px 21px 1px 1px;
				background:#0ea;
				}
				.customSelect .selectButton{
					position:absolute;
					z-index:1;
					width:20px;
					height:100%;
					--height:expression(parentNode.clientHeight+'px');
					top:0px;
					left:100%;
					margin-left:-20px;
					color:#fff;
					background:#000 url('arrow.gif') no-repeat center center scroll;
					}
					.customSelect .selectButton.pressed{
						background:#555 url('arrow.gif') no-repeat 60% 60% scroll;
						}
				.customSelect .selectedItem{
					overflow:hidden;
					height:100%;
					width:100%;
					white-space:nowrap;
					}
				.customSelect .selectedItem.focus{
					border:1px dotted #000;
					margin:-1px;
					}
				.customSelect .itemsList{
					position:absolute;
					top:100%;
					left:-1px;
					background-color:#ea0;
					border:1px solid #000;
					min-width:100%;
					--width:expression(parentNode.clientWidth+"px");
					z-index:100;
					/**/display:none;
					height:1px;
					overflow:hidden;
					}
					.customSelect .itemsList .wrapper{
						position:relative;
						bottom:0px;
						min-width:100%;
						--width:expression(parentNode.clientWidth+"px");
						}
						.customSelect .itemsList .selectItem{
							padding:2px;
							white-space:nowrap;
							cursor:default;
							}
						.customSelect .itemsList .selectItem.focus{
							color:#fff;
							background-color:#0A246A;
							border:0px;
							}