/********************************
			Common
/********************************/

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding:0;
}

html>body, html>body #contents {
	height: 100%;
}

.contentstyle
{
	height:100%;
}

body 
{
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: #BD9733;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #F4ECD7;
	scrollbar-shadow-color: #BD9733;
	}
	

#main {
	height:96%;
	width:100%;
	vertical-align:top;
	}


.ContentText
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}

/********************************
			Ticker
/********************************/

/* Add by Bhavin on 21 March 2006 for STOCK TICKER*/
.TickerClass
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:powderblue;
}

.TickerClassSmallText
{
font-family:verdana;
font-size:10px; 
color:powderblue;
}

.TickerClassLastTraded
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:mistyrose;
}

.TickerClassUP
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:LightGreen;
}

.TickerClassDown
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:red;
}

.TickerClassNeutral
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:LightBlue;
}
/* End by Bhavin on 21 March 2006 for STOCK TICKER*/

/* Add by Bhavin on 26 June 2006 for TICKER Company Annoucements*/
.TickerClassAnnoucement
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:#99ffff;

}
.TickerClassLastAnnoucement
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:mistyrose;

}
.TickerClasscompanyAnnoucement
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:#ffff99;


}
.TickerClasscomAnnoucement
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:red;

}
.TickerAnnoucement
{
font-family:verdana;
font-size:12px; 
font-weight:bold;
color:LightBlue;

}
/*End by bhavin for  26 June 2006 for TICKER Company Annoucements*/

/********************************
	Menu CSS in MXMenu.css file
/********************************/




/********************************
			Footer
/********************************/

#footer {
	position: absolute;
	bottom: 0;
	background-color: #375f9d;
	width: 100%;
	height:20px;
	padding:0px;
	color: #000000;
	background: #f5f5f5;
	text-align:left; 
	z-index:4; 
}

A.Bottomlink:link
{
	color: #ffffff;
	text-decoration: underline;
}
A.Bottomlink:active
{
	color: #ffffff;
	text-decoration: underline;
}
A.Bottomlink:visited
{
	color: #ffad4c;
	text-decoration: underline;
}
A.Bottomlink:hover
{
	color:#ffffff;
	text-decoration: none;
}