.scrollup{
	width:100px; 
	height:30px;
	padding:0px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:160px;
	left:50px;
	display:none;
	background: url("/img/misc/arrow_up.png") no-repeat 0px;
}
.scrollup:hover{
	text-decoration:none;
}
.scrollable-menu {
	height: auto;
	max-height:170px;
	overflow-x:hidden;
}
h3 {
	color: #8E272A;
}

thead {
	text-align: center;
}

.centered{
	float: none;
    margin: 0 auto;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left;