@charset "utf-8";

.divAutoBreak{
	word-break: break-all; 
	word-wrap:break-word;
}
.divBtnImg{
}

.btnBgiStyle{
	line-height:18px;
	background-image:url('../images/borderImg/bgiTest1_demo.png');
	background-color:#00CC66;
	border:1px #87e9c7 solid;
	height: 24px;
}
.textShadow{
	background-repeat:repeat-x;
	border:1px #b5b8c8 solid;
	height:18px;
	line-height:18px;
	background-image:url(../images/borderImg/txtShawdow.gif);
}

.textShadow_1{
	background-repeat:repeat-x;
	border:1px #AAAAAA solid;
	height:18px;
	line-height:18px;
	background-image:url(../images/borderImg/bgiTextShadow.png);
}


.txtBorder{
	border:1px #AAAAAA solid;
}

.divImageBtn16{
	overflow:hidden; 
	float:left;
	height:16px;
	width:16px;
}

.divTitleUnderLine{
border-bottom:1px  #009900 dotted;
 margin-bottom:5px;
  width:98%;
  font-weight:bold;
}

.tableAutoRow{

}
.tableAutoRow td{
	table-layout: fixed;
	WORD-BREAK: break-all; 
	WORD-WRAP: break-word;
}
.fontWebdings{
	font-family:Webdings;
	font-weight:bold;
}

.btnBgi{
	background-color:#FFFFFF;
	background-image:url(../images/borderImg/bgiBtn_3.gif);
	border:0px;
	border:1px #009933 solid;
}

.linkGreenStyle{
}

.linkGreenStyle a:link {
	text-decoration: none;
	color:#333333;
}
.linkGreenStyle a:visited {
	color:#666666;
	text-decoration: none;
}
.linkGreenStyle a:hover {
	color:#00CC33;
	text-decoration:underline;
}
.linkGreenStyle a:active {
	color:#666666;
	text-decoration: none;
}