/* Style sheet for Garstang.org Hotel Pubs and Restuarant lists opening times table */

table#opening {
    background-color:#ffffff;
    border: solid #0000000 3px;
	padding:0 0 0 40px;
    width: 600px;

}
table#opening {
	font-family: verdana, Arial, Helvetica, sans-serif;
        margin:0;
	font-size: 10px;

	font-weight: normal;
	}


table#opening td {
    padding: 1px 4px 1px 4px;
    border: solid #000000 1px;

}

.data {
    color: #000000;
    text-align: center;
    background-color: #ccccccC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #ffffcc;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 120px;
    background-color: #cccccc;

}