html,body,form{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
html,body{
	height: 100%;
	background-color: white;
	min-width: 1200px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1200)? "1200px" : "100%")

	min-height: 800px;
	height: expression(((document.documentElement.clientHeight || document.body.clientHeight) < 800)? "800px" : "100%")
}
body{
	background-color: white;
	background-position: top left;
	background-repeat: repeat-x;
}
a{
	margin:0px;
	padding: 0px;
}
a:link,
a:visited{
	color: #173c8b;
	text-decoration:underline
}
a:hover,
a:active{
	color: #173c8b;
	text-decoration:none
}
form{

}
body,td,p{
	padding: 0px;
	margin:0px;
	font-family: Arial,Verdana, Tahoma, Helvetica,sans-serif;
	font-size: 12px;
}
td{
	vertical-align: top;
}
.bigTable{
	width: 100%;
	height: 100%;
}
img{
	border: 0px;
	padding:0px;
	margin:0px;
}
table{
	margin:0px;
}

#messagerWindow{
	position:absolute; 
	top: 0;
	left:0;
	text-align:center;
	vertical-align:middle; 
	width:100%; 
	height:100%; 
	margin:0px;
	padding:5px;
	color: #2f76ab;
	display: none;
}
#messagerFront{
	position:absolute; 
	width: 350px;
	height: 80px;
	border: 1px solid #999999;
	background: white;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#c0c0c0', Positive='true')
}
#massageCont{
	position absolute;
	background: white;
	top: 0;
	left:0;
	width: 350px;
	height: 80px;
	padding: 0px;
	vertical-align: middle;
	color: #e71802;
}
#massageCont input{	
	color: white;
	border: 0;
	width: 110px;
	margin-top: 10px;
}
/* Фон окна сообщения */
#messagerBack{
	position:absolute; 
	top: 0px;
	left:0px;
	width:100%; 
	height:100%; 	
	background-color: white;
	opacity: 0.70; /* Safari, Opera and Mozilla */
	filter: alpha(opacity=70);
}
#ms{
	margin-bottom:10px;
	text-align: center;
}
#page{
	z-index: 0;
	position:relative; 
	top:0; 
	left:0px; 
	text-align: center; 
	width:100%;
	height:867px;
}
.red{
	color:red;
}
label.error{
	color: red;
	font-size:12px;
	position: absolute;
	margin-left: 10px;
} 

#simpleTooltip {
	background-color: white;
	border:1px solid #b08d57;
	color: #b08d57;
	opacity:0.85;
	padding:3px;
	position:absolute;
	z-index:3000;
}
#simpleTooltip h3 {
	background-color: white;
	padding-left:5px;
	font-weight:bold;
	font-size:1.4em;
}
#simpleTooltip div {
	padding-left:5px;
	padding-right:5px;
}
#loadIndicator{
	position: absolute; 
	display: none;
}
