/*
    gb_add.css
    css for the grayBox widget content
    andre beaudry for Aquent
    
    IE6 is not required
*/
body, table, div{   
    margin:0;
    padding:0;
}
body{
    background-color:#666666;
}



table, tr, td{
    margin:0;
    padding:0;
    line-height:0;    
}
table{ 
    background-color:#666666;
}
td{
    padding:0 20px;
}
td.GBlabel{    
    color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;    
	font-weight: normal;
	text-decoration: none;
    text-align:left;
    height:20px;
    line-height:1em;
    vertical-align: middle;
}

td.GBclose{
    text-align:right;        
    height:20px;
    vertical-align: middle;
}

td.GBclose a:link,
td.GBclose a:active, 
td.GBclose a:visited,
td.GBclose a:hover{
	color: #FF6633;    
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;    
	font-weight: normal;
	text-decoration: none;   
}
 
