body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
        
	font-size: 12px;

}

.r-tabs {
	position: relative;

}

.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	background:navy; 
	margin-bottom: 3px;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
        border-top-right-radius: 15px;
        border-top-left-radius:15px;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
        border-top-right-radius: 15px;
        border-top-left-radius:15px;

}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: navy; 
	background-color: #fff;
        border-top-right-radius: 15px;
        border-top-left-radius:15px;
        
        

                
}

.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius:15px;
        
        box-shadow: 5px 5px 5px #888888;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: navy;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
        /*border-radius: 15px;*/
        
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: navy;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
       
        border-top-right-radius: 15px;
        border-top-left-radius:15px;
        
        
}

.page-header {
	background: navy; 
	margin-bottom: 3px;
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
        border-top-right-radius: 15px;
        border-top-left-radius:15px;
        
        
}