/*
@import "modules/reset.css";
@import "layout.css";
@import "navTop_horiz_508.css";
@import "navTopPersist_horiz_508.css";

@import "2col.css";

*/
@import "color.css";
@import "navLeft_508.css";
@import "navTopPersist_horiz_508.css";

.maincontent {
	/*border-left:1px solid #a2a5b1;*/
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}
#ctl00_HierarchalMenu_MenuDetail {background: #fff; }

/* ------------------
   =Layout
   ------------------ */
body {
	color: #000;
	background-color: #dadbdd;
	font: normal 81.25%/1.8em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; /* 13px */ 
}

#outerContainer
{	/*background set on 1col.css, 2col.css and 3col.css */
	background-color: #fff;
	margin: 0px auto 0 auto; /* auto left/right sets the site to be centered */
	padding: 0 0 0 0;
	position: relative;
	top: 0;
	width: 900px; 
	position: relative;
}
#Search {
	background-color: transparent;
	border: 0;
	position: relative;
	right: 0;
	top: 10px;
	width: 240px;
}

#Search INPUT {
	float: left;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	vertical-align: middle;
	width: 71%;
	background: #fff;
	color: #000;
}

#Search IMG  {
	float: right;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	/*background: --- set in color.css */
}

#logo {margin: 3px 5px 5px 10px;}
#banner {margin: 0px 0 0 0px;}

#Footer {
	padding: 15px 0;
	background-color: #dadbdd;
	border-top: 2px solid #192487 !important;
}

#Footer #footertext {
	background-color: #dadbdd;
	color: #192487;
	font-size: .9em;
	line-height: 1.2em;
}
#intranetLink {font-size: .9em;
	line-height: 1.2em;
	text-align: right;}
#outerContainer .maincontent TABLE TD {}
#outerContainer .maincontent TABLE.browseButtons {margin: 0 auto;width: auto !important;}
#outerContainer .maincontent TABLE .browseButtons A {display: inline; border:1px solid white; /* leave white - IE hack or the image move up adn down on hover */}
#outerContainer .maincontent TABLE .browseButtons A IMG {}
/* fix for Publications table on Action=viewsc */
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells  {width: 900px !important;}
/* fix for scroll div wtihin tabs */
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divSummary,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divSub,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divUserComments,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divDev,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divProv,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divChar,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divMarker,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divHla {width: 100% !important;}

#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno A:visited {color:#D3D3D3;} 
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno TR.trGenoTypes A,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno TR.trGenoTypes A:link,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno TR.trGenoTypes A:visited,
#tblTab #igtabctl00_RightHandModulesLoader_ctl00_tabStemCells #divGeno TR.trGenoTypes A:hover {background-color: transparent; color:#000; text-decoration: none;}


