html
{
	margin:0px;
}
body
{
	text-align:center;
	margin:0px;
	font-size:13px;
}
.bodyPic
{
	background-color:#EFEFD3;
	
}
/*div样式*/
.div
{
	margin:0px;
	width:100%;
	height:auto; 
	
}
li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.divPic
{
	border: #00cc99 thin solid;
	margin: auto;
	height: auto;
	margin-top:10px;
	text-align:center;
}
/*说明*/
.decription
{
	border: #ffffff thin solid;
	height:25px;
	color:#847671;
	text-align:left;
}
/*图表名样式*/
.picName
{
	font-weight: bold;
	font-size: 15px;
	color: darkcyan;
	height: 30px;
	background-color: #f8f8a2;
	text-align: center;
}
/*连接样式*/
a
{
	font-weight: bold;
	font-size: 13px;
	color: red;
	text-align: center;
	text-decoration: none;
}
/*表样式*/
.tableStyle
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	font-size: 14px;
	border-left: #ffffff thin solid;
	width: 100%;
	border-bottom: #ffffff thin solid;
	text-align: center;
	margin:0px 0px;
	padding:2px 2px;
	font-size:13px;
}
/*表行样式*/
.tableStyle tr
{
	height:25px;
}
/*上2行样式*/
.top
{
	background-color: cornsilk;
}
/*分页区*/
.dispartPageArea
{
	background-color: cornsilk;
	font-size:13px;
}
/*行数据样式*/
.row
{
	background-color:#EFF3AC;
}
/*一区样式*/
.oneArea
{
	background-color:#EFDAD6;
}
/*二区样式*/
.twoArea
{
	background-color:#DDEAE9;
}
/*三区样式*/
.threeArea
{
	background-color:#E3E6AF;
}
/*和值*/
.sum
{
	background-color:#C2EFE6;
}
/*奇偶*/
.oddEven
{
	background-color:#E5DFF8;
}
/*大小*/
.bigSmall
{
	background-color:#DDEBA7;
}
/*尾和*/
.sumEnd
{
	background-color:#F3E0F2;
}
/*012路*/
.zeroOneTwo
{
	background-color:#BBEFE8;
}
/*蓝码*/
.blueNumber
{
	background-color:#B6E0EF;
}
/*搜索样式*/
.findTable
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	font-size: 13px;
	border-left: #ffffff thin solid;
	width: 100%;
	border-bottom: #ffffff thin solid;
	text-align: center;
	margin:0px 0px;
	padding:2px 2px;
	font-size:13px;
	background-color:#F095A8;
}
/*下拉列表*/
.dropDownList
{
	width: 100px;
}
/*按钮样式*/
.button
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffcccc;
	border-bottom-style: none;
	color:#847671;
	width:70px;
	height:25px;
	padding:5px;
}
/*加红*/
.red
{
	font-size: 13px;
	background-color:#FB2F2F;
	color:#FDFDFD;
}
/*图表名样式*/
.picName
{
	font-weight: bold;
	font-size: 15px;
	color: darkcyan;
	height: 30px;
	background-color: #f8f8a2;
	text-align: center;
}
/*数据表样式*/
.dataTable
{
	background-color:#E4F7D2;
}
.dataTable tr
{
	height:25px;
}
.dataTable td
{
	font-size:13px;
	text-align:center;
}
/*期数样式*/
.dateNumber
{
	background-color:#EFF3AC;
}
/*奖号*/
.zhongJiangNum
{
	background-color:#F1BCC0;
}
/*大小走势*/
.bigSmall
{
	background-color:#EFDAD6;
}
/*大小走势样式改变*/
.bigSmallChange
{
	color: #FDFDFD;
	width:20px;
	height:20px;
	background-color: #FF7FA0;
}
/*单双走势*/
.danShuang
{
	background-color:#DDEAE9;
}
/*单双走势样式改变*/
.danShuangChange
{
	color: #000000;
	width:20px;
	height:20px;
	background-color: #FFFC00;
}
/*质合走势*/
.oddEven
{
	background-color:#EFDAD6;
}
/*质合走势样式改变*/
.oddEvenChange
{
	color: #FDFDFD;
	width:20px;
	height:20px;
	background-color: #FF7FA0;
}
/*重隔断走势*/
.chongGeDuan
{
	background-color:#DDEAE9;
}
/*重隔断走势样式改变*/
.chongGeDuanChange
{
	color: #000000;
	width:20px;
	height:20px;
	background-color: #FFFC00;
}
/*和值除3余数*/
.heZhiChu3
{
	background-color:#EFDAD6;
}
/*和值除3余数走势样式改变*/
.heZhiChu3Change
{
	color: #FDFDFD;
	width:20px;
	height:20px;
	background-color: #FF7FA0;
}
/*012路走势图*/
.zeroOneTwo
{
	background-color:#DDEAE9;
}
/*012路走势样式改变*/
.zeroOneTwoChange
{
	color: #000000;
	width:20px;
	height:20px;
	background-color: #FFFC00;
}

