TABLE#toptable
{
    height: 88px;
    background-image:URL('/img/header_new/background.gif');
    width: 100%;
}

TABLE#toptable TD
{
    font-family: Arial;
    font-size: 13px;
    vertical-align: top;
    white-space: nowrap;
}

TABLE#toptable TD.center
{
    width:750px;
}

TABLE.upper
{
    width: 750px;
}


TABLE.upper TD.status_row
{
    width:100%;
}

TABLE.upper TD
{
    vertical-align: top;
}

TABLE.upper TD.logo
{
    text-align:right;
    padding-top: 3px;
}

TABLE.border_table TR TD.menu_fill
{
    border-bottom: 1px solid #666666;
    text-align: right;
    vertical-align: bottom;
    width: 100%;
}

TABLE.border_table TR TD.item
{
    width:1px;
    padding-top:8px;
}

TABLE.border_table TR TD.item A.item
{
    background-image:URL('/img/header_new/background_cell.gif');
    padding-top:3px;
    padding-bottom:3px;
    padding-left:9px;
    padding-right:9px;
    text-align:center;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    display:block;
    height:18px;
    text-decoration: none;
}

TABLE.border_table TR TD.selected
{
    border-bottom: none;
}

TABLE.border_table TR TD A.selected
{
    background-color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;   
    color: #F97121;    
    padding-top:8px;
    padding-left:9px;
    padding-right:9px;
    padding-bottom: 7px;
    text-align:center;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    display:block;
    text-decoration: none;
    float: right;
}

TABLE.border_table TR TD A.selected:hover, TABLE.border_table TR TD.item A.item:hover
{
    text-decoration: underline;
}


TABLE#toptable TD.bottom
{
    vertical-align: bottom;
    width: 750px;
}

TABLE#toptable TD.menu_selected TABLE.menu_item
{
    border: none;
}

TABLE#toptable TD.menu_selected TABLE.menu_item A
{
    color: #F97121;
    text-decoration: none;
    font-size:20px;
}

TABLE#toptable TD.menu_selected TABLE.menu_item A:hover
{
    text-decoration: underline;
}

TABLE.border_table
{
      width:100%;
}

TABLE.border_table TD
{
    border-bottom: 1px solid #666666;
}


TABLE#toptable TD.bottom_border
{
    vertical-align: bottom;
    padding-left:3px;
    padding-right:3px;
    text-align: left;
    border-bottom: 1px solid #666666;
}

/*** CountryChooser ***/

A#countrychooser DIV#thiscountry img#flag{
	margin-top:5px;
    margin-left:6px;
}

A#countrychooser DIV#thiscountry {
    height:25px;
    width:146px;
    cursor:hand;
    text-align:left;
    background-color:#F5F5EF;
    background-image:URL('/img/popdown_edged.gif');

}


html>body A#countrychooser DIV#thiscountry {
    height:25px;
}

A#countrychooser DIV#thiscountry img#arrow{
	margin-bottom:8px;
	margin-right:8px;
	margin-left:3px;
}

A#countrychooser {
	float:right;
	display:block;
}

A#countrychooser:hover DIV#thiscountry
{
}

A#countrychooser:hover {
	border:0px;
	color:#CCCCCC;
}

A#countrychooser DIV#foreigncountries {
	display:none;
}

DIV#foreigncountries DIV.country {
	cursor:hand;
	padding:5px 23px 5px 5px;
    border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
    background-color:#F5F5EF;
}

A#countrychooser:hover DIV#foreigncountries {
	display:block;
	position:absolute;
    width:145px;
}

A#countrychooser:hover DIV#foreigncountries DIV.country#last {
    border:0px;
    background-color:transparent;
    background-image:URL('/img/poplast_edged.gif');
}

A#countrychooser:hover DIV#foreigncountries {
    width:146px;
}

TABLE.etarget_international
{
	text-align:right;
    font: 11px/17px Tahoma, Arial, Helvetica, sans-serif;
    color:#95928C;
}
TABLE.etarget_international TR TD
{
    padding:0px;
}

TABLE.etarget_international A
{
    color:#95928C;
    font: 11px/17px Tahoma, Arial, Helvetica, sans-serif;
}