
.sideMenuContainer {

}
.sideMenuContainer a {
	color: #666;
	text-decoration: none;
	font-weight: 500;
}
.sideMenuContainer a:hover {
	color: #33cc00;
}


/* menu on the side container */
.sideMenuNavContainer {
	margin-top: 12px;
	margin-left: 6px;	
}

.sideMenuNavLinkContainer {
	width: 172px;
	margin-top: -18px;
	margin-left: 3px;	
}

.sideMenuNavLinkContainer a{
	display: block;
	/*height: 20px;*/
}


/* Video Container */
.videoContainer {
	width: 170px;
	height: 50px;
	background: url(../images/vid_panel_bg.gif);
	padding-left: 15px;
	padding-top: 12px;	
}

.videoContainerTextCopyLong {
	width: 300px;
	height: 50px;
	/*background: url(../images/vid_panel_bg_long.gif);*/
	padding-left: 8px;
	padding-top: 0px;	
}

.videoContainerTextCopyLong a{
	text-decoration:line-through;
	color: #666666;
}


.videoContainerImage {
	float: left;	
}
	
.videoContainerTextCopyLong {
	margin-top: 2px;
	float: left;
	width: 200px;
	padding-left: 18px;
	color: #99FF99;
}


.videoContainerImage {
	float: left;	
}

.videoContainerTextHeader {
	float: left;
	width: 95px;
	padding-top: 3px;
	padding-left: 18px;
	/* 	background-color: #00FF99;  */
	background: url(../images/green_plus.gif) no-repeat 6px 3px;
	font-size: 9px;
	color: #339900;
	font-weight: bold;
}

.videoContainerTextHeaderLong {
	float: left;
	width: 150px;
	padding-top: 3px;
	padding-left: 18px;
	/* 	background-color: #00FF99;  */
	background: url(../images/green_plus.gif) no-repeat 6px 3px;
	font-size: 9px;
	color: #339900;
	font-weight: bold;
}


.videoContainerTextCopy {
	margin-top: 2px;
	float: left;
	width: 95px;
	padding-left: 18px;
}

.videoContainer a {
	text-decoration: none;
	color: #666;
}

.videoContainer a:hover{
	color: #999;
}



/* Stock Ticker Container */
.stockTickerContainer {
	width: 170px;
	height: 112px;
	background: url(../images/stockTicker_bg.gif) no-repeat ;
	padding-left: 15px;
	padding-top: 5px;	
}
.stockTickerPanel_1 {
	margin-left: 15px;
	padding-top: 5px;
	font-size: 9px;
	color: #339900;
	font-weight: bold;
}
.stockTickerPanel_2 {
	height: 25px;
	padding-top: 15px;
	font-size: 12px;
	color: #666;
}

.stockPrice {
	width: 100px;
	float: left;
}

.stockPrice span {
	color: #339900;
	font-weight: bold;
}

.stockTickerUp {
	padding-left: 10px;
	padding-right: 18px; 
	text-align: right;
	float: right;	
	color: #339900;
	background: url(../images/arrow_up.gif) no-repeat 0px 5px;
}

.stockTickerDown {
	padding-left: 10px;
	padding-right: 18px; 
	text-align: right;
	float: right;	
	color: #cc0000;
	background: url(../images/arrow_down.gif) no-repeat 0px 5px;
}

.stockTickerPanel_3 {
	padding-top: 5px;
	font-size: 10px;
	color: #666;
}

.rotating_entry{
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}

