/*
 * Simplpan Admin Panel
 *
 * Copyright (c) 2011 Kasper Kismul
 *
 * http://themeforest.net/user/Kaasper/profile
 *
 * This file is for the 'Blue' Style Theme.
 *
 */

/* Background Color */
body { background-color:#405258; }

#loginlogo{
    background-image: url('../../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 89px;
}

#bglogo{
    position: absolute;
    top: 10px;
    right: 70px;
    width: 116px;
    height: 52px;
    background-image: url('../../img/logo_sm.png');
    background-position: top right;
}

/* Dark Backgrounds */
#header, #footer, .box_top, ul#navigation li ul.subnav, .box_top .sorting ul li a.active,
.box_top .sorting ul li a:hover, .ui-dialog-titlebar { 

	background-color:#537781; 
}

/* Lighter Backgrounds */
#breadcrumb, #userpanel ul, #userpanel ul li ul.subnav, form#login input[type=submit] { 
	background-color:#7c9ba3; 
}

/* Border Colors */
#header, #breadcrumb, #footer, .box_top, #userpanel ul, #userpanel ul li ul.subnav, 
ul#navigation li ul.subnav, .ui-dialog-titlebar { 
	border-color:#526f77; 
}

/* Links and Hovers */
a, .dataTables_wrapper .paginate_button { color: #267DA6; } /* Links */
a:focus, a:hover, a.big_button:hover 	{ color: #2193C8; } /* Hovers */

