 #reportTabs .ui-widget-header {
    border: 0;
    background: none;
}
				
#reportTabs .ui-widget{
  	font-size: .7em;
}

.ui-tabs .ui-tabs-nav li a {
   float: left;
   padding: 0.1em 0.5em;
   text-decoration: none;
   font-size: smaller;
}

.ui-tabs .ui-tabs-panel {
  /*  padding: .3em 0.2em; */
}

 #reportTabs .ui-widget-header .ui-state-active a  {
    color: #EB8F00;
}

 #reportTabs .ui-widget-header a{
	color: gray;
	font-size: 15px;
}

/* .ui-button{
	font-size: .4em;
} */


#reportTabs label
{
	font-size:14px;
}
	
#reportRange{
	border:1px solid #AAAAAA;
 	padding:3.5px 0px 2px 6px;
 	background-image: linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
 	font-size:15px;
 	width:204px;
 	height:22px;
}

input#reportRange:focus{
	
	border:1px solid #5897FB;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}


/* 
#minimalistTable td {
border-bottom: 1px solid #dddddd;
padding: 5px 8px;
}

td, td img {
vertical-align: top;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

#minimalistTable {
font-size: 14px;
border-collapse: collapse;
text-align: left;
}
 */