@charset "UTF-8";
/* CSS Document */

body {background-color:black;
	color:white;
	font-family:arial, sans-serif;
	font-size:9pt;
	}
    .reservations {
	background-color: transparent;
    color: white;
    font-size: 8pt;
    line-height: 9pt;
    padding: 2px;
    }
    .reservationsTitle {
	background-color: #222;
    color: white;
    line-height: 11pt;
    padding: 2px;
	border-bottom:1px solid silver; 
	font-size:10pt; 
	font-weight:bold;
    }
	img {border:0;}
a {color:#09F; }

a:hover {color:#F00; }

.verticalBarTable {
	border-right:1px solid black;
	padding-left:4px;
}

a	{color:yellow;
}