				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 				 
/* For IsGood title. */
.isgood_title
{
	font-family:Georgia; 
	font-size:18px; 
	color:#FFCE00;
}


/* For Radar title. */
.radar_title
{
	font-family:Georgia; 
	font-size:18px; 
	color:#C7C1A5;
}


/* For FullRoster title. */
.fullroster_title
{
	font-family:Georgia; 
	font-size:18px; 
	color:#ffffff;
}

/* All places where we use font side 10 and family verdana. */
.sub_title
{
	font-size:10px; 
	color:#797767;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

/* All places where we use font side 11 and family verdana. */
.sidetxt
{
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
    color:#797767;
}

/* All places where we use color 999999. */
.common_color
{
	color:#797767;
}

/* Text color which come on right side of search box. */
.fullroster_sidetxt_color
{
	color:#ffffff;
}

/* We need to change radar band name color and text color which come on right side of search box. */
.radar_sidetxt_color
{
	color:#C7C1A5;
}

/* We need to change IsGood band name color and text color which come on right side of search box. */
.isgood_sidetxt_color
{
	color:#FFCE00;
}

/* View all text color in search box. */
.view_all_color
{
	color:#ffffff;
}

/* font weight for Band Name and text below title. */
.txt_weight
{
	font-weight:bold;
}

/* Pagination style. */
.pagination_style
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14120B;
	font-weight:normal;
}

/* Foa fan name color */
.fan_name_color
{
    color:#FFF;
}


