html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
   /* vertical-align: baseline;*/
    /*background: transparent;*/
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

a {
	color:#2f57C9;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color: #000000
	text-decoration:underline;
}

.input-text {
	border: 1px #ccc solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px;
	font-size:1em;
	font-family:Arial;
	margin-right:10px;
}

textarea {
	border: 1px #ccc solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:14px;
	padding:5px;
	font-family: Arial;
	height:400px;
	line-height: 150%;
}

.input-text:focus, textarea:focus{
	border-color: #86c440;
	border-width: 2px;
	padding:4px;
}

.form-button {
	border:1px #777 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:15px;
	padding:2px 5px 2px 5px; 
	margin-right:10px;
	margin-top:20px;
	background-color:#ccc;
	font-family: Arial,Verdana,sans-serif;
}

.form-button:hover {
	background-color:#eee;
	color:#ce0000;
	text-decoration:none;
}

.form-select {
	font-size:1em;
	font-family:Arial,Verdana,sans-serif;
}

.form-select option {
	padding:2px;
	font-size:1em;
	font-family:Arial,Verdana,sans-serif;
}

body {
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
}

#container{
	width:1000px;
	margin:0 auto;
}
#container2(
	width:760px;
	margin:0 auto;
)
.record-block {
	margin-bottom:20px;
	line-height:120%;
}

.record-block h2{
	font-size:17px;
	padding: 10px 0px;
	color:#990000;
}

.record-block h3 {
	font-size:15px;
	padding: 5px 0px;
}

.record-sub-block {
	margin:0px 0px 20px 0px;
}
/*
table {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}*/


.gs-refseq {
	border:1px #42a03b solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 5px 2px 5px; 
	background-color:#e7f9e3;
	margin:2px 2px;
	display: block;
	float:left;
}

#result-list li {
	margin-bottom:20px;
	line-height:120%;
}

#result-list li h3 {
	padding:5px 0px;
	font-size:15px;
}

#orf h2 {
	font-size:18px;
	color:#990000;
	padding: 10px 0px;
}

.clear {
	clear:both;
}

#search-example {
	font-size:12px;
	padding:15px 0px;
}

#error-msg {
	display: none;
	color: #ce0000;
}

.search-bar {
	margin:10px 0px;
}

.search-bar li {
	display:inline;
}

.search-bar li.selected {
	font-size: 20px;
}

.search-bar li.not-selected {
	font-size: 12px;
	color: #ce0000;
}

.search-bar li.selected, .search-bar li.not-selected {
	cursor: pointer;
	display: inline;
	margin-right:20px;
}

#advanced-search {
	display:none;
}

.multiselection {
	padding:5px 0px;
}

#error-page {
	font-size:30px;
	font-weight:bold;
	margin:50px 50px;
}

#browse-bar {
	padding:10px 0px;
}

#browse-list li {
	padding:5px 0px;
}

#reference-list {
	list-style-type:decimal;
}

#reference-list li {
	padding:10px 0px;
	margin-left:25px;
}

#reference-list .reference-title {
	font-size:15px;
}

