﻿body
{
    margin: 0px auto;
    width: 100%;
    font-size: 10pt;
    text-align: center;
    font-weight: normal; 
    font-family: 宋体, Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    text-decoration: none;
}

.acolor
{
    text-decoration: none;
    color:blue;
}

a
{
    text-decoration: none;
    color: black;
}
a:hover
{
    text-decoration: none;
    color: red;
}

a img
{
	border:none
}

.font_gray_dark{color: #262626;}
.font_gray{color: #727272;}
.font_green{color: #045c00;}
.font_orange{color:#ff6600;}
.font_red{color:red;}

.ablue
{
    text-decoration: none;
    color:blue;
}

.ablue:hover
{
    text-decoration: underline;
    color:blue;
}

.ablue_large
{
    text-decoration: none;
    color:blue;
    font-size:23pt;
    font-weight:bold;
}

.agray
{
    text-decoration: none;
    color:#727272;
}

.agray:hover
{
    text-decoration: underline;
    color:blue;
}

.td_blue
{
	border-left:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	padding:1px 2px 1px 2px;
}

.table_blue
{
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}

.border_blue
{
	border:1px solid #d2d2d2;
}

.abutton100
{
    color:#000000;
	display:block;
	vertical-align:middle;
	height:21px;
	width:100px;
	cursor:pointer;
	text-decoration: none;
	text-align:center;
	font-size:10pt;
	background-image:url(/skin/images/btn_button_100.png);
	background-repeat:no-repeat;
	padding-top:5px;
}

.abutton100:hover
{
    text-decoration: none;
    color: #000000;
}

.abutton60
{
    color:#000000;
	display:block;
	vertical-align:middle;
	height:21px;
	width:60px;
	cursor:pointer;
	text-decoration: none;
	text-align:center;
	font-size:10pt;
	background-image:url(/skin/images/btn_button_60.png);
	background-repeat:no-repeat;
	padding-top:5px;
}

.abutton60_20
{
    color:#000000;
	display:block;
	vertical-align:middle;
	height:18px;
	width:60px;
	cursor:pointer;
	text-decoration: none;
	text-align:center;
	font-size:10pt;
	background-image:url(/skin/images/btn_button_60_20.png);
	background-repeat:no-repeat;
	padding-top:3px;
}

.abutton60:hover
{
    text-decoration: none;
    color: #000000;
}

.abutton100_20
{
    color:#000000;
	display:block;
	vertical-align:middle;
	height:18px;
	width:100px;
	cursor:pointer;
	text-decoration: none;
	text-align:center;
	font-size:10pt;
	background-image:url(/skin/images/btn_button_100_20.png);
	background-repeat:no-repeat;
	padding-top:3px;
}

.abutton100:hover
{
    text-decoration: none;
    color: #000000;
}





.textarea{
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	font-size: 12px;
	color: #2f2f2f;
	width:150px;
	word-wrap: break-word; 
	word-break: break-all;
}



.textbox{
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	font-size: 12px;
	color: #2f2f2f;
	width:150px;
	word-wrap: break-word; 
	word-break: break-all;
}

.dropdown{
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-size: 12px;
	color: #2f2f2f;
	width:155px;
}

.listbox{
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	font-size: 12px;
	color: #2f2f2f;
	width:155px;
}

.fileupload{
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	font-size: 12px;
	color: #2f2f2f;
	width:219px;
}