input {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #31639C solid;
	font-size: 1em;
}

input.lookup_button {
	background-color: #cccccc;
	color: blue;
	border: none;
	text-align: left;
}

input.submit_button {
	background-color: #cccccc;
	color: #000000;
	background-position: bottom;
	background-repeat : repeat-x;
}

input.remove_button {
	background-color: #cccccc;
	color: #000000;
	background-position: bottom;
	background-repeat : repeat-x;
}

input.search_button {
	background-color: #cccccc;
	color: #000000;
	background-position: bottom;
	background-repeat : repeat-x;
}

button {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #ffffff;
	border: 2px #31639C solid;
	border-radius: 4px;
	background-image: url('../graphics/themes/formButtonBg.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
	font-size: 1em;
	text-align: center;
	height: 50px;
}

button.mainmenu {
	height:50px;
	width:100%;
}

button.lookup_button {
	background-color: #cccccc;
	color: blue;
	border: none;
	background-image: none;
}

table.default {
	background-color: #cccccc;
	color: #000000;
	border: 3px #31639C solid;
}

tr.trhead {
	font-family: verdana,helvetica;
	font-weight: bold;
	color: #ffffff;
	height: 1em;
	background-color: #31639C;
	font-size: 1em;
}

tr.headerrow {
	background-repeat : repeat-x;
	height: 68px;
	font-family: verdana,helvetica;
}

tr.welcome {
	height: 1em;
	color: #FFFFFF;
	background: #AAAAAA;
}

tr.welcome2 {
	height: 8px;
	color: #FFFFFF;
	background: #31639C;
}

td.homepage_cell {
	background: #31639C;
}

select {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #31639C;
	font-size: 1em;
}

textarea {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #31639C;
	font-size: 1em;
}

body {
	margin: 0px;
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1em;
}

hr {
	color: #31639C;
}

td {
	font-family: verdana,helvetica;
	font-size: 1em;
}

td.tdhead {
	font-family: verdana,helvetica;
	font-size: 1em;
}

a:link { color: blue; font-weight:normal; text-decoration:none;font-size: 1em;}
a:visited { color: blue; font-weight:normal; text-decoration:none;font-size: 1em;}
a:active { color: blue; font-weight:normal; text-decoration:none;font-size: 1em;}
a:hover { color: red; font-weight:normal; text-decoration:none;font-size: 1em;}

a.darklink {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
