/*
AFFINEGY GREEN COLORS:

#a0d5b5
#00a94f
#00853f
#006325
*/

.pageHeader
{
    background: none;
    margin: 0 auto;
    //min-width: 980px;
    //max-width: 2048px;  // new
    overflow: hidden;
    width: 90%;         // old 960px;
}

.headerLogo
{
    height: 80px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 97%;         /* old 960px; */
    position: relative;
}

.beta-badge::before {
    content: 'Beta';
}

.beta-badge {
    position: relative;
    background: #A40C34;
    z-index: 100;
    width: 70px;
    height: 24px;
    border-radius: 4px;
    color: white;
    border: #A40C34 2px solid;
    /* background-clip: content-box; */
    /* box-shadow: inset 0 0 0 2px white; */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 300px;
    top: 0px;
    font-size: 1.3em;
}

.headerMenuContainer
{
    box-sizing: content-box;
    font-size: 12px;
    margin:0 10px;
    margin-bottom:20px;
    padding:0 2px;
    border:1px solid #ddd;
    background:#f8f8f8;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	height:38px;
	overflow:hidden;
}

.headerMenuContainer *
{
    vertical-align:middle;
}

.headerMenuContainer a, .headerMenuContainer span
{
    text-decoration:none;
}

.headerMenuContainer a.main_menu_link
{
	margin-right:2px;
	margin-top:2px;
	font-weight:nornal;
	font-size:13px;
	padding:4px 8px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor:pointer;
	line-height:26px;
}

a.main_menu_link.headerMenuActive
{
	color: #6f001a;
	background-color: #D97A97;
}

.Logo {
    background: url("../images/pagelogo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 66px;
    margin-left: 5px;
    margin-top:6px;
    width: 366px;
    clear:both;
}

.SMBLogo
{
    background: url("../images/smblogo.png") no-repeat scroll 0 0 transparent;
}

#user_area
{
    color: #6f001a;
    font-size: 12px;
    /*height: 12px;*/
    margin: 0 auto 0;
    margin-top:4px;
    margin-bottom:-4px;
    padding: 0px;
    text-align: right;
    /*width: 960px;*/
}

#user_area em
{
    font-weight:bold;
}

#user_area p
{
    margin-bottom: 5px;
}

#user_area > span
{
    margin-left:35px;
}



#location_container, #username_container
{
	font-weight:bold;
}

#location_container
{
	display:none;
}

#location_display, #username_display
{
	font-weight:normal;
}


div.line
{
	margin-top:5px;
	width:100%;
	text-align:center;
}
div.line img
{
	margin:0 auto;
}

#logout
{
	font-weight:bold;
	text-decoration:none;
}

#logout button
{
    border-color: rgb(84, 132, 63) !important;;
    color: rgb(84, 132, 63) !important;
}

#logout button:hover {
    background-color: rgb(145, 206, 164) !important;;
}

span#main_menu_right a.main_menu_link
{

}
