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

#maintext #resourceForm input, #maintext #resourceForm select {
	border-bottom: 1px solid #B9B9B9;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #B9B9B9;
	background-color: #E8E8E8;
	padding: 3px;
	margin: 5px 0 5px 0;
	display: block;
}

#maintext #linkSubmit select, #maintext #linkSubmit input, #maintext #linkSubmit textarea  {
	border-bottom: 1px solid #B9B9B9;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #B9B9B9;
	background-color: #E8E8E8;
	padding: 3px;
}

#maintext #resourceForm {
	line-height: 2.0em;
}

#maintext #linkSubmit {
	line-height: 2.5em;
}
 

#searchArea {
	float: left;
	width: 300px;
	height: auto;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding: 20px 0 30px 0;
}

#submitArea {
	float: left;
	width: 339px;
	height: auto;
	padding: 20px 0 20px 20px;
	line-height: 2.25em;
	border-top: solid 1px #CCCCCC;
}

#submitArea h3, #searchArea h3, #submitGuidelines h3 {
	margin: 0 0 25px 0;
	font-size: 18px;
	text-align: left;

}

#submitFormArea {
	width: 400px;
	height: auto;
	padding: 0 10px 20px 0;
	border-right: solid 1px #cccccc;
	float: left;
}

#submitGuidelines {
	width: 240px;
	height: auto;
	float: left;
	padding: 0 0 20px 10px;
}

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

#submitArea a:link, #submitArea a:visited {
	text-decoration: none;
}

.resultName {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
}

.resultLinks{
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 10px 10px 10px 5px;
	line-height: 2em;
}


.resultName_alt {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	vertical-align: middle;
	background-color: #EEEEEE;
}

.resultLinks_alt {
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 10px 10px 10px 5px;
	line-height: 2em;
	background-color: #EEEEEE;
}

.memberTag {
	font-size: 12px;
	font-weight: normal;
	color: #0075BF;
	font-style: italic;
}

