﻿/* 总体样式 */
/* 防止表格被撑大
table 
{ 
	table-layout: fixed; 
	word-wrap:break-word; 
} 
div 
{ 
	word-wrap:break-word; 
} */
/* ----------------------- */
/* 连接样式 */
/*html
{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}*/
#TTT_Header table
{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}
a.lnk{color:#333;text-decoration:none;}
a.lnk:hover{color:#f60;text-decoration:none;}


DIV,UL{ padding:0; margin:0; }
body{height:100%;font-size:9pt;margin:0; padding:0;}
.clear{clear:both}

/** 头 **/
#ulHead{
   width:100%;clear:both;
			display:block;list-style:none;
			padding:0;margin:0;
			background:url(/images/bt_top_01.gif) repeat-x left top;
}
#ulHead li{display:block;}
#liLogo{ width:45%;float:left; }
#liTitle{
    width:45%;float:right;text-align:center;
				background:url(/images/bt_top_02.gif) no-repeat right top; padding-top:35px;
}

/** 导航栏 **/
#ulNavigate{
    display:block;width:100%;clear:both;
				border-top:1px solid #369;border-bottom:1px solid #666		;
				background:url(/images/bg_navbar.gif) repeat-x left top;
}
#ulNavigate li{float:left;}
#ulNavigate li a{ display:block;margin:3px;padding:3px 3px;color:#fff;text-decoration:none; }
#ulNavigate li a:hover{ color:#06a;border:1px solid #369;margin:3px;padding:2px 2px;background:#9cf;}

/** 新导航栏 **/



/** 左边 **/
#dvLeft{
   display:block;width:150px; height:200px; float:left; padding-top:10px; 
   background:url(/images/bg_barleft.gif) repeat-x left top;
			text-align:center;
}
#ulLeftBar{
   display:block; width:80%;text-align:left;
}
#ulLeftBar li{
   display:block; margin-top:3px; list-style:none;
}
#ulLeftBar li a{
   display:block; color:#069; padding:3px 3px; padding-left:15px; 
			text-decoration:underline; 		
}
#ulLeftBar li a:hover{
   display:block; color:#333; padding:2px 2px; padding-left:15px;
			text-decoration:none; 
			background:#ddd; border:1px solid #999; 
}

/** 中间 **/
#dvBody{
    margin:0 2px;padding:0;margin-left:152px;
				border-left:3px solid #36a; 
				text-align:center;
				
}

/** 页脚 **/
#dvFoot{
    width:100%; clear:both; padding:5px; text-align:center; color:#369;
				background:url(/images/bg_copyright.gif) repeat-x left top;
}
/*错误信息文本*/
.error-text
{
	color: red;
} 
.floatPanel
{
	width:200px;
	border:2px solid #000;
	background-color:#fff;
}
.floatPanel .handle
{
	background-color:#ccc;
	border-bottom:2px solid #000;
	padding:5px;
	font-weight:bold;
	cursor:move;
}
.floatPanel .content
{
	padding:5px;
	height:120px;
	overflow-y:scroll;
}
.TooTip
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #C80000;
	background-color: #FFFFFf;
	line-height: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: 1px solid #E8A19B;
	margin-bottom: 10px;
}
/* 模式窗口 */
.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
	font-size: 75%;
}

.ModalTitle
{
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #e2eecd;
	color: #698d73;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	white-space: nowrap;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(http://Images.hzins.com/web/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(http://Images.hzins.com/web/image/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
.userData {behavior:url(#default#userdata);}
.KeyWord
{
	color: #000000;
}

/*-------------------------*/
/*--
 .jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade
{
	background-color: #000000;
}
div.jqi
{
	position: absolute;
	width: 500px;
	height:auto;
	background-color: rgb(205, 218, 241);
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
div.jqi .jqiclose{
	width: 33px;
	height: 12px;
	background-image: url(http://Images.hzins.com/web/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
div.jqi .jqicontainer
{
    font-size:12px;
    line-height:20px;
    height:160px;
    text-align:left;
}
div.jqi .Title{
    background-color:rgb(96, 136, 210);
    color:white;
    font:caption;
    text-align:left;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
}

div.jqi .jqimessage
{
	background-color: #ffffff;
	padding: 10px;
}
div.jqi .jqibuttons{
    text-align:right;
    padding-right:20px;
    padding-bottom:5px;
    padding-top:5px;
}
div.jqi button{
    margin-left:20px;
    text-align:center;
    background-color: #ffffff;
    border-right: #7199b1 2px solid;
    padding-right: 8px;
    border-top: #7499ae 1px solid;
    padding-left: 8px;
    font-size: 14px;
    border-left: #7499ae 1px solid;
    cursor: hand;
    color: #053152;
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: #7199b1 2px solid;
}*/
