/*
*  Common rules
*/
body {
        font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 5px;
	/* background-color: #FFFFE8; */
	background-color: #FFFFFF;
}

h1 {
	color: #6b2122;
	font-size: 130%;
	padding-top: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
}

p {
	margin: 0;
	padding: 10px 0;
}

a {
	text-decoration: none;
	color: #5b2112;
	border-bottom: 1px dotted #5b2112;
	font-size: 90%;
	padding :0;
}

input, textarea {
	margin-bottom: 10px;
}

hr {
	margin-top: -1px;
	margin-bottom :1px;
}

a.img {
	border: 0 !important;
}

.italic {
	font-style: italic;
}

/*
*  Rules for search form formating
*/
form {
	padding: 15px 0 0 0;
	position: relative;
}

form div#logo{
	text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
}

form div#logo a img{
	border: 0;
}

form span.hint {
	font-size: 85%;
}

form label {
	font-weight: bold;
}

form input#submit {
	margin-top: 10px;
}

div#status {
	text-align: center;
	color: #f00;
	border: solid 1px #f00;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}

p.formTip {
	padding-top: 0;
	margin-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

p.formTip a {
	background-color: #fff;
	border-bottom: 1px solid;	
}

.hint {
	vertical-align: top;
}

/*
*  Rules for formating results
*/
div#results {
	margin-left: -5px;
}

div#results span.author {
	font-style: italic;
}

div#results div.item {
	margin-bottom: 20px;
	width: 520px;
	overflow: hidden;
}

div#results div.item p {
	padding: 0;
	margin: 0;
}

div#results div.item p.cite {
	 background: #fcfcd4 url("../images/quote.gif") top right no-repeat;
	/*background-color: #fff; */
	border-left: 3px solid #6b2122;
	padding: 10px 45px 10px 30px;
	margin-top: 5px;
}

div#pageNav {
	margin-left: 5px;
}

div#pageNav .previous {
	float: left;
}

div#pageNav .next {
	float: right;
}
div#pageNav .listall {
	text-align: center;
}
div.item {
	margin: 0;
	padding: 10px 0 10px 10px;
}

div.alt {
	/* background-color: #fff !important; */
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

a.authorName {
	color: #124D5C;
	font-weight: bold;
	border: 0;
}

a.viewAbs {
	border: 0;
}

br.clear {
	clear: both;
}

.bar {
	padding: 10px;
	margin: -10px 0 20px 0;
	background: transparent;
	background: #f0efea;
	border: 1px solid #ccc;
	display: block;
	text-align: left;
	color :#999;
	font-size: 80%;
}

div.bar div.inner form {	
	padding: 0;
	margin: 0;
}

div.bar div.inner select {
	font-size: 90%;
	margin-right: 20px;
}

div.bar div.inner input {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

div.bar div.inner div.directionControls {
}

div.bar div.inner span#submitWrapper {
	font-size: 90%;
	margin-left: 20px;
}

div.bar div.inner span#submitWrapper input {
		/*background: #000 url(../images/button.gi) no-repeat;*/
		/*width: 26px;*/
		/*height: 26px;*/
		border: #ccc solid 1px;
}

div.bar div.inner span#submitWrapper input:hover {
		background: #fff;
		cursor: pointer;
}

div.bar div.inner div#pageNav a {
	text-decoration: none;
	color: #5b2112;
	color: #124D5C;
	border-bottom: 1px dotted #5b2112;
	border-bottom: 1px dotted #124D5C;
	background-color: #fff;
	font-size: 110%;
	padding :0;
}
