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

}

.hutcms_control_top {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	padding-top: 5px;
}

.hutcms_control_top > div:first-child {
	width: 750px;

}

.hutcms_control_top a {
	text-decoration: none;
	font-size: 12px;
	color: black;
          border-bottom:1px dotted;
          text-decoration:none;
}

.hutcms_control_top a:hover {
          border-bottom:1px solid;
          text-decoration:none;
}


.hutcms_control_top div {
	float: left;
}

#hutcms_control {
	clear: both;
	background: url(/lib/images/hutcms_panel_bg.png);
	width: 100%;
	height: 40px;
	z-index: 9999;
}

#hutcms_control_inner {

	margin: 0 auto;
	width: 980px;
   z-index: 9999;
	text-align:right;

}

#hutcms_control_inner > a.cpbutton:first-child {
	/*width: 300px;*/
}


#hutcms_control_inner a.cpbutton {
	display: inline-block;
	margin:0 -7px; /* why -7??? */
	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: inline-block;
	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: top;
	margin-top: 12px;
}

#preview_edit_mode a  {
          border-bottom:1px dotted;
          text-decoration:none;
          }

          #preview_edit_mode a:hover  {
                    border-bottom:1px solid;
                    text-decoration:none;
                    }

#preview_edit_mode a.hutcms_cp_selected {
          border-bottom:none;
          }

#hutcms_control_inner a.hutcms_cp_selected {
	color:#333;
	background:  url(/lib/images/hutcms_panel_bg_active.png);
}


#preview_edit_mode a.hutcms_cp_selected {
	font-weight: bold;
	text-decoration: none;
}






#hutcms_tab
{
	position: relative;
	z-index: 99999;
	width: 100%;
	background: url(/lib/images/20p-white.png);
	color:#11a;
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 10px;
	height: 23px;
	vertical-align: middle;
}
#hutcms_tab img
{
	vertical-align: middle;
}

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

#hutcms_propwindow {
	border: 4px solid #0095b5;
	position: relative;
	top: 40px;
	display: none;
	background: white;
	padding: 20px;
	width: 600px;
	left: 0px;
	position: relative;
	z-index: 9999;
}

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

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

#hutcms_add_content ul li {
	list-style: none;
	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_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, .hutcms_gridbutton_delete, .hutcms_gridbutton_edit, .hutcms_gridbutton_add {
	color: black;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 2px;
	height: 14px;
	padding-top: 2px;
	margin-left: 10px;
}
.hutcms_gridbutton_delete {
	color: #cd6051;
	background: url(/lib/images/icons/delete.png) no-repeat;
	padding-left: 18px;
}
.hutcms_gridbutton_edit {
	background: url(/lib/images/icons/pencil.png) no-repeat;
	padding-left: 18px;
	margin-left: 0px;
}
.hutcms_gridbutton_restore {
	background: url(/lib/images/icons/database_go.png) no-repeat;
	padding-left: 18px;
	margin-left: 0px;
}

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

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_admin_input {
	margin-bottom: 12px;
	padding: 4px;
          font-size:12px;
}

.hutcms_admin_input label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 3px;
          font-weight:bold;
}


#switchdropdown {
	position: absolute;
	width: 300px;
	padding: 10px;
	background: white;
	border: 1px solid black;
	margin-top: -23px;
	margin-left: 100px;
	z-index: 99999;
}

#switchdropdown ul {
	list-style-type: block;
	margin: 10px;
	padding: 10px;
}

#switchdropdown ul li {
	list-style-type: block !important;
}

#hutcms_control_inner a.hutcms_cp_selected {
	color: #333;
          }

/* Misc Fixes */

.ui-widget-content {
	font-size: 12px;
          }

