#hutcms_cpwrapper {
	width: 100%;
	top: 0px;
	left: 0px;
	font-family: Verdana;
	z-index: 9999;
	margin-bottom: -27px;
}

#hutcms_control {
	display: none;
	width: 100%;
	height: 40px;
	background: url(/lib/images/hutcms_panel_bg.png);
	text-align: left;
}

#hutcms_control_inner {
	margin: 0 auto;
	height: 40px;
	width: 970px;
}

#hutcms_control_inner a.cpbutton {
	display: block;
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#hutcms_control_inner span.cpspacer {
	display: block;
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

#hutcms_control_inner a.cpbutton:hover {
	background:  url(/lib/images/hutcms_panel_bg_active.png);
}
#hutcms_control_inner a.active {
	background:  url(/lib/images/hutcms_panel_bg_active.png);
}
#hutcms_control_inner a img{
	vertical-align: middle;
	margin-right: 4px;
	border: none;
	margin-top: 0px;
}

#hutcms_control_inner img{
	vertical-align: middle;
	float: left;
	margin-top: 12px;
}

#hutcms_tab
{
	position: relative;
	z-index: 99999;
	margin-left: 10px;
	width: 150px;
	background: url(/lib/images/20p-black.png);
	color: white;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 10px;
	height: 23px;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#hutcms_tab img {
	vertical-align: middle;
}

#hutcms_tab a {
	color: white;
	text-decoration: none;
}

#hutcms_propwindow {
	border: 4px solid #0095b5;
	position: relative;
	top: 40px;
	display: none;
	background: white;
	padding: 20px;
	left: 0px;
	font-size: 11px;
}

.hutcms_module_info {
	float: left;
	padding: 20px;
	width: 250px;
}

.hutcms_module_content {
	float: left;
	border-left: 1px solid #aaaaaa;
	padding-left: 10px;
}

#hutcms_cpwrapper ul li {
	list-style: none;
}

#hutcms_add_content ul li {
	background: url(images/icons/add.png) no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-size: 10px;
	margin-bottom: 10px;
}
#hutcms_add_content ul li a {
	text-decoration: none;
}

.promoteZ {
        z-index: 20006; /* Dialog z-index is 1006*/
}

.hutcms_btn {
	background-color: #c0c0c0;
	color: black;
	margin: 2px;
	cursor: pointer;
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid black;
	text-decoration: none; }
.hutcms_btn:hover {
	background-color: #e0e0e0;
}

.hutcms_btn_cog {
	background: #c0c0c0 url(images/icons/cog.png) no-repeat left center;
	color: black;
	margin: 2px;
	cursor: pointer;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	border: 1px solid black;
	text-decoration: none; }
.hutcms_btn_cog:hover {
	background-color: #e0e0e0;
}

.hutcms_btn_delete {
	background: #c0c0c0 url(images/icons/delete.png) no-repeat left center;
	color: black;
	margin: 2px;
	cursor: pointer;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	border: 1px solid black;
	text-decoration: none; }
.hutcms_btn_delete:hover {
	background-color: #e0e0e0;
}

.hutcms_btn_refresh {
	background: #c0c0c0 url(images/icons/arrow_refresh.png) no-repeat left center;
	color: black;
	margin: 2px;
	cursor: pointer;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	border: 1px solid black;
	text-decoration: none; }
.hutcms_btn_refresh:hover {
	background-color: #e0e0e0;
}

.hutcms_button_save {
	height: 23px;
	border: 1px solid #529722;
	color: black;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #a6c38f;
	padding-left: 3px;
	padding-right: 3px;
}

.hutcms_button_cancel {
	height: 23px;
	border: 1px solid #999999;
	color: black;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #dfdfdf;
	padding-left: 3px;
	padding-right: 3px;
}

.hutcms_formtable .label {
	font-size: 11px;
	padding: 4px;
	vertical-align: top;
}

.hutcms_formtable .dat {
	font-size: 11px;
	padding: 4px;
	vertical-align: top;
}

.hutcms_pagelist_viewpage {
	color: #0095b5;
	display: block;
	float: left;
	background: url(/lib/images/icons/arrow_right.png) no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 12px;
	height: 16px;
}

.hutcms_pagelist_delpage {
	color: #cd6051;
	display: block;
	float: left;
	background: url(/lib/images/icons/delete.png) no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 16px;
}

.hutcms_gridbutton {
	display: block;
	float: left;
	margin-top: -2px;
	margin-right: 2px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 18px;
	height: 14px;
	color: black;
	text-decoration: none;
}

.hutcms_gridbutton_delete {
	color: #cd6051;
	background: url(/lib/images/icons/delete.png) no-repeat;
}

.hutcms_gridbutton_edit {
	margin-left: 0px;
	background: url(/lib/images/icons/pencil.png) no-repeat;
}

.hutcms_gridbutton_add {
	float: right;
	margin-top: 0;
	margin-bottom: -2px;
	background: url(/lib/images/icons/pencil_add.png) no-repeat;
	text-transform: uppercase;
}

.hutcms_pageprop_unlink {
	color: black;
	display: block;
	float: left;
	background: url(/lib/images/icons/delete.png) no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	padding-right: 2px;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #c0c0c0;
}
span.hutcms_pageprop_unlink:hover {
	border: 1px solid black;
	color: black;
	cursor: pointer;
}

a.hutcms_wedit_edit {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/pencil.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_edit:visited {
	color: #0C4997;
}
a.hutcms_wedit_edit:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

a.hutcms_wedit_approve {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/accept.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_approve:visited {
	color: #0C4997;
}
a.hutcms_wedit_approve:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

a.hutcms_wedit_cancel {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/cancel.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_cancel:visited {
	color: #0C4997;
}
a.hutcms_wedit_cancel:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

a.hutcms_wedit_delete {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/delete.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_delete:visited {
	color: #0C4997;
}
a.hutcms_wedit_delete:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

a.hutcms_wedit_preview {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/book_next.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_preview:visited {
	color: #0C4997;
}
a.hutcms_wedit_preview:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

a.hutcms_wedit_showlive {
	color: #0C4997;
	display: block;
	float: left;
	background: url(/lib/images/icons/book_previous.png) #efefef no-repeat;
	text-decoration: none;
	padding-left: 18px;
	margin-right: 2px;
	height: 14px;
	padding-top:2px;
	text-decoration: none;
	border: 1px solid #efefef;
}
a.hutcms_wedit_showlive:visited {
	color: #0C4997;
}
a.hutcms_wedit_showlive:hover {
	border: 1px solid #c0c0c0;
	text-decoration: none;
}

.wedit a {
	float: left;
	color: #0C4997;
	text-transform: uppercase;
	font-size: 10px;
}

.wedit {
	display: none;
	background-color: #efefef;
	padding: 2px;
	height: 18px;
}

.hutcms_static_cancel {
	text-transform: uppercase;
	font-size: 10px;
}

.hutcms_events_listblock {
	padding: 5px;
	border: 2px solid #c0c0c0;
	margin-bottom: 10px;
}

#hutcms_cpwrapper textarea {
	height:auto;
}

.mceEditor, .article_edit {
	position:relative;
	z-index:99;
}

#hutcms_cpwrapper .multi-select, .multi-select {
	border   : 1px solid #aaaaaa;
	height   : 22em;
	overflow : auto;
}
#hutcms_cpwrapper .multi-select hr, .multi-select hr {
	margin  : 0.2em auto 0.1em;
	padding : 0;
	border  : none;
	width   : 90%;
	height  : 1px;
	color   : #999;
	background-color : #999
}

#hutcms_cpwrapper a.notPermitted {
	opacity : 0.5;
	cursor  : default;
}
#hutcms_control_inner a.notPermitted:hover {
	background : none;
}

#hutcms_admin_wrapper .flexigrid input[type="checkbox"] {
	float  : left;
	margin : 0 -3px;
}
