﻿#loading
{
	background-image: url(images/load.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 6px;
	padding-left: 65px;
	position: absolute;
	border: 1px solid #ccc;
	margin: 20% 30%;
	z-index: 1990;
	font-size: 12px;
}
td.tdtitle
{
	font-size: 12px;
	background-color: inherit;
}
*
{
	font-size: 12px;
}
.tree
{
	text-align: left;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff; /*整个网页的背景颜色*/
	margin: 0px;
	font: 12px/22px "lucida Grande" , verdana, lucida, Arial, helvetica, "宋体" , sans-serif;
}

#box_2
{
	height: 100%;
	background: #000;
}

img
{
	border: 0px;
}

/*菜单样式结束*/

h1
{
	text-align: center;
	padding-bottom: 10px;
	font-size: 18px;
}
#logo
{
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '../App_themes/Default/images/title.png' ,sizingMethod= 'image' );
	width: 340px;
	height: 24px;
	margin-left: 30px;
}
/*GridView*/
.maintable
{
	border: 1px solid #589ce1;
	border-collapse: collapse;
	text-align: center;
}
.maintable tr
{
	background-color: expression( '#ffffff,#efeff9' .split( ',' )[rowIndex%2]);
}
.maintable .header
{
	background-color: #589ce1;
	height: 20px;
	padding: 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #ffffff;
	border-collapse: collapse;
	text-align: center;
}
.maintable td
{
	height: 20px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #97c9fc;
	border-collapse: collapse;
}
/*放置按钮的层*/
#buttondiv
{
	height: 20px;
}
#buttondiv input.button
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff,endColorStr=#cccccc,GradientType=0);
	border: 1px outset #999999;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	cursor: pointer;
	font-size: 12px;
	color: #000;
	padding-top: 3px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 15px;
}

input.button
{
	background-color: Yellow;
	border: 1px outset #999999;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	cursor: pointer;
	font-size: 12px;
	color: #000;
	padding-top: 3px;
	vertical-align: bottom;
	margin-left: 5px;
	margin-top: 15px;
}
/**
 * POPUP CONTAINER STYLES
 */
#popupWindow
{
	margin: 10px;
}
#popupWindow .popBtn
{
	text-align: right;
}
#popupWindow .popTitle
{
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 0px;
	font-weight: bold;
}
#popWindow .popContent
{
	vertical-align: top;
}

.details
{
	border-collapse: collapse;
	border: 1px solid #bec5bd;
	border-left: 0px;
	border-top: 0px;
	margin-top: 5px;
	vertical-align: top;
	table-layout: fixed;
}
.details td
{
	border-collapse: collapse;
	border: 1px solid #bec5bd;
	padding: 3px;
	text-align: left;
}

.details th
{
	padding: 3px;
	text-align: right;
	border-collapse: collapse;
	border: 1px solid #bec5bd;
}
.details th.center
{
	text-align: center;
}

.msgbox
{
	background-color: #f5fafa;
	height: 100%;
}
.msg
{
	width: 100%;
}
.msg caption
{
	text-align: right;
}
div.msgcontent
{
	text-indent: 25px;
	line-height: 20px;
	overflow: auto;
	height: 150px;
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px #ccc dashed;
	border-top: 1px #ccc dashed;
}

.msg th
{
	position: relative;
	width: 100%;
	text-indent: 10px;
	text-align: left; /*background-image:url('images/tabbg_hover.jpg');     background-repeat   :repeat-x;     border :1px #dad6cb solid; */
	background-color: #e3f1fe;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
span.msgset
{
	position: absolute;
	right: 3px;
	top: 0px;
	height: 30px;
	line-height: 30px;
}
.fontzoom
{

 display:none	
}
