div.ui-datepicker{
 font-size:12px;
}

.ui-tabs .ui-tabs-panel {
 padding: 1em 0.4em;
}


/*.highcharts-container{width:100% !important; height:100% !important;}*/


/* -----------------Datepicker today button ---------------------------*/

/* This edit gives five levels of specificity, thus making it override other styles */
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
    font-weight: bold;
    opacity: 1;
    filter:Alpha(Opacity=100);
}


/* -----------------background gradient ---------------------------*/
.grad {
    background: rgb(96, 96, 96); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(96, 96, 96), rgb(16, 16, 16)); /* For Safari 5.1 to 6.0 */
    background:      -o-linear-gradient(rgb(96, 96, 96), rgb(16, 16, 16)); /* For Opera 11.1 to 12.0 */
    background:    -moz-linear-gradient(rgb(96, 96, 96), rgb(16, 16, 16)); /* For Firefox 3.6 to 15 */
    background:         linear-gradient(rgb(96, 96, 96), rgb(16, 16, 16)); /* Standard syntax */
    overflow:	auto;
} 

#table0_0 {
	color: #DDDF0D;
	font-size: 1.2em;
	font-weight: bold;
}

#table0_1 {
	color: #DDDF0D;
	font-size: 1.2em;
	font-weight: normal;
}

#table1_0 {
	color: #DF5353;
	font-size: 1.2em;
	font-weight: bold;
}

#table1_1 {
	color: #DF5353;
	font-size: 1.2em;
	font-weight: normal;
}

#table2_0 {
	color: #7798BF;
	font-size: 1.2em;
	font-weight: bold;
}

#table2_1 {
	color: #7798BF;
	font-size: 1.2em;
	font-weight: normal;
}

tr.smallrow td {
	font-size: 0.6em;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
}

tr.import td {
	color: #DF5353;
	padding-bottom: 0;
}

tr.export td {
	color: #55BF3B;
	padding-top: 0;
}


#time_se, #time_edmi {
    position: absolute;
    bottom: 0;
    color: #CCC;
    font-size: 0.6em;
	font-weight: normal;
	padding: 5px 15px;
}


/* -------------------------- Accordion (fix for iOS) ----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }




