﻿.PageMenu
{
    height: 10px; 
    width: 100%; 
    background-color: #0046ad;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
}

#Page_Header-ROW td
{
    width: 100%;
}

#PageHeader
{
     width: 100%;
}

.PageMenuTable
{
    width: 100%;
} 

.PageMenuTable tr
{

}

.PageMenuTableHeaderTD
{
    background-color: #00255B; 
}

.PageMenuTableHeader
{
    background-color: #00255B; 
    cursor: pointer; 
    display: inline-block; 
    color: #C3F90C; 
    font-family: 'Montserrat-Regular', sans-serif; 
    font-size: 14px; 
}

.PageMenuSplit
{
    display: inline-block; 
    color: #C3F90C; 
    font-family: 'Montserrat-Regular', sans-serif; 
    font-size: 18px; 
    cursor: pointer;
}

.PageMenuForceWhiteBackground
{
    background-color: white !important;
}

#Setup_Video_ControlPanel
{
    width: 100%; 
    /*height: 710px;*/
    border-collapse: collapse;
    border: none;
}

#Setup
{
    /*width: 250px;*/ 
    vertical-align: top; 
    display: inline-block; 
  height: 824px;
}

#Video
{
    width: 800px; 
    /*min-width: 600px;*/ 
    vertical-align: top;
}

.SliderActivate
{
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
    width: 30px;
    min-width: 30px;
}

.SliderActivate a
{
    position: relative;
}

.SliderActivate img
{
    border: none; 
    margin-top: 50px;
}

.SliderActivate td
{
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
}

.ViewActivate
{
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
    width: 30px;
    min-width: 30px;
}

.ViewActivate a
{
    position: relative;
}

.ViewActivate img
{
    border: none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.ViewActivate td
{
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
}

#ControlPanelDiv
{
    width: 250px;
}

#SetupPanelDiv
{
    width: 250px;
}

#Legal
{
     width: 100%; 
     border-top: 1px solid lightgray;
}

#Legal td
{
    width: 50%;
}

#Legal div
{
    color: lightgrey; 
    font-family: arial; 
    font-size: 12px;
}

.vertical-text 
{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: white;
    padding-top: 0;
    margin-left: 7px;
}

.secondRow
{
    padding-left: 2%;
}
/*.VideoSizeTabs
{
    height: 30px; 
    width: 40px; 
    border: none; 
    margin-top: 11px; 
    margin-left: -12px; 
    border-top-left-radius: 7px 7px;    
    border-top-right-radius: 7px 7px;  
    border-bottom-right-radius: 0 0; 
    border-bottom-left-radius: 0 0; 
    background-color: #CA5100;
    cursor: pointer;
    transform: rotate(90deg);
    z-index: -1;
}

.VideoSizeTabs:hover
{
    background: #5F6062;
}

.videoSizeSelected
{
    background: #5F6062;
}*/