﻿/* All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED */

body, html {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background-color: #fff;
}

.clear, .space, .space_left {
	margin: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;	
}
.space_left {
	margin: 5px 0;
	background-color: #f3f4f0;
	border-top: 1px solid #a1a2a0;
}

.DivVisible {
	visibility: visible;
	display: block;
}
.DivHidden {
	margin: 0;
	visibility: hidden;
	display: none;
}
.DivVisibleInline {
	margin: 0;
	visibility: visible;
	display:inline;
}
.summaryDiv 
{
	border:solid 1px #000;
	background-color: #dfdfdf;
}

/*
Disease Search highlight
*/
.highlight 
{
	background: yellow;
	color: black;
	text-decoration: none
}

/*
LOADING Image
*/
.loadingDivStyle 
{
	position:absolute;
	width:100%;
	height:100%;
	/*background-color:#f6f8f1;*/
}
label
{
	font: 12px Arial;
	color: #000;
}

select 
{
	width:auto;
	font: 11px Arial;
	color: #000;
}

input
{
	font: 11px Arial;
}

.text
{
	border: 1px solid #000;
	HEIGHT: 18px;
	COLOR: #000;
	font: 12px Arial;
}

.smallText {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: #000;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial;
}
.btnUpDown 
{
	background: transparent; 
	border: 0;
	cursor: pointer;
}

.topframe {
	padding: 0;
	/*background-color: #d5d1ce;*/
}
.leftFrame {
	/*margin: 0 0 0 3px;
	padding: 0 3px;*/
	text-align: left;
	background: url(../../images/leftClear.jpg) #dfdfdf repeat-y left;
}
.rightframe {
	padding: 0 3px 0 0;
	/*background-color: #fff;*/
}

.MainTable
{
    height: 100%;
    border-style: solid; 
    border-width: 0 0 0 4px; 
    border-color: #fff; 
    table-layout: fixed;
}

/* NEW DESIGN */

.header {
	margin: 0 1px;
	padding: 0;
	height: 63px;
	background-color: #756289;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}
	.headblack, .headmain {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.headblack {
		height: 1px;
		background-color: #000;
	}
			
	.headmain {
		margin: 0;
		padding: 0;
		height: 61px;
        border-top: 2px solid #fff;
		border-bottom: 1px solid #fff;
        background: #756289 url(../../images/head_right2.jpg) no-repeat right;    
		overflow: visible;
	}

    #top_nav
    {
        margin: 1px 10px 0 0;
        float: right;
        font: 9pt Arial;
        color: #fff;
    }
    #top_nav a
    {
        color: #fff;
        text-decoration: none;
        margin: 0 10px 0 0;
    }
    #top_nav a:hover
    {
        text-decoration: underline;
    }
    #head_logo
    {
    	 background: #756289 url(../../images/header_BCIQ.gif) no-repeat;
    	 cursor: pointer; 
    	 height: 50px; 
    	 width: 220px; 
    	 margin: 6px 0px 1px 9px;
    	 float:left;
    }
    #public_head_logo
    {
    	 background: #756289 url(../../images/biocentury_profile_logo.gif) no-repeat;
    	 cursor: pointer; 
    	 height: 59px; 
    	 width: 302px; 
    	 margin: 1px 0px 1px 5px;
    	 float:left;
    }
	#nav_tabs
	{
	    padding-top: -10px;
	    margin-top: -23px;
		left: 282px;
		position: relative;
		float: left;
	}
	#public_nav_tabs
	{
	    padding-top: -10px;
	    margin-top: -23px;
		left: 315px;
		position: relative;
		float: left;
	}
	.sections {
		margin: 0;
		padding: 0;
		width: 420px;
		height: 23px;
		text-align: left;
		position: relative;
		float: left;

	}
		.sections img {
			margin: 0 2px 0 0;
			cursor: pointer;
		}
			/* added on 4.10.2009 */	
			
			a.section_ca, .section_ca_active,
			a.section_pa, .section_pa_active,
			a.section_fa, .section_fa_active  
			{
				font: bold 13px Arial;
				color: #fff;
				text-align: center;
				text-decoration: none;
				display: block;
				width:118px;
				height: 19px;
				padding: 3px 10px 0 10px;
				float: left;
			}
			a.section_ca, .section_ca_active {
				background: url(../../images/section_ca.gif) no-repeat;
			}
			.section_ca_active {
				border-bottom: 2px solid #e26623 !important;
				*border-bottom: 1px solid #e26623 !important;
				cursor: default !important;
				background: url(../../images/section_ca_active.gif) no-repeat;
			}
			
			a.section_fa, .section_fa_active {
				background: url(../../images/section_fa.gif) no-repeat;
			}
			
			.section_fa_active {
				border-bottom: 2px solid #aead0a !important;
				*border-bottom: 1px solid #aead0a !important;
				cursor: default !important;
				background: url(../../images/section_fa_active.gif) no-repeat;
			}
				
			a.section_pa, .section_pa_active {
				background: url(../../images/section_pa.gif) no-repeat;
			}
			.section_pa_active 
			{
				border-bottom: 2px solid #428d99 !important;
				*border-bottom: 1px solid #428d99 !important;
				cursor: default !important;
				background: url(../../images/section_pa_active.gif) no-repeat;
			}
            /* end added on 4.10.2009 */

			.sections a img {
				margin: 0 2px 0 0;
				padding: 0;
				text-decoration: none;
				border: none;
			}
			.sections a:hover img {
				border: none;
				text-decoration: none;
				
			}
			.sections a:hover
			{color: #5D4C6F;
				}
/*	.headright {
		margin: 0;
		padding: 0;
		width: 282px;
		height: 91px;
		text-align: left;
		border-left: 2px solid #fff;
		background-image: url(../../images/head_right.jpg);
		background-repeat: no-repeat;
		float: right;
	}
		.headright a img, .headright a:link img, .headright a:visited img, .headright a:hover img {
			margin: 0;
			padding: 0;
		}*/

.help_content
{
	margin: 0 0 0 3px;
	padding: 2px 2px 0 2px;
	height: 100%;
	
	/*width: 950px;*/
	/*background-color: #fff;
	border: 1px solid #b9b6b3;
	border-width: 0 2px 0 0;*/		
}
.help_left
{
	margin: 0;
	padding: 0;
	width: 215px;
	/*height: 276px;*/
	text-align: left;
	/*background-color: #dfdfdf;
	border-top: 3px solid #c4e5d6;
	border-bottom: 1px solid #85adad;
	border-left: 2px solid #88aeae;*/
	float: left;
}
/*.help_right	
{
	margin: 0 0 0 20px;
	padding: 0;
	width: 555px;	
	float: left;
}*/
.left_iframe 
{
	margin: 0;
	padding: 0;
	width: 555px;
	height: 500px;
	
	border: none;
}

	
.space {
	height: 2px;
	background-color: #d2d2d2;
}

.container_home, .container_ca, .container_fa, .container_pa {
	margin: 0 1px;
	padding: 0;
}

/* Added by Claudiu Sabau, September 05, 2007, used on CriteriaManagement.aspx (from BioCentury Archives) */
.container {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

.show_hide {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #efefef;
	float: none;
}
	.show_hide table {
		margin: 0 auto;
		text-align: left;
	}
	
	.indent {
		padding-left: 15px;
	}
	
.h1class {
	margin: 0;
	padding: 4px;
	font: bold 12px Arial;
	color: #fff;
	text-align: left;
	line-height: 21px;
	/*vertical-align: middle;*/
	background-color: #756289;
	border: 1px solid #fff;
}	

/* ---- */
.lnkLogOut
{
    font: bold 9pt Arial; 
    color: #fff;
    position: absolute;
    margin: 3px 10px 0 0;
    float: right; 
    right: 9px;
}
.lnkLogOut a, .lnkLogOut a:link, .lnkLogOut a:hover, .lnkLogOut a:visited
{
    color: #fff;
}
	
.home_nav, .com_nav, .fin_nav, .pipe_nav 
{
    margin: 0;	
	padding: 2px 0 2px 220px;
	height: 17px;
	text-align: left;
	background-color: #aead0a;
	border: 1px solid #fff;
	border-width: 1px 4px 0 4px;
	_border-width: 0 4px 0 4px;
	font: bold 13px Arial; 
	color: #fff;	
}		
	.home_nav a, .home_nav a:link, .home_nav a:hover, .home_nav a:visited,
	.com_nav a, .com_nav a:link, .com_nav a:hover, .com_nav a:visited, 
	.fin_nav a, .fin_nav a:link, .fin_nav a:hover, .fin_nav a:visited,
	.pipe_nav a, .pipe_nav a:link, .pipe_nav a:hover, .pipe_nav a:visited
	{
		padding: 0 10px;
		color: #DFDFDF;
		text-decoration: none;
		margin: 0;		
		text-align: left;
		vertical-align: middle;
		float: left;
	}
	.fin_nav a.selected
	{
	    color: #fff;
	}
	.home_nav a:hover, .com_nav a:hover, .fin_nav a:hover, .pipe_nav a:hover
	{
	    color: #fff;
	}
	.home_nav 
	{
		background-color: #C4C2C4;
	}	
	.com_nav 
	{
		background-color: #e26623;
	}
	.fin_nav
	{		
		background-color: #aead0a;		
	}
	.pipe_nav 
	{
		background-color: #428d99;
	}
/*	
.home_nav_sub, .com_nav_sub, .fin_nav_sub, .pipe_nav_sub {
	margin: 0;
	padding: 0 0 0 4px;
	height: 17px;
	font: bold 10px Verdana;
	color: #b2b2b1;
	text-align: left;
	background-color: #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	_overflow: hidden;
}
	.home_nav_sub a, .home_nav_sub a:link, .home_nav_sub a:visited,
	.com_nav_sub a, .com_nav_sub a:link, .com_nav_sub a:visited,
	.fin_nav_sub a, .fin_nav_sub a:link, .fin_nav_sub a:visited,
	.pipe_nav_sub a, .pipe_nav_sub a:link, .pipe_nav_sub a:visited {
		margin: 0;
		padding: 0;
		color: #787878;
		line-height: 17px;
		vertical-align: middle;
		text-decoration: none;
	}
		.home_nav_sub a:hover,
		.com_nav_sub a:hover,
		.fin_nav_sub a:hover,
		.pipe_nav_sub a:hover {
			color: #333;
			text-decoration: none;
		}
*/
/*	.home_space, .com_space, .fin_space, .pipe_space {
		margin: 0 13px;
	}	
	.home_space2, .com_space2, .fin_space2, .pipe_space2 {
		margin: 0 15px;
	}
*/
/*.home_title, .com_title, .fin_title, .pipe_title {
	margin: 0;
	padding: 0;
	height: 17px;
	text-align: left;
	border-right: 2px solid #fff;
	border-left: 4px solid #fff;
}*/

	.home, .company, .financings, .pipeline {
		margin: 0;
		padding: 0;		
		width: 234px;
		height: 17px;
		line-height: 17px;
		vertical-align: middle;
		background-color: #fff;
		/*border-left: 4px solid #fff;*/
		border: 1px solid #DFDFDF;
		border-width: 1px 0 0 0;
		/*float: left;*/
	}
	.home {
		background-color: #DFDFDF;
	}
	.company {
		background-color: #e26623;
	}
	.pipeline {
		background-color: #428d99;
	}
	.financings 
	{
	    background-color: #aead0a;
		/*letter-spacing: -1px;*/
	}
	.h1_financings, .h1_home, .h1_company, .h1_pipeline
	{
	    margin: 0;
		padding: 0;
	    font: bold 12px Arial;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		height: 17px;
	}
	
	
.HideLeftNavigation
{
    left: 228px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    position: absolute;
}
	
ul.sub {
	margin: 0 0 0 4px;
	padding: 0;
	height: 17px;
	line-height: 17px;
	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;*/
	/*float: left;*/
}

ul.sub li {
	display: inline;
	float: left;
	/*margin: 0;
	padding: 0;*/
}

/*ul.sub li.blank {
	margin: 0;
	padding: 0;
	width: 230px;
	*width: 230px;
    height: 15px;
	line-height: 15px;
}*/

ul.sub li.help_right {
	float: right;
	text-align: right;
	vertical-align: middle;
	width: auto;
}
ul.sub li a {
	margin: 0;
	display: block;
	padding: 0 13px 2px 20px;
	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: #000 !important;
			background-color: #fff !important;
	        margin: 0;
	        display: block;
	        padding: 0 20px 2px 20px;
	        text-align: center;
	        text-decoration: none;
	        float: left;
	        height: 17px;
	        line-height: 17px;
		}
	
	
.blank {
	margin: 0;
	padding: 0;
	width: 247px;
	* width: 244px;
	height: 17px;
	float: left;
}	
.help {
	margin: 0 216px 0 0 !important;
	_margin: 0 190px 0 0 !important;
	width: 52px;
	height: 14px;
	float: right;
}
	.help a img, .help a:link img, .help a:hover img, .help a:visited img {
		border: none;
	}


.btn_pipe, .btn_fin, .btn_company, .btn_home {
	margin: 0;
	padding: 0;
	font: bold 11px Arial;
	color: #fff;
	text-align: center;
	background-color: #428d99;
	border-top: 1px solid #a2dde6;
	border-right: 1px solid #376168;
	border-bottom: 1px solid #376168;
	border-left: 1px solid #a2dde6;
	cursor: pointer;
}
.btn_fin {
	background-color: #aead0a;
	border-top: 1px solid #e5e5b0;
	border-right: 1px solid #838337;
	border-bottom: 1px solid #838337;
	border-left: 1px solid #e5e5b0;
}
.btn_company {
	background-color: #e88024;
	border-top: 1px solid #f9b375;
	border-right: 1px solid #d27727;
	border-bottom: 1px solid #d27727;
	border-left: 1px solid #f9b375;
}
.btn_home
{
	background-color: #756289;
	border-top: 1px solid #e5e5b0;
	border-right: 1px solid #e5e5b0;
	border-bottom: 1px solid #838337;
	border-left: 1px solid #838337;
}
.btn_Add, .btn_Clear
{
	margin: 0;
	padding: 0;
	font: bold 11px Arial;
	color: #fff;
	text-align: center;
	background-color: #756289;
	border-top: 1px solid #aa9bba;
	border-left: 1px solid #aa9bba;
	border-bottom: 1px solid #47335c;
	border-right: 1px solid #47335c;
	width: 55px;
	cursor: pointer;	
}
.btn_Clear, .btn_Cancel
{
	width: 55px;
	color: #756289;
	background-color: #cccccc;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}
.btn_Cancel 
{
	font: bold 11px Arial;
	float: right;
	position: relative;
	top: 3px;
	/*left: -4px;*/
	*left: 0;
	cursor: pointer;
}

/*.company_title
{
	font: bold 20px Arial;
	color: #e26623;
	text-align: center;
	letter-spacing: 1px;
}*/
/*
.company_data
{
	font: bold 12px Arial;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
}
*/
.header_pipe, .header_fin, .header_company, .header_home {
	margin: 5px 0;
	padding: 0 0 0 25px;
	font: bold 16px Arial;
	color: #428d99;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	.header_fin {
		color: #aead0a;
	}
	.header_company {
		color: #e26623;
	}
	.header_home
	{
		font: bold 24px Times New Roman;
		color:#756289;
		text-transform:none;
		
	}
.subheader_pipe, .subheader_fin, .subheader_company {
	margin: 18px 0 0 0;
	padding: 0 0 0 25px;
	font: bold 12px Arial;
	color: #000;
	text-align: left;
	line-height: 27px;
	vertical-align: middle;
	background-image: url(../../images/subheader.gif);
	background-repeat: no-repeat;
}
/*	.subheader_fin {
		
	}
	.subheader_company {
		
	}
*/

.list_pipe, .list_fin, .list_company {
	margin: 0 35px 18px 35px;
	padding: 0;
	font: 12px Arial;
	color: #000;
	text-align: left;
}
	.list_pipe li, .list_fin li, .list_company li {
		padding: 3px 0;
		list-style-image: url(../../images/list_pipe.gif);
	}
	.list_fin li {
		list-style-image: url(../../images/list_fin.gif);
	}
	.list_company li {
		list-style-image: url(../../images/list_company.gif);
	}
	
.labelLanding 
{
	margin: 0 20px 0px 20px;
	padding: 0;
	font: 12px Arial;
	color: #000;
}

.labelLanding a,
.labelLanding a:visited
{
	color: #777;
	font-weight:bold;
}

.labelLanding a:hover
{
	color: #000;
	font-weight:bold;
}

.leftHome
{
	margin-left:4px;
	border:0px;
	width:215px;
	font: 11px Arial;
	color: #000;		
}
.leftHome td
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 12px Arial;
	color: #000;
	padding-top: 2px;
	text-align: left;
}
/* left table */
.leftTable
{
	/*height:100%;
	margin-left:1px;
	margin-top:1px;
	border:1px solid #dfdfdf;*/
	width:234px;
	font: 11px Arial;
	color: #000;
	background-color: #dfdfdf;
}
.leftTable th
{
	padding-left: 5px;
	padding-top: 7px; /* used to have space between sections (TH) */
	padding-bottom: 0;
	background-color: #dfdfdf;
	font: bold 12px Arial;
	color: #000;
	text-align: left;
}
.leftTable th a
{
	font: bold 12px Arial;
	color: #000;
	text-align: left;
	text-decoration: none;
}
.leftTable th a:hover
{
	font: bold 12px Arial;
	color: #0066FF;
	text-decoration: none;
}
.leftTable td
{    
    padding-left:10px;
    padding-right: 0;	
	padding-bottom: 0;
	padding-top: 2px;	
	font: 12px Arial;
	color: #000;	
	text-align: left;
}
.leftTable td a, .leftTable td a:visited
{
	font: bold 12px Arial;
	color: #000;
	text-align: left;
	text-decoration: none;
}
.leftTable td a:hover 
{
	font: bold 12px Arial;
	color: #000;
	text-align: left;
	text-decoration: underline;
}


/* reports row style */
.odd{font-family:Verdana;font-size:11px; background-color: #E0E0E0;}
.even{font-family:Verdana;font-size:11px; background-color: #FFFFFF;}

/* new records reports row style */
.oddnew{font-family:Verdana;font-size:11px; background-color: #D7FFD4;}
.evennew{font-family:Verdana;font-size:11px; background-color: #B8FFAF;}

/* 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:link 
{
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
a.company_link:visited 
{
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
a.company_link:hover 
{
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
a.company_link:active 
{
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
}

/* view_link */
a.view_link:link 
{
	font: 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
a.view_link:visited 
{
	font: 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
a.view_link:hover 
{
	font: 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
a.view_link:active 
{
	font: 12px Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

/* reset_link */
.leftTable th a.reset_link:link, .leftTable th a.reset_link:visited, .leftTable th a.reset_link:hover, .leftTable th a.reset_link:active
{
    float:right;
    padding-right: 3px;
	font: 11px Arial;
	color: #000000;
	/*text-align: right;*/
	
	text-decoration: underline;
}
.leftTable th a.reset_link:hover, .leftTable th a.reset_link:active
{   
	text-decoration: none;
}

/*
========
DATAGRID
========
*/
/*
DATAGRID column fixed
*/
th.locked, td.locked
{
	position:relative;
	left: expression(document.getElementById("CompanyList").scrollLeft);
}
th.locked {z-index: 99;}
/*
DATAGRID Header fixed
*/
.fixedTableHeader 
{
	position: relative;
	font: bold 12px Arial;
	top: expression(document.getElementById("CompanyList").scrollTop); 
	z-index: 10;
}
.fixedTableHeader1
{
	position: relative;
	font: bold 12px Arial;
	top: expression(document.getElementById("CompanyList1").scrollTop); 
	z-index: 10;
}
/*criteria check box header style*/
.cb_header
{
	font: bold 13px Arial;
	color: #000;
}

/* right table */
.rightTable
{
	width: 100%;
	font: 11px Arial;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #C7C7C7;
}
.rightTable_row
{
	font: 11px Arial;
	color: #000;
	background-color: #c7c7c7;
}
.rightTable th 
{
	padding: 2px;
	background-color: #dfdfdf;
	font: bold 12px Arial;
	color: #000;	
}
.rightTable td
{
/*	padding: 2px;*/
	font: 12px Arial;
	color: #000;
	padding:0; 
	margin:0;
	/*background-color: #EEEEEE;*/
	text-align: left;
}

td p {
margin: 0;
padding:3px;
}

/* Financings Statistics */
.statisticsTable
{
	width: 100%;
	font: 11px Arial;
	color: #000;
	border: none;
	
}
.statisticsTable th 
{
	background-color: #aead0a;
	font: bold 12px Arial;
	color: #fff;
}
.statisticsTable td
{
	padding: 2px;
	background-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-color: #aead0a;
}
.copyright 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 7pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal;
}
 
 /*Added by Claudiu Sabau September 06, 2007
   Used in \Common\CriteriaManagement.aspx */
.hideButton
{	
 margin: 0;
 visibility: hidden;
 display: none;
}
.disabled
{
	font-style: italic;
	color: Gray;
}
.enabled
{
	font-style:normal;
	color: #000;
}

.cpClear
{
	background-color:#fff;
	height:1px;
	font-size:1px;
	width:100%;
}

.cpSectionHeader
{
	border: 2px solid #dfdfdf;
	background-color: #dfdfdf;	
	font-weight: bold;
}

/* NEW */
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;

	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    padding:0px;
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
	max-height: 200px; /* sets max-height value for all standards-compliant browsers */
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	padding:0px;
	margin:0px;
	background-color: #f1f1f1;
	color: black;
	cursor:pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	padding:0px;
	margin:0px;
	background-color : window;
	color : windowtext;
}


.DebugLog
{
    color:#FF3366;
    background-color:#FFFF33;
    width:95%;
}
/* Tables css GridView */
.TablesCSS
{
    /*table-layout:fixed;*/
   position:relative ;
   top:expression(this.offsetParent.scrollTop);
   z-index: 10; 
}

/*Modal Popup*/
.modalBackground {
	/*background-color:#C7C7C7;*/
	filter:alpha(opacity=5);
	opacity:0.1;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#C7C7C7;
	padding:3px;
	width:550px;
	height:98px;	
	font: 11px Arial;
	color: #000;
}

.modalPopupHeader
{
	cursor: move;
	background-color:#dfdfdf; 
	border:solid 1px Gray; 
	color:#000; 
	font: bold 14px Arial; 
	text-align:center;
    margin-bottom: 0px;
}
.modalPopupHeader p
{
    margin: 5px 0;
}

.modalPopupCloseImage
{
	cursor:default; 
	position:absolute; 
	top:7px; 
	left:530px;
}

.DivVisible_FinancialStatement { CLEAR: both; HEIGHT: 16px }


/* right table */
.financialRightTable
{
	width: 100%;
	font: 11px Arial;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #C7C7C7;
}
.financialRightTable_row
{
	font: 11px Arial;
	color: #000;
	background-color: #c7c7c7;
}
.financialRightTable th 
{
	/*padding: 2px;*/
	background-color: #dfdfdf;
	font: bold 12px Arial;
	color: #000;	
}
.financialRightTable td
{
	/*padding: 2px;*/
	font: 12px Arial;
	color: #000;
	/*background-color: #EEEEEE;*/
	text-align: left;
}

.financialCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
    z-index:1;
}

.boldRadio label
{
	font-weight: bold;	
}


.emailAlertButton,
.emailAlertButton_shadow
{
	margin: 0 2px 0 5px;
	padding: 1px 10px 2px 38px;
	height: 14px;
	font: bold 11px Arial;
	vertical-align: middle;
	text-decoration:none;

	background: #fff url(../../images/emailAlert.gif) no-repeat left;
	color: #000;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	
	display:inline-block;
}

.emailAlertButton_shadow
{
	border-bottom: solid 2px #909090;
	border-right: solid 2px #909090;
}

.emailAlertButton_big
{
	margin: 0 2px 0 5px;
	padding: 3px 12px 4px 38px;
	height: 15px;
	font: bold 14px Arial;
	vertical-align: middle;
	text-decoration:none;

	background: #fff url(../../images/emailAlert.gif) no-repeat left;
	color: #000;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	
	display:inline-block;
}

.emailAlertButton_cp,
.emailAlertButton_cp:active
{
	margin: 0 2px 0 5px;
	padding: 1px 5px 2px 25px;
	height: 18px;
	font: bold 11px Arial;
	vertical-align: middle;
	text-decoration:none;

	background: #fff url(../../images/emailAlert.gif) no-repeat left;
	color: #000;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	
	display:inline-block;
	
	cursor:pointer;
}

.alert_tips
{
	background: #fff url(../../images/icon_qm.gif) no-repeat left;
	color:#7E6C90;
	padding-left:15px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	margin-right:80px;
	float:right;
}

.hiddenOption
{
	display:none;
}

/* NO RECORDS DIV */
.no_records
{
	padding-left:25px; 
	padding-top:15px; 
	font-weight:bold; 
	font-size:12pt; 
	font-family:Arial;
}

.lblVersion
{
    position:absolute;
    float:right;
    font-family: Arial;
    color: #fff;
    margin: 2px 10px 0 0;
    font-size: 9pt;
}

/* Used for companies drowpdown to simulate the disable attribute */
select.disabledCompanies
{
	background-color: #FFFFFF;
	border: #D8D8D8 1px double;
	color: #A8A8A8;
}

/*Used for validators*/
.error {
    margin: 0;
    padding: 0;
    font: bold 9px Verdana;
    color: #E26623;
    text-align: left;
   }
   
   
/* PROFILES */
.generalInfo
{
	text-align:left;
	border-color:#fff;
	font-family:Arial;
	font-size:12px;
	background-color:#fff;
	border:0;
	margin-left:2px;
} 

.greenBox
{
	border: 1px solid #CCDFB5;
	background: url(../../Images/green-grad.png) repeat-x bottom;
	width: 49%;
	float: right;
}

.greenBox img
{
	cursor:pointer;
	border:none;
}

.freeTrialButton
{
	color:#fff;
    height: 21px;
    padding: 0px 10px 3px 10px;
   	font-weight: bold;
 	cursor: pointer;
	background: #90BF53;
	border-top: solid 2px #A3DF53;
	border-right: solid 2px #7BAF36;
	border-bottom: solid 2px #7BAF36;
	border-left: solid 2px #A3DF53;
	margin-left: 3px;
	margin-right: 5px;
	height: 22px;
	font-size: 9pt;
} 

.freeTrialButton:hover
{
	background-color: #A2CF67;
}