/* The big title */
td.Business_Title
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/business/Business_Bk.png);
   background-repeat: repeat-x;
}

*.Business_Title h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}


/* Style for the left column */
td.Business_LeftColumn
{
  width: 430px;
  padding-left: 14px;
  padding-top: 10px;
  vertical-align: top;
  padding-right: 14px;
}

/* Style for the right column*/
td.Business_RightColumn
{
  width: 450px;
  padding-left: 14px;
  padding-top: 10px;
  vertical-align: top;
}

/* Middle column */
td.Business_MiddleColumn
{
  text-align: center;
  vertical-align: middle;
  width: 43px;
}

/* Title for the flash in the right panel */
*.Business_RightFlashTitle
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  /*background-color: red;
  height: 75px;*/
  padding-right: 10px;
}

/************* Style for empty cells ***************/

td.Business_EmptyCell1
{
  height: 30px;
}

td.Business_EmptyCell2
{
  height: 20px;
}

td.Business_EmptyCell3
{
  height: 50px;
}


td.Business_EmptyCell4
{
  height: 40px;
}



