/*
Theme: MA_DB
Author: Gideon Cole
Web site: http://www.aus3d.com/
*/

BODY
{
 scrollbar-face-color: #C2BFC2;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-track-color: #FFFFFF;
 scrollbar-arrow-color: #FFFFFF;
 font-family:Tahoma;
 FONT-SIZE:10pt;
 color:black;
}

table 
{
 border-collapse: collapse;
 border-spacing: 1px;
 background: #FFF;
}

td, th  
{
 padding:6px 6px;
 border-bottom:solid 1px #eee; 
 vertical-align:top;
}

table caption
{
 background: #efefef;
 color: #333;
 text-align: center;
 font-size: 1.2em;
 line-height:3em;
}

thead th 
{
 background: #eee;
 border-bottom:solid 1px #ddd;
 border-top:solid 1px #fff;
 text-align:left;
}

tfoot td, tfoot th
{
 background: #eee;
 border-bottom:solid 1px #fff;
 border-top:solid 1px #ccc;
} 

tr.odd td, tr.odd th 
{
 background:#edf3fe;
}

/* links */

td a, td a:visited 
{
 padding-top:6px;
 padding-bottom:6px;
 margin-top:-6px;
 margin-bottom:-6px;
}

td a 
{
 color:#333;
}

td a:visited 
{
 color:#999;
}

tbody th a 
{
 background: url(table.png) center left no-repeat;
 padding-left:20px;
 color:#333;
}

tbody a[title^="Add"] 
{ 
 background: url(add.png) center left no-repeat;
 padding-left: 20px;
}

tbody a[title^="Edit"] 
{ 
 background: url(edit.png) center left no-repeat;
 padding-left: 20px;
}

tbody a[title^="Delete"] 
{ 
 background: url(delete.png) center left no-repeat;
 padding-left: 20px;
}

tbody a[title^="Empty"] 
{ 
 background: url(delete.png) center left no-repeat;
 padding-left: 20px;
}


