html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	height: 100%;
}

body, div, a, form, fieldset, input, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #f7f7f7;
	height: 100%;
}

img {
	border: 0px;
	vertical-align: bottom;
}

a {
	color: #777777;
	text-decoration: underline;
	font-size: 12px;
}

a:hover	{ color: #ff6600; }

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

#template {
	width: 1250px;
	padding: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.block {
	display:block;
}

.header {
	width: 952px;
}

.body {
	width: 952px;
	margin-top: 19px;
	margin-bottom: 19px;
	position: relative;
}

.footer {
	width: 938px;
	height: 32px;
	background: url(/images/common/footer-bg.gif) no-repeat;
	padding-left: 14px;
	line-height: 32px;
}

#loading {
	display: none;
	width: 100%;
}

.loading-position {
	width: 100%;
	text-align: center;
}

#loading-small {
	display: none;
	width: 100%;
}

.loading-small-position {
	width: 100%;
	text-align: center;
}

#panel {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
}

#panel-container {
	position:absolute;
	width:100%;
	height:100%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:#060c13;
	z-index:10100;
}

#panel-content{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10200;
}

#panel-inside {	
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	z-index:10300;
}

#content-container {
	z-index:10500;
}

#init-hint {
	position:absolute;
	display: none;
	top:87px;
	left:0px;
	width:356px;
	height:102px;
	z-index:9000;
	padding: 52px 0px 0px 50px;
	color: #ffffff;
	font-size: 14px;
}