/* CSS Document */
.apprv,.dapprv{
	color:#fff;
	float:right;
	padding:7px 15px;
	margin:2px 5px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 12px;
}
.apprv{
	background: #3A8306;
}
.dapprv{
	background: #37302f;
}
.dapprv:hover,.apprv:hover{
	box-shadow:0px 0px 1px #555;
}
.appTab{
	width:150px;
	height: 150px;
	border:1px solid #073A5B;
	cursor:pointer;
	float:left;
	margin:5px;
	border-radius: 5px;
}
.appTab .contA{
	width:100%;
	float:left;
	height:130px;
	border-bottom: 1px solid #efefef;
}
.appTab .txtTitle{
	width:100%;
	text-align: center;
	float:left;
	padding:2px;
}