.border0{
	border-width:0px;
}

.whiteBg{
	background:#fff;
}

.width100{
	width:100px;
}

.width150{
	width:150px;
}

.width240{
	width:240px;
}

.width300{
	width:300px;
}

.width500{
	width:500px;
}

.height22{
	height:22px;
}

.height24{
	height:24px;
}

.height26{
	height:26px;
}

.height60{
	height:60px;
}

.height100{
	height:100px;
}

.white{
	color:#fff;
}

.blue{
	color:#00f;
}

.blue1{
	color:#007498;
}

.red{
	color:#f00;
}

.gray{
	color:#cacaca;
}

.gray2{
	color:#d9d8d4;
}

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.font16{
	font-size:16px;
}

.font14{
	font-size:14px;
}

.font12{
	font-size:12px;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.blueBorder1{
	border:1px solid #007498;
}

.grayBorder1{
	border:1px solid #bfccdc;
}

.auto{
	overflow:auto;
}

.clear{
	clear:both;
}

.blueBg{
	background:#f5f8ff;
}

.grayBg{
	background:#eee;
}


em.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
  font-style:normal;
  color:#f00;
}
em.success {
  background:url("../images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
  font-style:normal;
}


.numNav{
	line-height:200%;
	margin:2px;
	background:#b6e5f7;
	border:1px solid #98bfce;
	padding:2px 6px;
	zoom:1;
	color:#000;
	*line-height:100% !important;
	*line-height:100%;

}

.numNavActive{
	line-height:200%;
	margin:2px;
	background:#ce0c2c;
	border:1px solid #fff;
	padding:2px 6px;
	zoom:1;
	color:#fff;
	cursor: pointer;
	*line-height:100% !important;
	*line-height:100%;
	

}


