
/* **********
DEFAULT LAYOUT 
#header
#container
#main
#sideBar
#footer
********** */

input[type=text,type=password]
{
    height: 16px;
    background-color: white;
    vertical-align: middle;
    background-image: url(/img/bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #666666;
    border: 1px solid #999;
    padding-left: 2px;
    padding-top: 2px;
}


*, body, html
{
    color: #222;
    margin: 0;
    padding: 0;
    font: normal small/1.5em verdana, arial, sans-serif;
    outline: none;
}

body
{
    background: #fff url(/img/body_bg.gif) left top repeat-x;
}

strong
{
    font-weight: bold;
    color: #000;
}

a
{
    color: #0000d8;
}

a img
{
    border: 0;
}

#container
{
    width: 988px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #fff;
}

#mainCell
{
    vertical-align: top;
}

#main
{
    clear: left;
    width: 658px;
    float: left;
    position: relative;
    background: #fff;
}

#main h1
{
    color: #8A5C61;
    font: bold 18px/1.5em verdana, sans-serif;
}

#sideBar
{
    margin: 0 0 0 678px;
    width: 308px;
    padding: 20px 0 0 0;
    background: #fff;
    position: relative;
}


#sideBarTickerWrap, #sideBarTickerWrap2
{
    background: #fff url(/img/side_bar_ticker_wrap_2.gif) left top no-repeat;
    padding: 45px 10px 0px 10px;
    position: relative;
    width: 288px;
    z-index: 222;
    margin: 0 0 0 11px;
}

#sideBarTickerWrap #addToAlertsSuccess, #sideBarTickerWrap2 #addToAlertsSuccess
{
    left: -450px !important;
}

#sideBarTickerWrap .SBBottom, #sideBarTickerWrap2 .SBBottom
{
    clear: both;
    height: 10px;
    background: transparent url(/img/side_bar_ticker_wrap_bottom.gif) left bottom no-repeat;
    width: 308px;
    margin: 0 -10px;
}


/* **********
HEADER
********** */

#header
{
    background: transparent url(/img/SECFilings_logo_02.gif) left 3px no-repeat;
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

#header h1
{
    height: 20px;
    width: 468px;
    margin: 0 0 0 205px;
    padding: 38px 0 7px 0;
    font: bold 13px/1.5em arial, sans-serif;
    color: #2B48B0;
}


/* **********
    LOGIN
********** */
#headerTagline
{
    width: 330px;
    position: absolute;
    top: 68px;
    right: 305px;
    height: 38px;
    background: transparent;
    padding: 0 0 0 0;
    margin: 2px 0 0 0;
}


#headerLogin
{
    width: 330px;
    position: absolute;
    top: 65px;
    right: 0;
    height: 38px;
    background: transparent url(/img/login_left_bg.gif) left top no-repeat;
    padding: 0 0 0 8px;
    margin: 2px 0 0 0;
}

#headerLogin #loginForm
{
    text-align: center;
    width: 319px;
    padding: 3px 8px 0 3px;
    overflow: hidden;
    background: transparent url(/img/login_right_bg.gif) right top no-repeat;
    position: relative;
}

#headerLogin #loginWrap
{
    width: 318px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 50px;
    overflow: hidden;
}

#headerLogin label
{
    display: block;
    float: left;
    color: #555;
    font: bold small/1.5em arial, sans-serif;
    padding: 0 4px 0 0;
    margin: 6px 0 0 0;
}

#headerLogin input
{
    display: block;
    float: left;
    width: 112px;
    margin: 6px 4px 0 0;
    height: 13px;
    padding: 0 0 0 3px;
    text-align: left;
    font: normal 11px/14px arial, sans-serif;
    color: #999;
}

#headerLogin input:focus, #headerLogin input.focus /* IE6 */
{
    color: #111;
}

#headerLogin span.rememberMe input
{
    width: 20px;
    display: block;
    margin: 9px 0 0 0;
    display: none;
}

#headerLogin input.submitButton
{
    width: 6em;
    font-size: x-small;
    line-height: 13px;
    height: 17px;
    border: 1px solid #999;
    border-color: #A0DCA7 #437D4D #437D4D #A0DCA7;
    padding: 0 6px 4px 8px !important;
    background: #68A270;
    cursor: pointer;
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
}

#header input.submitButton
{
    width: 6em;
    font-size: x-small;
    line-height: 13px;
    height: 17px;
    border: 1px solid #999;
    border-color: #A0DCA7 #437D4D #437D4D #A0DCA7;
    padding: 0 6px 4px 8px !important;
    background: #68A270;
    cursor: pointer;
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
}

#headerLogin em
{
    color: #fff;
    font-size: x-small;
}

#headerLogin .loggedInAs
{
    color: #FBF376;
    font-size: x-small;
    margin: 0 0 0 4px;
    font-weight: bold;
}

#headerLogin .logOff
{
    color: #eee;
    font-size: x-small;
    margin: 0 0 0 6px;
    padding: 0 3px 0 0;
}

.loginError
{
    display: none;
    position: absolute;
    top: 0;
    left: 8px;
    width: 320px;
    background: #A71432;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    margin: 5px 0 0 0;
    border: 1px solid #ccc;
    z-index: 999;
    text-align: center;
}

#manageAccount
{
    text-align: center;
}

.manageAccountLink
{
    clear: left;
    color: #fff;
    font-size: x-small !important;
    width: 100px;
    margin: 0 0 0 4px;
}

a.openForgotPassword
{
    position: absolute;
    top: 28px;
    right: 12px;
    color: #fff;
    display: block;
    font-size: x-small;
    white-space: nowrap;
}

#retrievePasswordWrap
{
    display: none;
    background: #4E5864;
    position: absolute;
    top: 30px;
    right: 70px;
    width: 160px;
    padding: 3px 10px;
    border: 3px solid #ccc;
}

#retrievePasswordWrap label, #retrievePasswordWrap a
{
    color: #fff;
    font-weight: bold;
}

#retrievePasswordWrap .retrieveButton
{
    width: 160px;
    font-size: x-small;
    line-height: 13px;
    height: 17px;
    border: 1px solid #999;
    border-color: #A0DCA7 #437D4D #437D4D #A0DCA7;
    padding: 0 6px 4px 8px !important;
    background: #68A270;
    cursor: pointer;
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 3px 0 0 0;
}

.closeRetrivevePassword
{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: x-small;
}

.showmessageGreen, .showmessageRed
{
    background: #68A270;
    position: absolute;
    top: 30px;
    right: 70px;
    width: 250px;
    padding: 3px 10px;
    border: 3px solid #ccc;
    color: #fff;
}

.showmessageRed
{
    background: #A71432;
}

/* **********
    AD MANAGER
********** */
#adManager
{
    background: #fff;
    width: 728px;
    height: 90px;
    background: transparent;
    position: absolute;
    top: 2px;
    right: 0;
}


/* **********
    NAVIGATION
********** */
#navigation
{
    background: transparent;
    overflow: hidden;
    padding: 0;
    height: 27px;
    float: left;
}

#navigation ul
{
    list-style: none;
}

#navigation li
{
    display: inline;
}

#navigation li.hide
{
    display: none;
}

#navigation li a
{
    display: block;
    float: left;
    margin: 0 4px 0 0;
    height: 27px;
    text-indent: -999em;
    outline: none;
}

#navigation li a:hover, #navigation li a.here
{
    background-position: left -27px;
}

a#navHome
{
    background: url(/img/nav-button-home.gif) left top no-repeat;
    width: 79px;
}

a#navMyInbox
{
    background: url(/img/nav-my-alerts.gif) left top no-repeat;
    width: 112px;
}

a#navAdvancedSearch
{
    background: url(/img/nav-search.gif) left top no-repeat;
    width: 89px;
}

a#navSECNews
{
    background: url(/img/nav-button-sec-news.gif) left top no-repeat;
    width: 108px;
}

a#navSECFeatured
{
    background: url(/img/nav-button-sec-featured-company.gif) left top no-repeat;
    width: 141px;
}

a#navAdvancedAlerts
{
    background: url(/img/nav-button-advanced-alert.gif) left top no-repeat;
    width: 162px;
}

a#navGlossary
{
    background: url(/img/nav-button-glossary.gif) left top no-repeat;
    width: 109px;
}

a#navRegistration
{
    background: url(/img/nav-button-register.gif) left top no-repeat;
    width: 111px;
}

/* **********
FOOTER
********** */
#footer
{
    clear: both;
    background: #fff;
    margin: 0 auto;
    padding: 15px 0 8px 0;
    text-align: center;
    font-size: x-small;
}

#footer a
{
    font: bold x-small/1.5em verdana, sans-serif;
    color: #134D8E;
    text-decoration: none;
}

#footer a:hover
{
    color: #3333cc;
    text-decoration: underline;
}

#footer a.joinus img
{
    margin-top: 4px;
}

#footerBanner
{
    margin: 20px auto 0 auto;
    text-align: center;
    clear: left;
}

#companyNewsTab #footerBanner
{
    clear: both;
    padding: 25px 0 0 0;
}

#footerBannerTop
{
    width: 1000px;
    padding-top: 4px;
    font-size: 8pt;
    vertical-align: bottom; /* border:solid 1px #C5C5C5; */
    text-align: center;
    margin: 10px auto 15px; /* background-color: #EDF2ED; */
    clear: both;
}

/* this is a hack to fix the calendar in Firefox */

.pickerWrapper_Default
{
    display: block !important;
}

tr.gridpagerstyle td
{
    background: #ddd !important;
    text-align: left;
    padding: 8px 15px;
    margin: 8px;
}

tr.gridpagerstyle td a
{
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #999;
    padding: 0 3px;
    background: #fff;
    color: #000;
}

tr.gridpagerstyle td a:hover
{
    background: #000;
    color: #fff;
}

tr.gridpagerstyle td span
{
    font-weight: bold;
    color: #777;
}

#sideBar #zedo
{
    text-align: center;
    width: 333px;
}

#main a
{
    font: bold small/1.5em verdana, sans-serif;
    color: #134D8E;
    text-decoration: none;
}

#main a:hover
{
    color: #3333cc;
    text-decoration: underline;
}

