body{
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background-color: #f8f7f6;
}

h1{
	color: #654b24;
    text-align: center;
}
.ui-widget { 
	outline: none; 
}

.create{
	margin-left: 30px;
	margin-top: -5px;
}

.tab{
	padding: 15px;
	border: none;
}
.tab th{
	padding: 0px 10px 5px 10px;
}
.tab tbody tr:nth-child(2n+1){
	/*background-color: #eceadf;*/
	background-color: rgba(236,234,223,0.5);
}
.tab tbody tr:nth-child(2n):hover{
	background-color: #654b24;
	color: #FFF;
}
.tab td{
	padding: 3px 20px 3px 20px;
}
.tab tbody tr:hover{
	background-color: #654b24;
	/*background-color: rgba(101,75,36,0.9);*/
	color: #FFF;
}

.tab tr th:first-child{
	text-align: left;
	padding-left: 20px;
}
.datepicker{
    width: 120px;
	margin-right: 30px;
	font-weight: bold;
}

.select {
	width: 200px;
}

.overflow {
	height: 300px;
}

.group {
	zoom: 1 
}

.cont{
	padding-top: 17px;
	position: relative;
	display: block;
	float: left;
}

.warning_message{
	padding: 15px 0px 0px 36px;
	font-weight: bold;
	color: #654b24;
} 

#container{
	width: 1100px;
}

#legend{
    display: none;
}

#chart{
    width: 1100px;
}

#legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#legend li{
	list-style-type: none;
}

#filter{
	margin-left: 58px;
}

.middle-cont{
    width: 1100px;
    margin: 0 auto;
}

.row-cont{
    height: 25px;
}