﻿/* This is here to fix the IE7 relative bug
   Without this relative position content might disappear */
div { *zoom: 1.0; }
* { padding: 0; margin: 0; }

body 
{
    margin: 0px;
    background: #6CB7DF url(/themes/guest/images/body_background.jpg) repeat-x;
    font-family: Verdana;
    font-size: 12px;
}
.quota-header
{
list-style:none;width:180px; float:left; margin-top:19px; margin-left:5px
}
.quota-header li
{
list-style:none; padding:0px; margin:0px; font-size:10px; color:#A4C6DF
}
a { color: Blue; text-decoration: none; }
a:link { color: Blue; }
a:active { color: Blue; }
a:visited { color: Blue; }
a:focus { color: Blue; }
a:hover { color: Blue; text-decoration: underline; }

#paper 
{
    position: absolute;
    width: 981px;
    top: 0px;
    left: 50%;
    margin-left: -490px;
    margin-bottom: 20px;
    background: transparent;
}

#header
{
    position: absolute;
    background: #1A4B90;
    color: White;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}

#header a
{
    color: white;
    font-weight: bold;   
    text-decoration: none;
}

#header .upgrade
{
float:right; margin:22px 12px 0px 0px
}

#header #account
{
    position: absolute;
    top: 5px;
    left: 100%;
    color: #A4C6DF;
    margin-left: -501px;
    text-align: right;
    width: 488px;
    font-size: 11px;
}

#header #account a
{
    color: white;
    font-weight: bold;   
    text-decoration: none;
}

#header #account a:hover
{
    text-decoration: underline;
}

#header .first
{
    margin-left: 10px;
}

#header .tab
{
    float: left;
    position: relative;
    width: auto;
    background: #226FA5 url(/themes/default/images/header_tab_inactive_bg.jpg);
    color: #A4C6DF;
    cursor: pointer;
    margin-top: 24px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 21px;
    font-size: 12px;
}

#header .tab a
{
    color: #A4C6DF;
}

#header .tab .left
{
    position: absolute;
    width: 6px;
    height: 26px;
    top: 0px;
    left: 0px;
    background: #226FA5 url(/themes/default/images/header_tab_inactive_left.jpg);
}

#header .tab .right
{
    position: absolute;
    width: 6px;
    height: 26px;
    top: 0px;
    left: 100%;
    margin-left: -5px;
    background: #226FA5 url(/themes/default/images/header_tab_inactive_right.jpg);
}

#header .has-dropdown
{
    padding-right: 23px;
}

#header .dropdown
{
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    border: 1px solid #1A4B90;
    border-top: 0px;
    width: 150px;
    z-index: 999;
}

#header .dropdown a
{
    font-weight: normal;
    color: Black;
}

#header .dropdown div
{
    background: #FFFFFF;
    padding: 3px;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
}

#header .dropdown div span
{
    display: none;
}

#header .dropdown .hovered
{
    background: #2B76B7;
    color: White;
}

#header .dropdown .hovered a
{
    color: White;
}

#header .dropdown .separator
{
    background: #C8DCF8;
    height: 2px;
    cursor: default;
}

#header .dropdown .with-title
{
    background: #FFFFFF;
    height:18px; 
    font-size:12px; 
    color:#6785D7; 
    padding-left:10px;
    padding-bottom:7px;
}

#header .dropdown .with-title p
{
    border-top:1px solid #ccc;
    width:324px;
    padding-top:5px;
}

#header .tab .arrow
{
    position: absolute;
    width: 15px;
    height: 25px;
    top: 1px;
    left: 100%;
    margin-left: -21px;
    border-left: 1px solid #226FA5;
    background: url(/themes/guest/images/header_tab_arrow_inactive.gif);
}

#header .tab .arrow-hovered
{
    background: url(/themes/guest/images/header_tab_arrow_active.gif);
    border-left: 1px solid #FFFFFF;
}

#header .tab .arrow-focused
{
    background: url(/themes/guest/images/header_tab_arrow_focused.gif);
    border-left: 1px solid #96BFF2;
    border-right: 1px solid #96BFF2;
}

#header .tab .arrow-selected
{
    background: url(/themes/guest/images/header_tab_arrow_active.gif);
    border-left: 1px solid #FFFFFF;
}

#header .large
{
    margin-top: 23px;
    margin-right: 5px;
    padding-top: 5px;
    height: 22px;
}

#header .hovered
{
    background: #FFFFFF url(/themes/guest/images/header_tab_active_bg.jpg);
    color: Black;
}

#header .hovered a 
{
    color: Black;
}

#header .selected
{
    background: #DEEBFB url(/themes/guest/images/header_tab_active_bg.jpg);
    color: Black;
}

#header .selected a 
{
    color: Black;
}

#header .hovered .left
{
    background: #DEEBFB url(/themes/guest/images/header_tab_active_left.jpg);
}

#header .selected .left
{
    background: #DEEBFB url(/themes/guest/images/header_tab_active_left.jpg);
}

#header .hovered .right
{
    background: #DEEBFB url(/themes/guest/images/header_tab_active_right.jpg);
}

#header .selected .right
{
    background: #DEEBFB url(/themes/guest/images/header_tab_active_right.jpg);
}

#search-header
{
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ccc;
    background: url(/themes/guest/images/search_header_bg.jpg) repeat-x #CDDFF7;
    overflow:visible; 
}

#search-header .corner-left
{
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 6px;
    height: 6px;
    background: url(/themes/guest/images/search_header_corner_left.jpg);
}

#search-header .corner-right
{
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    margin-left: -5px;
    width: 6px;
    height: 6px;
    background: url(/themes/guest/images/search_header_corner_right.jpg);
}

#search-header #logo
{
    position: absolute;
    top: 20px;
    left: 20px;
}

#search-header #search-input
{
    position: absolute;
    top: 32px;
    left: 230px;
    padding: 0px;
}

#search-header #search-options
{
    position: absolute;
    top: 69px;
    _top: 66px; /* IE6 */
    *top: 66px; /* IE7 */
    left: 225px;
    font-size: 11px
}

#search-header .search-box
{
    position: absolute;
    top: 0px;
    _top: -1px; /* IE6 */
    *top: -1px; /* IE7 */
    left: 0px;
    width: 450px;
    font-size: 15px;
}

#search-header .search-box input
{
    border: 2px solid #7d9fd0; 
    font-size: 15px;
    width: 99%;
    height: 22px;
    padding-top:3px; 
    padding-left: 5px;
    outline: none;
}

#search-header .dropdownList
{
    position: absolute;
    top: 0px;
    left: 454px;
}

#search-header .search-button
{
    cursor: pointer;
    font-size: 13px;
    padding: 2px;
    position: absolute;
    top: -1px;
    left: 628px;
    margin-left:6px
}

#search-header .help-button
{
    position: absolute; 
    top: -4px; 
    left: 380px;
    
    /* IE6-7 */
    *top: 0px; 
    *left: 410px;
}

#search-header .help-popup
{
    display:none;
    position:absolute; 
    padding:40px 10px 10px 10px;
    top:15px; 
    left: -70px;
    *left: -40px;
    height:351px; 
    width:748px;
    line-height:17px; z-index:50; 
    overflow:hidden; 
    vertical-align:top;
    background: transparent url(/images2/st_balloon.png) no-repeat; 
}

#search-header .help-popup .top
{
    display:none;
    width:100%; 
    height:20px; 
    text-align:center; 
    margin-bottom:0px; 
}
#search-header .help-popup .left
{
    width:50%; 
    float:left; 
    vertical-align:top; 
    padding-right:20px; 
    height:100%
}
#search-header .help-popup. right
{
    width:49%; 
    float:left; 
    vertical-align:top;
     height:100%
}
#search-header .help-popup a
{
    text-decoration:none
}

#search-input 
{ 
    z-index: 30;
}

#content
{
    position: relative;
    background: white;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
    border: 0px;
}

#content .shadow-left
{
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: -15px;
    overflow: hidden;
    background: url(/themes/guest/images/body_shadow_left.jpg) repeat-y;
}

#content .shadow-left div
{
    position: absolute;
    width: 15px;
    height: 966px;
    top: 0px;
    background: url(/themes/guest/images/body_shadow_left_top.jpg) repeat-y;
}

#content .shadow-right
{
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: 100%;
    overflow: hidden;
    background: url(/themes/guest/images/body_shadow_right.jpg) repeat-y;
}

#content .shadow-right div
{
    position: absolute;
    width: 15px;
    height: 966px;
    top: 0px;
    background: url(/themes/guest/images/body_shadow_right_top.jpg) repeat-y;
}

#content .shadow-bottom
{
    position: absolute;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
    background:url(/themes/guest/images/body_shadow_bottom.jpg) repeat-x;
}

#footer
{
    background: transparent;
    color: #000;
    font-size: 11px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#footer a
{
    font-size: 12px;
    text-decoration: none;  
}

#footer .note
{
    text-align: justify;
    width: 800px;
}

#footer .note a
{
    color: #000;
    font-size: 11px;
    text-decoration: none;
}
#footer .note a:active { color: #000; }
#footer .note a:visited { color: #000; }

/* For Ad Pop Up*/

.adTablePopUp table.content
{
    margin-left:auto; margin-right:auto
}
.adTablePopUp table.header tr td
{
    padding:5px 0px 5px 10px
}
.adTablePopUp table.content tr td
{
    padding-right:20px; padding-bottom:10px
}
.adTablePopUp table.content tr td.left
{
vertical-align:top
}
.adTablePopUp table.content tr td.right
{
vertical-align:top
}
.adTablePopUp table.content tr td.bluLink
{
    color:Blue; font-family:Courier New
}
.adTablePopUp table.content tr td.grnLink
{
    color:Green
}

.query-categories
{
    display:none; text-align:left; width:100%; position:relative; height:120px; background-color:#CDDFF7; top:100px; border-bottom:1px solid #9FC0E3
}
.query-categories table
{
    padding:0px; margin:0px;margin-left: auto; margin-right:auto; width: 95%
}
.query-categories table tr td
{
    padding-top:10px
}
.query-categories .locations ul
{
   margin:0px;list-style-type:none;margin-left:20px
}
.query-categories .locations ul li
{
   margin:0px;list-style-type:none; display:inline; margin-left:10px
}
.query-categories .category-index table 
{
 padding:0px; margin:0px;margin-left:30px
}
.query-categories .category-index table tr td
{
 margin:0px; padding:0px
}
.query-categories .browse-index
{
font-size:9px;line-height:normal; text-align:center; margin-top:20px; margin-bottom:10px
}


.category-dropdown
{
    display:block; text-align:center; width:100%; position:relative;top:100px;
}
#catHeader
{
    background-color: #CDDFF7;  position:relative; width:100%;
}
#catHeader tr td
{
    text-align: left;
    vertical-align: top; width:200px
}
#catHeader tr td ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left; margin-left:15px
}
#catHeader tr td ul li
{
    padding: 0px;
    margin: 0px;list-style-type: none;
}
#catHeader tr td ul li a
{
    font-weight: normal;
}
.category-button
{
position:absolute; right:0px; bottom:0px; margin:0px 5px 5px 0px; font-size:9px; cursor:pointer; color:#9CB0CA
}
.category-button-search
{
position:absolute; right:0px; bottom:0px; margin:0px 5px 5px 0px; cursor:pointer; color:#9CB0CA; font-size:9px
}
.category-button-hide
{
margin:0px 5px 5px 0px; font-size:9px; cursor:pointer; float:left; position:absolute; right:-0px; bottom:-5px; color:#9CB0CA
}
.category-button-search-hide
{
margin:0px 5px 5px 0px; font-size:9px; cursor:pointer; float:left; position:absolute; right:-23px; bottom:-5px; color:#9CB0CA
}