/** 通用配置 */
body,td,a,input,select,div {
	font-size: 12px;
	font-family: '宋体', arial;
}
body,form {
	margin: 0;
	padding: 0
}
input {
	color: #000000;
	line-height: 15px;
}

select {
	color: #000000;
	line-height: 15px;
}

textarea {
	color: #000000;
	line-height: 15px;
}

option {
	color: #000000;
	line-height: 15px;
}
a {
	color: #000000;
	text-decoration: none
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #D8000F;
	text-decoration: none;
	cursor:pointer;
}
a:active {
	text-decoration: none;
}
span.red {
	font-style: normal;
	color: #FF0000;
}
span.mustinput {
	font-style: normal;
	color: #FF0000;
}
span.important {
	font-style: normal;
	color: #FF0000;
}
img {
	border: 0
}
/** 菜单样式 */
.menubar {
	border-right: #6595d6 1px solid;
	margin: 0px auto;
	border-left: #6595d6 1px solid;
	width: 98%;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	min-width: 760px;
	background-image: url(skin1/menubar_bg.gif);
}
.menuitem {
	background: url(skin1/navspacer.gif) no-repeat;
	float: left;
	margin-left: 2px;
	text-indent: 8px;
	line-height: 20px;
	height: 20px
}
.main {
	margin: 0px auto;
	width: 98%;
	min-width: 760px
}
/** 表格样式 */
.onMouse {
	background: #eee;
}

.even {
	background: #eee;
}
.odd {
	
}
td {
	word-break: break-all;;
	word-wrap: break-word;
}
th {
	font-weight: bold; 
	font-size: 12px; 
	background-image: url(skin1/th_bg.gif); 
	background-repeat:repeat-x; 
	color: white; 
	line-height: normal; 
	background-color: #6595d6
}
table.table{
	background-color: #6595d6
}
table.table td {
	line-height: normal;
	background-color: #fff
}
table.table td.submit{
  line-height: normal;
	background-color: #e4e8ef
}
table.listTable {
	border-width: 1px;
	border-style: solid;
	border-color: #6595d6;
	border-collapse: collapse;
}
table.listTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #6595d6;
	border-collapse: collapse;
}
table.listTable td.listTableHead {
	background-color: #e4e8ef
}

/** form表单样式 */
input.hover,textarea.hover {
	border-color: #6595d6
}

input.active,textarea.active {
	border-color: #6595d6;
	background-color: #e4e8ef;
}

a.button:link,a.button:visited,A.button:active {
	color: #000;
	background-color: #f2f2f2;;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 9px;
	letter-spacing: 1px;
	border: 1px solid #000000;
	height: 18px;
	text-decoration: none;
	background-image: url(skin1/button1.gif);
}

A.button:hover {
	color: #000;
	background-color: #C9C9C9;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 9px;
	letter-spacing: 1px;
	border: 1px solid #000000;
	height: 18px;
	text-decoration: none;
	background-image: url(skin1/button2.gif);
}

.hidden{
 display:none;
}
/* 菜单样式 */

div.dynarch-horiz-menu { background-color: #f3f5f4; color: #000; border-color: #aca899; }
div.dynarch-horiz-menu table { color: #000; }
div.dynarch-horiz-menu table tr td.hover { background-color: #316ac5; color: #fff; }
div.dynarch-horiz-menu table tr td.active { background-color: #417ad5; color: #fff; }
div.dynarch-horiz-menu table tr td.pressed { background-color: #79cdf7; padding: 3px 2px 1px 4px; }
div.dynarch-horiz-menu table tr td.hover table,
div.dynarch-horiz-menu table tr td.active table { color: #fff; }
div.dynarch-horiz-menu table tr td.separator div { border-left-color: #9d98bf; border-right-color: #fff; }

/* vertical parts */

div.dynarch-popup-menu { border-color: #aca899; color: #000; background-color: #fff; }
div.dynarch-popup-menu tr.item td.icon { background-color: #f3f5f4; }
div.dynarch-popup-menu tr.separator td div { background-color: #aca899; }
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active { background-color: #316ac5; color: #fff; }
div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon { background-color: #316ac5; }

/** 动态窗口 */
#dwindowMask{
  background-color:#CCCCCC;
  filter:alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;		
  opacity:0.6;
  position:absolute;
  width:500px; 
  height:500px;
  left:0px; 
  top:0px;
  display:none;
}
#dwindow{
  position:absolute;
  left:0px;
  top:0px; 
  width:300px; 
  height:200px;
  z-index:990;
  background-color:#FFFFFF;
  display:none;
}

img.png{
 behavior:url("pngbehavior.htc");
}