﻿
/* GENERIC */

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.ThreeColumn td
{
	font-size: 12px;
	line-height: 14px;
}

/* HEADER */

.header
{
	z-index: 1;
}

.header .advert
{
	display: none;
}

.header a
{
	text-decoration: none;
}
.header a:hover
{
	text-decoration: underline;
}

.header .topmenu
{
	font-family: SimSun;
	z-index: 2;
}

.header .loginstatus
{
	font-family: SimSun;
}

.header .sethome
{
	font-family: SimSun;
}

.header .title
{
	line-height: 160%;
}

/* BODY */

.body
{
	overflow: hidden;
}

.sidebar
{
	overflow: hidden;
}

.sidebar ul a,
.sidebar ol a
{
	text-decoration: none;
}
.sidebar ul a:hover,
.sidebar ol a:hover
{
	text-decoration: underline;
}

.content
{
	height: 100%; /* for IE6 */
}

.content-title
{
	font-family: simhei;
	font-size: 1.7em;
	margin: 1.5em 0 3em 8px;
}

.section-title
{
	font-size: 1.4em;
	margin: 0.5em 0 1em 0;
}

.controlbar
{
	background-color: #eeeeee;
	padding: 16px;
	border: solid 1px #cccccc;
}

.controlbar a,
.controlbar a:hover
{
	color: Blue;
}

.clear
{
	clear: both;
	height: 0;
}

/* FOOTER */

.footer-rect
{
	clear: both;
}

.footer a
{
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

