﻿.block 
{
	padding: 10px;
}

.border {
	background-image: url(../imgs/border.jpg);
	background-repeat: repeat;
	width: 4px;
	height: 4px;
}

.blueLarge 
{
	font-size: 18pt;
	font-weight: bold;
	color: #425584;
	font-family: 黑体;
}

.orangeLarge
{
	font-size: 18pt;
	color: #E79A21;
	font-weight: bold;
}

.grayLarge
{
	font-size: 18pt;
	color: Gray;
	font-weight: bold;
}

.blueMiddle
{
	font-size: 12pt;
	color: #425584;
	font-weight: bold;
}

.greenMiddle
{
	font-size: 12pt;
	color: #848E5A;
	font-weight: bold;
}

a.greenMiddle
{
	text-decoration: none;
}

a.greenMiddle:hover
{
	text-decoration: underline;
}

.orangeMiddle
{
	font-size: 12pt;
	color: #E79A21;
	font-weight: bold;
}

.blackMiddle
{
	font-size: 12pt;
	color: Black;
	font-weight: bold;
}

.whiteMiddle
{
	font-size: 12pt;
	color: White;
	font-weight: bold;
}

.blueSmall
{
	font-size: 11pt;
	color: #425584;
	text-decoration: none;
}

A.blueSmall:Hover
{
	text-decoration: underline;
}

.blackSmall
{
	font-size: 11pt;
	color: Black;
}

.graySmall
{
	font-size: 11pt;
	color: Gray;
}

.redSmall
{
	font-size: 11pt;
	color: Red;
}

.blueSmallBold
{
	font-size: 10pt;
	color: #425584;
	font-weight: bold;
	text-decoration: none;
}

A.blueSmallBold:Hover
{
	text-decoration: underline;
}

.greenSmallBold
{
	font-size: 10pt;
	color: #848E5A;
	font-weight: bold;
}

IMG.Border70
{
	width: 70px;
	height: 70px;
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box 
{
	border: solid 1px gray;
	padding: 3px;
	font-size: 11pt;
	width: 300px;
}

.grayButton
{
	width: 110px;
	height: 17px;
	background-image: url(../imgs/commit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

A.Paging
{
	color: Black;
	font-family: 宋体;
	font-size: 10pt;
	text-decoration: underline;
}

.PagingSelected
{
	color: Red;
	font-family: 宋体;
	font-size: 10pt;
}

.PagingInfo
{
	color: Black;
	font-family: 宋体;
	font-size: 10pt;
}

A.bottom
{
	background-image: url(../imgs/bul_orange.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #425584;
	text-decoration: none;
	font-size: 10pt;
}