﻿html,body
{
	height:100%;
}

#loadingMask
{
	display:none;
}

body.loading #loadingMask
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	height:auto;
	width:auto;
	z-index:100;
	background-color:#fff;
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

.bt-refresh-v{
	background-image: url(../images/bt-bg-refresh-v.png);
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 15px;
	font-size: 12px;
	width: 22px;
	border: 1px solid #7bb4b7;
		margin: 0 3px;
}
.bt-refresh-v div{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 60px;
	width: 22px;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bt-refresh-v a{color: #FFF;}
.bt-refresh-v div:hover{
	background-image: url(../images/bt-bg-refresh-v-o.png);
	background-repeat: no-repeat;
}

.bt-refresh-h{
	background-image: url(../images/bt-bg-refresh-h.png);
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 15px;
	font-size: 12px;
	height: 22px;
	width: 80px;
	border: 1px solid #7bb4b7;
	letter-spacing: 1px;
	margin:3px 0;
}
.bt-refresh-h div{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 21px;
}
.bt-refresh-h a{color: #FFF;}
.bt-refresh-h div:hover{
	background-image: url(../images/bt-bg-refresh-h-o.png);
	background-repeat: no-repeat;
}
