body {
	background-color: #fee5af;
	font-family: Verdana;
}

div#root {
	width: 650px;
}

div#count {
	font-size: 12px;
	color: #205da2;
	margin: 10px 0px 10px 0px;
}

span.count {
	font-weight: bold;
}

div#table {
	margin: 10px 0px 10px 0px;
}

table {
   border: 1px solid #1e1b14;
   border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 5px;
	font-size: 12px;
}

td.row {
	color: #205da2;
}

td.title a {
	text-decoration: none;
	color: #ffffff;
}

table#years td {
	width: 100px;
	padding: 5px;
	text-align: center;
}

table#years a {
	color: #205da2;
}

td.bold {
	font-weight: bold;
}

td.row a {
	color: #205da2;
}

td.right {
	text-align: right;
}

td.highlight {
	background-color: #f5f5f5;
}

td.title {
	color: #ffffff;
	background-color: #f2991b;
}

div.title {
	color: #205da2;
	font-weight: bold;
	font-size: 16px;
}

div.field_name {
	color: #205da2;
	font-size: 12px;
	font-weight: bold;
}

div.buttons {
	margin: 15px 0px 15px 0px;
}

div.buttons input {

}

div.field_area {
	margin: 5px 0px 5px 0px;
}

div.field_area input, select {

}

div#search, div#login {
	margin: 15px 0px 15px 0px;
}

div#results {
	margin: 15px 0px 15px 0px;
}

div.error {
	font-style: italic;
	color: #b51515;
	background-color: #f3ede9;
	border: 1px solid #b51515;
	margin: 30px 0px 30px 0px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

div.confirm {
	background-color: #d4ead4;
	font-style: italic;
	color: #019d00;
	border: 1px solid #019d00;
	margin: 30px 0px 30px 0px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

span.red, span.green {
	font-weight: bold;
}

span.green {
	color: #019d00;
}

span.red {
	color: #b51515;
}

img.token {
	position: relative;
	top: 7px;
	border: 1px solid #dec796;
}
