TABLE.event {
	font-size: large;
        background-color: green;
        background-image: none;
        width: 80%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}

TABLE.pastevent {
	font-size: x-small;
	color:lightgray;
        background-color: gray;
        background-image: none;
        width: 60%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}
TABLE.archived {
        background-color: #9aea4b;
        background-image: none;
        width: 60%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}
TABLE.cancelled {
	font-size: large;
        background-color: green;
        background-image: url(../../images/cancelledgig.png);
	background-repeat: repeat-x;
	background-position: center;
        width: 80%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}
TABLE.pastcancelled {
	font-size: x-small;
	color:lightgray;
        background-color: gray;
        background-image: url(../../images/cancelledgig.png);
	background-repeat: repeat-x;
	background-position: center;  
	width: 60%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}
TABLE.archivecancelled {
        background-color: #9aea4b;
        background-image: url(../../images/cancelledgig.png);
	background-repeat: repeat-x;
	background-position: center;
        width: 60%;
        /* next two are equivalent to the (deprecated) ALIGN=CENTER attribute */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border: 0;
        padding: 5px;
}
/* Table entries. gigdetails for artiste name and date, gigblurb for the explanation of who and what */

TD.gigdetails {font-size:172%;}
TD.gigblurb {font-size:144%;}
