#footpanel {
	position: fixed;
	bottom: -10px; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	text-align:center;
	border-bottom: none;
	width: 98%;
	margin: 0 1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size:11px;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	_padding:5px 2px 5px 2px;
	float: left;
	height: 16px;
	text-decoration: none;
	color: #FFFFFF ;
	position: relative;
}
html #footpanel ul li a:hover{}
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


#footpanel a.home{	
	background: url(http://static.commodityonline.com/home072010/home.gif) no-repeat 15px center;
	width: 5px;
	padding-left: 35px;
	text-indent: 0; /*--Reset text indent--*/
}
a.tip{width:186px;}
a.tiptexta{width:130px;color:#FFFFFF;}
a.tiptexta1{width:71px;color:#FFFFFF;}
.footsep{background: url(http://static.commodityonline.com/home072010/splitter.gif) no-repeat center center; height:20px;width:3px;}
.footsep1{background: url(http://static.commodityonline.com/home072010/splitter.gif) no-repeat left; height:20px;width:8px;_width:5px;}
.freeimg{ background:url(http://static.commodityonline.com/home072010/sharkan-free.gif) no-repeat left; width:38px; height:26px; overflow:hidden;}

.tiptext{width:130px;color:#FFFFFF; font-size:12px; font-weight:bold; text-decoration:none; text-align:center}
.nftext{width:135px;color:#FFFFFF; font-size:12px; font-weight:bold; text-decoration:none; text-align:center;}
a.nftexta{width:120px;color:#FFFFFF;}
.optext{width:45px;color:#FFFFFF; font-size:11px; font-weight:bold; text-decoration:none; text-align:center;}
a.optexta{width:40px;color:#FFFFFF;}
.prtext{width:318px;color:#FFFFFF; font-size:13px; font-weight:bold; text-decoration:none; text-align:center}
a.prtexta{width:318px;color:#FFFFFF;}
.ellowcolor{color:#FFFF00;}
a.greenarrow{background:url(http://static.commodityonline.com/home072010/arrow.gif) no-repeat center;width:17px;  }
.stocktips{background: url(http://static.commodityonline.com/home072010/equity.gif) no-repeat center; width:200px;}
.cmdtips{background: url(http://static.commodityonline.com/home072010/commodity.gif) no-repeat center; width:175px; text-align:center;}
.agricmdtips{background: url(http://static.commodityonline.com/home072010/agri.gif) no-repeat left; width:140px; overflow:hidden;}
.adtxt{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#FFFFFF; text-decoration:none; width:590px;}
.bldnumber{font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#FFFFFF; text-decoration:none;}
.adtxt span{ font-size:14px; color:#fcfd95;}
a.comtip{width:124px;}
.commoditytips{background: url(http://static.commodityonline.com/home072010/ct.gif) no-repeat center center; width:125px;}
.footfreetrial{background: url(http://static.commodityonline.com/home072010/free.gif) no-repeat right center; width:71px;}
#footpanel a.chat{	
	width:318px;color:#FFFFFF;
	
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(http://static.commodityonline.com/home072010/newspaper.png) no-repeat center center; width:16px;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {}  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(http://static.commodityonline.com/home072010/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 11px;
	font-weight:normal;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}





#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 185px;
	
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li {  } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}


/*-------------footer---------------*/
#footer{
width:100%;
margin:0 auto;
text-align:center;
margin-top:25px;
} 
.footerlinksbold{float:left;margin:0;padding:5px 0 0 0;height:28px;width:968px;} 
.footerlinksbold a{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF;text-decoration:none;padding:0px 5px 0 5px ; } 
#footerbody{
margin:0 auto;
background:#1B549B;
}
.footerlinksboldtxt {
width:224px;
margin:15px 0px 15px 0px;
padding:3px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
}

.footerlinks{margin:10px 0px 10px 10px;width:155px;float:left; text-align:left; }
.footerlinks ul {margin:0px;padding:0px;} 
.footerlinks ul li {list-style:none;width:145px; padding:3px 0 3px 15px;}  
.footerlinks ul li a {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF ;text-decoration:none;}

.footerlinks ul li.head {
list-style:none;
width:145px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF ;
text-decoration:none;
font-weight:bold;
} 
.footerlinks ul li a:hover {color:#15BBDC;}
.footerlinksnormaltxt {margin:0 auto;padding:2px;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-align:center;width:998px;background:#F4F2EC;}
.footerrel {clear:both;width:100px;margin:0 0 0 15px;color:#066caa;font-weight:bold;}
.footerrelation{width:1000px;text-align:center;padding-bottom:30px;}
.footerrelation a{padding:0 15px 0 15px;font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#FFFFFF ;text-decoration:none;font-weight:bold;}
.footerrelation a:hover {color:#ED1C24;text-decoration:underline;}
.updtime{ margin-left:22px; margin-top:3px; width:300px;font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#A1A1A1; float:left; vertical-align:middle;}


.nvs{margin:0px;padding:0px;font-family:Arial, Helvetica, sans-serif;font-size:14px !important;text-decoration:none;color: #FFFFFF !important; }
