@CHARSET "UTF-8";

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, textarea, input {
		font-size: 16px!important;
	}
}

.loading_container {
	background-image: url(../../../../../modules/landing/img/sprite.png);
    background-position: 0 -108px;
	cursor: pointer;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0.8;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
}

.loading_container div {
	width: 44px;
	height: 44px;
}

.loading16 {
	width: 16px;
	height: 16px;
	background: url(../../../../../modules/landing/img/loading16.gif) no-repeat center center;
}
.loading22 {
	width: 22px;
	height: 22px;
	background: url(../../../../../modules/landing/img/loading22.gif) no-repeat center center;
}
.loading24 {
	width: 24px;
	height: 24px;
	background: url(../../../../../modules/landing/img/loading24.gif) no-repeat center center;
}
.loading32 {
	width: 32px;
	height: 32px;
	background: url(../../../../../modules/landing/img/loading32.gif) no-repeat center center;
}


.pagination > li > a, .pagination > li > span {
	color: #333;
}

/*
#fancybox-loading {
    background-image: url(../../../../../modules/landing/img/sprite.png);
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0) url(../../../../../modules/landing/img/loading24.gif) no-repeat scroll center center;
}
*/

.cut {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.red {color:red;}
.bg_red {background-color:#FFAFB2 !important;}
.bg_orange {background-color:#FFE4AF !important;}
.bg_green {background-color:#DFFFDF !important;}
.bg_blue {background-color:#D4FFFF !important;}
.bold {font-weight: bold;}
.uline {text-decoration:underline;}
.hide, .hidden {display: none;}
.oswerror {background-color:#FFCFCF; border:1px solid #bbb;}
.aright {text-align: right;}
.aleft {text-align: left;}
.acenter {text-align: center;}
.vtop {vertical-align: top;}
.vmiddle {vertical-align: middle;}
.vbottom {vertical-align: bottom;}
.vbaseline {vertical-align: baseline;}
.d-inline-block{display: inline-block;}
.minifont {font-size:8pt;}
.hover_red:hover {color: red;}
.w100 {width: 100%;}
.h100 {height: 100%;}