﻿body
{
}

.TableContent
{
	background-image: url("../../../App_Image/Default/logo/logo4.gif");
	text-align: center;
}

.TableContent1
{
	background-image: url("../../../App_Image/Default/logo/logo3.jpg");
}
.TableLeftTop
{
	background-image: url("../../../App_Image/Default/line/lefttoptest.gif");
	background-repeat: no-repeat;
}
.TableRightTop
{
	background-image: url("../../../App_Image/Default/line/righttoptest.gif");
	background-repeat: no-repeat;
}
.TableTop
{
	background-image: url("../../../App_Image/Default/line/toptest.gif");
	background-repeat: repeat-x;
}
.TableLeftBottom
{
	background-image: url("../../../App_Image/Default/line/leftbottomtest.gif");
	background-repeat: no-repeat;
}
.TableRightBottom
{
	background-image: url("../../../App_Image/Default/line/rightbottomtest.gif");
	background-repeat: no-repeat;
}
.TableBottom
{
	background-image: url("../../../App_Image/Default/line/bottomtest.gif");
	background-repeat: repeat-x;
}
.TableLeft
{
	background-image: url("../../../App_Image/Default/line/lefttest.gif");
	background-repeat: repeat-y;
}
.TableRight
{
	background-image: url("../../../App_Image/Default/line/righttest.gif");
	background-repeat: repeat-y;
}
.TableLine
{
	background-image: url("../../../App_Image/Default/line/line2.gif");
	background-repeat: repeat-x;
}
.TableLine1
{
	background-image: url("../../../App_Image/Default/line/line2/top.gif");
	background-repeat: repeat-x;
}
.TableLine2
{
	background-image: url("../../../App_Image/Default/line/line2/bottom.gif");
	background-repeat: repeat-x;
}
.TableLine3
{
	background-image: url("../../../App_Image/Default/module/line1.gif");
}

.TableTopMain
{
	background-image: url("../../../App_Image/Default/line/line1/t-hosi12.gif");
	background-repeat: repeat-x;
}
.TableTopMain1
{
	background-image: url("../../../App_Image/Default/line/line1/t-hosi2.gif");
	background-repeat: repeat-x;
}
.TableBottomMain
{
	background-image: url("../../../App_Image/Default/line/line1/t-hosi2.gif");
	background-repeat: repeat-x;
}
.TableLeftMain
{
	background-image: url("../../../App_Image/Default/line/line1/t-hosi4.gif");
	background-repeat: repeat-y;
}
.TableRightMain
{
	background-image: url("../../../App_Image/Default/line/line1/t-hosi5.gif");
	background-repeat: repeat-y;
}


.TableBackColor
{
	background-color: Seashell;
	text-align: left;
}
.TableBackColor1
{
	background-color: White;
	text-align: left;
}

.gridHeader
{
	background-image: url(../../../App_Image/Default/grid_bluebackground02_slice.gif);
	background-repeat: repeat;
	background-color: #245bcb;
	color: #003366;
}

.gridRow
{
	background-color: #f5faff;
	color: #215dc6;
}

.gridAltRow
{
	background-color: #eff3ff;
	color: #215dc6;
}

.gridOutline
{
	background-image: none;
	background-color: #245bcb;
	color: White;
}

.gridAltOutline
{
	background-image: none;
	background-color: #fff7e5;
	color: Black;
}

.gridGroup
{
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: solid 1px;
	color: #7AA0E6;
	text-align: left;
}

.gridPager
{
	background-image: url(../../../App_Image/Default/grid_bluebackground02_slice.gif);
	background-repeat: repeat; /*background-color:#245bcb;*/
	color: #003366;
	text-align: left;
}
TD.list
{
	border-bottom: white 1px solid;
	border-right: white 1px solid;
}
TD.listleft
{
	border-left: #27b67c 1px solid;
}
TD.listright
{
	border-right: #27b67c 1px solid;
}

INPUT.bd
{
	border-right: #629e0a 1px solid;
	border-top: #629e0a 1px solid;
	border-left: #629e0a 1px solid;
	border-bottom: #629e0a 1px solid;
}
TEXTAREA
{
	border-right: #629e0a 1px solid;
	border-top: #629e0a 1px solid;
	overflow: auto;
	border-left: #629e0a 1px solid;
	border-bottom: #629e0a 1px solid;
}
A.dr
{
	color: black;
	text-decoration: none;
}
A.dr:hover
{
	color: blue;
	text-decoration: underline;
}

.ajax-tabs
{
	height: 31px;
	background: url(../images/ajax-tab.png) 0px 30px repeat-x;
	width: 100%;
	position: relative;
	display: block;
}

.ajax-tabs ul
{
	display: inline;
	margin: 0;
	padding: 0;
}

.ajax-tabs li
{
	display: inline;
	list-style: none;
}

.ajax-tab-container
{
	height: 31px;
	font-size: 13px;
	font-family: "宋体" ,Tahoma, "Arial Narrow" , sans-serif;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
}

.ajax-tab-left
{
	height: 31px;
	width: 6px;
	background: url(../../../App_Image/Default/logo/ajax-tab.png) -400px -32px no-repeat;
	float: left;
	margin-left: 10px;
}

.ajax-tab-middle
{
	height: 23px;
	float: left;
	background: url(../../../App_Image/Default/logo/ajax-tab.png) 0 -32px no-repeat;
	white-space: normal;
	padding-top: 8px;
}

.ajax-tab-right
{
	height: 31px;
	width: 6px;
	background: url(../../../App_Image/Default/logo/ajax-tab.png) -406px -32px no-repeat;
	float: left;
}

/* active tabs */
.active .ajax-tab-left
{
	background-position: -406px -1px;
}

.active .ajax-tab-middle
{
	background-position: 0 -1px; /*padding: 8px 10px 0 10px;*/
}

.active .ajax-tab-right
{
	background-position: -400px -1px;
}

/* links in tabs */
.ajax-tab-container a
{
	color: #FFF;
	text-decoration: none;
	height: 21px;
	padding: 10px;
}

.ajax-tab-container a:hover
{
	color: #FFF;
	text-decoration: underline;
	height: 21px;
	padding: 10px;
}

.active .ajax-tab-middle a
{
	color: #FFF;
	text-decoration: none;
	height: 21px;
	padding: 10px;
}

.active .ajax-tab-middle a:hover
{
	color: #FFF;
	text-decoration: none;
	height: 21px;
	padding: 10px;
}

/*页面中的小标题*/
.title1-container
{
	height: 31px;
	font-size: 11px;
	font-family: Tahoma, "Arial Narrow" , sans-serif;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
}

.title1-left
{
	height: 31px;
	width: 6px;
	background: url(../../../App_Image/Default/logo/title1.png) -400px -32px no-repeat;
	float: left;
	margin-left: 10px;
}

.title1-middle
{
	height: 23px;
	float: left;
	background: url(../../../App_Image/Default/logo/title1.png) 0 -32px no-repeat;
	white-space: normal;
	padding-top: 8px;
}

.title1-right
{
	height: 31px;
	width: 6px;
	background: url(../../../App_Image/Default/logo/title1.png) -406px -32px no-repeat;
	float: left;
}

/* active tabs */

.active .title1-left
{
	background-position: -406px -1px;
}

.active .title1-middle
{
	background-position: 0 -1px; /*padding: 8px 10px 0 10px;*/
}

.active .title1-right
{
	background-position: -400px -1px;
}


.bodybackcolor
{
	background-color: #efefef /*background: url(../../../App_Image/Default/bj.gif) */;
}
	

