/* ================================================= */
/* This file created by Aivah                        */
/* Dated: 30th Nov 2008	                             */
/* Copyright : 2008 Aivah.com                        */
/* Stylesheet: tables.css                            */
/* ================================================= */
table {
		border-collapse:collapse;
		font-size:12px;
}
table.standardTable {
    background-color: #E4E4E4;  
     border: none;  
}

table.standardTable td, th {
    border: none;
}

table.standardTable Img {
    cursor: hand;
}
    
td, th 	{vertical-align:top;border-collapse: collapse;}
td.left	{padding: 5px 10px 0 0;	text-align:left; vertical-align:top;}
th.left	{padding:10px;text-align:left; vertical-align:top;}

caption 	{
		padding: 5px 10px;
		text-align: left;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		background:#414141 url(../../images/caption.gif) repeat-x;
		width:auto;
		color: #414141;
}

/* ================================================= */
/* Menu Link                                         */
/* ================================================= */

table a {text-decoration:none;}
table a:link {}
table a:visited {}

/* ================================================= */
/* Heads Footer                                      */
/* ================================================= */

thead th{
background:#414141 url(../../images/menu.gif) repeat-x;
color:#FFFFFF;
font:bold 12px Arial, Helvetica, sans-serif; 
text-transform: capitalize;
height: 16px;
padding: 8px;
text-align: left;
}
tfoot th{
background:#414141 url(../../images/menu.gif) repeat-x;
font:bold 8pt Arial, Helvetica, sans-serif; 
color:#FFFFFF;
text-transform:uppercase;
text-align:left;
}
tfoot td 				
{
background:url(../../images/caption.gif) repeat-x;
}

th.capt 				
{
background:url(../../images/caption.gif) repeat-x;
text-align:left;
color:#414141;
		font:bold 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
}
/* ================================================= */
/* Table Body                                        */
/* ================================================= */

tbody th	{padding: 10px;}
tbody td 	{padding: 0;}
tbody th 			{white-space: nowrap; background:url(../../images/thLine.gif) repeat-x; text-align:left;color:#fff;
		font:bold 14px Arial, sans-serif;
		text-transform: capitalize;
}
tbody th a 			{color:#333;}
.odd 				{}
td img 			{padding: 0 2px;}

table.Spacing  
{   
   border-width:1px 0px 1px 0px;
   color: #333; 
   background-color: #ffffff; 
   width: 100%;
   *width: 99%;
}
.Spacing>tbody>tr>td
{
   padding: 7px;
   border: 0;
   background-color: #ffffff;  
}

.Spacing>tbody>tr>td img
{
	padding: 0;
}

table.DashboardPage  
{         
   background-color: #ffffff; 
   width: 100%;
}
table.DashboardPage td
{
	width: 33%;
   padding: 7px;
   border-bottom: 1px solid #E4E4E4;
}




/*WEBEDITOR STYLES*/

.WebEditor td
{
    background-color: Transparent;
}

.WebEditor td img 
{
padding-top: 0pt;
padding-right: 0px;
padding-bottom: 0pt;
padding-left: 0px;
}

.WebEditor td, th 
{
vertical-align: top;
border: none;
}

.BgColor
{
    background-color: #ffffff;
}

/*LOGIN TABLE*/

.LoginTable td
{
   padding: 2px;
   border: 0;
}

table.LoginTable  
{   
   border-color: #E4E4E4;
}