body {
    background-color: #fff;
}

h3 {
    text-align: center;
    vertical-align: middle;
}

img {
    border: none;
}

#container {
    clear: both;
    float: left;
    width: 390px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-family: verdana, arial, helvetica, clean, sans-serif;
    font-size: 77%;
}

#dateSelection {
    clear: both;
    width: 240px;
    float: left;
}

#timeSelection {
    width: 100px;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}

#timeSelection select {
    width: 6em;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

fieldset {
    padding: 5px;
    border: 1px solid #999;
}

table {
    table-layout: fixed;
    width: 100%;
}

table td {
    text-align: center;
}

.slots {
    display: none;
}

.hasSlots {
    background-color: #888;
}

.selected {
    background-color: #333;
}

fieldset a {
    color: #fff;
}

.selected a {
    color: #fff;
}

.error{
    color: #f00;
    font-weight: bold;
}

label {
    font-weight: bold;
    clear: both;
    display: block;
    float: left;
    text-align: right;
    margin-right: 2px;
    width: 150px;
}

legend {
    font-weight: bold;
}

input[ type="text" ] {
    width: 220px;
    border: 1px solid #333;
    margin-top: 2px;
    margin-bottom: 2px;
}

textarea {
    border: 1px solid #333;
    width: 100%;
    height: 100px;
}

select.staff {
    width: 100%;
}

.buttons {
    clear: both;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.nextLink, input[ type="image" ] {
    float: right;
}

a.previous {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    height: 9px;
}

a.previous img {
    display: block;
    padding: 0;
    margin: 0;
}


/* content */
.bd p img
{
    padding: 5px;
}

.bd ul li
{
    margin-left: 20px;
    list-style: disc outside;
}

table
{
    width: 100%;
}

a
{
    text-decoration: none;
    color: #3b9275;
}

p, .bd ul, table
{
    margin-bottom: 10px;
}

h1
{
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;  
}

h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%; 
}

h3
{
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;  
}

h1,h2,h3
{
    /* top & bottom margin based on font size */
    margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong
{
    /*bringing boldness back to headers and the strong 
     * element*/
    font-weight:bold; 
}

abbr,acronym
{
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
} 

em
{
    /*bringing italics back to the em element*/
    font-style:italic;
}

