﻿
/* 超级链接的颜色 */
a 
{ 
	color:#3366CC;
	font-size:12px;
	text-decoration:none;	
}

a:hover 
{ 
	color:Blue;
}


/* 用于页脚的格式设置*/
.copyright
{
	background-color: Transparent;
	border-top: solid 1px silver;
	padding-top: 5px;
	margin-top: 50px;
	color: Gray;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	width: 100%;
}


/* 设计,只有登录后才可见,位于窗口的最上部 */
.design
{
	text-align: right;
}

/* 错误信息*/
.error
{
	padding: 20px 0px 20px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: Red;
	background-color: White;
}

.description
{
	color:Gray;
	padding:10px 10px 10px 10px;
}
/* 标题面板 */
.paneltitle
{
	background-image: url(images/background/paneltitle.png);
	height: 33px;
	padding-left: 5px;
	width: 100%;
	padding-top: 10px;
	
}

/* 导航标题*/
.panelnav
{
	border-bottom: solid 1px gray;
	border-left: solid 15px orange;
	font-weight: bold;
	color: Black;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-top: 20px;
}

/* 网页菜单 */
.panelmenu
{
	color: Gray;
	background-image: url(images/background/paneltitle.png);
	padding-top: 10px;
	padding-bottom: 10px;
}


/* DataList 的cssClass*/
.datalistitemstyle
{
	height: 140px;
	vertical-align: top;
	text-align: center;
	border: dotted 1px silver;
}

.datalistselecteditemstyle
{
	height: 140px;
	vertical-align: top;
	text-align: center;
	border: solid 1px black;
}

.item
{
	padding: 2px;
	border: dotted 1px gray;
	margin: 2px 2px 2px 0px;
	padding: 2px 0 20px 0;
	background-color: White;
}

.itemcontent
{
	margin: 5px 5px 5px 20px;
}



/* 没有数据项*/
.noitem
{
	padding: 2px;
	border: solid 1px gray;
	margin: 2px 0px 2px 0px;
	color: Teal;
}

/*

*/
.adviceoperation
{
	padding: 5px 5px 5px 20px;
}
.advicetitle
{
	color: Black;
	padding: 5px 5px 5px 20px;
	border-bottom: solid 1px silver;
}

.advicecontent
{
	padding: 5px 5px 5px 20px;
	color:gray;
}
.adviceanswer
{
	padding: 5px 5px 5px 20px;
	color:gray;
	margin-top:20px;
}

/* 操作区*/
.operation
{
	background-color: Silver;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
/* 操作区*/
.divoperation
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: transparent;
	background-image: url(images/background/operation.jpg);
	border: dotted 1px maroon;
}


/* 论坛 */
.forum
{
	width: 100%;
	font-size: 14px;
	color: Blue;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 版块按钮区域*/
.divkeepbutton
{
	background-color: Gray;
	color: Gray;
	vertical-align: middle;
	background-image: url(images/background/keepbutton.gif);
	height: auto;
	text-align: right;
}

.div
{
	border: dotted 1px silver;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*与文章相关的*/

.article
{
	margin: 10px 10px 10px 10px;
	border: dotted 1px silver;
}

.articlekeep
{
	text-align: right;
	margin-bottom: 20px;
}
.articletitle
{
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: Black;
	border-bottom: dotted 1px silver;
	padding: 20px 0 5px 0;
}

.articlesubtitle
{
	text-align: center;
	font-size: 12px;
	color: Gray;
	margin-bottom: 40px;
	margin-top: 20px;
}
.articlecontent
{
}

.articleusername
{
	text-align: right;
	font-size: 12px;
	color: Gray;
	margin-top: 20px;
	border-top:dotted 1px silver;
}


/* 图片类*/

.image1
{
	border: dotted 1px Black;
}

.imagelink
{
	background-image: url(images/background/leftimage.jpg);
	width: 100%;
	padding: 0 0 0 0;
	border: dotted 1px silver;
}

.imagekeep
{
	width: 100%;
	padding: 0 0 0 0;
	border: dotted 1px silver;
}

.humanlink
{
	height: 25px;
}

.humanlinks
{
	background-color: Silver;
	width: 150px;
}


/*
List中的分页控件
*/
.PagerLinkButton
{
	width:15px;
	 border-style:none; 
	 border-width:0px; 
	 background-color:Transparent; 
	 font-family:Webdings; 
	 font-size:medium;
	 text-decoration:none;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
	width:400px;
	background-color: white; 
	border: solid 4px silver;
}

.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	border: groove 1px Gray;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.popupHover
{
	background-image: url(images/header-opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
}


.accordionHeader
{
	background-color:Silver;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.super
{
	vertical-align: super;
	font-size:9px;
}