/* This style sheet if for object on SEAICRN master page which include webpage header, menu and footer
*/

#div_pagecontent /* The page content include master page header footer are encapsulated in here*/
{
    width: 1000px;
    margin: 0px auto 25px auto; 
    background-color: white; 
    vertical-align: top;
    text-align: left;
}
#div_master_header /* The header content include Logo, Language selection bar, search bar and social network bar*/
{
    top: 0px;
    background-color: #eeeeee;
    background-image: url("../download/SEAICRN_headerbg2015-3.png");
    width: 100%;
    height: 171px;
    vertical-align: bottom;
    text-align: right;
}
#div_master_logo
{
    float: left;
    /*background-image: url("../image/logo.png");*/
    width: 0px;
    height: 0px;
}
.css_div_master_topbanner_text
{
    float: left;
    width: 400px;
    height: 85px;
}
#div_master_search
{
    float: right;
    margin-top: -58px;
    margin-bottom: -10px;
    width:300px;
height:40px;
    margin-right: 4px;
    z-index=90;


}
#div_master_langbar
{
    /*float: right;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 2px;*/
    position:relative;
    top:10px;
    right:90px;

}
#div_master_sociallink
{
    /*float: right;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 5px;*/
    position:relative;
    top:47px;
    right:8px;
}
#tb_master_mainmenu /* The manu bar*/
{
    height: 25px;
    background-color: #3866af; 
    color: White;
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    width: 100%;
}
.css_master_mainmenu_item, .css_master_mainmenu_item a
{
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: White;
    white-space: nowrap;
    text-decoration:none;
}
.css_master_mainmenu_item:hover, .css_master_mainmenu_item a:hover
{
    top: 0px;
    padding-top: 5px;
    padding-bottom: 11px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: white;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-rightradius: 0.5em;
    border-bottom-left-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-leftradius: 0.5em;
    color: black;
    white-space: nowrap;
    text-decoration:none;
}
.css_master_mainmenu_item_sel,.css_master_mainmenu_item_sel:hover,.css_master_mainmenu_item_sel a,.css_master_mainmenu_item_sel:hover /* The manu item when selected , current page*/
{
    top: 0px;
    padding-top: 5px;
    padding-bottom: 11px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #c8c8c8;
    border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-rightradius: 0.5em;
    border-bottom-left-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-leftradius: 0.5em;
    color: White;
    white-space: nowrap;
    text-decoration:none;
}
.css_div_master_content /* Content in each page will display here*/
{
    width: 100%;
}
.css_div_master_footer /* All footer such as term and credit*/
{
    bottom: 0px;
    background-color: #3866af;
    width: 100%;
}

