﻿.cityzone_house
{
}
.cityzone_house a
{
    color: #1438CE;
    text-decoration: underline;
}
.cityzone_house a:visited
{
    text-decoration: underline;
    color: #800080;
}
 .cityzone_house a:active
{
	text-decoration: none;
	color: #ff0000;
}
.cityzone_house a:hover
{
	text-decoration: underline;
	color: #ff0000;
}
.nav_line
{
    border: #FEE1C2 1px solid;
}
.hotkeylist
{
    background-color: #fff4eb;
    margin:2px;
    padding:5px;
    font-size:12px;
}
.cityzonelist
{
    border-collapse: collapse;
}
.cityzonelist th
{
    padding-left:5px;
    padding-right:20px;
    line-height:25px;
    font-size:12px;
}
.cityzonelist td
{
    padding:0 2px;
}
