/* Custom fonts */
@import url("../../fonts/titillium/stylesheet.css");
* {
	padding:0;
	margin:0;
}
body {
	background: #ffffff;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
p {
	padding-bottom: 15px;
}
img, a img {
	border: 0;
}
ul li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #004D99;
	text-decoration: none;
}
a:hover {
	color: #148AFF;
	text-decoration: none;
}
#hld {
	background: url(../../images/admin/bgradient.png) 0 0 repeat-x;
	min-height: 640px;
}
.wrapper {
	width:960px;
	margin:0 auto;
	padding-top: 20px;
}
/* Header */

#header {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	background: url(../../images/admin/hdr.gif) 0 0 no-repeat;
	overflow: hidden;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
}
#header a {
	color: #999;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
}
#header h1 {
	float: left;
	margin-right: 25px;
	font-family: "Titillium800", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	display: block;
	width:75px;
}
#header h1 a {
	color: #fff;
}
#header h1 a:hover {
	color: #008ee8;
}
#header #nav {
	margin:0 auto;
	width:720px;
	text-align: center;
}
#header #nav li {
	display: inline;
	padding: 2px 15px;
	background: url(../../images/admin/nsp.gif) center right no-repeat;
}
#header #nav li:last-child {
	background: none;
}
#header #nav li.active a {
	color: #ddd;
}
#header #nav li.active a:hover {
	color: #fff;
}
#header .user {
	float: right;
	font-size: 11px;
	width:60px;
	text-align: right;
}
#header .user a {
	text-decoration: underline;
}
#header .user a:hover {
	text-decoration: none;
}
#maintenance {
	padding: 10px 15px 10px 40px;
	text-align:center;
	background: #ecf9ff;
}
#maintenance img {
	margin:3px 3px 0 0;
}
/* Blocks */

.block {
	background: url(../../images/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(../../images/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(../../images/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 img {
	vertical-align: middle;
	padding-right: 3px;
}
.block .block_head ul li img, img.icon {
	height: 24px;
	width:24px;
}
/* Block content */

.block .block_content {
	overflow: hidden;
	background: url(../../images/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 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.block table.merlin {
	text-align: left;
	margin-bottom: 15px;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	word-wrap: break-word;
}
.block table.sortable tr:not(.sortable-exclude) td:not(:last-child)
{
	cursor: move;
}
.block .block_content.graph table {
	width: auto;
	table-layout: auto;
}
.block table.merlin img {
	max-width: 100%;
}
.block table.merlin tr td:last-child img {
	max-width: 24px;
}
.block table.merlin tr td:last-child form {display: inline;}
.block table.merlin tr td, .block table tr th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	line-height: normal;
	text-align: left;
}
.block table.merlin tr td.delete {
	text-align: right;
	font-size: 11px;
}
.block table.merlin tr td.delete a {
	color: #666;
}
.block table.merlin tr td.delete a:hover {
	color: #dd0000;
}
.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
}
.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.block table.visitorlist {
	width: 100%;
}
.block col#visitor_time {
	width: 20%;
}
.block col#visitor_referer {
	width: 40%;
}
.block col#visitor_location {
	width: 20%;
}
.block col#visitor_ip {
	width: 20%;
}
.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(../../images/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;
}
.block_content a img{	
	vertical-align: text-top;
	margin-right: 3px;
}
/* Messages */
	
.block .message, .msg {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.msg {
	margin:0px;
}
.block .message p {
	padding: 0;
	width: 93%;
	float: left;
}
.block .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../../images/admin/error.gif) 12px 12px no-repeat;
	color: #e3302c;
}
.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../../images/admin/success.gif) 12px 12px no-repeat;
	color: #508600;
}
.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../../images/admin/info.gif) 12px 12px no-repeat;
	color: #0888c3;
}
.block .message.warning, .warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../../images/admin/warning.gif) 12px 12px no-repeat;
	color: #666;
}
.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../../images/admin/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.block .message .close:hover, .block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
}
/* Forms */

label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
}
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;
}
input.text.small {
	width: 300px;
}
input.text.medium {
	width: 600px;
}
input.text.big {
	width: 904px;
}
select {
	width: 425px;
	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;
}
select.smalldd {
	width: 315px;
}
select.basic {width: auto;}
.block form textarea {
	width: 100%;
	height: 320px;
	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;
}
textarea.small {
	height: 100px;
}
textarea.description {
	width: 910px;
	height: 230px;
	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;
	resize:none;
}
.block form textarea.wysiwyg, textarea.wysiwyg {
	width: 90%;
	height: 320px;
	padding: 0;
}
input.radio, input.checkbox {
	vertical-align: middle;
}
.fileupload {
	position: relative;
}
input.file {
	width: 250px;
}
.block .block_bread {
	background: url("../../images/admin/breadcrumbs_bg.gif") no-repeat scroll 0 0 transparent;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0 10px;
}
 .block ..block_bread ul#breadcrumbs {
 padding: 0px;
}
.block .block_bread ul#breadcrumbs {
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.block .block_bread ul#breadcrumbs li:first-child a {
	padding-top: 5px;
}
.block .block_bread ul#breadcrumbs li:first-child a:before {
	content: url(../../images/icons/home_16.png);
}
.block .block_bread ul#breadcrumbs li {
	background: none;
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
.block .block_bread ul#breadcrumbs a {
	height: 30px;
	display: block;
	background-image: url('../../images/admin/bc_separator.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-decoration: none;
	color: #454545;
}
.block .block_bread ul#breadcrumbs a:hover {
	color:#35acc5;
}
.block .block_bread .home {
	border: none;
	margin: 8px 0px;
	padding-right: 5px;
}
.block form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
}
.block form .note.error {
	color: #e3302c;
}
.submit, .button {
	border: none;
	/*    border-top: 2px solid #ccc; */
   background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#09090a), to(#000000));
	background: -webkit-linear-gradient(top, #09090a, #000000);
	background: -moz-linear-gradient(top, #09090a, #000000);
	background: -ms-linear-gradient(top, #09090a, #000000);
	background: -o-linear-gradient(top, #09090a, #000000);
	padding: 8px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: "Titillium800", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	-moz-box-shadow:    inset 0 0 10px -5 #999;
	-webkit-box-shadow: inset 0 0 10px -5 #999;
	box-shadow: inset 0 0 5px 0 #999;
}
.submit:hover, .submit:active, .button:hover, .button:active {
	/*    border-top-color: #000000; */
   color: #999;
}
.block form input.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(../../images/admin/tiny.gif) top center no-repeat;
}
.block form input.submit.tiny:hover {
	background: url(../../images/admin/tiny_.gif) top center no-repeat;
}
.block form input.submit.mid {
	width: 115px;
	background: url(../../images/admin/btnm.gif) top center no-repeat;
}
.block form input.submit.mid:hover {
	background: url(../../images/admin/btnm_.gif) top center no-repeat;
}
.block form input.submit.long {
	width: 165px;
	background: url(../../images/admin/btnb.gif) top center no-repeat;
}
.block form input.submit.long:hover {
	background: url(../../images/admin/btnb_.gif) top center no-repeat;
}
/* Small blocks */

.block.small {
	width: 470px;
	background: url(../../images/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(../../images/admin/bheads.gif) top center no-repeat;
}
.block.small .block_content {
	background: url(../../images/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(../../images/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(../../images/admin/imgt.gif) bottom center no-repeat;
}
.block .block_content .imglist li ul li.delete a:hover {
	background: url(../../images/admin/imgb.gif) top center no-repeat;
}
.file_manager img {
	vertical-align: middle;
	padding-right: 3px;
}
.highlight-folders .selected-folder, .selected-file {
	color: green;
	font-weight: bold;
}
/* Footer */

#footer {
	background: url(../../images/admin/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
}
#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;
}
/*photo album */
#filedrag {
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	width: 55%;
	float: left;
	clear: right;
}
#filedrag.hover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
#fileselectcontainer {
	float: left;
	width: 40%;
}
.hidden {
	display: none;
}
.clear-left {
	clear:left;
}
.clickable {
	cursor: pointer;
}
#department_suggest {
	margin:5px 0;
	display: none;
}
.block .block_content.tablelist a:hover {
	text-decoration: none;
}
.block .block_content.tablelist .hr hr {
	display: none;
}
.block .block_content.tablelist form {
	margin: 10px 0;
}
.block .block_content.tablelist table {
	width: 100%;
	border-collapse: collapse;
}
.block .block_content.tablelist thead th {
	background: #1a1a1a;
	color: #fff;
}
.block .block_content.tablelist tbody th {
	text-align: left;
}
.block .block_content.tablelist pre {
	font-size: 130%;
	background: #f7f7f7;
	padding: 10px 10px;
	font-weight: bold;
}
.block .block_content.tablelist .odd, .r1 {
	background: #fff;
}
.block .block_content.tablelist .even, .r2 {
	background: #eee;
}
.block .block_content.tablelist .r3 {
	background: #ebebeb;
}
.block .block_content.tablelist .search {
	font-weight:  bold;
}
.block .block_content.tablelist dt {
	margin-top: 10px;
	font-weight: bold;
}
.block .block_content.tablelist dd {
	margin: 0;
}
.block .block_content.tablelist .new {
	color: #f34105;
	text-transform: uppercase;
	font-size: 85%;
	margin-left: 3px;
}
.block .block_content.tablelist form.quicksearch {
	padding: 10px;
	background: #f7f7f7;
}
.block .block_content.tablelist form.quicksearch input {
	margin-left: 5px;
	width: 300px;
}
.block .block_content.tablelist form.quicksearch img {
	vertical-align: middle;
	margin-left: 5px;
}
.block .block_content.tablelist fieldset {
	border: none;
}
.block .block_content.tablelist form input {
	font-size: 16px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
.icon:before {
	/* 	font-family: icons; */
	margin-right: 5px;
	font-size: 15px;
}
.icon-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	min-width: 1em;
}
.icon-replace:before {
	position: absolute;
	left: 0;  /* Firefox needs to be explicit here */
	top: 0;
	text-indent: 0;
}
.icon-check:before {
	content: "✔";
}
.icon-plus:before {
	content: "+";
}
.icon-minus:before {
	content: "-";
}
/* Plus your other icon types here */

/* keywords style on edit page */
.keywordText {
	float: left;
	margin-right: 5px;
}

/*navigation */
.block .block_content ul.nav-content  {list-style: none;}
.block .block_content ul.nav-content ul {padding-bottom: 0px;}

.center-button
{
	clear:both;
	text-align:center;
}

/*form message used on admin/pages/page*/
.form-message {display: none;}

/* SEO Check */
.seo-warning {
	background: url('../../images/icons/warning_16.png') no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.seo-resolve {
	background: url('../../images/icons/mini/wrench.png') no-repeat;
	padding: 2px 0 2px 20px;
	font-weight: bold;
	line-height: 16px;
}

/* Multi Phone Number in People */
#addNewPhoneNumber {
	cursor: hand;
	cursor: pointer;
}

.removePhoneNumber {
	cursor: hand;
	cursor: pointer;
}

/* Polls */
#addNewOption {
	cursor: hand;
	cursor: pointer;
}

.removeOption {
	cursor: hand;
	cursor: pointer;
}