@charset "utf-8";

/* CSS Document */ /* tags */
BODY {
	BORDER-RIGHT: medium none;
	PADDING-RIGHT: 0px;
	BORDER-TOP: medium none;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	BORDER-LEFT: medium none;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
	text-align: center;
	background: url(../images/gradient2.jpg);
	background-color: #C8D6E3;
	background-repeat: repeat-x;
}

.contentBox h1 {
	padding: 3px;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 10pt;
	BACKGROUND: url(../images/menuBig.gif);
	BORDER-BOTTOM: #c0c0c0 1px solid;
	FONT-FAMILY: Tahoma;
	TEXT-ALIGN: center;
	margin: 0px;
}

h2 {
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-TOP: #c0c0c0 1px solid;
	FONT-SIZE: 10pt;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	FONT-FAMILY: Tahoma;
	BACKGROUND-COLOR: #c8d6e3;
	TEXT-ALIGN: center;
	margin: 5pt 0pt;
}

h3 {
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

UL.list {
	LIST-STYLE-TYPE: square
}

UL.list li {
	MARGIN-TOP: 0.75em;
	MARGIN-BOTTOM: 0.75em
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

/*  <textarea> font-family modified to match that of input/select/option  */
textarea {
	font-family: MS Shell Dlg;
	font-size: 8pt;
}

input,select,option {
	font-size: 8pt;
}

th {
	background-color: #C8D6E3;
	border: 1px solid #C0C0C0;
	text-align: center;
}

img.sortingArrow {
	height: 12px;
	width: 10px;
}

span.ackTitle {
	font-size: 11pt;
	font-weight: bold;
}

span.ackOrgName {
	font-size: 11pt;
	color: #003366;
	font-weight: bold;
}

a.help {
	font-size: 8pt;
	/* font-family: Arial;*/
	cursor: pointer
}

/* IDs */ /*used by all pages */
#container {
	margin: 0 auto;
	padding: 0 13px;
	color: #454545;
	text-align: left;
	/*line-height: 130%;*/
	min-width: 72em;
	/*background-color:transparent;*/
}

/* Menu V2 stuff
#menu_browse, #menu_tools, #menu_support,#menu_about, #menu_home{
	display:inline;
	float:left;	
	padding: 0.05em 1em;	
	border-right: 1px solid #fff;
}

#menuBar h3{
	font-family:Tahoma;
	font-size:10pt;	
	margin: 0px;
	font-weight: normal;	
}

#menu_browse ul, #menu_tools ul, #menu_support ul, #menu_about ul {
	display:none;
	z-index:3000;
	position:absolute;	
}

#menu_browse:hover ul, #menu_tools:hover ul, #menu_support:hover ul, #menu_about:hover ul {
	display:block;	
	margin: 5px;
	padding: 5px;
	width: 200px;
	list-style-type: none;		
	background-color: #036;
	padding: 0.05em 1em;
}
*/
#header {
	width: 100%;
}

#headerTopBackground {
	BACKGROUND: url(../images/back3.png);
	height: 45px;
}

#header ul#menuBar {
	padding-top: .15em;
	padding-bottom: .15em;
	padding-left: 0em;
	padding-right: 0em;
	margin: 0em;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: #036;
}

#header ul#menuBar li {
	DISPLAY: inline;
}

#header ul#menuBar LI UL A {
	float: left;
	color: #fff;
	text-decoration: none;
}

#header ul#menuBar li ul li a:hover {
	background-color: #369;
	color: #fff;
}

#contentContainer {
	margin: 0pt auto;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	/*background-color:transparent;*/
}

.imageLink {
	border: 0 none;
	text-decoration: none;
}

#warningMessage {
	text-align: center;
	margin-top: .25em;
	margin-bottom: .25em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #C60001; /*C0C0C0;*/
	padding: .2em;
	width: 90%;
}

#warningMessage1 {
	color: red;
	font-size: 9px;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em auto;
	text-align: center;
}

/* used by home */
#home_leftnav {
	float: left;
	width: 390px;
	margin: 0 0 .5em 0;
}

#home_leftnav label {
	float: left;
	clear: left;
	width: 9em;
	margin-right: .5em;
	text-align: right;
}

#home_leftnav .checkbox {
	clear: none;
	padding-left: 10em;
	text-align: left;
}

.checkbox img {
	margin-right: 10px
}

#home_leftnav .checkbox label {
	float: none;
	width: auto;
	margin-right: auto;
}

#home_leftnav inputPair {
	clear: left;
}

#home_rightnav {
	float: right;
	width: 280px;
	margin: 0;
}

#home_content {
	margin-left: 395px;
	margin-right: 285px;
	min-width: 20em;
}

#contentContentBox {
	
}

#countTable {
	
}

#countTableInner {
	text-align: center;
}

#countTable table {
	width: 80%;
	margin: 0 auto;
}

#cr_top {
	
}

#subContent {
	margin-left: 5px;
}

#cr_mid {
	margin-top: .3em;
}

#cr_bottom {
	margin-top: .3em;
}

#cr_bottom .contentBox #newsReel {
	height: 300px;
	/*height: 165px;*/
	overflow: scroll;
	overflow-x: hidden;
	padding: 3px;
	line-height: 130%;
}

/*used on search summary count */
#summaryCountTable {
	margin-top: 3px;
}

#summaryCountTable table {
	margin: 10px;
}

/*list */
#assayList {
	padding: 15px;
}

#assayList .sectionHeader {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	padding-left: 9px;
}

.paginationInfo {
	margin-top: 8px;
	margin-bottom: 8px;
}

#details {
	padding: 15px;
}

/* details */
#details table {
	border-collapse: collapse;
	width: 70%;
}

#details table table {
	border-collapse: collapse;
	margin: 5px;
	width: 50%;
}

#details .subHeader {
	text-align: left;
	BACKGROUND-COLOR: #c8d6e3;
}

#details table td {
	border: 1px solid #C0C0C0;
	padding-left: 5px;
}

#details th {
	text-align: right;
	width: 30%;
	BACKGROUND-COLOR: #eeeeee;
}

#details .sectionHeader {
	text-align: left;
	font-weight: bolder;
	font-size: 10pt;
	margin-top: 10px;
}

#detailsm {
	padding: 15px;
}

/* details */
#detailsm table {
	border-collapse: collapse;
	width: 100%;
	height: 230px;
}

/* used by mhc_allele */
#mhc_allele_leftnav {
	float: left;
	width: 350px;
	margin: 7px 5px 5px 5px;
}

#mhc_allele_cr_mid {
	margin: 7px 5px 5px 5px;
}

#mhc_allele {
	padding: 2px 5px;
	font-size: 9pt;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin: 7px 5px 5px 5px;
}

#mhc_allele_home_content {
	margin-left: 375px;
	margin-top: 12px;
	min-width: 20em;
}

/* classes */
.sectionm {
	
}

#detailsm table table {
	border-collapse: collapse;
	margin: 5px;
}

#detailsm .subHeader {
	text-align: center;
	BACKGROUND-COLOR: #c8d6e3;
}

#detailsm table td {
	border: 1px solid #C0C0C0;
	padding-left: 5px;
}

#detailsm th {
	text-align: right;
	width: 30%;
	BACKGROUND-COLOR: #eeeeee;
}

#detailsm .sectionHeader {
	text-align: left;
	font-weight: bolder;
	font-size: 10pt;
	margin-top: 10px;
}

#browseByAlleleBox {
	width: 50%;
	margin-left: 15px;
}

#browseByOrganismBox {
	width: 70%;
	margin-left: 15px;
}

#browseByMoleculeBox {
	width: 100%;
	margin-left: 15px;
}

#tidyBox {
	border: 1px solid #776;
	width: 200px;
	background-color: #c8d6e3;
	margin: 15px;
	padding: 5px;
}

/* classes */
.section {
	
}

.inputPair {
	padding: 3px 2px;
}

.inputPair,.checkbox label {
	font-weight: bold;
}

.contentBox {
	padding: 2px 5px;
	font-size: 9pt;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.count {
	text-align: center;
}

.countTable table {
	border-collapse: collapse;
	width: 40%;
	text-align: center;
}

.countTable  td {
	border: 1px solid #C0C0C0;
}

.countLoadImageTd {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/spinner.gif);
}

.loadImageDiv {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/spinner2.gif);
}

.countName {
	text-align: right;
}

.searchresultHeader {
	text-align: left;
}

.submitButton {
	text-align: center;
	margin: 1em 0em;
}

/*used on search summary count */
#mainContent {
	margin-top: 3px;
}

#aq_submit {
	float: left;
	clear: right;
	width: 99%;
	text-align: left;
	margin-bottom: 3px;
}

#aq_submit input {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.queryTableHeaderRow {
	background-color: #C8D6E3;
	border: 1px solid #C0C0C0;
}

.queryTableHeaderLeftCollapse {
	clear: right :
}

.queryTableHeaderLeftCollapse a {
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	color: #454545;
	cursor: pointer;
}

.queryTableHeaderLeftCollapse a:hover {
	text-decoration: none;
}

.queryTableHeaderRightHide {
	text-align: right;
	font-weight: normal;
	position: absolute;
	left: 600px;
	font-size: 7pt;
	color: #454545;
	cursor: pointer;
}

.formPrompt {
	width: 20%;
	text-align: right;
}

.advancedQueryTableContainer th {
	background-color: #C8D6E3;
	border: 1px solid #C0C0C0;
	text-align: left;
}

.advancedQueryTableContainer table tbody {
	display: none;
}

#litSection,#submisionSection {
	display: none;
}

#litSection tbody,#submissionSection tbody {
	display: block;
}

.advancedQueryTableContainer {
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	width: 900px;
}

.newsContainer {
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

.newsContainer th {
	background-color: #C8D6E3;
	border: 1px solid #C0C0C0;
	text-align: left;
}

.newsContainer table {
	width: 100%;
	/*display: table-cell;*/
}

.advancedQueryTableContainer table {
	width: 100%;
	/*display: table-cell;*/
}

.advancedQueryTableContainer table table { /*display: table-cell;*/
	
}

.advancedQueryTableContainer table table {
	
}

.advancedQueryTableContainer table table th {
	border: none;
	background-color: #FFFFFF;
	padding-left: 8px;
	background-repeat: no-repeat;
}

.advancedQueryTableContainer table table {
	padding-left: 30px;
	/*margin-left: 25px;*/
	border-top: solid #C0C0C0 1px;
}

.advancedQueryTableContainer table table table {
	padding-left: 30px;
	border: none;
}

.advancedQueryTableContainer table table table table {
	padding-left: 30px;
}

.advancedQueryTableContainer table table table table table {
	padding-left: 30px;
}

.queryTableHeaderDropDown { /*position:relative;
	top:-1.3em;
	float:right;*/
	background-image: inherit;
	font-weight: normal;
	color: #454545;
}

.toggleopacity img {
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 100);
	-moz-opacity: 1;
}

.toggleopacity:hover img {
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 50);
	-moz-opacity: 0.5;
}

.csvIconTop {
	padding-left: 7px;
	margin-top: 3px;
}

.csvIconBottom {
	padding-left: 7px;
	margin-top: 3px;
}

.csvDetailsIconTop {
	float: right;
	position: relative;
	right: 30%;
	top: -22px;
	margin-top: 3px;
}

.epitopeViewerLink {
	margin-top: 3px;
}

td#kwSearch {
	text-align: right;
	/*font-weight:bold;*/ /*color:#FFFFFF;*/ /*padding-left:30%;*/
	padding-right: 5px;
}

table.kwSearch {
	table-layout: fixed;
	border-collapse: collapse;
}

.keywordTextBox {
	background-repeat: no-repeat;
	background-image: url(/images/keyword_hint.png);
}

input.inputBold {
	font-weight: bold;
}

div.pagination {
	padding: 3px;
	padding-top: 10px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #003366;
}

div.pagination a:hover,div.pagination a:active {
	border: 1px solid #003366;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #003366;
	font-weight: bold;
	background-color: #003366;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

table.exportTable {
	margin: 5px;
	padding: 5px;
	border-collapse: collapse;
}

table.exportTable table td.name {
	width: 75%;
}

table.exportTable table td.date {
	width: 17%;
}

table.exportTable table td.size {
	width: 8%;
}

table.exportTable td {
	border: 1px solid #C0C0C0;
}

table.exportTable table td {
	border: 0px;
}

.footerText {
	text-align: left;
	FONT-SIZE: 8pt;
	padding: 3px;
	margin: 5px;
}

.pagingTextBox {
	color: #888888;
}

li.error {
	color: red;
	text-decoration: none;
}
.sequenceField {
	background-color: white;
}
#hidden { 
	position: absolute; top:-999px; left:-999px; 
} 
input.readOnly
{
background-color: #EBEBE4;
} 