BODY {
	background-color: #FFFFFF;
	height: 100%;
}

BODY, TABLE, TR, TD, A, INPUT, SELECT, DIV, SPAN {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
}
INPUT, SELECT {
	font-size: 12px;
}
FORM {
	display: inline;
}
LI {
	font-size: 11px;
	list-style-type: square;
}
UL UL LI {
	font-size: 11px;
	list-style-type: circle;
}
UL.spacy LI {
	padding: 3px;
}
LI.no_dot {
	list-style-type: none;
}
LI.dec {
	list-style-type: decimal;
}

.thin {
	border: 1px solid black;
	border-collapse: collapse;
}
.mainimage {
	text-align: center;
}

A {
	font-family: verdana, arial, helvetica;
	color: #6699CC;
}
A.links_link {
	font-size:11px;
}
A.links_link:hover {
	color: #9F0000;
}
A.binder_link {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
A.binder_link:hover {
	color: #9F0000;
}
A.db_link {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
A.db_link:hover {
	color: #9F0000;
}

A.main_link {
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
}
A.main_link:hover {
	color: #9F0000;
}
A.selected {
	border: 1px solid #ccc;
	color: #9F0000;
	text-decoration: none;
}
A.selected:hover {
	color: #9F0000;
}

A.feature_link {
	font-size: 13px;
	color: #336699;
}
A.feature_link:hover {
	color: #9F0000;
}
A.user_link {
	font-size: 11px;
	color: #9F0000;
	font-weight: bold;
	text-decoration: none;
}
A.user_link:hover {
	color: #9F0000;
	text-decoration: underline;
}
A.small_link {
	font-size: 9px;
	color: #9F0000;
	text-decoration: none;
}
A.small_link:hover {
	color: #9F0000;
	text-decoration: underline;
}



DIV.boxLink {
	font-size: 9px;
	border: 1px solid #606c78;
	margin: 1px;
	background-color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	width: 19px;
	background-repeat: repeat-y;
}
DIV.boxLink A {
	font-size: 9px;
	color: #fff;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
	background-color: #606c78;
	text-align: center;
	width: 15px;
	display: inline-block;
}
DIV.boxLink A:hover {
	color: #606c78;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
}
DIV.boxUniprot {
	border: 1px solid #8fb359;
}
DIV.boxEnsembl {
	border: 1px solid #ffd933;
}
DIV.boxNCBI {
	border: 1px solid #ff8000;
}
DIV.boxRefseq {
	border: 1px solid #5392ef;
}
DIV.boxHGNC {
	border: 1px solid #f54e52;
}
DIV.image {
	position: relative;
	top: 2px;
}
DIV.boxS A { background-image: url('../static_images/box.php?width=17&bg=38c431'); color: #4E4E4E; }
DIV.boxSU A { background-image: url('../static_images/box.php?width=17&bg=38c431,ffed52'); color: #4E4E4E; }
DIV.boxSN A { background-image: url('../static_images/box.php?width=17&bg=38c431,ff5358'); color: #4E4E4E; }
DIV.boxSUN A { background-image: url('../static_images/box.php?width=17&bg=38c431,ffed52,ff5358'); color: #4E4E4E; }
DIV.boxU A { background-image: url('../static_images/box.php?width=17&bg=ffed52'); color: #4E4E4E; }
DIV.boxUN A { background-image: url('../static_images/box.php?width=17&bg=ffed52,ff5358'); color: #4E4E4E; }
DIV.boxN A { background-image: url('../static_images/box.php?width=17&bg=ff5358'); color: #4E4E4E; }

IMG.db_img {
	border: none;
	margin-left: 3px;
	margin-right: 3px;
}

DIV.input_not_valid {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

SPAN.note {
	font-size: 8px;
	float: right;
}

SPAN.message {
	font-weight: bold;
	font-style: italic;
}

SPAN.error {
	color: red;
}
SPAN.ok {
	color: green;
}

INPUT.text_input1 {
	width: 222px;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
INPUT.text_input2 {
	width: 110px;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}
INPUT.feature_input {
	width: 300px;
	font-size: 9pt;
	font-family: arial;
	color: #000000;
	text-align: left;
}

SELECT.search {
	padding: 1px;
}

OPTION.divider {
	color: #000;
	background-color: #ccc;
}

.button {
	display: inline-block;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	padding: 1px 3px 2px 3px;
	cursor: pointer;
	color: #5a523a;
	background-color: #fef7cd;
	background-image: url(../static_images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center left;
	border: 1px solid #5F6B77;
	margin: 0px 2px 2px 0px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	color: #000;
	background-image: url(../static_images/button_bg_over.gif);
}

DIV.popBack {
	display: none;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
}
DIV.popShade {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.popUp {
	position: absolute;
	top: 35%;
	left: 50%;
	min-width: 360px;
	margin-left: -180px;
	border: 2px solid black;
	background: #fff;
	padding: 0px;
	text-align: center;
	z-index: 100;
}
#promptPrompt DIV {
	font-weight: bold;
	width: 100%;
	padding: 2px 0px 2px 0px;
	background-color: #E4C963;
	border-bottom: 1px solid #0D6890;
}
#promptPrompt SPAN {
	display: block;
	padding: 10px 5px 10px 5px;
}
#promptPrompt INPUT {
	width: 80px;
	margin-bottom: 10px;
	display: none;
}

.combo {
	text-align: left;
	cursor: default;
	padding: 2px;
}
DIV.comboHover {
	text-align: left;
	cursor: default;
	padding: 2px;
	background-color: #0000FF;
	color: #fff;
}
DIV.divider {
	color: #000;
	background-color: #ccc;
}
DIV.comboBox {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	display: inline;
}

DIV.feature_col {
	float: left;
	font-size: 11px;
	font-weight: bold;
}
DIV.feature_col INPUT {
	float: left;
	clear: both;
	position: relative;
	top: -2px;
}
DIV.feature_col LABEL {
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
}
DIV.feature_1_col LABEL {
	width: 280px;
}
DIV.feature_2_col LABEL {
	width: 130px;
}
DIV.feature_3_col LABEL {
	width: 79px;
}
INPUT.priority_input {
	width: 40px;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}
TEXTAREA.feature_text {
	width: 300px;
	height: 90px;
	font-size: 9pt;
	font-family: arial;
	color: #000000;
	text-align: left;
}
TEXTAREA.feature_text2 {
	width: 500px;
	height: 180px;
	font-size: 9pt;
	font-family: arial;
	color: #000000;
	text-align: left;
}

FIELDSET {
	border: 1px solid #808080;
}
LEGEND {
	font-weight: bold;
	font-size: 12px;
	color: #9F0000;
}

CODE {
	font-family: "lucida console";
	font-size: 11px;
	font-weight: normal;
}

SPAN.review_value {
	color: #000000;
	font-weight: bold;
}
SPAN.review_old_value {
	color: #000000;
}
SPAN.review_new_value, SPAN.review_new_value A {
	color: #FF0000;
	font-weight: bold;
}
SPAN.review_value_removed, SPAN.review_value_removed A {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
SPAN.review_comment {
	color: #000000;
	font-style: italic;
}
SPAN.review_comment_head {
	color: #9F0000;
}
SPAN.nav_head {
	color: #000;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
}
SPAN.num_hits {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
SPAN.close {
	float: right;
	padding-right: 2px;
	cursor: pointer;
}
SPAN.agreement {
	font-size: 9px;
	color: red;
}

TABLE {
	border-collapse: collapse;
}
TABLE.center {
	margin-left: auto;
	margin-right: auto;
}

TABLE.outer_table {
	font-size: 12px;
	border: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
TABLE.outer_table h3 {
	color: #5F6B77;
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
TABLE.outer_table h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
TABLE.outer_table h4 a {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
TABLE.outer_table h4 a:hover {
	text-decoration: underline;
}

/* BINDER LIST */
TABLE.binder_list_table {
	font-size: 11px;
	border: 1px solid #0D6890;
	width: 700px;
	empty-cells: show;
}
TABLE.binder_list_table TH {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #E4C963;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #0D6890;
	white-space: nowrap;
}
TABLE.binder_list_table TD {
	border: 1px solid #0D6890;
	padding: 4px;
	padding-right: 4px;
	font-size: 11px;
	text-align: left;
}
TABLE.binder_list_table TR {
	color: #000000;
	background-color: #fef7cd;
}
TABLE.binder_list_table TR.odd {
	background-color: #fbfbfb;
}
/* BINDER LIST END */

TABLE.feature_input_table {
	border: 1px solid #0D6890;
}
TABLE.feature_input_table TD {
	border: 1px solid #0D6890;
	font-size: 11px;
}
TABLE.details_surrounding_table {
	font-size: 11px;
	text-align: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #0D6890;
	width: 600px;
}
TABLE.details_surrounding_table TD {
	padding: 10px 0px 10px 0px;
}
TABLE.details_table {
	margin-left: 5px;
	/*border: 1px;*/
}
TABLE.details_table TD {
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
}
TABLE.details_table TD.normal {
	font-weight: normal;
}
TABLE.details_table TD:first-child {
	padding-right: 10px;
	font-weight: normal;
	color: #6699CC;
	white-space: nowrap;
}
TABLE.details_table TD:first-child.black {
	color: #000;
}

TABLE.tab_table {
	width: 180px;
	border: none;
	position: relative;
	left: 1px;
}
TABLE.tab_table TH {
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	border-right: 1px solid #0e6890;
	background-color: #E9E9E9;
}
TABLE.tab_table TH.selected {
	background-color: #fff;
	background-image: url('../static_images/gradient.php?start=E4C963&end=ffffff');
	border-right: 1px solid #fff;
}
TABLE.tab_table TD {
	padding: 7px 0px 0px 12px;
}

TABLE.input_table {
	font-size: 11px;
	background-color: #D5DEF3;
}
TABLE.input_table TD {
	border: 1px solid #0D6890;
	padding: 3px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
TABLE.input_table TD:first-child {
	font-size: 11px;
	font-weight: normal;
}
TABLE.input_table TD.input {
	width: 310px;
}

TABLE.clean_table {
	font-size: 11px;
	border: 1px solid #0D6890;
}
TABLE.clean_table TD {
	background-color: #D5DEF3;
	padding: 10px;
}


TH {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #E4C963;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #0D6890;
}

TH.head {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #0D6890;
}

.header {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}

TD.box_content {
	font-size: 10px;
	color: #6699CC;
	padding: 5px;
	text-align: left;
}

.border_none {
	border: none;
}
.border {
	border: 1px solid #0D6890;
}
.border_right {
	border-right: 1px solid #0D6890;
}
.border_left {
	border-left: 1px solid #0D6890;
}
.border_bottom {
	border-bottom: 1px solid #0D6890;
}
.border_top {
	border-top: 1px solid #0D6890;
}
.border_no_top {
	border: 1px solid #0D6890;
	border-width: 0px 1px 1px 1px;
}

TR.feature {
	text-align: left;
	color: #000000;
	background-color: #fef7cd;
}
TR.feature TD {
	padding: 3px;
	font-size: 11px;
}
TR.odd {
	background-color: #fbfbfb;
}


.supportive {
	background-color: #38c431;
	font-size: 11px;
}
.validation_cat_1 {
	background-color: #38c431;
	font-size: 11px;
}
.uncertain {
	background-color: #ffed52;
	font-size: 11px;
}
.validation_cat_2 {
	background-color: #ffed52;
	font-size: 11px;
}
.notsupportive {
	background-color: #ff5358;
	font-size: 11px;
}
.validation_cat_3 {
	background-color: #ff5358;
	font-size: 11px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

.small {
	font-size: 10px;
}
.tiny {
	font-size: 9px;
}

.black {
	color: #000;
}