﻿.quicktake_left
{
	width:140px;
	float:left;	
	margin-right:10px;
}

.quicktake_right
{
	width:600px;
	float:left;
	margin-right:10px;
}

.quicktake_right_ad
{
	width:180px;
	float:left;
}

.quicktake_bar
{
	height:18px;
	line-height:18px;
	width:565px;
	background-color:#999999;
	padding:0px 0px 0px 0px;
}

.quicktake_bar_half
{
	height:18px;
	line-height:18px;
	width:275px;
	background-color:#999999;
	padding:0px 0px 0px 0px;
}

.quicktake_bar_title
{
	float:left;
	color:white;	
	padding-top:2px;
	padding-left:2px;
}

.quicktake_bar_date
{
	float:right;
	color:white;
	font-size:12px;		
	padding-top:2px;
	padding-right:2px;
}

.quicktake_tab_active
{	
	width:135px;
	height:25px;	
	line-height:25px;
	padding-left:20px;
	background-image:url('../images/StkQT_tabback_on.gif');
	background-position: left:0px top:0px right:135px bottom:25px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.quicktake_tab_active_withimg
{	
	width:135px;
	height:25px;	
	line-height:25px;
	padding-left:2px;
	padding-top:6px;
	background-image:url('../images/StkQT_tabback_on.gif');
	background-position: left:0px top:0px right:135px bottom:25px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.quicktake_tab_inactive_withimg
{	
	width:135px;
	height:25px;	
	line-height:25px;
	padding-left:2px;
	padding-top:6px;
	background-image:url('../images/StkQT_tabback_off.gif');
	background-position: left:0px top:0px right:135px bottom:25px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.quicktake_tab_inactive
{	
	width:135px;
	height:25px;	
	line-height:25px;
	padding-left:20px;
	background-image:url('../images/StkQT_tabback_off.gif');
	background-position: left:0px top:0px right:135px bottom:25px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.quicktake_fundname
{		
	font-weight:700;
	font-size:14px;
}

.quicktake_line_gray
{                      
   width:565px;
   height:1px;       
   font-size:1px;    
   border-bottom: 1px solid gray;
}

.quicktake_line_black
{                      
   width:565px;
   height:1px;       
   font-size:1px;    
   border-bottom: 1px solid black;
}

.ms_table ul 
{
   list-style:none;
   display:block;
   margin:0px;
   clear:both;
   padding: 2px 0px 2px 0px;       
}        