﻿.menuTabs
{
	position: relative;
	top: 1px;
	left: 0px;
	
}
.tab a { text-decoration: none; border:none; } 
.tab a:visited { text-decoration: none; color:Black; } 
.tab a:hover {text-decoration: underline; }
.tab a.underLine { text-decoration: underline;}
.tab a.underLine:hover { text-decoration:none}

.tab
{
	background: url(bg2.gif) repeat-x;
	background-color: #F7F7F7;
	border-top: solid 1px #A2B3CC;
	border-left: solid 1px #A2B3CC;
	border-right: solid 1px #A2B3CC;
	border-bottom: solid 1px #F7F7F7;	
	font:72.5% "Tahoma", Arial, Verdana;
	padding: 0px 3px 0px 3px;
	color: Black;
	text-decoration: none;
	height:20px;
}
.selectedTab
{
	/**background: url('Images/bgdisplay.png') repeat-x;*/
	/*background: url(bg2.gif) repeat-x;*/
	background-color: Gray;
	border-top: solid 1px #656565;
	border-left: solid 1px #A2B3CC;
	border-right: solid 1px #A2B3CC;
	border-bottom: solid 1px #F7F7F7;	
	font:72.5% "Tahoma", Arial, Verdana;
	padding: 0px 3px 0px 3px;
	/*color: #A2B3CC;*/
	text-decoration: none;
	color: White;
	border-top: solid 2px #656565;
	height:20px;
}

.selectedTab a { text-decoration: none; border:none; } 
.selectedTab a:visited { text-decoration: none; color:White; } 
.selectedTab a:hover {text-decoration: underline; }
.selectedTab a.underLine { text-decoration: underline;}
.selectedTab a.underLine:hover { text-decoration:none}

.tabBody
{
	padding: 20px;
	background-color: #F7F7F7;
	border-left: 1px solid #A2B3CC;
	border-right: 1px solid #A2B3CC;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #A2B3CC;
}

/**************************************************************************************************
/* POPUP DIV STYLES
**************************************************************************************************/
/*Modified on 6-Nov-2009 for correcting positioning in Loanmeter uer control*/
.modalBackground
{
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: gray;
	position: fixed;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	z-index: 999999999999999999;
}

.modalContainer
{
	position: absolute;
	width: 600px;
	left: 190px;
	top: 250px;
	z-index: 999999999999999999;
	background-color: white;
}
/*Modified on Nov 5 to show pop up from loanmeter control*/
.PopupOuter
{
	width: 600px;
	height: 500px;
	background:white;
	text-align:center;
	vertical-align:middle;
	z-index: 9999;
}

.confirmContainer
{
	position: absolute;
	width: 300px;
	left: 400px;
	top: 400px;
	z-index: 999999999999999999;
	background-color: white;
}

.ConfirmOuter
{
	width: 300px;
	height: 100px;
	background:white;
	text-align:center;
	vertical-align:middle;
	z-index: 9999;
}

/**************************************************************************************************
/* POPUP BUBBLe TOOLTIP DIV STYLES
**************************************************************************************************/

#bubble_tooltip{
	/*width:100%;
	height:20px;*/
	position:absolute;
	background:white;
	border-right: #dcdcdc 1px solid; 
	border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid; 
    border-bottom: #dcdcdc 1px solid;
	/*display:none;*/
}
#bubble_tooltip .bubble_top{
	background-image: url('Images/balloon_top.gif');
	background-repeat:no-repeat;
	/*height:21px;	*/
}
#bubble_tooltip .bubble_middle{
	background-image: url('Images/balloon_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:10px;
	/*height:20px;	*/
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-4px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color:#665a4c;
	font-size:12px;

}
#bubble_tooltip .bubble_bottom{
	background-image: url('Images/balloon_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	/*height:74px;*/
	position:relative;
	top:-6px;
}

.bannerText 
{
	font-weight: normal; 
	color:#010101;
	text-align:justify;
}

.bannerText span
{
	font-weight: normal; 
	color:#010101;
	text-align:justify;
}

.bannerHeader 
{
	font-weight:bold;
	font-size:20px;
	color:#010101;
	text-align:justify;
}
.hidden
{
	display:none;
}


