body {
	margin: 8px;
	font-size: 16px;
    width: 100%;
    height: 100%;
    margin: 15px auto;
    background:url('http://www.chebnet.com/images/header_right.gif');
    background-position:top right;
    background-repeat: no-repeat;
    vertical-align: middle;    
}
a {
	color: #888;
}
#main_map_wrapper {
    font-size: 0.9em;
}


#map {
	width:  792px; /* c_w * q_blocks X */
	height: 549px; /* c_h * q_blocks Y */
	overflow: hidden;
}

#map_wrapper {
    clear: both;
	border: solid 1px black;
	width:  792px; /* c_w * q_blocks X */
}

div#map_wrapper img {
    border: 0;
}
    
#map_table {
    background: gray url('../img/load.png');
	left: 0px;
	top:  0px;
}

#map_table td {
	width: 264px; /* c_w */
}

#map_table tr {
	height: 183px; /* c_h */
}



#map_scaler {
    position: absolute;
    top:  10px;
    left: 10px;
    z-index:100;
}

#scaler_cur {
	position: absolute;
    top:  10px;
    left: 10px;
    z-index: 101;
    background: url(../img/scale_cur.gif) no-repeat top center;
    width:  15px;
    height: 7px;
}

#map_scaler_table {
	width: 15px;
}
#map_scaler_table tr {
	height: 9px;
}
#map_scaler_table td {
	width: 15px;
	
}



#map_arrows {
	position: absolute;
    top:  10px;
    left: 10px;
    z-index: 100;
}

#map_arrows_table {
	width:  45px;
	height: 45px;
}

#map_arrows_table tr {
	height: 17px;
}

#map_arrows_table td {
	width:   17px;
	padding: 2px 2px;
	
}

img.arrow, img.zoom {
	width:  15px;
	heigth: 15px;
}


#copyright {
    margin:  0;
    padding: 0;
    position: absolute;
    top:  -20px;
    right: 10px;
}

#copyright a {
    color: #3d3d3d;
    text-shadow: #fff 1px 1px 1px;
    text-decoration: none;
    font-size: 0.9em;
    font-family: "Trebuchet MS", Verdana;
}

#copyright a:hover {
	color: red;
}


#url {
	padding: 1px 5px;
	border: 1px solid red;
}


.ic_citys {
	font-size:24px;
	font-weight:bold;
	color:grey;
	font-family:Times New Roman;
	cursor:hand;
}
.ic_top {
	width:98%;
	height:130px;
	text-align: right;
	vertical-align: top;
    background:url(/images/logo.jpg);
    background-position:top left;
    background-repeat: no-repeat;
	font-size:22px;
	color:white;
	font-family:Times New Roman;
	cursor:hand;
	}
.c_info {
    font-size:12px;
}

.c_info td, .c_info p  {
    padding: 2px 0;
    vertical-align: middle;    
}





.map_point {
    text-align: center;
    vertical-align: middle;
    clear: both;
    margin: 3px 0;
}

#map_link_area {
    vertical-align: middle;
	font-size: 0.75em;
	width: 500px;
	height: 18px;
	padding: 0 3px;
	margin: 2px 0;
	overflow: hidden;
}