#headerbar {
	background-color: #FFDFA4;
}
#table-orange {
	background-color: #FFE9BB;
}

#table-grey {
	background-color: #FFFFFF;
}
#table-blue {
	background-color: #E1F2FF;
}
#table-blue2 {
	background-color: #F9FCFF;
}

#table-orange2 {
	background-color: #FFFF9B;
}
#table-yellow {
	background-color: #FDF564;
}
#more-tab {
	background-color: #FBE3DD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#table-green{
	background-color:#F4F8FB;
}