@import url("css/menu.css");

/* CSS Document */
body
{
    background-position: #f5f6f7 /*url(images/bg_body.jpg) top left repeat-x*/;
    background: #f5f6f7 /*url(images/bg_body.jpg) top left repeat-x*/;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

/*-------- Default Style --------*/
th, td, div
{
    color: #000;
    font-size: 12px;
     
    font-weight: normal;
}

h1
{
     
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
h2
{
     
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
h3
{
     
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}


a, a:link, a:visited, a:active
{
    color: #0088CC;
    text-decoration: none;
    font-size: 12px;
     
    font-weight: normal;
}
a:hover
{
    color: #0088CC;
    font-size: 12px;
     
    font-weight: normal;
    text-decoration: underline;
}

/*-------- design style --------*/
.template_style
{
    width: 1000px;
    margin: auto;
}

.top_space
{
    height: 0px;
}
.lang_pad
{
    padding: 7px 35px 0px 0px;
    float: right;
}
.logo_pad
{
    text-align: right;
}

.main_menu_bg
{
    padding: 0px;
    background: url(images/Main_menu_bg_center.png) top left repeat-x;
    margin: 0 10px 0 10px;
}

.main_menu_left
{
    padding: 0px;
    margin: 0px;
    background: url(images/Main_menu_bg_left.png) top left no-repeat;
}

.main_menu_right
{
    padding: 0px;
    margin: 0px;
    background: url(images/Main_menu_bg_right.png) top right no-repeat;
}


.menu_pad
{
    height: 38px;
}
.menu_style
{
    height: 38px;
}


.bread_bg
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    height: 30px;
}


#login_style
{
    float: right;
    padding: 8px 17px 0px 10px;
}
#bread_style
{
    float: left;
    padding: 8px 0px 0px 17px;
    color: #808080;
    font-size: 11px;
     
    font-weight: normal;
}

.content_pad
{
}


.bot_bg
{
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.bot_pad
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #e0e0e0;
    margin: 5px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
}
#terms_style
{
    float: left;
}
#copy_style
{
    float: right;
}

.clear_float
{
    clear: both;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
    padding: 0px;
    margin: 0px;
}
.LeftPane
{
    padding: 0px 10px 0px 0px;
    width: 200px;
    margin: 0px;
}
.RightPane
{
    padding: 0px 0px 0px 10px; /* width: 10em;*/
    margin: 0px;
    width: 200px;
}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #0088CC;
    text-decoration: none;
    font-size: 11px;
     
    font-weight: normal;
}
a.Breadcrumb:hover
{
    color: #0088CC;
    text-decoration: underline;
    font-size: 11px;
     
    font-weight: normal;
}

/*-------------- Link Style --------------*/
.links
{
    text-align: center;
    font-size: 11px;
     
    font-weight: normal;
}
.links, a.links:link, a.links:active, a.links:visited
{
    color: #0088CC;
    font-size: 11px;
     
    font-weight: normal;
}
a.links:hover
{
    color: #0088CC;
    font-size: 11px;
     
    font-weight: normal;
}

/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited
{
    color: #808080;
    text-decoration: none;
    font-size: 11px;
     
    font-weight: normal;
}
a.user:hover
{
    color: #0088CC;
    text-decoration: underline;
    font-size: 11px;
     
    font-weight: normal;
}

/*-------------- Footer Style --------------*/
a.footer:link, a.footer:active, a.footer:visited
{
    color: #0088CC;
    font-size: x-small;
     
    font-weight: normal;
    text-decoration: none;
}
a.footer:hover
{
    text-decoration: underline;
    color: #0088CC;
}
.footer
{
    color: Gray;
    font-size: x-small;
     
}


/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
    margin: 2px 0px 0px 0px;
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 290px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: absolute;
    right: 55px;
    background-color: White;
    white-space: nowrap;
    margin-top: 2px;
}
div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
     
}
div.SearchContainer a:hover
{
    color: #C0C0C0;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
    color: #666666;
    font-size: 11px;
     
}
div.SearchIcon img
{
    margin-top: 5px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 150px;
    height: 11px;
    margin-left: 3px;
    color: #666666;
    font-size: 11px;
     
}

#SearchChoices
{
    clear: both;
    display: none;
    border: solid 1px #C3D4DF;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    background-color: #F3F7FA;
    position: absolute;
    top: 22px;
    left: 0px;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 0;
    padding: 2px 2px 0 2px;
    padding-left: 25px;
    height: 18px;
    text-align: left;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 2px center;
    list-style: none;
    list-style-image: none;
    border: none;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #CE0D0D;
    color: #ffffff;
    border: none;
}
#SearchChoices li.searchDefault
{
    background-color: #F8FAFF;
    border: none;
}










