h1 { margin-left: 1em; }
.main_body { background-color: #F9F8F2; border:1px solid #BE9F5D; margin: 1em; }
.block-left { display: block; float: left; }
/*
 * This is fixing CSS bug in tabs
 */
.ui-tabs .ui-tabs-nav li {
	margin-bottom: -5px !important;
}

.ui-icon-xls {
	background-image: url(../i/excel.png) !important;
}

.ui-icon-filter {
	background-image: url(../i/binocular.png) !important;
}

.tsmsselect {
	width: 300px;
	float: left;
}

.tsmsselect select {
	width: 100%;
}

.tsmsoptions {
	margin-top: 40px;
	width: 40px;
	float: left;
}

.tsmsoptions p {
	margin: 2px;
	text-align: center;
	font-size: larger;
	cursor: pointer;
}

.tsmsoptions p:hover {
	color: White;
	background-color: Silver;
}