
/*
	Style sheet for BaseWebControl
*/

#topMenu
{
	position: relative;
	top: 0px;
	left: 1px;
	height: 44px;
	width: 793px;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-x;
	z-index: 2;
}


/*
	Style sheet for BottomWebControl
*/

#bottomAddressInfo
{
	position: relative;
	left: 20px;
	top: 2px;
	width: 590px;
	color: Gray;
	z-index: 4;
}

#bottomRBILogo
{
	position: absolute;
	left: 20px;
	top: 4px;
	color: Gray;
	z-index: 4;
}


/* --------------------------------------------------- */

/*
	Style sheet for FaktaNetLiveWebControl
*/

#fnlLoginPanel
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 280px;
	z-index: 3;
}

#fnlLoginInputPanel
{
	position: relative;
	left: 10px;
	top: -5px;
	z-index: 4;
}

.fnlLoginInput
{
	width: 90px; 
	height: 18px; 
	font-size: 10px;
}


/* --------------------------------------------------- */

/*
	Style sheet for MenuWebControl
*/
.menuItem
{
	position: relative;
	top: 10px;
	left: 20px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.selectedMenuItem
{
	position: relative;
	top: 10px;
	left: 20px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}

a.menuItemHref
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}


a.menuItemHref:hover
{
	text-decoration: underline;
}

#languagePanel
{
	position: absolute;
	top: 120px;
	left: 540px;
	width: 200px;
	height: 120px;
	z-index: 200;
	padding: 5px;
	background-color: #F4E3A8; /*#FFEFBC;*/
	border: solid 1px black;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

#languagePanelClose
{
	position: relative;
	top: 5px;
	left: 170px;
	cursor: hand;
}

/* --------------------------------------------------- */

/*
	stylesheet for PartnerWebControl
*/

#partnerPanel
{
	position: absolute;
	left: 804px;
	top: 20px;
	width: 200px;
	color: Gray;
	font-size: 10px;
	font-weight: bold;
	z-index: 10;
}

.seperatorLine
{
	background-image: url(../images/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	width: 200px;
	z-index: 11;
}

/* --------------------------------------------------- */

/*
	Style sheet for ProfileSearchControl.
*/

#profileSearchPanel
{
	position: relative;
	left: 30px;
	width: 430px;
}

#profileSearchToolbar
{
	position: absolute;
	top: 0px;
	left: 340px;
	cursor: hand;
}

.headListPanel
{
	position: relative; 
	height: 20px; 
	width: 300px; 
	border: 1px solid #bbb; 
	background-color: #f6f6f6;
}


#profileSearchHelpPanel
{
	position: absolute;
	top: 40px;
	left: 80px;
	width: 300px;
	height: 160px;
	z-index: 100;
	padding: 5px;
	padding-left: 15px;
	background-color: #F4E3A8; /*#FFEFBC;*/
	border: solid 1px black;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

#profileSearchHelpClose
{
	position: relative;
	top: 5px;
	left: 255px;
	cursor: hand;
}

#profileSearchHelpInformationImg
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 60px;
	height: 40px;
	float: left;
}

 .profileGeographySearchCheckList
 {
	background-color: white; 
	overflow: auto; 
	height: 150px; 
	width: 290px; 
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
 }
 
 .profileSearchCheckList
 {
	background-color: white; 
	overflow: auto; 
	height: 205px; 
	width: 290px; 
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
 }
 
.searchListPanel
{
	display: none;
	position: relative;
	width: 300px;
	border: 1px solid #bbb;
	padding: 3px;
}


/* --------------------------------------------------- */

/*
	Style sheet for BuyAndSellSearchControl.
*/

#buyAndSellSearchPanel
{
	position: relative;
	left: 70px;
	width: 390px;
}

#buyAndSellSearchToolbar
{
	position: absolute;
	top: 0px;
	left: 290px;
	cursor: hand;
}

.buyAndSellSearchItem
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px;
}

#buyAndSellSearchButtons
{
	position: relative;
	top: 10px;
	left: 190px;
	width: 120px;
}

#buyAndSellSearchHelpPanel
{
	position: absolute;
	top: 40px;
	left: 100px;
	width: 300px;
	height: 120px;
	z-index: 100;
	padding: 5px;
	background-color: #F4E3A8; 
	border: solid 1px black;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	cursor: hand;
}

#buyAndSellSearchHelpClose
{
	position: relative;
	top: 5px;
	left: 270px;
	cursor: hand;
}

#buyAndSellSearchHelpInformationImg
{
	position: relative;
	top: 0px;
	left: 10px;
	width: 60px;
	height: 40px;
	float: left;
}

.buyAndSellCheckList
{
	background-color: white; 
	overflow: auto; 
	height: 100px; 
	width: 290px; 
	border: 1px solid #bbb;
}


/* --------------------------------------------------- */

/*
	Style sheet for HitListWebControl.
*/

#hitListPanel
{
	position: relative; 
	left: 20px; 
	top: 5px;
	width: 250px;
	z-index: 20; 
	float: left;
}

#hitList
{
	position: relative;
	height: 330px; 
	width: 100%; 
	overflow: auto; 
	border: 1px solid #bbb; 
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

a.hitListItemLink
{
	color: #353070;
	text-decoration: none;
}

a.hitListItemLink:hover
{
	text-decoration: underline;
}

a.orangeHitListItemLink
{
	color: #DC8806;
	text-decoration: none;
}

a.orangeHitListItemLink:hover
{
	text-decoration: underline;
}

.hitListSelectedItem
{
	position: relative;
	background-color: #ddd;
	border: solid 2px #aaa;
}

.hitListNoneSelectedItem
{
	position: relative;
	background-color: white;
}

a.pageLink
{
	font-size: 12px;
	color: #333;
	/*text-decoration: none;*/
}

.profileFlag
{
	position: absolute;
	top: 28px;
	left: 195px;
	width: 16px;
	height: 20px;
}

/* --------------------------------------------------- */

/*
	Style sheet for CompanyWebControl.
*/

#CompanyMainPanel
{
	position: relative; 
	left: 50px;
	z-index: 20; 
	float: left;
}

#CompanyInfo
{
	position: relative;
	height: 330px; 
	width: 480px; 
	overflow: auto; 
	border: 1px solid #bbb; 
	padding: 5px;
	margin-top: 5px;
	overflow: auto;
}

TD.companyTableText
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #353070;
	/*line-height: 14px;*/
}

.vLine
{
	position: relative;
	width: 10px;
	background-image: url(../images/dotted_line_vertical.gif);
	background-repeat: repeat-y;
}

.hLine
{
	position: relative;
	height: 5px;
	background-image: url(../images/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
}

/* --------------------------------------------------- */

/*
	Style sheet for InvestmentWebControl.
*/

#InvestmentMainPanel
{
	position: relative; 
	left: 50px;
	float: left;
	z-index: 20; 
}

#InvestmentInfo
{
	position: relative;
	height: 330px; 
	width: 480px; 
	overflow: auto; 
	border: 1px solid #bbb; 
	padding: 5px;
	margin-top: 5px;
	overflow: auto;
}

.investmentTableText
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #353070;
	/*line-height: 14px;*/
}

.redText
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

/* --------------------------------------------------- */

/*
	Style sheet for CheckListWebControl.
*/

.lockedItem
{
	color: white;
	background-color: #9999cc;
	cursor: hand;
}

.highlightItem
{
	color: white;
	background-color: #bbb;
	cursor: hand;
}

.noneHighlightItem
{
	color: black;
	background-color: white;
	border-bottom: 3px solid #bbb;
}

.tdList
{
	font-size: 10px;
	border-bottom: 1px solid #bbb;
}


