/* 

Author:   José Guilherme Moreira 
Contact:  jgmoreira@gangnetworks.com 
Web Site: http://www.gangnetworks.com */ 

/* DynamicTable elements properties and values */ 

table.DynamicTable { 
background-color: #0022ad; 
margin: 0; 
text-align: left; 
font: 11px/13px Verdana, Helvetica, Sans-serif; 
color: #ffffff; 
} 

caption.DynamicTableCaption { 
background-color: #ffffcc; 
padding: 8px 25px 5px; 
text-align: center; 
font-weight: bold; 
color: #333333; 
text-decoration: none; 
} 

caption.DynamicTableCaption a:link, caption.DynamicTableCaption a:visited, caption.DynamicTableCaption a:hover, caption.DynamicTableCaption a:active { 
text-decoration: none; 
} 

td.DynamicTableCell { 
background-color: #ffffcc; 
padding: 3px; 
color: #333333; 
} 

.DynamicTableCell a:link, .DynamicTableCell a:visited, .DynamicTableCell a:hover, .DynamicTableCell a:active { 
background-color: transparent; 
color: #333333; 
text-decoration: none; 
} 

/**/
