﻿body
{
    font: 0.82em Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */    
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #ccc;
}
a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
h1
{
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: normal;
}
h2
{
    margin-bottom: 10px;
    font-size: 1.1em;
    margin-left: 2px;
    font-weight: normal;
}
p
{
    line-height: 1.25em;
}
#container
{
    width: 1004px; /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header
{
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text. */
    text-align: center;
    background: #000;
    height: 20px;
}
#header h1
{
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: 36px;
    color: #333;
}
#sidebar1
{
    float: right; /* since this element is floated, a width must be given */
    width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 0px 10px;
    border: solid 1px #031A40; /* background: #212121;*/
    min-height: 520px;
    height:auto;
    border: solid 1px #5a5f64;
}
#mainContent
{
    margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    min-height: 520px;
    border: solid 1px #6981a4;
    border: solid 1px #031A40;
    border: solid 1px #5a5f64;
    background: black url(../images/otlsLiveImage.jpg) no-repeat right 60px;
    height:auto;
}
#footer
{
}
#footer p
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.label
{
    width: 110px;
    display: block;
    float: left;
    height: 30px;
    padding-top: 2px;
    text-align:right;
    padding-right:5px;
}
.sml
{
    width:60px;
}
.clear
{
    clear: left;
}
.otlsInnerWorkArea
{
    width: 300px;
}
.center
{
    text-align: center;
}
.otlsButtonSmall
{
    background: transparent url(../images/otlsButtonSmall.gif) no-repeat;
    border: 0;
    height: 24px;
    width: 87px;
    font: normal 11px Arial, Verdana, Sans-serif;
    color: #ccc;
    cursor: pointer;
}
.header
{
    width:100%;
    height: 105px;
}
.otlsLogo
{
    float: left;
    padding: 10px;
    height:85px;
    width:85px;
}
.otlsLogoText
{
    padding-top: 25px;
    font-size: 1.1em;
    font-weight:normal;
}
.otlsLiveImage
{
}
.otlsTextArea
{
    width: 270px;
    text-align: center;  
    padding:    40px 10px;
    margin-top: 0px;
}
.infoWrapper
{
    height:60px;
    border:solid 1px #5a5f64;
    width:520px;
    margin:20px auto;
    padding:10px;
}
.otlsUnauthorized
{
    text-align: center;  
    padding:40px 10px 0px 10px;
    margin:0 auto;
}
.infoImg
{
    float:left;
    width:70px;
    height:60px;
    
}
.infoText
{
    height:80px;
    padding:13px 0px 0px 0px;
}
.otlsCatch
{
    text-align:center;
    font-size:18px;
    margin: 70px auto 10px auto;
    width:640px;
    height:20px;
}
.adsContainer
{
    margin-top:115px;
}
.adsContainer ul
{
    list-style-type: none;
    margin-left:10px;
}

.pageView
{
    padding:20px;
    padding-top:0px;
}
.pageView img
{
    vertical-align:top;
    margin:0px;
    padding:0px;
}
.multi
{
    padding:0px;
    margin:0px;
}
.multipage
{
    padding:0px;
    margin:0px;
}
.error-message
{
    color:#feea72;
}
.otlsInfoBoxWrapper
{
    width:650px;
    height:140px;
    margin:0px auto;
}
.otlsInfoBoxWrapper img
{
    float:left;
}
img.imgLeft
{
    float:left;
    cursor:pointer;
}
img.imgCenter
{
    float:left;
    padding-left:6px;
}
img.imgRight
{
    float:right;
}