.accountpage
{
    width:100%;
}

.accountpage .navigation
{
    padding-top:30px;
    vertical-align:top;
    border-right:solid 1px #333333;   
    white-space:nowrap; 
    min-height:600px;
    text-align:right; 
    width:200px;  
    padding-left:10px;
}

.accountpage .navigation a
{    
    text-decoration:none;
    display:block;   
    padding:10px 10px 10px 10px;
}

.accountpage .navigation a.selected
{    
    margin-left:0px;    
    background-color:#333333;
    border-top:solid 1px #333333;
    border-left:solid 1px #333333;
    border-bottom:solid 1px #333333;
    background-image:url(images/gradient_black_60px.png);
    background-repeat:repeat-x;
    background-position:center;
    color:White;
    text-decoration:none;
    cursor:default;
	font-weight:bold;
}

.accountpage .navigation a.selected:hover
{
    text-decoration:none;
    cursor:default;
}


.accountpage .navigation a:hover
{
    text-decoration:underline;
}

.accountpage .content
{
    white-space:normal;
    padding-left:20px;
    
}

.opportunityName
{
    display:block;
    margin-bottom:10px;
}

