/* Minification failed. Returning unminified contents.
(951,394): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(951,394): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(951,538): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(951,704): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(951,848): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(951,1147): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(951,1147): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(951,1424): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(951,1424): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(951,1593): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(951,1870): run-time error CSS1054: JavaScript error in expression property: Variable 'jGrowl' has not been declared: jGrowl
(951,1870): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(951,2034): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe2' has not been declared: ignoreMe2
(951,2178): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
/* General
----------------------------------------------------------------------------------------------------*/
body {
	background-color:transparent;
	background: url(../images/bg/px_by_Gre3g.png) center top repeat;
}
.bg_main_01 {
	background: url(../images/bg/irongrip.png) center top repeat;
}
.bg_main_02 {
	background: url(../images/bg/dark_brick_wall.png) center top repeat;
}
.bg_main_03 {
	background: url(../images/bg/darth_stripe.png) center top repeat;
}
.bg_main_04 {
	background: url(../images/bg/always_grey.png) center top repeat;
}
.bg_main_05 {
	background: url(../images/bg/ravenna.png) center top repeat;
}
.bg_main_06 {
	background: url(../images/bg/random_grey_variations.png) center top repeat;
}
.bg_main_07 {
	background: url(../images/bg/fabric_plaid.png) center top repeat;
}
.bg_main_08 {
	background: url(../images/bg/white_brick_wall.png) center top repeat;
}
.bg_main_09 {
	background: url(../images/bg/vertical_cloth.png) center top repeat;
}
.bg_main_10 {
	background: url(../images/bg/whitey.png) center top repeat;
}
.bg_main_11 {
	background: url(../images/bg/farmer.png) center top repeat;
}
.bg_main_12 {
	background: url(../images/bg/padded.png) center top repeat;
}
.bg_main_13 {
	background: url(../images/bg/dark_geometric.png) center top repeat;
}
.bg_main_14 {
	background: url(../images/bg/rubber_grip.png) center top repeat;
}
.bg_main_15 {
	background: url(../images/bg/black_linen_v2.png) center top repeat;
}
.bg_main_16 {
	background: url(../images/bg/crissXcross.png) center top repeat;
}
.bg_main_17 {
	background: url(../images/bg/mirrored_squares.png) center top repeat;
}
.bg_main_18 {
	background: url(../images/bg/darkdenim3.png) center top repeat;
}
#logo {
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 75px;
}
body footer p, body .footer p {
	color:#fff;
}
.logo {
	background-image: url(../images/logo.png);
	width: 204px;
}
.logo.dark {
	background-image: url(../images/logo-dark.png);
}
.login_logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.logo-small {
	background-image: url(../images/logo-small.png);
	width: 38px;
}
.logo-small.dark {
	background-image: url(../images/logo-dark-small.png);
	width: 38px;
}
/* expand class for closed nav */	  
.container-fluid > .expand_to_nav {
	margin-left: 60px;
}
.normal-unit {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.box_padding_10 *, .box_padding_10 > * {
	padding-left:10px;
	padding-right:10px;
}
.box_padding_20 *, .box_padding_20 > * {
	padding-left:20px;
	padding-right:20px;
}
.padding_10 {
	padding:10px;
}
.margin_10 {
	margin:10px;
}
.box_margin_10 *, .box_margin_10 > * {
	margin-left:10px;
	margin-right:10px;
}
.padding_20 {
	padding:20px;
}
.clear_left {
	clear:left;
}
/* box styles */
.dashed_box_placeholder {
	background-color: #DDDDDD;
	border: 1px dashed #AAAAAA;
	display: block;
	/* float: left;*/
    margin-bottom: 13px !important;
	margin-left: 1%;
	margin-right: 0.6%;
}
.dashed_box_placeholder * {
	visibility:hidden;
}
.column {
	min-height:20px;
}
.box {
	position: relative;
	padding:0;
	margin-bottom:20px;
	height:auto;
}
.box h2.box_head {
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	/*background-color:#4c5766;*/
	/* */
	margin:-1px auto 0px;
	text-indent:10px;
	/*text-shadow:0px 1px 0px #000;*/
	-webkit-user-select: none;
	height:32px;
	-webkit-text-size-adjust: none;
	cursor:move;
}
.box .block {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	position:relative;
	background: none;
	background-color:white;
	border-bottom:1px solid #ccc;
	border-width:1px 0;
	height:auto;
}
.grad_colour {/*
	background: #4c5766;
	background: -moz-linear-gradient(top, #4c5766 0%, #313841 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c5766), color-stop(99%, #313841));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5766', endColorstr='#313841', GradientType=0 ); 
	background: -o-linear-gradient(top, #4c5766 0%, #313841 99%);
	background: linear-gradient(top, #4c5766 0%, #313841 99%);
	background: -ms-linear-gradient(top, #4c5766 0%, #313841 99%);
	border:1px solid #313841;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	zoom:1;*/
}
.box_2_col .box, .box_3_col .box, .box_4_col .box {
	display: inline;
	float: left;
	margin-right:20px;
}
.box_2_col .box:last-child, .box_3_col .box:last-child, .box_4_col .box:last-child {
	margin-right: 0px;
}
.box_2_col, .box_1_col, .box_3_col, .box_4_col, .box_1_col .box {
	width: 940px;
}
.box_2_col .box {
	width: 460px;
}
.box_3_col .box {
	width: 300px;
}
.box_4_col .box {
	width: 220px;
}
/* Jquery UI icons */
ul#icons {
	margin: 0;
	padding: 0;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
/* Base Theme
----------------------------------------------------------------------------------------------------*/
.bar_nav ul, .side_nav ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border:1px solid #000;*/
	background-color: transparent;
}
.bar_nav ul ul, .side_nav ul ul {
	border:1px solid #666;
}
.bar_nav ul li a, .side_nav ul li a {
	/*	color: #666;*/
	text-shadow: 0px 1px 0px #fff;
}
.bar_nav ul li:hover > a, .side_nav ul li:hover > a {
	color: #fff;
	text-shadow: none;
}
.bar_nav > ul > li > a {
	border-top: 1px solid #ddd;
	border-right: 1px solid #FFF;
	border-left: 1px solid #ddd;
}
.bar_nav > ul > li.send_right > a {
	border-left: 1px solid #FFF;
	border-right: none;
}
.bar_nav > ul > li.send_right:hover > a {
	border-right: none;
}
.bar_nav > ul > li:hover > a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #888b90;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	display: block;
}
.bar_nav > ul > li:first-child > a {
	border-left: none;
}
.bar_nav > ul > li:last-child > a {
	border-right: none;
}
.bar_nav ul li a, .side_nav ul li a {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
.bar_nav ul li.active:last-child > a, .side_nav ul li.active:last-child > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
li:last-child > div.accordion > a:last-child {
	border-bottom: none;
}
.bar_nav ul li ul li:last-child > a:hover, .side_nav ul li ul li:last-child > a:hover {
	border-bottom: 1px solid #888b90;
}
.bar_nav ul li ul li:first-child > a, .side_nav ul li ul li:first-child > a {
	border-top: 0px solid transparent;
}
.bar_nav ul li ul li:first-child:hover > a, .side_nav ul li ul li:first-child:hover > a {
	border-top: 0px solid #999;
}
.bar_nav ul ul li:hover > a, .side_nav ul li:hover > a {
	border-bottom: 1px solid #888b90;
	border-top: 1px solid #888;
}
.bar_nav > ul > li > ul li:first-child > a, .side_nav > ul li:first-child > a {
}
.bar_nav ul li:last-child ul a {
	margin-bottom: 0px;
}
/* Drop Box
----------------------------------------------------------------------------------------------------*/

.drop_box {
	color: #000;
	padding: 10px;
	background-color: #fff;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0px;
	z-index: 10;
	border: 1px solid #666;
}
.drop_box fieldset {
	display: block;
	float: none !important;
	clear: both;
}
.nav_up .drop_box {
	top:auto;
	bottom:100%;
}
.side_nav .drop_box {
	top:0;
	bottom:auto;
	left:100%;
}
.drop_box.right {
	left:auto;
	right:0;
}
li:hover .drop_box {
	display: block;
}
.drop_box form input {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
}
.drop_box button {
	display: block;
}
/* Accordion
----------------------------------------------------------------------------------------------------*/

li.openable {
	position: relative;
}
li.openable.active > a {
	color:#fff;
	text-shadow: none;
	border-top: 1px solid #888;
	border-bottom: 1px solid #666;
}
li.openable div.accordion {
	color:#666;
	border-top: 0px solid #fff;
	font-weight: normal;
	display: none;
}
li.openable div.accordion a {
	background: url(../images/nav_bullet.png) 15px no-repeat;
	padding-left: 30px;
	font-weight: normal;
}
li.openable div.accordion a:hover {
	font-weight: bold;
}
li div.accordion {
	display: none;
}
li:target > div.accordion {
	display: block;
}
li.openable.active a {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.accordion > li.openable.active:first-child > a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.accordion > li.openable:last-child div.accordion a:last-child, ul.accordion > li.openable:last-child div.accordion {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom: none;
}
#side_nav ul li.openable div.accordion a {
	background: url(../images/nav_bullet.png) 20px no-repeat;
	padding-left: 37px;
	background: #f5f5f5; /* old browsers */
}
#side_nav ul li ul li.openable div.accordion a {
	background: url(../images/nav_bullet.png) 6px no-repeat;
	padding-left: 23px;
}
/* Mega Menu
----------------------------------------------------------------------------------------------------*/

.mega_menu {
	top:100%;
	left:0;
	position: absolute;
	/* 	display: none; */
	color: #666;
	margin:0px -1px;
	padding-top:10px;
	z-index: 200;
	width: 100%;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	z-index: 30;
}
.nav_up .mega_menu {
	top:auto;
	bottom:100%;
}
.mega_menu div {
	margin: 0 10px;
}
.mega_menu .alpha {
	margin-left: 0px;
	margin-right: 9px;
}
.mega_menu .omega {
	margin-right: 0px;
}
li:hover .mega_menu {
	display: block;
}
li.has_mega_menu {
	position: static !important;
}
li.has_mega_menu a {
	position: relative;
	padding-right: 22px !important;
}
li.has_mega_menu a span.icon {
}
/* Icons
----------------------------------------------------------------------------------------------------*/
li a span.icon {
	right: 5px;
	margin-top: -1px;
}
li span.icon, li a span.icon {
	background: url(../images/nav_right.png) no-repeat;
	position: absolute;
	right:5px;
	width: 12px;
	height: 12px;
	top:11px;
	display: block;
	cursor: pointer;
}
li span.left.icon {
	background: url(../images/nav_left.png) no-repeat;
}
li.openable span.icon, #side_nav ul li.toggle span.icon {
	background: url(../images/nav_plus.png) no-repeat;
}
li.openable.active span.icon, li.openable.active span.icon {
	background: url(../images/nav_minus.png) no-repeat;
}
.nav_down > ul > li > a > span.icon, .nav_down li.has_mega_menu span.icon {
	background: url(../images/nav_down.png) no-repeat;
}
.nav_up > ul > li > a > span.icon, .nav_up li.has_mega_menu span.icon {
	background: url(../images/nav_up.png) no-repeat;
}
/* Gradients
----------------------------------------------------------------------------------------------------*/
.grad_grey, .bar_nav ul a, .side_nav ul a, .bar_nav ul, .side_nav ul, .drop_box {
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #ffffff 0%, #ededed 99%);
	background: linear-gradient(top, #ffffff 0%, #ededed 99%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 99%);
}
.grad_grey_reverse, .bar_nav ul li:hover > a, .side_nav ul li:hover > a, ul li.openable.active > a {
	background: #ddd; /* old browsers */
	background: -moz-linear-gradient(top, #a0a3a8 0%, #888b90 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0a3a8), color-stop(100%, #888b90)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a3a8', endColorstr='#888b90', GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #a0a3a8 0%, #888b90 100%);
	background: linear-gradient(top, #a0a3a8 0%, #888b90 100%);
	background: -ms-linear-gradient(top, #a0a3a8 0%, #888b90 100%);
}
/* Round Corners and text effects
----------------------------------------------------------------------------------------------------*/

.round_all {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.round_top {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius: 3px 3px 0 0;
}
.round_bottom {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 0 0 3px 3px;
}
.round_left {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 3px 0 0 3px;
}
.round_right {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius:0 3px 3px 0;
}
.round_yyny {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomright: 0;
}
.round_nnny {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.text_highlight {
	text-shadow:0px 1px 0px #FFFFFF;
}
.text_shadow {
	text-shadow:0px 1px 0px #000;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
	margin-top: 10px;
	margin-bottom: 10px;
}
.show-grid [class*="span"] {
	background: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	line-height: 30px;
}
.show-grid:hover [class*="span"] {
	background: #ddd;
}
.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
	background-color: #ccc;
}
/* bootstap */
.btn-shortcut {
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:55px;
	width:55px;
	float: right;
	margin-bottom: 20px;
	margin-top:10px;
	margin-left: 15px;
}
.shortcut .btn-shortcut {
	height:55px;
	width:55px;
	padding:4px 15px 4px;
}
.shortcut .btn-shortcut img {
	margin-top:5px;
}
.shortcut .btn-shortcut .label {
	position: relative;
	display: inline-block;
	top: -72px;
	margin-left: 63px;
	line-height: normal;
}
/* Text Box */
.flat_box {
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.flat_box .content {
	padding: 10px;
}
/* For input sizes, make them display block */
.docs-input-sizes select, .docs-input-sizes input[type=text], .docs-input-sizes .chzn-container {
	display: block;
	margin-bottom: 9px;
}
.dataTables_wrapper label select {
	display:inline;
}
.dataTables_wrapper select, .dataTables_wrapper input {
	margin-bottom:0px;
	width:auto;
}
/* Statistics */

ul.statistics, ul.members {
	margin: 10px 0;
}
.box ul.statistics li, .box ul.members li {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
	list-style: none;
}
ul.statistics li:first-child, ul.members li:first-child {
	border-top: none;
}
ul.statistics li:last-child, ul.members li:last-child {
	border-bottom: none;
}
ul.statistics li a {
	color: #666;
	display: block;
	line-height: 32px;
	text-decoration: none;
}
ul.members li a {
	margin-top:10px;
	margin-bottom:10px;
	color: #666;
	display: block;
	text-decoration: none;
}
ul.statistics li a:hover, ul.members li a:hover {
	color: #999;
}
ul.statistics li a span {
	display: inline-block;
 *display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 70px;
	zoom: 1;
}
ul.statistics i[class*=icon] {
	margin-left: 15px;
}
.red {
	color:#B94A48;
}
.green {
	color:#468847
}
.yellow {
	color:#F89406
}
.blue {
	color:#3A87AD;
}
img.member_avatar {
	height:50px;
	width:50px;
	padding:1px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#calender * {
	margin:0;
	padding:0;
}
.uniform {
	padding-left: 0px;
}
.slider {
	margin-top:10px;
}
.external-event {
	margin-bottom:20px;
}
.box a.toggle {
	background:rgba(0,0,0,0.1) url(../images/ui-icons_ffffff_256x240.png) no-repeat;
	background-position: -64px -16px;
	display:block;
	height:17px;
	width:17px;
	position: absolute;
	top:5px;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration:none;
}
.box a.toggle_closed {
	background-position: -96px -16px;
	text-decoration:none;
}
.box a.destroy {
	background:rgba(0,0,0,0.1) url(../images/ui-icons_ffffff_256x240.png) no-repeat;
	background-position: -80px -128px;
	display:block;
	height:17px;
	width:17px;
	position: absolute;
	top:5px;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration:none;
}
.box a.settings {
	background:rgba(0,0,0,0.1) url(../images/ui-icons_ffffff_256x240.png) no-repeat;
	background-position: -192px -112px;
	display:block;
	height:17px;
	width:17px;
	position: absolute;
	top:5px;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration:none;
	display: block;
	float: right;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.box_button_1 {
	right:8px;
}
.box_button_2 {
	right:30px;
}
.box_button_3 {
	right:52px;
}
.icon-standard {
	width:auto;
	background-image:none;
	display: inline-block;
	vertical-align: text-top;
}
.checkboxset_on {
	display: inline-block;
}
.box.grad_colour_dark_blue h2.box_head {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#ffffff;
}
.box.grad_colour_light_blue h2.box_head {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#ffffff;
}
.box.grad_colour_red h2.box_head {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#ffffff;
}
.box.grad_colour_green h2.box_head {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#ffffff;
}
.box.grad_colour_orange h2.box_head {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#ffffff;
}
.box.grad_colour_grey h2.box_head {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	color:#333333;
}
.box.grad_colour_grey .settings, .box.grad_colour_grey .toggle, .box.grad_colour_grey .destroy {
	background-image:url(../js/jquery-ui-bootstrap/css/custom-theme/images/ui-icons_222222_256x240.png);
}
.box.grad_colour_black h2.box_head {
	background-color: #393939;
	background-image: -moz-linear-gradient(top, #454545, #262626);
	background-image: -ms-linear-gradient(top, #454545, #262626);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
	background-image: -webkit-linear-gradient(top, #454545, #262626);
	background-image: -o-linear-gradient(top, #454545, #262626);
	background-image: linear-gradient(top, #454545, #262626);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
	border-color: #262626 #262626 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.box.grad_colour_orange.box_head {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color:#ffffff;
}
#breadcrumb {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	color:#333333;
}


.btn2
{
  padding: 4px 6px;
}
div.jGrowl{z-index:9999;color:#fff;font-size:12px}div.ie6{position:absolute}div.ie6.top-right{right:auto;bottom:auto;left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.top-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.bottom-right{left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.bottom-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.center{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' );width:100%}div.jGrowl{position:absolute}body > div.jGrowl{position:fixed}div.jGrowl.top-left{left:0;top:0}div.jGrowl.top-right{right:0;top:0}div.jGrowl.bottom-left{left:0;bottom:0}div.jGrowl.bottom-right{right:0;bottom:0}div.jGrowl.center{top:0;width:50%;left:25%}div.center div.jGrowl-notification,div.center div.jGrowl-closer{margin-left:auto;margin-right:auto}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{background-color:#000;opacity:.85;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);zoom:1;width:235px;padding:10px;margin-top:5px;margin-bottom:5px;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:1em;text-align:left;display:none;-moz-border-radius:5px;-webkit-border-radius:5px}div.jGrowl div.jGrowl-notification{min-height:40px}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{margin:10px}div.jGrowl div.jGrowl-notification div.jGrowl-header{font-weight:bold;font-size:.85em}div.jGrowl div.jGrowl-notification div.jGrowl-close{z-index:99;float:right;font-weight:bold;font-size:1em;cursor:pointer}div.jGrowl div.jGrowl-closer{padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:bold;text-align:center}@media print{div.jGrowl{display:none}}

/*------------------------------------------------------------------

[Login/Signup Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

-------------------------------------------------------------------*/




/** Base Body Styles **/
body{ background: url(../Images/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}


.account-container {
	width: 380px; 
	display: block;
	margin: 60px auto 0 auto;
	
	background: #f9f9f9;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.username-field { background: url(../Images/signin/user.png) no-repeat; }

.password-field { background: url(../images/signin/password.png) no-repeat; }




.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../Images/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	
	text-shadow: 1px 1px 0px #fff; 	
}


.account-container h1 {
	margin-bottom: .4em;
	
	color: #f90;
}

/** Buttons **/
.twitter, .fb {
	position: relative;
	
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../Images/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	
	background: url(../Images/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}






.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}



@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
	
}
/*------------------------------------------------------------------

[Dashboard Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)



[Table of contents]

	1. Shortcuts
	2. Stats
	3. Task List
	4. News Item

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/

.shortcuts {
	text-align: center;	
}

.shortcuts .shortcut { 
	/*width: 22.50%;*/
	width: 35.50%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #F3F3F3;
	
	border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	
	font-size: 32px;
	color: #888;
}

.shortcuts .shortcut:hover {
	/*background: #E8E8E8;*/
	background: #F90;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #666;
}

.shortcuts .shortcut-label {
	display: block;
	
	font-weight: 400;
	color: #666;
}



/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}

.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;
	
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}

.stats #donut-chart {
	height: 100px;
	margin-left: -20px;	
}





/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
	margin: 1em 0 0;
}

.news-items li {
	display: table;
	padding: 0 2em 0 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	
	border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { padding-bottom: 0; border: none; }

.news-item-date {
	display: table-cell;
}

.news-item-detail {
	display: table-cell;
}

.news-item-title {
	font-size: 13px;
	font-weight: 600;
}

.news-item-date {
	width: 75px;
	vertical-align: middle;
	
	text-align: right;
}

.news-item-day {
	display: block;
	margin-bottom: .25em;
	
	font-size: 24px;
	color: #888;
}

.news-item-preview {
	margin-bottom: 0;
	
	color: #777;
}

.news-item-month {
	display: block;
	padding-right: 1px;	
	
	font-size: 12px;
	font-weight: 600;
	color: #888;
}



/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/

.action-table .btn-small {
	padding: 4px 5px 5px;
	
	font-size: 10px;
}

.action-table .td-actions { 
	width: 80px; 
	
	text-align: center; 
}

	.action-table .td-actions .btn { 
		margin-right: .5em;		
	}
	
	.action-table .td-actions .btn:last-child { 
		margin-rigth: 0; 		
	}
	
	
	
	
	
	
	
@media (max-width: 979px) {
	
	.shortcuts .shortcut {
		width: 31%;
	}
}


@media (max-width: 480px) {
	
	.stats .stat {
		
		margin-bottom: 3em;
	}
	
	.stats .stat .stat-value {
		margin-bottom: .15em;
		
		font-size: 20px;
	}
	
	.stats {
		float: left;
		
		display: block;
		
		margin-bottom: 0;
	}
	
	#chart-stats {
		margin: 2em 0 1em;		
	}
	
	.shortcuts .shortcut {
		width: 48%;
	}
}
/* LAYOUT */

#container_fixed
{   
	width:1000px;
    margin-left: auto;
    margin-right: auto; 
   -moz-box-shadow: 0 0 5px 5px #A1A1A1;
    -webkit-box-shadow: 0 0 5px 5px#A1A1A1;
    box-shadow: 0 0 5px 5px #A1A1A1;
}

#container_liquid
{
    width:100%; 
	min-width:1000px; 
}



/* LINKS */
a:link
{
	color:#3D72A4;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	color:#3D72A4;
	font-weight:bold;
	text-decoration:none;
}

a:active
{
	color:#3D72A4;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#3D72A4;
	font-weight:bold;
	text-decoration:underline;
}



/* MISC  */
.label
{ 
   font-weight:bold;
}

.required
{
	color:red;
	font-weight:bold;
	font-size:12px;
}

.clear
{
    clear: both;
}

.message
{
    color:#FF6633; 
    font-weight:bold;
}

.left
{
    float:left;    
}

.right
{
    float: right;    
}

.centered_section
{
    margin-left: auto;
    margin-right: auto;   
}

.bold
{
    font-weight:bold;  
}

.title
{
    padding-top:1px;
    padding-bottom:3px;
    font-weight:bold;
    font-size:12px;    
}

.home_warning
{
    color:Red;
    width:100%;
    text-align:center;
    font-weight:bold;    
}


/* BROWSER FIXES */
a img { border: none; } /* fix image border in links for IE */

/* Form elements for dynamic form */


label.dform
{
	display:inline-block;
	float:left;
	margin:7px
}

.fieldDform
{
	display:inline-block;
}

div.left_col {
   float:left;
   width:48%;
}
div.right_col {
   float:right;
   width:48%;
}

.div-table{display:table; }
.div-table-caption{display:table-caption; background:#009999;}
.div-table-row{display:table-row;}
.div-table-col{display:table-cell; padding: 5px; }

#ListBox3  
{
    width: 600px;
    height: 300px;
    overflow: auto;   
    margin: 0px;
    padding: 0px;
    top: 10px;
   
}

#wideList 
{
    width: 320px; 
    /*height: 110px;   */
    overflow:auto;   
    margin: 0px;
    padding: 0px;
    vertical-align: middle; 
}



    #mapzone {
        background-color:#fff;
        overflow:hidden;        
        font-family:Helvetica;
      }

      #templatePickerDiv {
        width:180px;
        height: 450px;
        padding: 10px;
        overflow:hidden;
        float:right;
      }

      #panelHeader{
        background-color:#92A661;
        border-bottom: solid 1px #92A860;
        color:#FFF;
        font-size:18px;
        height:24px;
        line-height:22px;
        margin:0;
        overflow:hidden;
        padding:10px 10px 10px 10px;
      }

      #grantmap {
        margin-right:5px;
        padding:0;        
        border: 2px solid #cccccc;
        width: 1120px;
        width: 900px\9;         
        height: 565px; 
        height: 500px\9; 
      }

      #actionmap {
        margin-right:5px;
        padding:0;        
        border: 2px solid #cccccc;
        width: 920px;
        width: 700px\9;         
        height: 500px;      
              
      }

      .esriEditor  {
        padding-bottom:5px;
        padding-top:5px;
        height:400px;
        border-radius:0px 0px 4px 4px;
        border:solid 1px #92A661;
      }
      
      .templatePicker
      {
          border: 1px solid #ff0000;
          }

      .dj_ie .infowindow .window .top .right .user .content,.dj_ie .simpleInfoWindow .content {
      position:relative;
      }

      .zoominIcon { background-image:url(../Images/map/nav_zoomin.png); width:16px; height:16px; }
      .zoomoutIcon { background-image:url(../Images/map/nav_zoomout.png); width:16px; height:16px; }
      .zoomfullextIcon { background-image:url(../Images/map/nav_fullextent.png); width:16px; height:16px; }
      .zoomprevIcon { background-image:url(../Images/map/nav_previous.png); width:16px; height:16px; }
      .zoomnextIcon { background-image:url(../Images/map/nav_next.png); width:16px; height:16px; }
      .panIcon { background-image:url(../Images/map/nav_pan.png); width:16px; height:16px; }
      .deactivateIcon { background-image:url(../Images/map/nav_decline.png); width:16px; height:16px; }
      .floatleft{ float:left;    }


.noTop
{
   padding-top: 0px;
   margin-top : 0px;
    
}

.cursorPointer
{
    cursor: hand; 
    cursor: pointer; 
}

.nowrap
{
    white-space:nowrap;
}

.modal-header
{
    cursor:move;
}
/*body.modal-open {
    overflow: hidden;
}*/

.modal
{
    overflow:hidden;
    max-height:800px;
}

/*
Css to create an overlay
*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align:center;
}

.subnavbar-inner {
    height:45px;
}

.subnavbar .container > ul {
    height: 45px;
}

.subnavbar .container > ul > li {
    height: 60px;
}

/*
growlUI customization    
    ------------------------------------------------------------------------------------------------------------
*/
div.growlUI { background: url(../images/dialog-clean.png) no-repeat 10px 10px; background-color:gold; margin-top:30px;}
div.growlUI h1, div.growlUI h2 {
    color: black; padding: 2px 2px 2px 75px; text-align: left;
}
div.growlUI h1 {
    font-size:18px;
}
div.growlUI h2 {
    font-size:12px;
}

div.growlUI {
    padding:2px;
    z-index:9999999999999999999;
}




/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	
	border: 1px solid #D5D5D5;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #555;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #555;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	color: #555;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}

 /* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

      body {
  padding-top: 60px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

.navbar-inverse .brand {
    
    font-weight:bolder;
}


/*Text labels*/
.header-label {
    width:100%;
    margin-right:10px;
    font-weight:900;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
color:black;
}
select:disabled option.selected,select:read-only option.selected  {
  font-weight: bold;
  color: black;
  background-color:blue;
}

.tableHeaderFilter {
   
}
.tableBodyFilter {
  max-height: 200px;
  overflow-y: auto;

}

