﻿ * {
	margin: 0px;
	padding: 0px;
	}
 html {
	border: 0px;
	height: 100%; /* if not set the value, body height will not work*/	
	
	}
body {
	/*background: #E5ECF4 url(~/images/bg.png) repeat-x;*/
	min-height: 100%;
	height: auto;
	font-size: 10pt;
	text-align: center;
	font-family: Verdana;
	}
img {
	border: 0px;
	}
a:link,a:visited {
	color: #3266cc;
	text-decoration: none
	} a:hover {
		color: #E00;
		text-decoration: none
		}
div.offices
{
	width:1024px;
}
div div.officesWz
{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #66CCFF;
}
div div.offices_officeName
{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:24pt;
}
div div.officesnr
{
	width:70%;
}

div div dl.offices_gzzz
{
	width:100%;
	text-align:left;

}
dt
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #99CCFF;
    border-right-color: #99CCFF;
    border-left-color: #99CCFF;
}
dd
{
    border: 1px solid #99CCFF;
    width: 100%;
}
dl.leaderimage dd
{
    border-bottom: 0;
}
div.close
{
	width:1024px;
	height:30px;
	line-height:30px;
}

