/*********************************************************************
 clear fix class to force blocks to render correctly when 
 content floats
**********************************************************************/
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf { 
	display: inline-table;
}
.cf { 
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */

/*********************************************************************
 Global definitions
**********************************************************************/
* {
	padding: 0; margin: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
strong {
    font-weight: bold;
}
span 
{
    font-size: inherit;
}
/*********************************************************************
 Custom Tags
**********************************************************************/
body 
{
	background: #fff;
	padding: 0;
	margin: 0;
}
a 
{
    color: #0468b2;
}
a:hover
{
    text-decoration: underline;
}
/*********************************************************************
 Recetas search form
**********************************************************************/

div.recetas_search
{
    background: #E4FDA2;
	margin-bottom: 12px;
	border-bottom: 1px solid #BFBFBF;
	padding: 0px 6px 9px 6px; 
}

.titlebox-green {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	background-image: url(../images/img/green.gif);
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	color: #4a4a4a;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
}


div.recetas_search ul
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    margin: 5px 0 5px 0;
}
div.recetas_search ul.x
{
    width: 58%;
}
div.recetas_search ul li {
	background: url(../images/bullet_sq_orange.gif) no-repeat 0 5px;
	padding-bottom: 2px;
}
div.recetas_search ul li a {
	padding-left: 7px;
}
div.recetas_search p
{
    padding: 5px 0 5px 0;
}

div.recetas_search .recetas_search
{
	width:100%;
}

div.recetas_search .recetas_search .btnSearch {
    background: #36B449;
	border-top: 1px solid #B4E74C;
	border-right: 1px solid #B4E74C;
	border-bottom: 1px solid #007236;
	border-left: 1px solid #007236;	
	font-weight: bold;
	color: #fff;
}
div.recetas_search .recetas_search  .txtSearchText {
	background: #fff;
	border-top: 1px solid #B4E74C;
	border-right: 1px solid #B4E74C;
	border-bottom: 1px solid #007236;
	border-left: 1px solid #007236;	
	padding: 1px 2px 1px 2px;
	font-weight: normal;
	color: #000;
	width: 150px;
	margin-right: 2px;
}

/*div.recetas_search table#basic_group_panel tbody tr td ,
div.recetas_search table#basic_group_panel tbody tr td table tbody tr td
{
    line-height: 0px;
    font-size: 0px;
}

div.recetas_search table#basic_group_panel,
div.recetas_search table#basic_group_panel tbody tr td table,
div.recetas_search table#basic_group_panel tbody tr td,
div.recetas_search table#basic_group_panel tbody tr td table tbody tr td {
    width: auto;
    margin: 0;
    padding: 0;
}
div.recetas_search table#basic_group_panel tbody tr td table tbody tr td p {
    display: none;
}
div.recetas_search input {
    background: #36B449;
	border-top: 1px solid #B4E74C;
	border-right: 1px solid #B4E74C;
	border-bottom: 1px solid #007236;
	border-left: 1px solid #007236;	
	font-weight: bold;
	color: #fff;
}
div.recetas_search input#ecmBasicKeywords {
	background: #fff;
	border-top: 1px solid #B4E74C;
	border-right: 1px solid #B4E74C;
	border-bottom: 1px solid #007236;
	border-left: 1px solid #007236;	
	padding: 1px 2px 1px 2px;
	font-weight: normal;
	color: #000;
	width: 150px;
	margin-right: 2px;
}*/