html,body{
      margin:0px;
      height:100%;
	  width:100%;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif, 宋体;
	font-size: 12px;
	color:#333333;
}

body {
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	
	/*SCROLLBAR-FACE-COLOR:#669900;			/*(立体滚动条凸出部分的颜色)*/
	/*SCROLLBAR-HIGHLIGHT-COLOR:#E8FFE8;		/*(滚动条空白部分的颜色)*/
	/*SCROLLBAR-SHADOW-COLOR:#EFFFEF;			/*(立体滚动条阴影的颜色)*/
	/*SCROLLBAR-ARROW-COLOR:#FFFFFF;			/*(上下按钮上三角箭头的颜色)*/
	/*SCROLLBAR-BASE-COLOR:#003300; 			/*(滚动条的基本颜色)*/
	/*SCROLLBAR-DARK-SHADOW-COLOR:#FFFFFF; 	/*(立体滚动条强阴影的颜色)*/

}

/**********************************************
				普通链接样式
**********************************************/
a {
	font-family: 新宋体;
	font-size: 12px;
	color: #808080;
}
a:link {
	text-decoration: none;
	color: #707070;
}
a:visited {
	text-decoration: none;
	color: #707070;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}





/**********************************************
				表格边框样式
**********************************************/
.forumHeaderBackgroundAlternate
{
    background-color:#CCCCCC;
	font-family:Arial,宋体;
	color:#FFFFFF;
	
}
.forumRow
{
    background-color:#EEEEEE;
	font-family:Arial,宋体;
}

.forumRowHighlight
{
    background-color:#F7F7F7;
	font-family:Arial,宋体;
}
.forumRowFocus
{
    background-color:#E6F7FF;
	font-family:Arial,宋体;
	cursor:pointer;
}

.forumTh{
	background-color:#0099CC;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	font-size:16px;
	font-family:Arial,宋体;
}


/**********************************************
				无限级分类样式
**********************************************/
.menu1 {
	background-image: url(images/folder1.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu2 {
	background-image: url(images/folder2.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu3 {
	background-image: url(images/folder3.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu4 {
	background-image: url(images/folder4.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.list {
	padding-left: 20px;
	background-image: url(images/list.gif);
	background-repeat: repeat-y;
}
.list1 {
	padding-left: 20px;
}
.file {
	background-image: url(images/file.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}
.file1 {
	background-image: url(images/file1.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}



/**********************************************
				Web控件
**********************************************/
.inputTxt{
	color:#666666;
	font-size: 12px;
	border: 1px solid #7F9DB9;
	width:150px;
}
.ButtonSubmit{
	color:#666666;
	font-size: 12px;
	width:60px;
	height:18px;
	line-height:18px;
}
.SelectBox{
	height:18px;
}
.QueryBox{
	color:#666666;
	font-size: 12px;
	border: 1px solid #7F9DB9;
	width:80px;
}



/**********************************************
				系统提示
**********************************************/
.MsgBox {
	background-color: #CCCCCC;
	margin: 20px;
	height: 250px;
	width: 500px;
	border: 1px solid #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.MsgBoxTitle {
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
.MsgBoxContent {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	background-color: #f3f3f3;
	letter-spacing: 2px;
	text-align: left;
	padding: 10px;
	height:140px;
} 
.MsgBoxResult{
	font-size: 12px;
	line-height: 40px;
	color: #333333;
	background-color: #f3f3f3;
	letter-spacing: 2px;
	height:40px;
}

.StartInfoCss {
	font-size: 12px;
	color: #000000;
	background-color: #E1F5FF;
	border: 1px solid #0080C0;
	height: 20px;
	width: 250px;
	text-align: left;
	line-height:20px;
}
.OKInfoCss {
	font-size: 12px;
	color: #000000;
	background-color: #DFFFDF;
	border: 1px solid #009900;
	height: 20px;
	width: 250px;
	text-align: left;
	line-height:20px;
}
.ErrorInfoCss {
	font-size: 12px;
	color: #000000;
	background-color: #FFECEC;
	border: 1px solid #FF0000;
	height: 20px;
	width: 250px;
	text-align: left;
	line-height:20px;
}

/**********************************************
				网页标题
**********************************************/
.localhostTable{
	height:30px;
	width:98%;
	border: 1px solid #CCCCCC;
}
.table_width{
	width:98%;
	border: 1px solid #CCCCCC;
}
.table_width td{
	padding-left:3px;
}
.table_widthQuery{
	width:98%;
	height:30px;
}

.localhostTd-font{
	font-size: 12px;
	font-weight:bold;
}
#OperationMs {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-align:right;
	padding-right:20px;
}

.red{
	color:#FF0000;

}

.FinanceReminderDay_0{
	background-color:#FF0000;
}
.FinanceReminderDay_1{
	background-color:#FF3300;
}
.FinanceReminderDay_2{
	background-color:#FF9933;
}
.FinanceReminderDay_3{
	background-color:#FFFF99;
}
.cc1{
	overflow-x: scroll;	
}
.printTableFootLine{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}

.flagBox{
	width:100px;
	height:25px;
	text-align:center;
	line-height:25px;
	float:left;
	border: 1px solid #f2f2f2;
	margin-right:20px;
}
.flagBox:hover{
	background-color:#f2f2f2;
	border: 1px solid #D4D0C8;	
}


.ViewCustomerListBox{
	width:100px;
	height:25px;
	text-align:left;
	line-height:25px;
	float:left;
	border: 1px solid #f2f2f2;
	margin-right:20px;
	margin-top:10px;
	padding-left:5px;
}

.ViewCustomerListBox:hover{
	background-color:#f2f2f2;
	border: 1px solid #D4D0C8;
}

.bc01{
	width:120px;
	height:24px;
	float:left;
	background-color:#F2F2F2;
	cursor:pointer;
}
.bc02{
	width:120px;
	height:24px;
	float:left;
	background-color:#CCCCCC;
	cursor:pointer;
}
