/*
==========================================
= COLORS =================================
==========================================
// Default colors
#F0F0F0 - DEFAULT_BGCOLOR' , ""); //
#A0A0A0 - DEFAULT_BGCOLOR_DARKER' , "");
#FFFFFF - DEFAULT_BGCOLOR_LIGHTER' , "");
#D0D0D0 - TD_BGCOLOR_DARK' , ""); // Darker
#E0E0E0 - TD_BGCOLOR_LIGHT' , ""); // Lighter
#FFFF33 - TD_BGCOLOR_HIGHLIGHTED' , ""); // Extra special standout color

*/  

/*
==========================================
= TABLES =================================
==========================================
*/

table.rec_info {
	width: 298px; 
	height: 25px;
	background-color: #E0E0E0;
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #A0A0A0; 
	border-bottom-color: #A0A0A0; 
	border-right-color: #FFFFFF; 
	border-left-color: #D0D0D0; 

}

table.rec_latest3 {
	width: 302px; 
	background-color: #F0F0F0; 
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

/*
==========================================
= DIV ====================================
==========================================
*/  

div.label
{
  margin: 0px;
  border: 0px;
  height: auto;
  width: auto;
	}
div.label img
{
  margin: 0px;
  border: 2px solid #F0F0F0;
  height: 150px;
  width: 150px;
}
div.label a:hover img {
	border: 2px solid #A0A0A0;
}


/*
==========================================
= TD =====================================
==========================================
*/

/*
==========================================
= Hx =====================================
==========================================
*/

