@charset "utf-8";
/* CSS Document */

fieldset .search {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 90%;
	height: 20px;
	width: 225px;
	border: 1px solid #999;
	padding: 2px 0 0 5px;
}

fieldset .search:focus, .search input:focus {
	background-color: #f3efe5;
	border: 1px solid #999;
}

fieldset .button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
    border: none;
	background-color: #dedbd3;
	height: 24px;
	}
	
fieldset .button:hover {
    border: none;
	height: 24px;
	background-color: #dedbd3;
}

fieldset .homeButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
    border: none;
	background-color: #b5a596;
	height: 26px;
	width: 60px;
	margin: 10px 0 0 0;
	
	}
	
fieldset .homeButton:hover {
    border: none;
	background-color: #a49385;
}



td.leftCol {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 80px;
	height: 20px;
	padding: 5px 0 7px 0;
	text-align:right;
	color:#888;
}

td.rightCol {
	height: 20px;
	padding: 5px 0 7px 15px;
}

td.descriptionCol {
	height: 8px;
	padding: 0 0 10px 0;
	font-size: 70%;
	color:#888;
}

fieldset .dropdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	height: 25px;
	width: 140px;
	border: 1px solid #CCC;
	padding: 2px 0 2px 5px;
	color: #443333;
}

fieldset .dropdown:focus, .dropdown input:focus {
	background-color: #f3efe5;
	border: 1px solid #CCC;
}

fieldset .keyword {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	height: 20px;
	width: 140px;
	border: 1px solid #CCC;
	padding: 2px 0 2px 5px;
	color: #443333;
}

fieldset .keyword:focus, .keyword input:focus {
	background-color: #f3efe5;
	border: 1px solid #CCC;
}

fieldset .keywordShorter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	height: 20px;
	width: 40px;
	border: 1px solid #CCC;
	padding: 2px 0 2px 5px;
	color: #443333;
}

fieldset .keywordShorter:focus, .keywordShorter input:focus {
	background-color: #f3efe5;
	border: 1px solid #CCC;
}