/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

body {
    background-color: #c2c1a2;
    min-width:960px;
}

ul,
ol {
                list-style: none;
}


.tv {
    background-image: url('/cam1/pics/tv2.png');
    background-position: top;
    background-repeat: no-repeat;
    margin: 0px;
    width: 900px;
    height: 840px;
}


.video {
    padding-top: 70px;
    width: 800px;
    height: 600px;
    position: inherit;
    margin-top: 0px;
}

.cam_list {
    height: 110px;
    padding: 0px;
    border: 10px solid #333333;
    background: #000000;
    }

.tdspace25
{
    width: 25px;
}

.tdspace12
{
    width: 12px;
}
.trspace16
{
    height: 16px;
}
.cam_list_txt {
    width: 140px;
    height: 20px;
    border-bottom: 1px solid #000000;
    text-align: center;
    font-family: Tahoma;
    color: #ffffff;
    background: #444444;
    font-size: 0.9em;
    padding: 5px;
	}

.cam_list_txt_selected {
    border-bottom: 1px solid #000000;
    text-align: center;
    font-family: Tahoma;
    color: #ffffff;
    background: #FFA621;
    font-size: 0.9em;
    padding: 5px;
    }

img {
    border: 0;
}

img:hover {
opacity:0.7;
}

.weather {
    height: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #444444;
    font-family: Tahoma;
    font-size: 0.9em;
                        
}

#vk_comments {
    border:15px solid #444444;
    margin-top: 10px;
    margin-bottom: 10px;
}

.copy {
    float: right;
    height: 20px;
    margin-top: 5px;
    font-family: Tahoma;
    color: #ffffff;
    font-size: 0.8em;
    padding-right: 30px;
}

#wdtable
{
    color: #88d046;
    text-align: right;
    font-size: 0.9em;
}

#fctable
{
    color: #88d046;
    text-align: right;
    font-size: 0.9em;
}

.textinfo {
    width: 250px;
    height: 30px;
    position: relative;
    left: 350px;
    top: 70px;
    background-color: #000;
    text-align: right;
    float: left;
    color: #88d046;
    font-family: Tahoma;
    font-size: 1.2em;
    visibility: hidden;
}

#currentTime {
    width: 250px;
    height: 30px;
    position: relative;
    left: 50px;
    top: 70px;
    background-color: #000;
    text-align: center;
    float: left;
    color: #88d046;
    font-family: Tahoma;
    font-size: 1.2em;
}

#frames
{
    margin:  5px;
    padding: 5px;
    -moz-box-shadow: 5px 5px 3px #777;
    -webkit-box-shadow: 5px 5px 3px #777;
    box-shadow: 5px 5px 3px #777;
}

#frames img
{
    width: 100%;
}

.cam_name
{
    background-color: #FFF;
    font-family: Tahoma;
    font-size: 1.2em;
    text-align: center;
    padding: 8px;

    -moz-box-shadow: 5px 5px 3px #222;
    -webkit-box-shadow: 5px 5px 3px #222;
    box-shadow: 5px 5px 3px #222;

}