.mobile
{
    margin-left: auto;
    margin-right: auto;
    #border: 1px solid black;
    padding: 5px;
    background-color: #B8DBFF;
    font: 16px Trebuchet MS, Verdana, Arial, Helvitica, sans-serif;
    color: black
}
.mobile a
{
    color: #1d558d;
    font-weight: bold;
    text-decoration: none;
}
.mobile a:link
{
    
}
.mobile a:visited
{
    
}
.mobile a:hover
{
    text-decoration: underline;
}
.mobile a:active
{
    
}

@media screen and (orientation: portrait)
{

    .mobile
    {
        width: 375px;
    }
}

@media screen and (orientation: landscape)
{
    .mobile
    {
        width: 800px;
    }
}


.button
{
    display: inline;
    text-align: center;
    width: 50%;
    height: 40px;
    padding: 5px;
    background-color: #B8DBFF;

    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.button img
{
    float: right;
    margin-top: -5px;
    margin-right: 5px;
}

.active
{
    #background: url(../images/tab_selected.png) bottom left no-repeat;
    background-color: #6699cc;
}

.inactive
{
    #background: url(../images/tab_unselected.png) bottom left no-repeat;
    background-color: #336699;
}

#contentDisplay
{
    
}

.infoContent
{
    background: url(../images/input.png) top repeat-x;
    padding: 5px;
    background-color: white;
}

.infoContent a
{
    font-size: 24px;
}


#inputBar
{
    background-color: #6699cc;
    padding: 5px;
    text-align: center;

    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#inputBar input
{
    vertical-align: middle;
    height: 21px;
    border: none;
    padding-left: 5px;
    background: url(../images/input.png) top repeat-x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 235px;
}

#inputBar a, #inputBar input[type=submit]
{
    vertical-align: middle;
    background-color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    color: #1d558d;
    text-decoration: none;
}