﻿#header_accountbox
{
    position: relative;
    float: right;
    margin: 4px;
    margin-right: 0px;
    width: 370px;
    height: 35px;
    color: White;
    font-size: 11px;
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    letter-spacing: normal;
    clear:right;
}

#header_accountbox.loggedin
{
    background-color: #1998BE;
}

#header_accountbox.loggedout
{
    background-color: #1998BE;
}

#header_accountbox a, 
#header_accountbox a:hover, 
#header_accountbox a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
}

.accountbox_welcome 
{
	position: relative; 
	float: left; 
	margin: 10px 0px 0px 15px; 
	max-width: 120px;
	overflow: hidden;
	height: 18px;
    overflow: hidden;
}

#header_accountbox_qmark
{
    position: relative;
    float: left;
    margin: 11px 0px 0px 4px;
    padding: 1px;
    width: 11px;
    height: 12px;
    text-align: center;
    background-color: White;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.loggedin #header_accountbox_qmark 
{
    color: #00cc00;
}

.loggedout #header_accountbox_qmark 
{
    color: #EB6A5A
}

.accountbox_actions
{
    position: relative;
    float: right;
    margin: 10px 12px 0px 0px;
    text-align: right;
}

#header_accountbox_infobox
{
    position: absolute;
    right: 0;
    top: 37px;
    margin: 5px 0px 0px 0px;
    width: 300px;
    line-height: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 99999999999;
    display: none;
    -moz-box-shadow: 0px 0px 5px 0px #555;
    -webkit-box-shadow: 0px 0px 5px 0px #555;
    box-shadow: 0px 0px 5px 0px #555;
    text-align: left;
}

.loggedin #header_accountbox_infobox
{
    background: #7ECCC2;
}

.loggedout #header_accountbox_infobox
{
    background: #EB6A5A;
}

#header_accountbox_infobox_arrow
{
    position: relative; 
    width: 9px; 
    height: 5px; 
    margin-top: -5px; 
    margin-left: 102px;
    background-repeat: no-repeat;
}

.loggedin #header_accountbox_infobox_arrow
{
    background-image: url('images/header_accountbox/greenarrowtop.png');
}

.loggedout #header_accountbox_infobox_arrow
{
    background-image: url('images/header_accountbox/redarrowtop.png');
}

#header_accountbox_infobox_content 
{
    position: relative; 
    padding: 13px 13px 15px 13px; 
}
