﻿
/* GENERIC */

body
{
	background: Transparent;
	color: #2b3442;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin: 0;
}

p
{
	margin: 0 0 1em;
}

a
{
	color: #58595b;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li
{
	background: url(images/li.gif) no-repeat 0 1px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 2px 0 2px 20px;
	border-bottom: 1px dotted #d8d8d8;
}

/* PAGE LAYOUT */

.page
{
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

.portal a
{
	text-decoration: none;
}

.portal a:hover
{
	text-decoration: underline;
}

/* HEADER */

.header
{
	background: url(Images/header.jpg);
	position: relative;
	height: 158px;
	margin-bottom: 5px;
}

.header, 
.header a
{
	color: #2b3442;
}

.sitemenu
{
	position: absolute;
	left: 10px;
	top: 4px;
	z-index: 1;
}

.navmenu
{
	position: absolute;
	left: 22px;
	bottom: 0px;
	z-index: 0;
}

.loginstatus
{
	position: absolute;
	right: 20px;
	top: 4px;
}

.welcome
{
	position: absolute;
	right: 60px;
	top: 4px;
}

.pagesetting
{
	position: absolute;
	right: 22px;
	bottom: 9px;
	z-index: 0;
}

.pagesetting, 
.pagesetting a
{
	color: White;
	text-decoration: none;
}

.advert
{
	position: absolute;
    top: 27px;
    right: 0;
}

/* BODY */

.sidebar .fieldlabel
{
	width: 85px;
}

.sidebar .fieldvalue
{
	margin-left: 95px;
}

.contentsplited
{
     background: url(Images/contentsplited.gif) repeat-y;
}

.content-nav,
.content-nav a
{
    color: #999;
}

.content-title
{
	font-family: simhei;
	font-size: 1.7em;
	margin: 20px 18px 40px;
}

.content-attributes
{
	margin: -30px 20px 25px;
	color: #aaa;
	font-size: 9px;
}

.content-message
{
	margin: 10px 30px;
}


.section-title
{
    background: url(Images/section-title.jpg);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 16px;
	margin: 30px -8px 15px;
	padding: 6px 20px 0;
	height: 19px;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
	
}

.section-grid
{
	margin-left: 220px;
	margin-right: 220px;
}

.controlbar
{
	background-color: #fff;
	border: 1px solid #666666;
	padding: 18px;
	z-index: 1000;
}

.controlbar .modeswitch
{
	float: right;
}

/* FOOTER */

.footer
{
	background: url(Images/footer.gif);
	text-align: center;
	margin-top: 6px;
	height: 32px;
	padding-top: 25px;
}

.footer, 
.footer a
{
	color: #7a808c;
}

/* MENU */

a.sitemenu-l1item
{
	margin-left: 12px;
	z-index: 1;		/* FOR IE8 */
}

.sitemenu-l2menu, 
.sitemenu-l3menu
{
	border: solid 1px silver;
	padding: 10px 16px 0;
	margin-top: 6px;
	line-height: 200%;
	z-index: 1;		/* FOR IE8 */
}

.navmenu
{
	filter: DropShadow(color=#333333, offX=-1, offY=-1);
}

.navmenu a
{
	color: #fff;
}

.navmenu a.item
{
	display: block;
	height: 17px;
	padding: 9px 10px;
}
.navmenu a.item-hover
{
	background: url(Images/navmenu-item.gif) no-repeat left ;
	border-left: 1px solid #fff;		
	border-right: 1px solid #fff;		
}

.navmenu a.item-selected
{
	background: url(Images/navmenu-item.gif) no-repeat left;
	border-left: 1px solid #fff;		
	border-right: 1px solid #fff;		
}



/* ONECOLUMNPAGE */

.OneColumn .body
{
	border: 1px solid #bfbfbf;
}

.OneColumn .body-t
{
}

.OneColumn .body-b
{
}
.OneColumn .content
{
	padding: 20px;
}
.OneColumn .section-title
{
	margin-left: 220px;
	width: 400px;
}
.OneColumn .leftpane .section-title
{
	 margin: 4px 0 10px;
	 width: auto;
	 height: 19px;
	 padding: 6px 10px 0;
	 border-bottom: 1px solid #fff;
}
.OneColumn .rightpane .section-title
{
	margin: 20px 0;
	height: 18px;
	width: auto;
}
.OneColumn .rightpane td
{
	 vertical-align: top;
}

.OneColumn .rightpane .entrylist td
{
	 vertical-align: middle;
}

.OneColumn .fieldlabel
{
	float: left;
	clear: left;
	text-align: right;
	width: 300px;
}
.OneColumn .leftpane .fieldlabel
{
	width: 36px;
}
.OneColumn .fieldvalue,
.OneColumn .fielddesc
{
	margin-left: 320px;
}
.OneColumn .leftpane .fieldvalue
{
	margin: 0 0 6px 46px;
	overflow: hidden; /* for ff */
	word-break : break-all; /* for IE */
	
}

.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: 70px;
}

.OneColumn .section-grid .buttons
{
    margin-right: 20px;
}

.OneColumn .entry
{
	margin-left: 14px;
	margin-right: 14px;
}

/* TWOCOLUMNPAGE */

.TwoColumn-L .body .content-nav,
.TwoColumn-R .body .content-nav
{
	margin: 10px 4px 30px;
}

.TwoColumn-L .content-title,
.TwoColumn-R .content-title
{
	margin: 30px 4px 60px;
}

.TwoColumn-L .content-attributes,
.TwoColumn-R .content-attributes
{
	margin: -50px 6px 25px;
	color: #aaa;
	font-size: 9px;
}

.TwoColumn-L .content,
.TwoColumn-R .content
{
    border: 1px solid #bfbfbf;
    padding: 0 30px 20px;
}

.TwoColumn-L .content
{
	margin-left: 210px;
}

.TwoColumn-R .content
{
	margin-right: 210px;
}

*html .TwoColumn-L .content,
*html .TwoColumn-R .content
{
	width: 675px;      /* FOR IE6 */
}

* + html .TwoColumn-L .content,
* + html .TwoColumn-R .content
{
	width: auto;
}

.TwoColumn-L .sidebar
{
	width: 205px;
	float: left;
}

.TwoColumn-R .sidebar
{
	width: 205px;
	float: right;
}

.TwoColumn-L .sidebar table, 
.TwoColumn-R .sidebar table
{
	width: 100%;
}

.TwoColumn-L .buttons, 
.TwoColumn-R .buttons
{
	width: 500px;
}

/* THREECOLUMN */

.ThreeColumn .sidebar
{
	width: 260px;
	float: left;
}

.ThreeColumn .rightbar
{
	width: 260px;
	float: right;
}

.ThreeColumn .content
{
	margin-left: 265px;
	margin-right: 265px;
}

.ThreeColumn .controlbar
{
	background: #fff;
	padding: 14px;
}
.noborder
{
	border: none !important;
	padding: 0 !important;
}
*html .noborder
{
	width: auto !important;  /* FOR IE6 */
}

/* PANES */

.leftpane
{
    background: #f2f2f4;
	float: left;
	width: 313px;
	margin: -16px 4px -16px -16px; 
	overflow: hidden; /* for ff */
	word-break : break-all; /* for IE */
}

.leftpane table td
{
    vertical-align: top;
}

.leftpane .gridview
{
    width: auto;
}

.gridview td
{
    border: none;
	border-bottom: 1px solid #fff;
}

.leftpane .gridview-row
{
	background: #f2f2f4;
}

.leftpane .gridview-row-alt
{
	background: #f2f2f4;
}

.leftpane .entry
{
    margin: 0;
    padding: 0 5px;
}

.leftpane .entry-title,
.leftpane .entry-title a
{
    font-size: 12px;
    color: #999b9e;
}

.leftpane .entry-content
{
    font-size: 12px;
}

.rightpane
{
    margin: -11px auto;
	margin-left: 315px;
    border: none;
}
