﻿.popup
        {
            display: none;
            background-color: #FFFFFF;
            position: absolute;
            border: solid 1px black;
            top: 50%;
            left: 50%;
            padding: 10px;
            max-width: 400px;
            -moz-border-radius: 10px/10px;
        }
        .popup h4
        {
            color: #005991;
            margin: 14px 0;
            font-size: 14px;
        }
        .popCloseTitle:hover
        {
            text-decoration: underline;
        }
        .popCloseTitle
        {
            font-size: 11px;
            text-decoration: none;
        }
        .popText
        {
            font-size: 12px;
        }
        .closeDiv
        {
            margin-top: 10px;
            text-align: right;
        }
        .title
        {
            font-weight: bold;
            font-size: 18px;
        }
        .description
        {
            margin-top: 5px;
            font-size:10pt;
        }
        body
        {
            background-color: #F7F7F7;
            font-family: Tahoma,arial,helvetica,sans-serif;
        }
        #tblOuter
        {
            width: 1156px;
            height: 450px;
            padding-left: 50px;
            padding-right: 50px;
        }
        #tblInner
        {
            width: 100%;
            height: 640px;
            background-color: White;
        }
        #tblHeader
        {
            width: 96%;
            height: 92px;
        }
        #topBar
        {
            width: 96%;
            height: 22px;
            -moz-border-radius: 5px/5px;
            /*border: solid 1px black;*/
        }
        #tblTopContent
        {
            width: 100%;
        }
        #tblTopContent tr td
        {
            vertical-align: top;
            padding: 15px 20px;
        }
        #colorSelector
        {
            width: 214px;
            position: absolute;
            right: 0;
            top: -10px;
            height: 22px;
        }
        #menuContainer a
        {
            text-decoration:none;
            outline-style:none;
        }
        .overlay
        {
            position: absolute;
            display: none;
            background-color: White;
            opacity: 0.7;
            filter: alpha(opacity=70);
            z-index: 0;
        }
        #divLinkHtml, #divPopupHtml
        {
            position: absolute;
            display: none;
            z-index: 1;
        }
        #tblLinks
        {            
            padding: 10px;
            /*margin-bottom: 15px;*/
            font-size: 15px;
        }
        #linksWraper
        {
        	width: 170px;
            border: solid 1px black;
            background-color:#F7F7F7;
            -moz-border-radius: 15px/15px;                        
        }
        #tblLinksShade
        {
        	background-color:#F7F7F7;
        	-moz-border-radius: 15px/15px;
        }
        #tblLinksContainer
        {
            width: 280px;
            height: 100%;
            vertical-align: top;
        }
        #divUploadLogoHtml
        {
            width: 200px;
            position: absolute;
            display: none;
            z-index: 1;
        }
        #divUploadFileHtml
        {
            position: absolute;
            display: none;
            z-index: 1;
        }
        #frmUploadLogo, #frmUploadFile
        {
            display: inline;
            margin: 0px;
        }
        #ajaxLoader, #ajaxLoaderFile
        {
            vertical-align: middle;
            display: none;
        }
        #upload_target
        {
            width: 0;
            height: 0;
            border: 0px solid #fff;
        }
        .h
        {
            top: -15px;
            left: -8px;
            width: 60px;
            position: absolute;
            visibility: hidden;
            border: solid 1px red;
            height: 30px;
        }
        .forms
        {
            background-color: White;
            border: solid 1px black;
            padding:5px;
            -moz-border-radius: 10px/10px;
        }
        .frmLabel
        {
        	font-size:13px;
        }
        .formButton {
            background-color: #F7F7F7;            
            border:1px solid #9999FF;
            color:#000000;
            cursor:pointer;
            font-family:Tahoma,'Trebuchet MS',Verdana,Arial,Helvetica,Sans-serif;
            font-size:11px;
            font-style:normal;
            font-weight:normal;
        }
        .formInput {
            background-color:#DBEEEE;
            border:1px solid #0099CC;
            color:#4E4E4E;
            font-family:'Trebuchet MS',Verdana,Arial,Helvetica,Sans-serif;
            font-size:11px;
            font-style:normal;
            font-weight:normal;  
            width:170px;          
        }
