
body {
	background: #fafafa url(../images/noise-diagonal.png);
	color: #444;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}

strong {
	font-weight: bold; 
}
h3 {
	padding: 0px; 
}
h4 {
	padding-top: 0px; 
        
}
em {
	font-style: italic; 
}
.buttoncss{
    font-size: 20px;
    color: #FFF;
    padding: 0px 5px 0px 5px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a724', endColorstr='#498c25', GradientType=0 );
 
    cursor: pointer;
 
}
.buttoncss:hover {
    border: 1px solid #FFF;
}
.data_table {
  
	background: #121E8E;
	border-collapse: separate;
/*	box-shadow: inset 0 0px 0 #000;*/
/*	margin: 0px auto;*/
	width: 100%;
        color: #E0D12A;
        padding-top: 0px;
}	
.data_table_text {
    width :50%;
}
.data_table_num {
    width :20%;
}
.data_table th {
/*	border-left: 1px solid #006e2e;
	border-right: 1px solid #006e2e;
	border-top: 1px solid #006e2e;
	border-bottom: 1px solid #006e2e;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
        	font-size: 20px;
	line-height: 20px;
  font-weight: bold;
	text-shadow: 0 1px 0 #000;	
text-align: center;*/
}

.data_table th:after {
/*	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;*/
}

.data_table th:first-child {
/*	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;*/
}

.data_table th:last-child {
/*	box-shadow: inset -1px 1px 0 #999;*/
}

.data_table td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 10px;
        	font-size: 20px;
	line-height: 25px;
	position: relative;
	transition: all 300ms;
text-align: right;
}

.data_table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.data_table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.data_table tr {
	background: url(../images/noise-diagonal.png);	
}

.data_table tr:nth-child(odd) td {
	background: #1021BE url(../images/noise-diagonal.png);	
}

.data_table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.data_table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.data_table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

.fixed-table-container {
      width: 100%;
      height: 700px;
      border: 1px solid black;
      margin: 10px auto;
      background-color: white;
      /* above is decorative or flexible */
      position: relative; /* could be absolute or relative */
      padding-top: 30px; /* height of header */
    }

    .fixed-table-container-inner {
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
    }
     
    .header-background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      
      
	background: url(../images/noise-diagonal.png), linear-gradient(#006e2e, #006e1e);
	border-left: 1px solid #006e2e;
	border-right: 1px solid #006e2e;
	border-top: 1px solid #006e2e;
	border-bottom: 1px solid #006e2e;
    }
    .th-inner {
      position: absolute;
      top: 0;
      font-weight: bold;
      color: #fff;
      line-height: 30px; /* height of header */
      text-align: left;
      border-left: 1px solid black;
      padding-left: 5px;
      margin-left: -5px;
    }
    .first .th-inner {
        border-left: none;
        padding-left: 6px;
      }
		
	
    
    /* for complex headers */
    
    .complex.fixed-table-container {
      padding-top: 60px; /* height of header */
      overflow-x: hidden; /* for border */
    }
    
    .complex .header-background {
      height: 60px;
    }
    
    .complex-top .th-inner {
      border-bottom: 1px solid black;
      width: 100%
    }
    
    .complex-bottom .th-inner {
      top: 30px;
      width: 100%
    }
    
    .complex-top .third .th-inner { /* double row cell */
      height: 60px;
      border-bottom: none;
    }
    
.result_section_w{
color: #FFF;
}


#content {width: 100%;	margin: 0 auto;
	padding: 10px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.demo-container {
	box-sizing: border-box;
	width: 600px;
	height: 350px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	 -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}
.flot-x-axis .flot-tick-label {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#wrap {
		width:100%;
		margin:0 auto;
	}
	#nav {
float:right;
width:20%;
		padding:5px 10px;
	}
	#nav2 {
width:20%;
float:right;
		padding:0px 15px;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:left;
		width:50%;
		padding:5px;
	}
	#sidebar {
		float:right;
		width:48%;
		padding:5px;
	}
	#footer {
		clear:both;
		padding:5px 10px;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}