/*			商务总机 后台界面CSS			*/
body {
	font-size : 13px;
	margin : 0px;
}
td 
{
	font-size : 13px;
}
a:visited,
a:active,
a:link {	
	color: Navy;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

td a:visited,
td a:active,
td a:link {	
	color: Navy;
	text-decoration : none;
	font-size : 14px;
}
td a:hover {
	text-decoration : underline;
	font-size : 14px;
}

h1 {
	margin : 0px;
	font-size : 2.5em;
}
h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}
h1 a:hover {
	color : #47F;
	text-decoration : none;
}

h2 {
	margin-top : 10px;
	font-size : 1em;
}
h3 {
	font-size : 1.2em;
}

h5 {
	margin: 0px;
	padding: 0px;
}

p
{
	font-size: 10pt;
	margin: 10px 0px;
}
.HeaderTitles
{
	font-family: "Trebuchet MS";
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-size:7pt;
	font-weight:bold;
	color: White;
}
.HeaderBar
{
	border-collapse: collapse;
	background-image: url(BlueTabBack.jpg);
    background-repeat:repeat-x;
}
.HeaderBarTab a:visited,
.HeaderBarTab a:active,
.HeaderBarTab a:link
{
	font-weight: normal;
	font-size: 9pt;
	color: WhiteSmoke;
	text-decoration: none;
}
.HeaderBarTab a:hover
{
	font-weight: normal;
	font-size: 9pt;
	text-decoration : underline;
}
.HeaderBarTab
{
background-image: url(BlueTabFace.jpg);
   background-repeat:repeat-x;
   border-collapse: collapse;
   padding: 0px;
}
.BlogStatsBar
{
	text-align:right;
	font-weight: normal;
	font-size: 9pt;
	color: Silver;
	border-collapse:collapse;
	margin-right:3px;
}
.topHeader
{
	height:60px;
	text-align:left;
}
#top 
{
	background-image: url(BlueTabBackground.gif);
    background-repeat: repeat;
	color : WhiteSmoke;
	border-top : 3px solid Black;
	border-bottom : 4px solid Black;
	padding: 0px;
	width: 980px;
	margin:0 auto;
}
#bottom 
{
	border-top : 2px solid Black;
	padding: 0px;
	width: 980px;
	margin:0 auto;
}
#tagline {
	font-size : 0.8em;
	margin : 0px;
	color: White;
}

#main {
	margin-left : 180px;	
	background-color : White;
	padding : 10px;
	border-left : 1px solid #555;
	border-bottom : 4px solid Black;
}
#footer {
	margin : 0px;	
	padding-top : 5px;
	text-align : center;
	font-size : 0.7em;
}

input, textarea
{
	/*font-size: 1.0em;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.Button
{
	border: 1px solid SteelBlue;
	background-color: gainsboro;
}

.Tag{padding:5px 0 5px 6px;}
.Tag span { float:left; font-size:12px;}
.Tag ul{ float:left; list-style-type:none;margin:0 0 0 4px;padding:0;}
.Tag li{ float:left; font-size:12px; line-height:20px;padding:0 15 0 0px;}
.Tag li a{text-decoration:underline;}
.Tag li a:hover{text-decoration:underline;}

.content {
	line-height: 150%;
}


