﻿#screenSlideControl 
{
    width:auto;
    height:400px !important;
    position:relative;
}

.screenWrapper 
{
    width:auto;
    height:390px;
    float:left;
    overflow:hidden;
    border:1px solid #ccc;
}

.screenBar
{
    width:45px;
    height:390px;
    color:#666;
    background:#efefef;
    cursor:pointer;
    float:left;
    border:1px solid #fff;
    padding:0;
    font-size:10px;
}

.screenBar:hover
{
    background:#ddd;
}

.screenBar label
{
    margin:10px 0 0 0;
    display:block;
    font-size:10px;
    height:100%;
    width:100%;
    padding:0;
    text-transform:uppercase;
    text-align:center;    
}

.screenContainer
{
    width:504px;
    height:380px;
    float:left;
    background:#fff;
    display:none;
    color:#a9a9a9;
    padding:10px;
}

#screenLoading
{
    display:none;
}

.screenContent
{
    display:none;
    width:100%;
    float:left;
}

.screenContent h3
{
    color:#d0142c;
    font-weight:normal;
    font-family:"Verdana";
    margin:0 0 5px 0;
}

.screenContent td
{
    border-bottom:1px dotted #ccc;
    height:16px;
    vertical-align:bottom;
}

.screenContentLabel
{
    width:150px;
    text-transform:uppercase;
    padding:0 10px 0 0;
    font-size:10px;
}

.screenContentValue
{
    color:#666;
}