﻿body
{
	background: #d4e4f6;
	padding: 0px;
	margin: 0px;
}
body, th, td, input, button, textarea
{
	font-family: "宋体";
	font-size: 12px;
}
select
{
	font-family: "Tahoma";
	font-size: 12px;
}

th
{
	font-weight: normal;
}
td
{
	line-height: 150%;
}
input, select
{
	vertical-align: middle;
}
input[type=checkbox]
{
	vertical-align: middle;
}
input[type=radio]
{
	vertical-align: text-bottom;
}
* + html input[type=radio]
{
	vertical-align: middle;
}
.inputbutton, .inputbutton_hover
{
	background: url(images/btn_bgs.gif) repeat-x scroll 0 -5px;
	padding: 0px 14px 0px 13px;
	*padding-top:2px;
	margin:2px;
	overflow: visible;
	border:1px solid #7FB5E1;
	height:20px;
	cursor:pointer;
}
.inputbutton_hover
{
	background-position: 0 -35px;
	border:1px solid #95C1FF;
	color:#306FB6;
}
.buttonspacing
{
	padding: 0px 6px 0px 6px;
	letter-spacing: 6px;
}
.inputtext, .inputtext_hover, .inputtext_focus
{
	height: 16px; line-height:16px;
	border: #7F9DB9 solid 1px;
}
.inputtext_hover, .inputtext_focus
{
	border: #3575BA solid 1px;
}
.inputtext_focus
{
	background-color:#FFFFD8;
}

/* 管理后台右侧网站链接CSS定义：可定义内容为链接字体颜色、样式等。链接无下划线为none，有为underline */
a
{
	text-decoration: none;
	cursor: pointer;
}
/* 未访问/已访问/点击激活的链接 */
a:link, a:visited, a:active
{
	color: #000000;
}
/* 鼠标在链接上 */
a:hover
{
	color: #ff6600;
}
/* FF中无链接翻页颜色定义 */
a[disabled=disabled]
{
	color: #aca899;
}

/*解决ExtendedGridView内容太长撑破页面问题*/
.TableWrap
{
	table-layout: fixed;
	width: 100%;
}

.TdWrap
{
	overflow: hidden;
}

/*　书签式面板菜单标题背景样式定义 */
.tabtitle, .titlemouseover
{
	width: 80px;
	height: 22px;
	background: url(Images/titlebg2.gif);
	line-height: 120%;
	padding-top: 2px;
	font-weight: normal;
	cursor: pointer;
}
.tabtitle
{
	background: url(Images/titlebg2.gif);
}
.titlemouseover
{
	background: url(Images/titlebg1.gif);
	color: #ffffff;
}

/* 管理后台右侧通用表格样式定义 */
.border, .TableWrap
{
	border: 1px solid #6493c8;
	background: #fff;
}
.title, .gridtitle, .spacingtitle, th
{
	background: url(Images/title.gif) #b0d0f3 repeat-x left top;
	line-height: 120%;
	color: #3666aa;
	font-weight: bold;
}
.title
{
	line-height: 22px;
}
.tdbg
{
	background: #e6eff8;
	line-height: 120%;
}
.tdbgleft
{
	background: #d5e9ff;
	line-height: 120%;
}
.tdbgbottom
{
	background: #e6eff8;
	height: 40px;
	text-align: center;
}
.tdbgmouseover
{
	background: #bfdfff;
	line-height: 120%;
}

/*拖动排序*/
.ol_wrapper
{
	margin: 10px auto;
	width: 600px;
	border: 1px solid #6493c8;
	background: #ffffff;
	padding: 1px;
	padding-bottom: 0px;
}
.ol_wrapper dl, .ol_wrapper dt, .ol_wrapper dd, .ol_wrapper ul, .ol_wrapper li
{
	margin: 0px;
	padding: 0px;
}
.ol_wrapper dl
{
	background: #e6eff8;
}
.ol_wrapper dt
{
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #3666aa;
	font-weight: bolder;
	background: url(Images/title.gif) top repeat-x;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a
{
	display: block;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	background: #e6eff8;
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a:hover
{
	font-weight: bolder;
	filter: Alpha(Opacity=90); /*IE*/
	opacity: 0.9; /*FF*/
	background: #bfdfff url(Images/icon_order.gif) 8px 3px no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #6493c8;
}
