﻿
/* GENERIC */

body
{
	background-color: #c0c0c0;
	color: #646464;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin: 0;
}

p
{
	margin: 0.5em 0;
}

a,
a:hover
{
	color: #646464;
	text-decoration: underline;
}

ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li
{
	background: url(images/bullet.gif) no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 2px 0 0 20px;
	border-bottom: 1px dotted #d8d8d8;
}

/* PAGE LAYOUT */

.page
{
	background: url(Images/page.gif);
	width: 950px;
	margin: 0 auto;
}

/* HEADER */

.header
{
	background: url(Images/header.jpg);
	height: 142px;
	position: relative;
}

.header, 
.header a, 
.header a:hover
{
	color: #2A2A2A;
	text-decoration: none;
}

.loginstatus
{
	position: absolute;
	right: 20px;
	bottom: 9px;
	color: #2A2A2A;
}

.loginstatus a, 
.loginstatus a:hover
{
	color: #2A2A2A;
}

.welcome
{
	position: absolute;
	right: 60px;
	bottom: 9px;
	color: #2A2A2A;
}

.welcome a, 
.welcome a:hover
{
	color: #2A2A2A;
}

.pagesetting
{
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 0;
}

.pagesetting, 
.pagesetting a, 
.pagesetting a:hover
{
	color: #333;
}

.sitemenu 
{
	position: absolute;
	right: 80px;
	top: 4px;
	z-index: 1100;
}

.navmenu
{
	position: absolute;
	left: 22px;
	top: 4px;
	z-index: 0;
}

.logo
{
	background: url(Images/LoGo.jpg) no-repeat;
	height: 50px;
	width: 280px;
	position: absolute;
	left: 18px;
	bottom: 19px;
	display: block;
}

.advert
{
	position: absolute;
    top: 60px;
    right: 0;
}

/* BODY */

.sidebar .fieldlabel
{
	width: 65px;
}

.sidebar .fieldvalue
{
	margin-left: 75px;
}

.content-title
{
	font-family: simhei;
	font-size: 1.7em;
	margin: 10px 20px 40px;
}

.content-message
{
	margin: 10px 30px;
}

.section-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #687a87;
	margin: 60px 20px 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

.controlbar
{
	background-color: #fff;
	border: 1px solid #666666;
	padding: 18px;
	z-index: 1000;
}

.controlbar .modeswitch
{
	float: right;
}

.OneColumn .body
{
	padding: 20px 40px;
}

/* FOOTER */

.footer
{
	background: url(Images/footer.gif);
	height: 32px;
	clear: both;
	padding: 6px 0;
	text-align: center;
}

.footer a
{
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

/* MENU */

a.sitemenu-l1item
{
	margin-left: 12px;
}

.sitemenu-l2menu, 
.sitemenu-l3menu
{
	border: solid 1px silver;
	padding: 10px 16px 0;
	margin-top: 6px;
	line-height: 200%;
}

a.navmenu-l1item
{
	margin: 0 10px;
}

.navmenu a, 
.navmenu a:hover
{
	color: #333;
}

/* ONECOLUMNPAGE */

.OneColumn .body
{
	padding: 20px 40px;
}

.OneColumn .section-title
{
	margin-left: 220px;
	width: 450px;
}

.OneColumn .fieldlabel
{
	width: 300px;
}

.OneColumn .fieldvalue,
.OneColumn .fielddesc
{
	margin-left: 320px;
}

.OneColumn .dialog .fieldlabel
{
	width: 70px;
}

.OneColumn .dialog .fieldvalue,
.OneColumn .dialog .fielddesc
{
	margin-left: 90px;
}

.OneColumn .bigedit .fieldlabel
{
	width: 130px; 
}

.OneColumn .bigedit .fieldvalue
{
	margin-left: 150px;
}

.OneColumn .buttons
{
	margin-right: 280px;
}


/* TWOCOLUMNPAGE */

.TwoColumn-L .body,
.TwoColumn-R .body
{
	padding: 10px 20px;
	line-height: 160%;
}

.TwoColumn-L .sidebar
{
	float: left;
	width: 160px;
}

.TwoColumn-R .rightbar
{
	float: left;
	width: 160px;
}

.TwoColumn-L .content
{
	margin-left: 168px;	/* for Mozilla */
	height: 100%;
}

.TwoColumn-L .sidebar table, 
.TwoColumn-R .sidebar table
{
	width: 100%;
}

.TwoColumn-L .body .content-nav,
.TwoColumn-R .body .content-nav
{
	margin: 0 4px 10px;
}

.TwoColumn-L .body .content-title,
.TwoColumn-R .body .content-title
{
    margin: 30px 4px 60px;
}

.TwoColumn-L .buttons, 
.TwoColumn-R .buttons
{
	width: 500px;
}

/* THREECOLUMN */

.ThreeColumn .body
{
	padding: 10px 20px;
	line-height: 170%;
}

.ThreeColumn .body a
{
	text-decoration: none;
}
.ThreeColumn .body a:hover
{
	text-decoration: underline;
}

.ThreeColumn .sidebar
{
	float: left;
	width: 200px;
}

.ThreeColumn .rightbar
{
	float: right;
	width: 200px;
}

.ThreeColumn .content
{
	margin-left: 207px;	/* for Mozilla */
	margin-right: 207px;	/* for Mozilla */
	height: 100%;
}
