/* Don't forget to include a CSS reset file otherwise it might look a little bit strange*/

.ui-tabs {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;

}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: -14px;
	list-style:none;
	z-index:79;
	width:20%;
	background: rgb(195, 195, 195);
	background: -moz-linear-gradient(0deg, rgb(195, 195, 195) 30%, rgb(185, 185, 185) 100%);
	background: -webkit-linear-gradient(0deg, rgb(195, 195, 195) 30%, rgb(185, 185, 185) 100%);
	background: -o-linear-gradient(0deg, rgb(195, 195, 195) 30%, rgb(185, 185, 185) 100%);
	background: -ms-linear-gradient(0deg, rgb(195, 195, 195) 30%, rgb(185, 185, 185) 100%);
	background: linear-gradient(90deg, rgb(195, 195, 195) 30%, rgb(185, 185, 185) 100%);
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
	border:1px solid #FFF;
	position:relative;	
	
}

#tabs li a {
	display: block;
	padding: 17px 4px;
	text-decoration: none;
	color: #FFF;
	z-index:80;
	font-weight:bold;
	
}

#tabs li a:hover {
	background: #666;
	opacity:1;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.ui-tabs-panel {
	padding: 40px;
	overflow: hidden;
	position:relative;
	background: white;
	opacity:1;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	border:1px solid #CCC;
	margin-right: 47px;
	margin-left:41px;
	top:-3px;
	padding-top:10px;
	
}



.ui-tabs-active {
	background: rgb(51, 153, 204)!important;
	background: -moz-linear-gradient(0deg, rgb(51, 153, 204) 40%, rgb(51, 102, 204) 100%)!important;
	background: -webkit-linear-gradient(0deg, rgb(51, 153, 204) 40%, rgb(51, 102, 204) 100%)!important;
	background: -o-linear-gradient(0deg, rgb(51, 153, 204) 40%, rgb(51, 102, 204) 100%)!important;
	background: -ms-linear-gradient(0deg, rgb(51, 153, 204) 40%, rgb(51, 102, 204) 100%)!important;
	background: linear-gradient(90deg, rgb(51, 153, 204) 40%, rgb(51, 102, 204) 100%)!important;
	color: #FFF !important;
	opacity:1;
	z-index:81;
}


.tabulousclear {
	display: block;
	clear: both;
}
