﻿body {
	margin: 10px;
}
/*================================Font and text================================*/
td 	
/*(Common texts, mainly the most basal texts, and default texts for all the elements that does not have a style already assigned to them.)*/
	{
	Font-size: 11px;
	Color: #575757;
	Text-decoration: none;
	Line-height: 16pt;
	font-family: Tahoma;
}
a,a:link,a:visited 
/*(Chained texts, which are the displayed effects on the texts when the texts are linked)*/
	{
	color: #FF6600;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
}
a:hover 
/*(Chained texts, which are the displayed effects on the texts when the texts are linked)*/
	{
	color: #FF6600;
	Text-decoration: underline;
	Font-size: 11px;
	font-weight: normal;
}
.bottommenu 
/*用于页脚菜单*/
{
	font-size: 12px;
	color: #A0D115;
	text-decoration: none;
	font-weight: normal;
}
a.bottommenu:link,
a.bottommenu:visited
{
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
a.bottommenu:hover
{
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}
.topmenu {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.topmenu:link,
a.topmenu:visited
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	background-color: #09AEE6;
	height: 22px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	display: block;
}
a.topmenu:hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	background-color: #A4A4A4;
	height: 22px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	display: block;
}
a.mainmenu_active,
a.mainmenu_active:link,
a.mainmenu_active:visited{
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #09AEE6;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
}
.mainmenu {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #09AEE6;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
}
a.mainmenu,
a.mainmenu:link,
a.mainmenu:visited {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	background-color: #D0D0D0;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
}
a.mainmenu:hover {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #09AEE6;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px solid #FFFFFF;
}
.submenu {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #09AEE6;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
a.submenu,
a.submenu:link,
a.submenu:visited {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
a.submenu:hover {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #09AEE6;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00AAE8;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	text-align: left;
}
.pinput{
width:250px;
Color: #575757;
}
.login_input{
	background-color:#FFFFFF;
	color:#666666;
	font-size:11px;
	border: 1px solid #999999;
}
.psubmit{
	background-color:#FFFFFF;
	color:#666666;
	font-size:11px;
	border: 1px solid #999999;
	cursor:pointer;
}
.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09AEE6;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09AEE6;
	text-align: left;
 }
 .head2_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	text-align: left;
 }

/*===============================Form Style================================*/
input,
select,
selec option{
	Font-size: 11px;
	Color: #575757;
	font-family: Tahoma;
}
.input1 {
	Font-size: 11px;
	Color: #575757;
	border: 1px solid #878787;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	font-family: Tahoma;
	text-align: left;
	text-indent: 5px;
	display: block;
}
.input {
	border: 1px solid #8C8C8C;
	width: 80%;
	Color: #575757;
	padding-left: 5px;
}
textarea {
	Font-size: 11px;
	Color: #575757;
	font-family: Tahoma;
	text-align: left;
}

.textarea {
	Font-size: 11px;
	Color: #575757;
	border: 1px solid #878787;
	font-family: Tahoma;
	text-align: left;
	width: 175px;
}

.button{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AB0334;
	font-family: Tahoma;
	font-size: 11px;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #AB0334;
}
.top-bg{
	background-image: url(../images/admin/top_bg.jpg);
	background-repeat: repeat-x;
	height: 37px;
}

.top-bg1{
	background-image: url(../images/admin/title_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	padding-top: 30px;
}
.box_linexu {
	background-image: url(../images/admin/line_xu.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.box_linexu1 {
	background-image: url(../images/admin/line_xu2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*====================================table style==============================*/
.table_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BBBBBB;
}
.table_content {
	Background-color: #EFEFEF;
	font-weight: normal;
	text-indent: 5px;
}
.table_content1 {
	Background-color: #FFFFFF;
	font-weight: normal;
	text-indent: 5px;
}

