﻿sbody {
	background-color: #FFFFFF;
	font-family:"宋体";
	font-size: 12px;
	line-height: 22px;
	vertical-align:middle;
	text-align:left;
}
A:link {
    color: #367bda;
	text-decoration: none;
}
A:visited {
    color: #367bda;
	text-decoration: none;
}
A:hover { 
	color: #FF6600;
	text-decoration: none;
}
td {
    font-family:"宋体";
	font-size: 12px;
	color: #2f2f2f;
	/*line-height: 16px;*/
}
/* 后台管理导航-------------------------------------- */
td.SystemLeft {
    font-family:"宋体";
	font-size: 12px;
	color: #ffffff;
}
td.SystemLeft A:link {
    color: #ffffff;
	text-decoration: none;
	line-height:22px;
}
td.SystemLeft A:visited {
    color: #ffffff;
	text-decoration: none;
	line-height:22px;
}
td.SystemLeft A:hover { 
	color: #ffffff;
	text-decoration: none;
	line-height:22px;
}
textarea.ConstSet {
	background-color: #F8FAFC;
	border: 1px solid #8DB5E9;
	border-top: #8DB5E9 1px ridge; 
	border-left: #8DB5E9 1px ridge; 
    color: #333333;
	scrollbar-3dlight-color:#DAE4EF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#DAE4EF;
	scrollbar-face-color:#DAE4EF;
	scrollbar-highlight-color:#DAE4EF;
	scrollbar-shadow-color:#DAE4EF;
	scrollbar-track-color:#F8FAFC;
}
/*.button { 
	border-left: #ffffff 1px ridge; 
	border-right: #333333 1px ridge; 
	border-top: #ffffff 1px ridge; 
	border-bottom: #1c1c1c 1px ridge;
    font-family:"宋体";
	font-size: 12px;
    color: #1c1c1c; 
	background-color: #EBF2F9; 
	cursor: hand;
}*/
.textfield{
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	font-size: 12px;
	color: #2f2f2f;
}

/* 后台管理类别树-------------------------------------- */
.SortFolderOpen {
	background-image: url(Sort_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortFolderClose {
	background-image: url(Sort_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderOpen {
	background-image: url(SortEnd_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderClose {
	background-image: url(SortEnd_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortListline {
	padding-left: 16px;
	background-image: url(Sort_Listline.gif);
	background-repeat: repeat-y;
}
.SortEndListline {
	padding-left: 16px;
}
.SortFile {
	background-image: url(Sort_File.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
.SortFileEnd {
	background-image: url(Sort_File_End.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
/*************后台新增数据表格样式**************/
.table_add
{
	width:100%;
	border:0;
	background-color:#6298E1;
}
.table_add tr
{
	background-color:#EBF2F9;
}
.table_add td
{
	padding:3px 3px 3px 3px;
}
/***************查看详细信息页面样式******************/
.table_view
{
	width:100%;
	background-color:White;
	border:1;
	padding:3px 3px 3px 3px;
}
/************登录样式************/
.login_body
{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-x;
}
.login_bg
{	
	/*height: 283px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 130px;*/
}
.login_table
{
	border: 0;
	margin-top: 130px;
	width: 560px;
	height: 296px;
	background: url(images/login.png);
	background-repeat: no-repeat;
}
.login_table tr
{
	height:5px;
}

.login_input
{
	border: 0;
	width: 76px;
	height: 24px;
	background-image: url(images/login_btn.gif);
	color: #1f4987;
}