/* CSS Document */
body {
  background-color: #FFCE3D;
  background-image: url("../templates/images/texturamantel.jpg");
  font-size: 14px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#container {
  width: 1000px;
  background-color: transparent;
  background-image: url("../templates/images/content.jpg");
  background-repeat: repeat-y;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

div#banner {
  background-image: url("../templates/images/banner.jpg");
  background-repeat: no-repeat;
  width: 1000px;
  height: 150px;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

div#leftNavigation {
  margin-top: 20px;
  width: 235px;
  font-size: 12px;
  margin-left: 15px;
  float: left;
}

div#leftNavigation a {
  color: #105a98;
  text-decoration: none;
  font-weight: bold;
}

div#leftNavigation a:hover {
  background-color: #105a98;
  color: #ffffff;
}

a.leftNavMenuItemOff {
  display: block;
  color: #000000;
  text-decoration: none;
  width: 229px;
  height: 19px;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0c0c0;
}

a.leftNavMenuItemOff:hover {
  background-color: #105a98;
  color: #ffffff;
}

a.leftNavMenuItemOn  {
  display: block;
  color: #808080;
  text-decoration: none;
  width: 229px;
  height: 19px;
  font-weight: bold;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0c0c0;
}

a.leftNavMenuItemOn:hover {
  background-color: #105a98;
  color: #ffffff;
}

div#leftNavigation .leftNavMenuItem_lev0 a:hover {
  background-color: transparent;
  color: #000000;
}

div#leftNavigation .leftNavMenuItem_lev1 {
  margin-left: 10px;
}

div#leftNavigation .leftNavMenuItem_lev1 a {
  width: 175px;
}

div#leftNavigation .leftNavMenuItem_lev2 {
  margin-left: 20px;
}

div#leftNavigation .leftNavMenuItem_lev2 a {
  width: 209px;
}

div#social_networks {
background-color:trasparent;
margin-left: 10px;
float: left;
clear: both;
}

div#content {
	background-image: url("../templates/images/dottedLine.jpg");
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-left: 250px;
	padding-left: 15px;
	margin-right: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	min-height: 1500px;
}

div#content h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	color: #105a98;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #105a98;
	*/
	text-align: center;
}

div#footer {
  background-color: #7B7D7B;
  background-image: url("../templates/images/bottom_spacer.jpg");
  background-repeat: repeat-x;
  height: 40px;
  text-align: center;
  font-size: 22px;
}

div#footerLeft {
  background-image: url("../templates/images/bottom_left.jpg");
  background-repeat: no-repeat;
  width: 9px;
  height: 40px;
  float: left;
}

div#footerContent {
  background-color: transparent;
  padding-top: 2px;
  padding-right: 15px;
  color: #A00;
}

div#footerRight {
  background-image: url("../templates/images/bottom_right.jpg");
  background-repeat: no-repeat;
  width: 9px;
  height: 40px;
  float: right;
}

span#modificationDate {
  font-size: 12px;
}

/*Database styles*/
#image_div {
  float: left;
  margin-right: 15px;
}

.table_recipes {
  border-color: #000000;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}

.first_col_recipes {
  width: 405px
}

.second_col_recipes {
  width: 140px;
}

.even_row_recipes {
  background-color:#F01700;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.even_row_recipes td
{
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.odd_row_recipes
{
  background-color:#FFFFFF;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #000000;
}

.odd_row_recipes td
{
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.image_col_recipes
{
  background-color:#FFFFFF;
  width:  153px;
  height: 98px;
}

.image_col_recipes td {
  margin: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.even_row_recipes .image_col_recipes {
  padding: 0px;
}

.recipe_thumbnail {
  border: 0px;
  margin: 0px;
  width: 153px;
  height: 98px;
  display: block;
}

.recipe_data_header {
	width: 190px;
}

.advanced_recipe_search
{
  	padding-right: 5px;
	width: 150px;
}

.table_contact td {
	vertical-align: top;
}