@charset "utf-8";
/* CSS Document */

/*	
Template Name: Adminus
Description: Beautiful admin panel interface
Version: 1.0
Author: enstyled
Author URI: http://themeforest.net/user/enstyled
*/


/* Custom fonts */
@import url("/fonts/titillium/stylesheet.css");

* { padding:0; margin:0; }
	
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background-color:#FBFBFB;
	line-height: 20px;
	}
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: none;
	}
	
a:hover {
	color: #ec8526;
	text-decoration: none;
	}	
	
#hld {
	background: url(/img/admin/hld.jpg) 0 0 repeat-x;
	min-height: 402px;
	}
	
.wrapper {
	width:960px;
	margin:0 auto;
	padding-top: 20px;
	}


/* Header */

#header {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	background: url(/img/admin/hdr.gif) 0 0 no-repeat;
	overflow: hidden;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
#header a {
	color: #999;
	text-decoration: none;
	}

#header a:hover, #header a.current { color: #fff; }
	
#header h1 {
	float: left;
	margin-right: 40px;
	font-family: "Titillium800", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #008ee8; }
	
#header #mainnav {
	float: left;
	}

#header .nav li {
	display: inline;
	padding: 2px 15px;
	background: url(/img/admin/nsp.gif) center right no-repeat;
	}

#header #mainnav li.active a { color: #ddd; }
#header #mainnav li.active a:hover { color: #fff; }
	
#header .user {
	float: right;
	font-size: 11px;
	}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* Blocks */

.block {	
	background: url(/img/admin/bnd.gif) bottom center no-repeat;
	padding-bottom: 5px;
	margin-bottom: 25px;
	clear: both;
	}


/* Block head */

.block .block_head {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	background: url(/img/admin/bhead.gif) 0 0 no-repeat;
	overflow: hidden;
	}
	
.block .block_head h2 {
	font-family: "Titillium999", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	}
	
.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
	
.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(/img/admin/phs.gif) 7px center no-repeat;
	}
	
.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
	}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #008ee8; }

.block .block_head ul li a.submit {
	color: #fff;
	}

/* Block content */

.block .block_content {
	overflow: hidden;
	background: url(/img/admin/bbg.gif) 0 0 repeat-y;
	padding: 10px 20px 0;
	}

.block .block_content h1,
.block .block_content h2 {
	font-family: "Titillium999", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	margin-bottom: 10px;
	}

.block .block_content h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
.block .block_content h3.stat_header{
	text-decoration:underline;
}

.block .block_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
	
table {
	text-align: left;
	margin-bottom: 15px;
	width: 100%;
	}
	
table tr td,
table tr th {
	padding: 10px;
	line-height: normal;
	text-align: left;
	}

table tfoot tr td {
	border:0;
}

table tr td.actions {
	text-align: right;
	font-size: 11px;
	}
	
.tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	}

.tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}

.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	}

.block .block_content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(/img/admin/li.gif) 0 7px no-repeat;
 	}
 	
.block .block_content ol li {
	margin-bottom: 5px;
	}
	
.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
	
	
/* Messages */
	
.block .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.block .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(/img/admin/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/img/admin/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/img/admin/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.block .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(/img/admin/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/img/admin/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Forms */

.block form div.input_container {margin-bottom:10px; min-height:33px;}

.block form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: top;
	}

.block form div.input_container label {display:inline-block; width:150px; padding-top:7px;}
.block form div.input_container label.error {color:#F00;}

.block form select {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

.block form input.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

.block form input.text.tiny, .block form select.tiny { width: 125px; }
.block form input.text.small, .block form select.small { width: 250px; }
.block form input.text.medium, .block form select.medium { width: 600px; }
.block form input.text.big, .block form select.big { width: 904px; }
.block form input.text.date_picker { width: 100px; }

.block form textarea {
	width: 410px;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
	
.block form textarea.small { width: 250px; }
.block form textarea.wysiwyg { width: 918px; padding: 0; }
	
.block form input.radio,
.block form input.checkbox {
	vertical-align: middle;
	}
	
.block form .fileupload {
	position: relative;
	}
	
.block form input.file {
	width: 177px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

.block form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

.block form .error { color: #e3302c; }
			
.block .submit {
	width: 85px;
	height: 30px;
	display:inline-block;
	text-align:center;
	line-height: 30px;
	background: url(/img/admin/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
.block .submit:hover {
	background: url(/img/admin/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

.block .submit.tiny {
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(/img/admin/tiny.gif) top center no-repeat;
	}
	
.block .submit.tiny:hover { background: url(/img/admin/tiny_.gif) top center no-repeat; }
	
.block .submit.mid { width: 115px; background: url(/img/admin/btnm.gif) top center no-repeat; }
.block .submit.mid:hover { background: url(/img/admin/btnm_.gif) top center no-repeat; }

.block .submit.long { width: 165px; background: url(/img/admin/btnb.gif) top center no-repeat; }
.block .submit.long:hover { background: url(/img/admin/btnb_.gif) top center no-repeat; }


/* Small blocks */

.block.small {
	width: 470px;
	background: url(/img/admin/bnds.gif) bottom center no-repeat;
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: url(/img/admin/bheads.gif) top center no-repeat; }
.block.small .block_content { background: url(/img/admin/bbgs.gif) top center repeat-y; }

.block.small .block_content textarea { width: 414px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}

.block.small.center.login { margin-top: 100px; }


/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}
	
.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(/img/admin/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 19px;
	top: 21px;
	display: none;
	}
	
.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
.block .block_content .imglist li ul li.view a:hover { background: url(/img/admin/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(/img/admin/imgb.gif) top center no-repeat; }

/* Footer */

#footer {
	background: url(/img/admin/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	margin-top:25px;
	}
	
#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
#footer .left {
	float: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
	
/* Custom */
.block .block_content span.stat_label {font-weight:bold; display:inline-block; width:150px;vertical-align:text-top;}
.block .block_content #update_toolbar {margin-bottom:20px;}
#update_toolbar {border:1px solid #bbb; padding:10px;}
#update_toolbar legend {color:#757575; padding:5px; font-weight:bold;}
#update_toolbar label {margin-top:7px; display:inline-block;}
.profile_image {border:1px solid #999; padding:3px; line-height:0px; display:inline-block;}
.report_address {text-align:right;font-size:10px;line-height:13px;color:#666;padding-top:5px;font-family:Verdana, Geneva, sans-serif;}

/* Reports */
.report_big {color:#000; font-size:24px;}
.report_med {color:#000; font-size:16px;}
.report_sm  {color:#000; font-size:12px;}

.report_title {}
.report_subtitle {font-family:Verdana, Geneva, sans-serif;}
.report_text {font-family:Verdana, Geneva, sans-serif;}
.report_altrow {background-color: rgb(251, 251, 251);}

.report_text ul, .report_text ul li {list-style:disc;}

.report_label {color:#666; font-family:Verdana, Geneva, sans-serif;}
.report_image {border:1px solid #999; padding:3px; line-height:0px; display:inline-block;}
.report_image_spacing {margin:10px; text-align:center; display:inline-block;}
.report_image_description {color:#666; font-size:11px; display:block; text-align:center;}
.report_image img, .profile_image img {padding:0px; margin:0px;}
.report_spacing {margin-bottom:20px;}

.reference {
	min-height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}
.ref_object {float:left; width:175px; padding: 5px;}
.ref_name {color:#000; font-size:16px; background-color:#fff; display:block; padding:5px; border-bottom:2px #eee solid;}
.ref_detail {color:#333; font-size:12px; display:block;}
.ref_notes {font-family:Verdana, Geneva, sans-serif; float:left; padding: 5px; border-left:2px solid #eee; min-height:90px; width:600px;}