@import url("css/menu.css");

/* CSS Document */
body
{
    background: #FFF url(images/body_bg.png) repeat-x top left;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/*-------- Default Style --------*/
th, td, div
{
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a, a:link, a:visited, a:active
{
    color: #4F839F;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a:hover
{
    color: #C00;
    text-decoration: none;
}

/*-------- design style --------*/
.template_style
{
    width: 770px;
    margin: auto;
}

.top_space
{
    height: 0px;
}
.lang_pad
{
    padding: 7px 35px 0px 0px;
}

.headerlogo 
{
    height: 122px;
    padding: 0;
    margin: 0;
     background-color:#cc0000;
}

.content
{
    background: url(images/redFiller.gif) repeat;
    height: 100%;
    width: 100%;
    vertical-align: top;
}
.menu_style
{
    vertical-align: top;
    float: left;
    margin: 0px 0px 0 0px;
    padding: 15px 0px 0px 12px;
    color: Yellow;
    background: url(images/redFiller.gif) repeat;
    height: 100%;
    top: 0px;
    border:none 2px green;
    bottom:0;
}
.menu_bg
{
    padding: 0px 0px 0 0px;
}

.center_bg
{
    padding: 5px;
    margin: 0 0 0 144px;
    vertical-align: top;
    top: 0px;
    background-color: White;
    bottom:0px;
}

.search_style
{
    float: right;
    padding: 0px 0px 0px 0px;
    top:3px;
}
.search_bg
{
    padding-right: 2px;
}
.search_bg Input
{
    color: #43494D;
}


.bread_bg
{
    padding: 0px;
    margin: 0 19px 0 7px;
    height: 34px;
}
.bread_left
{
    padding: 0px;
    margin: 0px;
}
.bread_right
{
    padding: 0px;
}
#bread_style
{
float:right;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: .8em;
    margin:30px auto 0 auto;
    width:400px;
    vertical-align:top;
    top:40px;
}
#login_style
{
    padding: 8px 17px 0px 10px;
}

.left_bg
{
    padding: 0px;
    margin: 0px;
    background: url(images/left_bg.png) repeat-y top left;
}
.right_bg
{
    padding: 0px;
    margin: 0px;
    background: url(images/right_bg.png) repeat-y top right;
}
.content_pad
{
    padding: 10px 22px 10px 22px;
    margin: 0 19px 0 7px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}

.bot_left
{
    padding: 0px;
    margin: 0px;
    background: url(images/bot_left.png) no-repeat top left;
}
.bot_right
{
    padding: 0px;
    margin: 0px;
    background: url(images/bot_right.png) no-repeat top right;
    padding: 0px 39px 0px 27px;
}
.bot_bg
{
    padding: 0px;
    margin: 0px;
    background: url(images/bot_bg.png) repeat-x top left;
    height: 41px;
}

.bot_pad
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: none 1px black;
    background-color: #330066;
}
#terms_style
{
    float: left;
}
.copy_style
{
    color: #330066;
    font-size: .5em;
    background-color: white;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: auto;
    width: 100%;
    border: none 1px;
    vertical-align: top;
}

.clear_float
{
    clear: both;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
    padding: 0px;
    margin: 0px;
    width:430px
}
.LeftPane
{
    padding: 0px 0px 0px 0px;
    width: 100px;
    margin: 0px;
}
.RightPane
{
    padding: 0px 0px 0px 0px;
    width: 100px;
    margin: 0px;
}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #4F839F;
    font-size: 13px;
}
a.Breadcrumb:hover
{
    color: #C00;
}

/*-------------- Link Style --------------*/
.links
{
    text-align: center;
}
.links, a.links:link, a.links:active, a.links:visited
{
    font-weight: bold;
    color: #4F839F;
    font-size: 11px;
    text-transform: uppercase;
}
a.links:hover
{
    color: #C00;
}

/*-------------- User Style --------------*/
.redfiller
{
}
.user, a.user:link, a.user:active, a.user:visited
{
    float: right;
    color: blue;
    font-size: .9em;
    vertical-align: top;
}
a.user:hover
{
}
.pagebottom
{
}

/*-------------- Footer Style --------------*/
.footer
{
    color: white;
    font-size: .65em;
    background-color: #330066;
    text-align: center;
    padding: 0px 0 0px 0;
    line-height:1.5em;
}
 a.footer:link, a.footer:active, a.footer:visited
{
    color: white;
    font-size: 1.1em;
    background-color: #330066;
    text-align: center;
    padding: 0px 0 0px 0;
     text-decoration:underline;
    
}
a.footer:hover
{
    color: white;
     text-decoration:underline;
     font-weight:bold;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 220px;
    height: 20px;
    border: none 1px #e0e0e0;
    position: absolute;
    right: 35px;
    background-color: White;
    white-space: nowrap;
    margin-top: 2px;
     text-align:left;
}
div.SearchContainer a
{
    padding: 0px 0px;
    position: relative;
    display: block;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: default;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}

input.SearchTextBox
{
    float: right;
    z-index: 10;
    border: 1px;
    width: 160px;
    height: 18px;
    margin-left: 3px;
}

#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: #F3F7FA;
    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;
}
