﻿/* All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED */

/* option_link */
a.option_link:link, a.option_link:visited, a.option_link:hover, a.option_link:active
{
	font: 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

/* company_link */
a.company_link, a.company_link:visited, a.company_link:hover, a.company_link:active
{
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	cursor: pointer !important;
}
a.company_link:hover 
{
	text-decoration: none;
	cursor: pointer;
}

a.letter_link:link, a.letter_link:visited, a.letter_link:hover, a.letter_link:active  
{
	font: 11px Arial;
	color: #000;
	text-align: left;
	text-decoration: underline;
}
a.letter_link:hover 
{
	text-decoration: none;
}

ul.sub {
	margin: 0;
	padding: 0 0 0 4px;
	height: 19px;
	line-height: 19px;
	font: bold 10px Verdana;
	color: #b2b2b1;
	text-align: left;
	background-color: #DFDFDF;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	list-style: none;
	overflow: hidden;
}

ul.sub li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

ul.sub li.blank {
	margin: 0;
	padding: 0;
	width: 180px;
	*width: 180px;
    height: 15px;
	line-height: 15px;
}

ul.sub li.help_right {
	float: right;
	text-align: right;
	width: auto;
}
ul.sub li a {
	margin: 0;
	display: block;
	padding: 0 20px 2px 20px;
    font: bold 10px Verdana;
	color: #b2b2b1;	
	text-align: center;
	text-decoration: none;
	float: left;
	height: 17px;
	line-height: 17px;
}

ul.sub li a, ul.sub li a:link, ul.sub li a:visited {
		color: #787878;
		text-decoration: none;
}
		ul.sub li a:hover {
			color: #333;
			text-decoration: none;
		}
		ul.sub li a.selected 
		{
		    /*color: #b2b2b1 !important;*/
		    color: #000 !important;
			background-color: #fff !important;
	        margin: 0;
	        padding: 0 20px 2px 20px !important;
	        font: bold 10px Verdana;
	        width: auto;
	        text-align: center;
	        text-decoration: none;
	        float: left;
	        height: 17px;
	        line-height: 17px;
		}


/* reports row style */
.odd{font-family:Verdana; background-color: #E0E0E0;}
.even{font-family:Verdana; background-color: #FFFFFF;}


.companyodd{font-family:Verdana; background-color: #E0E0E0;font-size:11px;}
.companyeven{font-family:Verdana; background-color: #FFFFFF;font-size:11px;}

.companyodd a, .companyeven a
{
	font-weight: bold;	
	cursor: pointer;
}
/*
DATAGRID Header fixed
*/
.fixedTableHeader 
{
	/*position: relative;*/
	position: static;
	font: bold 12px Arial;
	/*top: expression(document.getElementById("ctl00_contentRight_toolListDataGridCompany_CriteriaList").scrollTop);*/
	z-index: 10;
}


.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	width: 150px;
	*width: 150px;
	position: absolute;
	background-color: lightyellow;
	/*padding: 5px;*/
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 20px; /*position where enlarged image should offset horizontally */
	top: 35px;
}

.thumbs{
	width: 200px;
	*width: 200px;
	position: absolute;
	background-color: lightyellow;
	/*padding: 5px;*/
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	padding:3px;
}

.mPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#C7C7C7;
	padding:3px;
	width:500px;
	height:98px;	
	font: 11px Arial;
	color: #000;
}

.mPopupHeader
{
	cursor: move;
	background-color:#dfdfdf; 
	border:solid 1px Gray; 
	color:#000; 
	font: bold 14px Arial; 
	text-align:center;
    margin-bottom: 0px;
}
.mPopupHeader p
{
    margin: 5px 0;
}
.mPopupCloseImage
{
	cursor:default; 
	position:absolute; 
	top:7px; 
	left:480px;
}

.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
	text-align: left;
}
