﻿.attention
{
    color: #f00;
    margin: 0 5px 0 5px;
    font-weight: bold;
}

.attention-grid
{
    color: #f00;
    font-weight: bold;
}

.progress
{
    color: #000;
    background-color: #ff0;
    padding: 5px;
    position: fixed;
    top: 0;
    left: 45%;
    font-weight: bold;
}

body 
{
    font-family: Verdana, Arial;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    margin: 0;
    
}

h1
{
    font-size: 20px;
    background-color: #616161;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
}

#content
{
    margin: 0 10px 10px 10px;
}

.logintoreserve
{
    color: #00f;
    text-decoration: underline;
    cursor: pointer;
}

#criteriafields
{
    display: none;
    position: absolute;
    box-shadow: 3px 3px 3px #888;
    border: solid 1px #888;
    background-color: #fff;
    z-index: 10;
}

#advancedsearch
{
    font-size: 10px;
    color: #00f;
    cursor: pointer;
}

a
{
    
}

.authenticationcontainer
{
    background-color: #fff;
    width: 400px;
    height: 300px;
}

fieldset.login
{
    margin: 0 auto 0;
    width: 400px;
}

select
{
    width: 200px;
    font-size: 11px;
    border: solid 1px #E1E1E1;
    outline: none;
}

select:hover
{
    border: solid 1px #A0A0A0;
}

.select-active
{
    border: solid 1px #2A55FF;
}

.gridview
{
    font-size: 12px;
    border: 0;
    width: 100%;
    border: solid 1px #E1E1E1;
    z-index: 1;
}

.gridview-cell-hover
{
    background-color: #C0C0C0;
}

.gridview-paging
{
}

.gridview-item
{
}

.gridview-alt
{
    background-color: #F0F0F0;
}

.title
{
    font-weight: bold;
    font-size: 14px;
}

.titlecontainer
{
    padding-bottom: 5px;
}

.subtitle
{
    font-style: italic;
    font-size: 10px;
}

.item-photo
{
    width: 65px;
    float: left;
    padding: 10px;
    background-image: url('images/NoImageavailable.jpg');
    background-repeat: no-repeat;
}

.searchcriteria legend
{
    display: none;
}

.searchbox
{
    font-size: 22px;
    width: 400px;
    border: solid 1px #066BB8;
    outline: none;
    padding: 4px;
    color: #2A55FF;
}

.searchbox:hover
{
    box-shadow: inset 2px 2px 2px #ccc;
}

.searchbox-active
{
    border: solid 1px #2A55FF;
}

.searchbutton
{
    height: 36px;    
    width: 120px;
    font-size: 16px;
    border: solid 1px #000;
    padding: 3px;
    background-color: #066BB8;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.searchbutton:hover
{
    box-shadow: 0 0 10px #58B4FA;
}



.formitemrow
{
    clear: both;
    margin-bottom: 10px;
}

.formitem
{
    float: left;
    padding-right: 10px;
}

label
{
    display: block;
    font-size: 11px;
}

.checkbox
{
    display: block;
    position: relative;
    top: 12px;
}

.checkbox label
{
    display: inline;
}

.progress
{
    position: fixed;
    top: 0;
    left: 45%;
    background-color: #ff0;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

fieldset.auth
{
    margin: 20px;
    border: none;
    text-align: center;    
}

fieldset.auth legend
{
    display: none;
}

fieldset.auth input
{
    width: 250px;
    font-size: 18px;
}

fieldset.auth select
{
    width: 256px;
    font-size: 18px;
}

fieldset.auth input[type="submit"]
{
    width: 120px;
    font-size: 16px;
    border: solid 1px #000;
    padding: 3px;
    background-color: #066BB8;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

fieldset.auth input[type="submit"]:hover
{
    box-shadow: 0 0 10px #58B4FA;
}

.small-button
{
    height: 27px;
    width: 30px !important;
    font-size: 14px !important;
}

.small-button:hover
{
    box-shadow: 0 0 10px #58B4FA;
}

fieldset.auth a
{
    font-size: 18px;
}

fieldset
{
    background-color: #fff;
}

fieldset.searchcriteria
{
    border: solid 1px #E1E1E1;
    padding: 15px;
    margin: 0 0 20px 0;
}

.buttons
{    
}

.details
{
    font-size: 10px;
    vertical-align: top;
}

.mega-title
{
    font-size: 30px;
    text-align: center;
    background-color: #616161;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
}

.item-info
{
    font-size: 16px;
    color: #000;
    text-align: center;
}