html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:12px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

table {
	font-size: 12px;
}

.button1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FD5A1E;
	height: 25;
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.textinput {
	height: 25;
	border-style: inset;
	border-right-width: thin;
	border-right-width: thin;
	font-size:14px;
}

.selectinput {
	height: 25;
	border-style: inset;
	border-right-width: thin;
	border-right-width: thin;
	font-size:14px;
}

.filetableheader {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-left: 12px;
	height: 30px;
	vertical-align: bottom;
}

.even {
	padding-left: 12px;
	background-color: #FFFFFF;
	height: 30px;
}

.odd {
	padding-left: 12px;
	background-color: #FCEDE9;
	height: 30px;
}

a.menu_active {
	font-weight: bold;
}