/* 
    Document   : admin
    Created on : Oct 17, 2012, 2:55:23 PM
    Author     : Joost
    Description:
        Purpose of the stylesheet follows.
*/

/*
	Dashboard header layout
*/

#admin-header
{
        line-height: 1.5;
	width: 100%;
	min-width: 960px;
	height: 50px;
	background: #353c42 url('../ond/images/layout/bg_header.png') repeat-x;
	text-shadow: 1px 0 0 #666666;
	color: #cccccc;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        font-family: Arial;
        font-size: 12px;
}

#admin-header a
{
	font-weight: bold;
	color: #ffffff;
        text-decoration: none;
}

#admin-header a:hover
{
	color: #ebebeb;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent;
}

#admin-header a:active
{
	color: #999999;
}

#admin-header #admin-logo
{
	width: 210px;
	float: left;
	margin: 17px 0 0 30px;
}
#admin-header .mid_align
{
    vertical-align: middle;
    margin-right: 5px;
    border: 0;
}

#admin-header #admin-account_info
{
	width: 300px;
	float: left;
	text-align: left;
	margin: 16px 35px 0 0;
        
}
#admin-header #back
{
    float: right;
    margin: 10px;
}