	div.oldwebsite {
    text-align: left;
	margin-top:-15px;
	clear:both;
	width:1000px
/*	width:103.5%;
	margin-left:-2%;*/
}

div.oldwebsite img{
	display:inline;
}
/* This font is used for all plain text on white background, responses from forms and instructional text on light-blue backgrounds*/
div.oldwebsite .normal, 
div.oldwebsite p, 
div.oldwebsite blockquote, 
div.oldwebsite li, 
div.oldwebsite ul, 
div.oldwebsite ol, 
div.oldwebsite td, 
div.oldwebsite sup, 
div.oldwebsite body, 
div.oldwebsite .normalBlack, 
div.oldwebsite p.normalBlack {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
/* This font is currently only used on the AlphaGene report in a section with a dark blue background*/
div.oldwebsite .normalWhite, 
div.oldwebsite p.normalWhite, 
div.oldwebsite .white {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
}
/* This font is used on dark blue backgrounds (such as form instructions - eg: the AlphaGene report) */
div.oldwebsite .normalWhiteBold, 
div.oldwebsite .whiteBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
}
/* used to identify sequense names and other highlighted black items*/
div.oldwebsite .normalBlackBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}
/* used for highlighted blue items*/
div.oldwebsite .normalBlueBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
    font-weight: bold;
}
/* this font used as a header in the About sections (daughter windows) */
div.oldwebsite .largeBlackBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
}
/* used for headers and titles on the report pages */
div.oldwebsite .bluePageTitle, 
div.oldwebsite .bluePageTitle h2,
div.oldwebsite .bluePageTitle h1 {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #003366;
    font-weight: bold;
}
/* this font used for giant cap at the the beginning of articles - aa */
div.oldwebsite .giantCap {
    font-family: Arial, helvetica, sans-serif;
    font-size: 36pt;
    color: #000000;
}
/* this font used for pull-quotes on the latest features pages - aa */
div.oldwebsite .pullQuote {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #003366;
}
/* this font used for small italicized copyright text at the end of articles - aa */
div.oldwebsite .copyright {
    font-family: Arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-style: italic;
}
/* this font used for small note text - aa */
div.oldwebsite .note {
    font-family: Arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}
/* LINKS */
/* for the info links */
/* in table */
div.oldwebsite a.info:link {
    color: #006633;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    font-size: 9pt
}

div.oldwebsite a.info:visited {
    color: #006633;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    font-size: 9pt
}

div.oldwebsite a.info:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    font-size: 9pt
}
/* orangeLink, currently used for banner to point to Decade of GeneCards Symposium */
div.oldwebsite a.orangeLink:link {
    color: orange;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.orangeLink:visited {
    color: orange;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.orangeLink:hover {
    color: orange;
    font-weight: bold;
    text-decoration: underline
}
/* nav bar links */
div.oldwebsite a.navbar:link {
    color: #006633;
    font-weight: bold;
    font-size: 10pt
}

div.oldwebsite a.navbar:visited {
    color: #006633;
    font-weight: bold;
    font-size: 10pt
}

div.oldwebsite a.navbar:hover {
    color: blue;
    font-weight: bold;
    font-size: 10pt
}

div.oldwebsite .navbar {
    color: #006633;
    font-weight: bold;
    font-size: 12pt
}
/* superscripts for sources in homologene*/
div.oldwebsite a.suplink:link {
    color: #006633;
    font-weight: bold;
    text-decoration: underline;
    font-size: 8pt
}

div.oldwebsite a.suplink:visited {
    color: #006633;
    font-weight: bold;
    text-decoration: underline;
    font-size: 8pt
}

div.oldwebsite a.suplink:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    font-size: 8pt
}
/* these links are normal, but not underlined */
div.oldwebsite a.subtle:link {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
    text-decoration: none;
}

div.oldwebsite a.subtle:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
}

div.oldwebsite a.subtle:hover {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: blue;
    text-decoration: none;
}
/* these are standard links */
div.oldwebsite a, 
div.oldwebsite lnkNormal, 
div.oldwebsite a.lnkNormal {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
    text-decoration: underline;
}

div.oldwebsite a:visited, 
div.oldwebsite lnkNormal:visited, 
div.oldwebsite a.lnkNormal:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: underline;
}

div.oldwebsite a:hover, 
div.oldwebsite lnkNormal:hover, 
div.oldwebsite a.lnkNormal:hover {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: blue;
    text-decoration: underline;
}
/* these are links that appear on white backgrounds and are bold*/
div.oldwebsite .lnkNormalBold, 
div.oldwebsite a.lnkNormalBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

div.oldwebsite a.lnkNormalBold:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

div.oldwebsite a.lnkNormalBold:active {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ff8000;
    text-decoration: underline;
    font-weight: bold;
}
/* these are links in the left-hand menu*/
div.oldwebsite .lnkMnuNormal, 
div.oldwebsite a.lnkMnuNormal, 
div.oldwebsite .lnkMnuNormal:visited, 
div.oldwebsite .sideNav, 
div.oldwebsite .sideNav:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #99ccff;
    text-decoration: underline;
}

div.oldwebsite a.lnkMnuNormal:active, 
div.oldwebsite .sideNav:active {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ff8000;
    text-decoration: underline;
}
/* this color indicates the sequence we are currently viewing*/
div.oldwebsite a.lnkMnuCurrent, 
div.oldwebsite .sideNavCurrent {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}
/* these are white links which appear on top of blue backgrounds*/
div.oldwebsite .lnkWhite, 
div.oldwebsite a.lnkWhite {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}

div.oldwebsite a.lnkWhite:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #cccccc;
    text-decoration: underline;
}
/* these are white links which appear on top of blue backgrounds*/
div.oldwebsite a.lnkWhiteBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

div.oldwebsite a.lnkWhiteBold:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}
/* these are orange links which appear on top of white*/
div.oldwebsite a.lnkOrange, 
div.oldwebsite a.lnkOrange:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #ff8000;
    text-decoration: underline;
}
/*this is used for monospace clickable links*/
div.oldwebsite a.linkMono, 
div.oldwebsite a.linkMono:visited {
    font-family: monospace;
    font-size: 10px;
    text-decoration: none;
}

div.oldwebsite .mono {
    font-family: monospace;
    font-size: 10px;
    text-decoration: none;
}
/* this is for table header which appear on top of light blue, white, or grey*/
div.oldwebsite .tableHeader, 
div.oldwebsite th {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
    font-weight: bold;
}
/* this is for table headers which appear on top of light blue, but are too long to be bold*/
div.oldwebsite .tableHeaderNonBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #003366;
}
/* This is the font used for generating reports */
div.oldwebsite .code {
    font-family: Courier new, Courier, monospace;
    font-size: 9pt;
    color: #000000;
}
/* This is the font used for generating reports, but bold */
div.oldwebsite .codeBold {
    font-family: Courier new, Courier, monospace;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
}
/* This is the font used for generating reports, when the code is to appear on a blude background */
div.oldwebsite .codeWhite {
    font-family: Courier new, Courier, monospace;
    font-size: 9pt;
    color: #ffffff;
}
/* This font is used for error reports, and should be used in white backgrounds*/
div.oldwebsite .error {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #990000;
}
/* This font is used for error reports, and should be used in white backgrounds*/
div.oldwebsite .errorBold {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #990000;
    font-weight: bold;
}
/* This is for text search highlighting */
div.oldwebsite .textsearch-highlight {
    font-weight: bold;
    background-color: #FFFF00;
}
/* This is for report headers and links.  Currently only used on MSI Report (9/29/00) */
div.oldwebsite .lnkReportSortWhite, 
div.oldwebsite .lnkReportSortWhite:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #fefefe;
    text-decoration: underline;
}
/* this is for blank links in the folder grids - sets the link color to the bgcolor - currently used only in frmListSequences */
div.oldwebsite .folderBlank, 
div.oldwebsite .folderBlank:visited, 
div.oldwebsite .folderBlank:active {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #006699;
    text-decoration: none;
}
/* this is for the screaming media header links in DailyTwist */
div.oldwebsite .headerLink, 
div.oldwebsite a.headerLink, 
div.oldwebsite .headerLink:visited, 
div.oldwebsite a.headerLink:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14pt;
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

div.oldwebsite .unnamed1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small
}
/* GENEDECKS */
/* this is used for linking to GeneDecks from GeneCards */
div.oldwebsite .GDlink {
    color: #7E2778;
    font-weight: bold;
    font-size: 10pt
}

div.oldwebsite a.GDlink {
    color: #7E2778;
    font-weight: bold;
    font-size: 10pt
}

div.oldwebsite a.GDlink:visited {
    color: #7E2778;
    font-weight: bold;
    font-size: 10pt
}
/* this is used for links in the GeneDecks title and for the title */
div.oldwebsite .TitleGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 20px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite a.linkTitleGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 20px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkTitleGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 20px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}
/* this is used for the GD homepage title */
div.oldwebsite .HPtitleGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 25px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite a.linkHPtitleGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 25px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkHPtitleGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 25px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}
/* this is used for the summary table fonts */
div.oldwebsite a.linkSummTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: rgb( 241, 201, 199 );
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite a.linkSummTblGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: rgb( 241, 161, 24 );
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite .SummTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: rgb( 250, 250, 250 );
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite a.linkGeneSummTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: rgb( 126, 39, 120 );
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkGeneSummTblGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #DB4B00;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkSummTblNumGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #3F7264;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkSummTblNumGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #DB4B00;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite .HomeTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #3F7264;
    font-weight: bold;
    text-decoration: none
}
/* this is used for the gene table title */
div.oldwebsite .GeneTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 17px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: none
}

div.oldwebsite a.linkGeneTblGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 17px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}

div.oldwebsite a.linkGeneTblGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 17px;
    color: #7E2778;
    font-weight: bold;
    text-decoration: underline
}
/*Used for normal GD homepage text I deleted the tags I copied from .normal*/
div.oldwebsite .normalGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
    line-height: 150%;
}
/* these are standard links */
div.oldwebsite a.lnkNormalGD {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11pt;
    color: #003366;
    text-decoration: underline;
}

div.oldwebsite a.lnkNormalGD:visited {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11pt;
    color: #666666;
    text-decoration: underline;
}
/*
 CardDisp Search Box
 */
div.oldwebsite .search {
    width: 400px;
}

#gcInfo_t, #gcDBStrat_t{
		text-align:center;
		padding:5px;
	}
	
	.exploreTab a,
	.exploreTab a:link,
	.exploreTab a:visited{
		color:black;
	}
	.exploreTabsSelected{
		background-color:grey;
		color:white;
	}
	.exploreTabsSelected a, .exploreTabsSelected a:link, .exploreTabsSelected a:visited{
		color:white;
		font-weight:bold;
		text-decoration:none;
	}
	.exploreBody{
		background-color:lightgrey;
		color:black;
		border:2px solid grey;
		padding:5px;
		font-size:90%;
	}
	#exploreBodyRow{
		
	}

/* this makes the jump to sections ugly as sin	*/
 div.oldwebsite table td table td center select{
 font-size:13px;
 font-family:arial;
 font-weight:bold;
 color:#1b3663;
 background-color:#FFFDC9;
}
/*
 div.oldwebsite dt,
 div.oldwebsite dl,
 div.oldwebsite br+b,
 div.oldwebsite td a[name=sum]+b,
 div.oldwebsite br+font{
 clear:left;
 display:block;
 margin-left:5px;
 }
 div.oldwebsite td a[name=loc]+i{
 display:block;
 width:90px;
 float:left;
 margin-top:5px;
 margin-left:5px;
 }
 div.oldwebsite td a[name=loc]+i+b{
 display:block;
 }
 div.oldwebsite td a[name=loc]+i+b+br+i{
 margin-left:5px;
 }
 
 div.oldwebsite td a[name=prot]+b{
 margin-left:10px;
 }
 div.oldwebsite td a[name=protAntibodies],
 div.oldwebsite td a[name=protAssays]{
 margin-left:10px;
 }
 
 div.oldwebsite td a.info{
 margin-left:10px;
 }
 div.oldwebsite font a+b{display:inline;clear:none;}
 div.oldwebsite dd {
 clear:left;
 display:block;
 margin-left:10px;
 }
 div.oldwebsite li {
 margin-left:15px;
 }
 div.oldwebsite p {
 margin-left:10	px;
 }
 div.oldwebsite p+table {
 margin-left:15px;
 }
 
 div.oldwebsite td a+table {
 display:block;
 float:left;
 margin-left:5px;
 margin-top:5px;
 }
 div.oldwebsite td a+table {
 width:100%;
 margin-bottom:7px;
 }
 */
