#map{
width: 648px;
height: 380px;
border: 1px solid #000;
z-index: 3;
position: absolute;
top: 0;
left: 0;
}

.movecurse div,
.movecurse p,
.movecurse span,
.movecurse img,
.movecurse
{
	cursor: crosshair !important;
}

.counter {
	font-family: 'Trebuchet MS';
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.counter_big {
	font-size: 38px;
	
}

#content
{
	position: absolute;
	left: 25%;
	right: 25%;
	top: 15%;
	width: 545px;
	height: 524px;
	background-color: #FFFFFF;
	padding: 5px;
	opacity: 0.95;
}

#icontent
{
	width: 545px;
	height: 500px;
	border: none;
	overflow-x: hidden;
}

.login_strip
{
	font-size: 10px;
	margin-top: 10px;
}

.login_strip,
.login_strip a,
.login_strip a:link,
.login_strip a:visited,
.login_strip a:active,
.login_strip a:hover
{
	color: #000;
	text-decoration: none;
}

.login_strip a:hover
{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

.map_wrap
{
	position: relative;
	width: 648px;
	height: 380px;
	z-index: 3;
}

#action_box
{
	position: absolute;
	left: 6px;
	top: 45px;
	z-index: 4;
}

#filter_toggle_box
{
	position: absolute;
	left: 542px;
	top: 26px;
	z-index: 4;
}

#overlay
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

body
{
	font-family: Arial;
	margin:0;
	padding:0;
	height:100%;
	border:none
}

.mainbody
{
	background-color: #FFFFFF;
	width: 900px;
	height: 560px;
	margin-top: 70px;
}
.sitefooter
{
	width: 900px;
	text-align: right;	
}

.sitefooter,
.sitefooter td,
.sitefooter a,
.sitefooter a:link,
.sitefooter a:visited,
.sitefooter a:active
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.sitefooter a:hover
{
	text-decoration: underline;
}

.innerbody
{
	padding: 30px;
}

.navblock
{
	margin-bottom: 10px;
}
.navitem
{
	vertical-align: bottom;
	text-align: center;
	width: 85px;
	padding: 0 15px 4px 0;
	font-family: Arial;
	font-size: 16px;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
}
.textblock
{
	font-family: Arial;
	font-size: 11px;
	width: 175px;
	height: 380px;
	background-color: #EAEAEA;
	text-align: justify;
}
.textblock p
{
	margin-top: 0;
	margin-bottom: 3px;
}
.textblock a,
.textblock a:link,
.textblock a:visited,
.textblock a:active,
.textblock a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.textblock a:hover
{
	text-decoration: underline;
}
.tbmarg
{
	padding: 10px;
}
.navover
{
	background-color: #EFEFEF;
}

#ajax_loder
{
	position: absolute;
	z-index: 4;
	left: 515px;
	top: 7px;
}

.insmessage
{
	z-index: 999;
	border: 1px solid #000;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	width: 500px;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 85px;
}

.filterbox
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	width: 220px;
	height: 40px;
	border: 1px solid #000;
	background-color: #FFF;
	z-index: 999;
	left: 428px;
	top: 340px;
}

hr
{
	border: none;
	border-bottom: 1px solid #000;
	padding: none;
}