body {
	font-family : helvetica,arial,verdana,sans-serif;
	font-size : 13px;
	width:100%;
	margin:0;
	overflow:hidden;
}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.form td{
	padding:4px 6px;
}
td {
	padding:0;
	vertical-align:top;
	overflow:hidden;
}
button {
	background:rgb(248, 196, 113);
	border-radius:2px;
	border:none;
	padding:2px 6px;
	color:rgb(6, 62, 102);
	font-weight:bold;
}
button:hover {background:rgba(248, 196, 113,0.8);}
.clickButton {
	textAlign:center;
}
.clickButton:disabled {
	opacity:0.6;
	filter: alpha(opacity=60);
}
.menuTab {
	border-radius:2px;
	font-size:15px;
	color:#fff;
	background:rgba(6, 62, 102, 1);
	padding:8px 4px;
	margin-bottom:4px;
}
.menuTab:hover {
	background:rgba(6, 62, 102, 0.8);
}
.menuTab.selected {
	background:rgb(67, 132, 170);
}
tr.tableHead td {
	font-weight:bold;
	padding: 4px 6px;
	border-bottom:1px solid rgba(30, 35, 30, 0.11);
}
tr.tableFoot td {
	font-weight:bold;
	padding: 4px 6px;
}
tr.line td {
	padding: 1px 6px;
}
tr.line.selectable:hover {
	background:rgba(6, 62, 102, 0.1);
}
