﻿body
{
	font-size:10pt;
	margin:0px;
	padding:0px;
}

td
{
	font-size:10pt;
}

img
{
	border:0px;
}

a
{
	text-decoration:none;
}


.ArticleContent
{
	text-indent:4em;
	line-height:1.5pc;
}


/*控件*/

.textbox
{
	border: 1px solid #C0C0C0;
	background: #FFFFEE;
	background-image: url(../../images/input_bg.gif);
	background-repeat: no-repeat;
	font-weight: 900;
	color: #008000;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 4px;
}

.button
{
	border: 1px solid #CCC0C0;
	background-color: #0099CC;
	color: #FFFFFF;
	height: 22px;
}

.gridviewHeader
{
	height: 21px;
	line-height: 21px;
	background-image: url(../../images/admin_infobarbg.png);
	color:#332372;
}

.gridviewAlterRow
{
	background-color:#F4FBFD;
}



/*工具栏*/
#toolBar
{
	
}
#toolBar span,#toolBar .publish
{
	vertical-align:middle;
	height:15px;
	line-height:15px;
	float:left;
	margin-right:5px;
	border:solid 1px #C6C6C6;
	padding:3px;
	font-weight:900;
}
#toolBar img
{
	vertical-align:middle;
	margin-right:2px;
}
#toolBar a:hover
{
	color:Red;
}


/*
分页
*/

#pager
{
	float:right;
	clear:both;
}

#pager span
{
	float: left;
	cursor: pointer;
}
#pager .text
{
	height: 15px;
	line-height: 15px;
	width: 30px;
}
#pager .numbutton
{
	width: 16px;
	height: 15px;
	line-height: 15px;
}
#pager .numbutton, #pager .text
{
	border: solid 1px #C6C6C6;
	margin-left: 3px;
	padding: 2px;
}
#pager .curPageNo
{
	border: none;
	font-weight: 900;
	color: Red;
}
