/* 
    Document   : index
    Created on : Aug 27, 2009, 11:27:33 PM
    Author     : Rafael Roballo
    Description:
        Purpose of the stylesheet follows.
*/

/*****************************************************************
 ** General 													**
 *****************************************************************/
.Body           {position: relative; padding: 0px; margin: 0px; background: url("../images/background.png") 0 0 repeat-x #FCFAE6; color: #3D3C2C;}
.DefaultFont    {font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.SmallFont      {font: 10px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.MainPanel      {position: relative; left: 10%;}

/*****************************************************************
 ** Title Area													**
 *****************************************************************/
.TitleArea		{height: 100px;}
.LogoSubArea 		{width:	500px; height: 100px; vertical-align: middle;}
.RestrictAccessSubArea 	{width: 300px; height: 100px; vertical-align: middle;}
.RestrictDivider	{width: 1px; height: 80px; border-left: 1px solid #A8A790;}
.RestrictAccessTitle 	{margin-left: 3px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.EmailText		{width: 50px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.PasswordText		{width: 50px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.EmailForm		{width: 130px; height: 20px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; vertical-align: middle; border: 1px solid #BED6F8; background-color: #FFFFFF;}
.PasswordForm		{width: 130px; height: 20px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; vertical-align: middle; border: 1px solid #BED6F8; background-color: #FFFFFF;}
.ConfirmButton		{height: 20px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; vertical-align: middle; border: 1px solid #BED6F8; background-color: #FFFFFF;}

/*****************************************************************
 ** Menu Area													**
 *****************************************************************/
.MenuArea           {position: relative; height: 15px; vertical-align: middle; top: -2px;}
.MenuArea a         {text-decoration: none; color: #3D3C2C;}
.MenuArea a:hover   {text-decoration: none; color: #3D3C2C;}
.ItemArea           {width: 135px; height: 15px; border-right: 1px solid #A8A790;}
.ItemAreaLast       {width: 135px; height: 15px;}

/*****************************************************************
 ** Main Area													**
 *****************************************************************/
.SideSubArea	  {width: 250px; vertical-align: top;}
.ContentSubArea   {width: 550px; vertical-align: top;}
.ContentText	  {width: 156px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}
.ContentLargeText {width: 310px; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif; text-align: justify;}

/*****************************************************************
 ** Footer Area												 	**
 *****************************************************************/
.FooterArea         {width: 100%; height:120px; background:url("../images/background-footer.png") repeat-x;}
.AddressArea        {position: relative; left: 10%; font: 12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;}