
/* Content */
.content,.content1,.content2,.content3,.content4{
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ecf8fe 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#ecf8fe)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ecf8fe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#ecf8fe 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#ecf8fe 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%,#ecf8fe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf8fe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	border-color: #0ec6c7;                 /*Main Color*/              
}

.content h4{
	color:#FF1493;                         /*Main Color*/                   
}
.content h6{
	color:#333333;
}
.content h6 i{
	color: #FF1493;                        /*Main Color*/     
}

/* Label */
.label i{
	color:#333333;
}
/* Label default background */
.default{
	background: #ecf8fe;                         
	color:#333333;
}
/* Label Clicked background */
.clicked{
	background: #0ec6c7;                    /*Main Color*/                  
	color:white;
}
/* Label hover background */
.hover{
	background: #0ec6c7;                    /*Main Color*/                   
	color:white;
}

