/* ************************************************************************	* */
/* * Global Styles															* */
/* ************************************************************************	* */
body
{
    font-family: Arial;
    font-size: 12px;
}

/* ************************************************************************	* */
/* *******************************      ***********************************	* */
/* *******************************      ***********************************	* */
/* *******************************      ***********************************	* */
/* *******************************      ***********************************	* */
/* *******************************      ***********************************	* */
/* *******************************      ***********************************	* */
/* **************************                ******************************	* */
/* ***************************              *******************************	* */
/* ****************************            ********************************	* */
/* *****************************          *********************************	* */
/* ******************************        **********************************	* */
/* *******************************      ***********************************	* */
/* ********************************    ************************************	* */
/* *********************************  *************************************	* */
/* ************************************************************************	* */
/* * Don't for get to copy the style from style.css for feature specific	* */
/* ************************************************************************	* */


/* ************************************************************************	* */
/* * FEATURE Styles															* */
/* ************************************************************************	* */
.white_header
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.green_header
{
	color: #5e8f00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
/* * left																	* */
/* ************************************************************************	* */
.left_blank_container
{
	display: block;
	text-align: left;
	padding: 15px; 
}
.left_title_yellow
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_bg_title_yellow.gif) rgb(255,255,204) no-repeat;
	color: #666;
	padding: 5px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
	border-bottom: 1px solid #cfcfcf;
	font-size: 14px; 
}
.left_title_red
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_bg_title_red.gif) no-repeat;
	color: #666;
	padding: 5px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
	font-size: 14px; 
	color: #fff;
}
.left_title_lime
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_bg_title_lime.gif) no-repeat;
	color: #666;
	padding: 5px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
	font-size: 14px; 
	color: #fff;
}
.left_title_green
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_bg_title_green.gif) no-repeat;
	color: #666;
	padding: 5px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
	font-size: 14px; 
	color: #fff;
}
.left_title_orange
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_bg_title_orange.gif) no-repeat;
	color: #666;
	padding: 5px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
	font-size: 14px; 
	color: #fff;
}
.left_body_white
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_body_white.gif) rgb(255,255,255) no-repeat 0 100%;
	color: #666;
	padding: 10px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
}
.left_body_lightpink
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/left_body_lightpink.gif) rgb(248,249,251) no-repeat 0 100%;
	color: #666;
	padding: 10px 15px;
	width: 157px; /* 187 - (15*2) = 157px */
}



/* * Right																	* */
/* ************************************************************************	* */
.right_blank
{
	display: block;
	text-align: left;
	color: #666;
	padding: 10px 15px;
	width: 153px; /* 183 - (15*2) = 153px */
}
.right_green_container_top
{
	display: block;
	text-align: left;
	background: url(/resources/mahatma_spanish/images/features/right_bg_green_top.gif) rgb(153,199,5) no-repeat;
	color: #fff;
	padding: 10px 15px 0;
	width: 153px; /* 183 - (15*2) = 153px */
}
.right_green_container_bottom
{
	display: block;
	background: url(/resources/mahatma_spanish/images/features/right_bg_green_bottom.gif) rgb(153,199,5) no-repeat 0 100%;
	color: #99c705;
	width: 183px
}
.right_orange_border_container
{
	display: block;
	text-align: left;
	border: 5px solid #f36520;
	padding: 15px;
	width: 143px; /* 183 - (15*2) - (5*2) = 143px */
}
.right_green_container
{
	display: block;
	text-align: left;
	background-color: #047a7e; 
	width: 153px; /* 183 - (15*2) = 153px */
	padding: 15px;
	color: #fff;
}
.right_red_container
{
	display: block;
	text-align: left;
	background-color: #e2254e; 
	width: 153px; /* 183 - (15*2) = 153px */
	padding: 15px;
	color: #fff;
}
.right_orange_container
{
	display: block;
	text-align: left;
	background-color: #eb4f03; 
	width: 153px; /* 183 - (15*2) = 153px */
	padding: 15px;
	color: #fff;
}
.right_lime_container
{
	display: block;
	text-align: left;
	background-color: #99c605; 
	width: 153px; /* 183 - (15*2) = 153px */
	padding: 15px;
	color: #fff;
}