img{
	border:0px;
}
.webmin,.h{
	display:none;
}
.l{
	float:left;
}
.r{
	float:right;
}
.c{
	clear:both;
}
.block{
	display:block;
}
.underline{
	text-decoration:underline;
}
.strike{
	text-decoration:line-through;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.justify{
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}
.nowrap{
	white-space:nowrap;
}
.field_required{
	font-weight:bold;
}
.field_empty{
	background-color:#ffcccc;
}
.field_empty_label{
	color:#ff0000;
}
input.radio,input.checkbox{
	width:auto;
	border:0px;
	background:none;
}
.relative{
	position:relative;
}
.status_green{
	color:#19a519;
}
.status_red{
	color:#ff0000;
}
.status_blue{
	color:#395a8c;
}
.status_yellow{
	color:#bbbb6b;
}

/* shaddow box */
.wm_alpha{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:#999999;
	z-index:10000;
	display:none;
}
.wm_sbox_holder{
	position:absolute;
	z-index:10001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.wm_sbox_box{
	position:fixed !important;
	position:absolute;
	z-index:10001;
	top:0px;
}
.wm_sbox_t,.wm_sbox_body{
	background-color:#ffffff;
}
.wm_sbox_r,.wm_sbox_tr,.wm_sbox_bl,.wm_sbox_br{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow1.png);
}
.wm_sbox_b{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow2.png);
}
.wm_sbox_ie{
	background-color:#cccccc;
}
* html .wm_sbox_r,* html .wm_sbox_tr,* html .wm_sbox_bl,* html .wm_sbox_br{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow1.gif);
}
* html .wm_sbox_b{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow2.gif);
}
.wm_sbox_tr,.wm_sbox_bl,.wm_sbox_br{
	position:absolute;
}
.wm_sbox_tr,.wm_sbox_bl,.wm_sbox_br{
	width:8px;
	font-size:1px;
	line-height:1px;
}
.wm_sbox_t,.wm_sbox_tr,.wm_sbox_bl,.wm_sbox_b,.wm_sbox_br{
	height:8px;
	font-size:1px;
	line-height:1px;
}
.wm_sbox_r{	
	background-repeat:repeat-y;
	background-position:100% 0px;
	padding:0px 8px 0px 0px;
}
.wm_sbox_body{	
	padding:0px 8px 8px 8px;
	position:relative;
}
.wm_sbox_c{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
}
.wm_sbox_t{	
	margin-right:8px;	
}
.wm_sbox_grip{
	cursor:move;
}
.wm_sbox_tr{
	top:0px;
	right:0px;	
	background-position:-8px 0px;
}
.wm_sbox_bl{
	bottom:0px;
	left:0px;
	background-position:bottom left;
}
.wm_sbox_b{
	background-repeat:repeat-x;
	margin:0px 8px 0px 8px;
}
.wm_sbox_br{
	bottom:0px;
	right:0px;
	margin-top:-8px;
}
/* gallery */
.wm_gallery img{
	border:solid 1px #cccccc;
	margin:2px 4px 1px 0px;
	cursor:pointer;
}
.wm_gallery img.iactive{
	border:solid 1px #fc8d1f;
}
.wm_gallery_title{
	float:left;
	padding:0px 0px 20px 10px;
	font-size:20px;
	height:25px;
}
.wm_gallery_slideshow_play{
	float:right;
	background:url(../../modules/_gfx/wm-gallery.png) no-repeat -95px 0px;
	cursor:pointer;
	padding:2px 10px 3px 24px;
	font-size:13px;
}
.wm_gallery_slideshow_stop{
	float:right;
	background:url(../../modules/_gfx/wm-gallery.png) no-repeat -95px -25px;
	cursor:pointer;
	padding:2px 8px 3px 24px;
	margin-bottom:24px;
	font-size:13px;
}
.wm_gallery_slideshow_box{
	position:absolute;
	background:#ffffff;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.wm_gallery_slideshow{
	width:100%;
	height:425px;
}
.wm_gallery_slideshow div{
	width:100%;
	height:100%;
	background-position:center 25px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	text-align:center;
	cursor:crosshair;
	position:absolute;
}
.wm_gallery_close{
	float:right;
	background:url(../../modules/_gfx/wm-gallery.png) no-repeat -95px -50px;
	cursor:pointer;
	padding:2px 0px 3px 24px;
	font-size:13px;
}
.wm_gallery_description{
	text-align:center;
	padding:5px 0px 5px 0px;
	width:640px;
	white-space:normal;
}
.wm_gallery_previous{
	float:left;
	width:75px;
	height:400px;
	background:url(../../modules/_gfx/wm-gallery.png) no-repeat 60px center;
	cursor:pointer;
	margin-right:5px;
}
.wm_gallery_next{
	float:left;
	width:75px;
	height:400px;
	background:url(../../modules/_gfx/wm-gallery.png) no-repeat -15px center;
	cursor:pointer;
	margin-left:5px;
}
.wm_gallery_holder{
	float:left;
	width:640px;
	height:435px;
	text-align:center;
}
.wm_gallery_thumbs_box{
	width:644px;
	margin:auto;
	clear:both;
}
.wm_gallery_thumbs{
	white-space:nowrap;
}
.wm_gallery_thumbs img{
	border:solid 3px #cccccc;
	margin:3px 6px 2px 0px;
	cursor:pointer;
}
.wm_gallery_thumbs img.active,.wm_gallery_thumbs img.iactive{
	border:solid 3px #fc8d1f;
}
.wm_gallery_watermark{
	position:absolute;
	top:45px;
	left:85px;
	background:url(../gfx/wm-logo.png) no-repeat 100px 10px;
	width:640px;
	height:435px;
}
