.headerTitle, .headerLinks, .headerLinks *, .sideBox div
{ /* Text Color: */  color: #FFF; }

.topOfPage, q, h1, h2, h3, #footer *
{ color: #36C; }

a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #660099;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #000; }

#header, .sideBox div, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #FFF; }

q, .sideBox a, .sideBox span, #footer
{ /* Background Color (lighter): */  background-color: #fcfcff; }

input {
	background-color: #6E9ECC;
	border-color: #FFF;
	color: #FFF;
	padding: 0.3em;
	font-weight: bold;
	border: 0px;
}

table {
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	background: #c0c0c0;
}

table thead tr,
table tfoot tr {
	background: #6E9ECC;
	color: #FFF;
}

table tbody tr {
	background: #f0f0f0;
}

td {
	border: 1px solid white;
	padding: 5px;
}

th {
	background: #6E9ECC;
	border: 1px solid white;
	color: #FFF;
	padding: 5px;
}

.button:hover {
	background: red;
	cursor: pointer;
	cursor: hand;
}

.favorite-star:hover {
	cursor: pointer;
	cursor: hand;
}

/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 2mm 1em 1em 25em;
  padding: 0 1em 1ex 1em;
  border-left: 2px solid #999;
}

#bodyText-full {
  line-height: 1.5em;
  margin: 2mm 1em 0 1em;
  padding: 0 1em 1ex 1em;

}

#raw-data {
  line-height: 1.5em;
}

#bodyText p {
  padding-bottom: 1ex;
}

#bodyText-full p {
  padding-bottom: 1ex;
}

.error-message {
	color: red;
}

.warning-message {
	color: #FF00FF;
}

.good-message {
	color: green;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: FFF;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: "trebuchet ms", tahoma, sans-serif;
  line-height: 20px;
  margin-bottom: 5px;
}

h2 {
	line-height: 28px;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h3 {
	font-size: 150%;
}

h4 {
	margin: 0;
	padding: 10px 0px 0px 0px;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}
ul {
	margin-bottom: 2em;
}
form {
	margin-bottom: 2em;
	margin-left: 2em;
}


/* ###### Header ###### */

#header {
  border-bottom: 2px solid #999;
  height: 5.75em;
  position: relative;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0 5mm;
}

.headerTitle {
  font-size: 250%;
  color: #36C;
  font-weight: bold;
}

.headerDesc {
	margin-left: 20px;
	font-size: 110%;
	color: #666;
}

.headerInfo {
	font-weight: bold;
	font-size: 110%;

	position: absolute;
	top: 0px;
	right: 5px;
	padding: 5px;
	margin-bottom: 10em;
}

.headerLinks {
  float: right;
  color: #666;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a {
	color: #36C;
}
.headerLinks a:hover {
	color: #F00;
  	text-decoration: none;
}


/* ###### Side Box ###### */

.sideBox {
  width: 23em;
  margin-top: 0.3em;
  margin-bottom: 1.5em;
}

.sideBox div {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox .subtitle {
	font-size: 14px;
	color: #CC0033;
}
.sideBox .subtitle li {
	font-size: 14px;
	margin-left: 25px;
	color: #CC0033;
}
.sideBox .desc {
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.sideBox a, .sideBox span .sideBox {
  color: #6E9ECC;
  text-decoration: none;
}
.sideBox a:hover {
	color: #F00;
}
.sideBox ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 80%;
}
.sideBox h2, h5 {
	padding: 0;
	margin: 0;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}

/* ###### KINASE SETS ###### */

.kinase-wrapper {
	margin-top: 10px;
}

.kinase-set {
	padding-bottom: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}
.kinase-set .kinase {
	float: left;
	width: 10%;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.kinase-group {
	padding: 10px 10px 10px 10px;
	background-color: #EEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.kinase-set h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #333;
}
.kinase-set h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 24px;
}

.kinase-set a,
.kinase-set a:visited {
	color: #36C;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.kinase-set a:hover {
	color: #F00;
	text-decoration: none;
}

/* ###### CLEAR FIX ###### */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.highlight-htp { font-size: 12px; font-weight: bold; background-color: #FFC; }
.highlight-biochem { font-size: 12px; font-weight: bold; background-color: #CCF; }
.highlight-genetic { font-size: 12px; font-weight: bold;}

.rawDataTable {
	font-size: 14px;
}

#topBox {
	width: 98%;
	background-color: #EEE;
	border: 4px solid #6E9ECC;
	padding: 10px;
}

#topBox .gene {
	font-style: italic;
}

#topBox h2 {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

#topBox #annotation {
	margin-left: 15px;
}

#topBox #definition {
	margin-top: 10px;
}

#topBox #links {
	margin-top: 10px;
	width: 65%;
}

#notebox {
	margin-bottom: 15px;
	text-align: center;
	width: 99%;
	border-left: 4px solid #6E9ECC;
	border-right: 4px solid #6E9ECC;
	border-bottom: 4px solid #6E9ECC;
	padding: 3px;
	background-color: EEE;
}

#notebox #details {
	display: none;
}

#notebox #details #add-side {
	float: right;
	width: 350px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#notebox #details #note-side {
	text-align: left;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
}

.note-active {

}

.note-inactive {
	text-decoration: line-through;
}

#notebox h3 {
	margin: 0px;
	padding: 0px;
	text-size: 16px;
}

#closebox {
	text-align: center;
	width: 100%;
	padding: 3px;
	background-color: EEE;
	display: none;
}

.right {
	float: right;
}

.legend {
	margin-top: 5px;
}

.legend-push {
	margin-top: 20px;
}

.legend span {
	padding: 3px;
	font-weight: bold;
}

.missingips {
	display: none;
}

.HA {
	background-color: #FDD;
	color: #000;
	font-weight: bold;
}

.FLAG {
	background-color: #CFF;
	color: #000;
	font-weight: bold;
}

.TAP {
	background-color: #CF9;
	color: #000;
	font-weight: bold;
}

.HA-NP40 {
	background-color: #FDD;
	color: #000;
	font-weight: bold;
}

.GST {
	background-color: #FDD;
	color: #000;
	font-weight: bold;
}

.FOUND {
	background-color: #EEE;
	color: #000;
	font-weight: bold;
} 

.NOTFOUND {
	background-color:#FFDDDD;
}
.overlap-image {
	padding: 5px;
	border: 1px solid #666;
	margin-right: 10px;
}
.option-box {
	width: 250px;
	margin-left: 10px;
	float: left;
}
.option-box select {
	width: 240px;
}
#message {
	margin-top: 10px;
	margin-left: 20px;
	color: #FF0000;
	font-weight: bold;
}
.black-col {
	background-color: #000;
}

.public {
	background-color: #093;
	color: #FFF;
	padding: 1px 3px 1px 3px;
}

.private {
	background-color: #C33;
	color: #FFF;
	padding: 1px 3px 1px 3px;
}
#recent-searches {
	float: right;
	width: 150px;
	border: 1px solid #333;
	padding: 5px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}
#recent-searches h4 {
	margin: 0px;
	padding: 0px;
}

#association-summary .details {
	margin-left: 10px;
}

.htp {
	color: #C30;
	font-weight: bold;
}
.ltp {
	color: #33F;
	font-weight: bold;
}
.unique {
	color: #390;
	font-weight: bold;
}

#mini-cyto {
	float: left;
	border: 4px solid #6E9ECC;
	margin-right: 10px;
}

#mini-cyto img {
	width: 195px;
	height: 195px;
}

#cyto-block {
	padding: 3px; 
	border: 4px solid #6E9ECC;
	margin-top: 5px;
}

#cyto-image-details {
	margin-top: 10px;
	background-color: #EEE;
}

#cyto-image-details div {
	padding-top: 5px;
	height: 35px;	
	font-size: 12px;
}

#cyto-legend {
	margin-left: 10px;
	margin-bottom: 5px;
	width: 600px;
	border: 1px solid #000;
}

#cyto-legend #legend-link {
	text-align: center;
	background-color: #36C;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

#cyto-legend img {
	display: none;
}