
/*Tab Buttons*/

.tabButton, a.tabButton {

	

    background: #0d5ea4;

    

	padding: 5px;

	display: inline-block;

	text-decoration: none;

	color:#fefefe !important;

	margin: 1px 1px 0px;

	cursor: pointer;

    text-align: center;

	min-width: 80px;

	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

} 

.tabButton:hover, a.tabButton:hover {

	background: #218eec;

    /*border:1px solid #dcdcdc;*/

    

}

/*Tab Buttons Active state*/

.tabActive, a.tabActive {

    background: #5badff !important;

	cursor: default !important;

} 
