﻿/* div para delimitar todo o conteúdo do header */
div#headerAccount
{
	width:100%;
	float:left;
	margin-top:15px;
}

.account_title
{
    text-align: right;
    font-size: 1em;
    color: #666666;
    font-weight: bold;
    padding-right: 10px;
	float:right;
    margin-top:-20px;
    _margin:0px;
}

.menu_tab
{
    background: url('/web/image/account/menu_line_top.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    float:none;
    text-align:left;
    border:0px;
    padding:0px;
}

.menu_tab_cl_selected
{
    background: url('/web/image/account/menu_tab_left_selected.jpg');
    height: 23px;
    width: 7px;
}
.menu_tab_m_selected
{
    background: url('/web/image/account/menu_tab_bg_selected.jpg');
    height: 23px;
    color: #fff;
    font-weight: bold;
	padding:0px;
    width: 110px;
    text-align: center;
    font-size: 0.9em;
}

.menu_tab_cr_selected
{
    background: url('/web/image/account/menu_tab_right_selected.jpg');
    height: 23px;
    width: 7px;
}

.menu_tab_m_selected a, .menu_tab_m_selected a:visited 
{
	color: #fff;
	text-decoration:none;
}

.menu_tab_cl
{
    background: url('/web/image/account/menu_tab_left.jpg');
    height: 23px;
    width: 7px;
}
.menu_tab_m
{
    background: url('/web/image/account/menu_tab_bg.jpg');
    height: 23px;
    color: #fff;
	padding:0px;
    width: 100px;
    text-align: center;
    font-size: 0.8em;
}

.menu_tab_cr
{
    background: url('/web/image/account/menu_tab_right.jpg');
    height: 23px;
    width: 7px;
}

.menu_tab_m a, .menu_tab_m a:visited 
{
	color: #fff;
	text-decoration:none;
}

.submenu
{
    width: 100%;
    background: url('/web/image/account/menu_submenu_bg.jpg');
    height: 21px;
    text-align:left;
}
.submenu tr td
{
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    padding-top:2px;
    padding-left:10px;
    border:0px;    
}
.submenu tr td a, .submenu tr td a:visited
{
    color: #fff;
}

.submenu tr td a.menuative
{
    clear:both;
    font-weight: bold;
    color: #b8b8b8;
    text-decoration: none;
}
