body {
	font-family: 'Open Sans', sans-serif;
	background-color: #e9e9e9;
}

.page-heading {
	margin: 15px 0px;
}

#headerMenu, .panel .panel-heading,
table.win-loss-report thead tr.head1 th, 
.btn-primary,
table.play thead tr,
table.table thead tr {
	background: linear-gradient(to bottom, #EEAEEE 0%,#8E388E 100%);
	color: white;
}
.btn-primary {
	border-color: #8E388E;
}
#headerMenu .menuItem {
	float: left;
	padding: 10px;
	color: white;
	border-right: 1px solid #8E388E;
}

#headerMenu .menuItem a {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#headerMenu .dropdown-menu {
	background: #8E388E;
}

#lowHeader.theme-2nd-bgcolor,
#lowHeader1.theme-2nd-bgcolor {
	background-color: #e7c97c;
}

#tabmenu a:hover,
#tabmenu a.active {
	color: #d46037;
}

.dtp-calendar {
	background-image: url('calendar.png');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 24px 24px;
	padding-left:24px;
}

.input-group.date .input-group-addon {
	background-color: #fff;
}
input.img-search {
	max-width: 24px;
}