
html {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px}
pre, textarea {font-family:Arial, Helvetica, sans-serif; font-size:1em;}
textarea {line-height:20px}
a > img {border:none}

body {background-color: #e0ebfc;}
table {
	padding: 25px;
	width: 100%;
}

table.table th, 
table.table td {
	border: 1px solid #9e9e9e; 
	height:25px;
	padding-left: 10px;
	padding-right: 10px;
}

table.table td.warning {
	font-weight: bold;
	color: #ff4242;
}

table.table td.error {
	font-weight: bold;
	background-color: #ff4242;
}

.menu-container {
	padding-top: 10px;
	padding-bottom: 50px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

tr.highlight {
	background-color: #fff600;
	font-weight: bold;
}

.hide {
	display:none;
}