body, div, a, form, fieldset, input {
	margin: 0px;
	padding: 0px;
	border: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

a img {
	display: block;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

html, body {
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #778690;
	line-height: 17px;
}



.clear-both {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.underline {
	text-decoration: underline;
}

.crossed {
	text-decoration: line-through;
}


.template {
	width: 1000px;
	margin: 0px auto 0px auto;
	z-index: 200;
	background: url(/images/common/template-bg.gif) #e9eaea repeat-x;
}



#panel {
	position:absolute;
	display: none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
	font-size: 11px;
}

#panel-container {
	position:absolute;
	width:100%;
	height:100%;
	filter:alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
	background-color:#000000;
	z-index:10100;
}

#panel-content{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10200;
	display: none;
}

#panel-inside {	
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	z-index:10300;
}

#content-container {
	z-index:10500;
}

.lb-header {
	width: 100%;
	height: 47px;
}

.lb-close {
	float: right;
	padding: 19px 12px 0px 0px;
}

#tooltip {
	width: auto;
	position: absolute;
	z-index: 10600!important;
	background-color: #fff;
	border: 1px solid #778690;
	font-size: 14px;
	padding: 3px;
}

.tooltip-big {
	width: 400px !important;
	padding: 12px !important;
	z-index: 10600 !important;
}