/*------------------------------------------------------------*
**  TABLES
**  common table styling
**  Copyright - Simply Design
**------------------------------------------------------------*/
table {
	line-height:18px;
    margin:0;
	border-color:#d9cdb7;
}
#mainContent table {
	line-height:18px;
    margin:0;
	border-color:#d9cdb7;

}
table p{
	padding:0;

}

/*------------------------------------------------------------*
**  TABLES - SPECIFICS
**  specific table styling
**------------------------------------------------------------*/
table.gbentry {
    line-height:1.0em;
    border:1px solid #d9cdb7;      
    width:98%;
    margin: 5px;
    padding: 5px;
}
td.gbtitle {
    background-color:#d9cdb7;      
    font-weight:bold;
    line-height:1.0em;
    margin: 5px;
    padding: 5px;
    font-size:1.0em;
}
td.gbcontent {
    line-height:1.1em;
    padding: 5px;
    font-size:1.0em;
}
td.gbtitle img.button {
    border:0px solid #d9cdb7;      
    padding:0px;
    margin:0px;
    background:#d9cdb7;      
    width:auto;
}
