/* LocalPrint.css -  - Local print style specification for for Birds database Web pages */

/* @group Base Styles */

ul li {
		margin: 0px 0px 5px 0px;
}

ul.textIndent li {
	list-style-type: none;
	text-indent: -20px;
}

.shade {
	background: #eee;
}

/* @end Base Styles */

/* @group Birds */

h5.subhead {
	margin-top: -5px;
}

h5.update {
	font-size: 80%;
	color:  maroon;
	margin-top: 0;
}

.presence {
	font-size: 80%;
	font-style: italic;
}

.message {
	color: #b60e05;
}

select{
	font-size: 10pt;
}

input {
	text-align: right;
	font-size: 10pt;
}

table.buttonTable {
	width: 280px;	
}

td.radioButton {
	width: 140px;
	text-align:  left;
	padding: 2px 5px 2px 5px;
}

td.question,
td.sortLabel,
td.speciesLabel {
	width: 200px;
	font-weight: bold;
	font-size: 105%;
}

img.entry {
	height: 15px;
	width: 15px;
}

img.inline {
	height: 15px;
	width: 15px;
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: -3px;
}

td.searchLabel {
	width: 130px;
	font-weight: bold;
	font-size: 105%;
}

td.searchBox input {
	width: 354px;
	text-align: left;
	padding: 0 5px 0 5px;	
}

td.qualifier {
	width: 250px;
	text-align: right;
}

td.menuSelect {
	width: 200px;
}

/* @end Birds */