#copyright.acmsAlignLeft {
	text-align: left;
}

.acmsAlignRight {
	text-align: right;
}

.acmsAlignCenter {
	text-align: center;
}

.acmsLink {
	cursor: pointer;
	text-decoration: underline;
}

.acmsLink:hover {
	text-decoration: underline;
}

.acmsNoTextDecoration,
.acmsLink.acmsNoTextDecoration:hover {
	text-decoration: none;
}

.acmsDescription {
	font-size: 9pt;
	color: silver;
	padding-bottom: .6em;
}

#acmsToolbar {
	position: relative;
	background-color: #333;
	height: 33px;
}

#acmsToolbar a {
	color: white;
}

#acmsTreeButton {
	float: left;
	width: 32px;
	height: 33px;
	border: 0 none;
	cursor: pointer;
	background: transparent url(images/toolbar/buttonIcon.png) no-repeat left top;
}

#acmsTreeButton.acmsTreeButtonActive,
#acmsTreeButton:hover {
	width: 32px;
	height: 33px;
	border: 0 none;
	cursor: pointer;
	background-position: right top;
}

#acmsUIBody {
	width: 100%;
	height: 100%;
	display: table;
}

#acmsToolbarBodyLeft,
#acmsToolbarBodyRight {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	height: 100%;
}

#acmsToolbarBodyLeft {
	background-color: #333;
}

#acmsToolbarBodyRight {
	width: 100%;
}

#acmsToolbarBodyRight iframe {
	width: 100%;
	position: relative;
	height: 100%;
	border: 0 none;
}

#acmsToolbarTree {
	float: left;
	width: 33px;
}

#acmsToolbarTreeBody {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
 	padding: 10px 0;
	background-color: #333;
	z-index: 100;
	font-size: 10pt;
}

#acmsToolbarBodyLeft #acmsToolbarTreeBody {
	position: static;
}

#acmsToolbarTreeBody ul {
	vertical-align: top;
}

#acmsToolbarTreeBody li {
	list-style: none;
	padding: 4px 10px 0 7px;
	vertical-align: top;
}

#acmsToolbarTreeBody li li {
	padding-left: 14px;
}

#acmsToolbarTreeBody li .acmsTreeItemHeader {
	margin-left: 14px;
}

#acmsToolbarTreeBody li li {
	padding-right: 0;
}

#acmsToolbarTreeBody ul ul {
	display: none;
}

.acmsToolbarPageLink {
	cursor: pointer;
}

.acmsTreePageNoShowInMenu {
	color: silver;
}

.acmsToolbarPageLink:hover {
	text-decoration: underline;
}

.acmsToolbarExpand {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(images/toolbar/expand.png);
}

.acmsToolbarExpand.acmsToobarExpandOpen {
	background-position: right;
}

.acmsToolbarHome {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(images/home.png);
}


#acmsToolbarMenu {
	margin-left: 45px;
	font-size: 11pt;
	height: 33px;
}

#acmsToolbarMenu li {
	float: left;
	position: relative;
	cursor: pointer;
	height: 27px;
	list-style: none;
	padding: 6px 15px 0 15px;
}

#acmsToolbarMenu li:hover {
	background-color: #007CAB;
}

#acmsToolbarMenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 160px;
	white-space: nowrap;
	background-color: #333;
	z-index: 100;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

#acmsToolbarMenu li li {
	position: relative;
	float: none;
	height: auto;
	font-size: 10pt;
	padding: 5px 15px;
}

#acmsToolbarMenu li li sup {
	color: #999;
}

#acmsToolbarMenu li li ul {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
}

#acmsToolbarMenu li li.acmsToolbarLine {
	background: url(images/toolbar/points.png) repeat-x left bottom;
}

#acmsToolbarMenu li li:hover {
	background-color: #007cab;
}

/* FORMS */

.acmsDialog {
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -270px;
	padding: 20px;
	box-shadow: 0 0 5px #888;
	background-color: #333;
	z-index: 100;
	color: white;
	width: 500px;
	min-width: 300px;
	min-height: 100px;
}

.acmsWait {
	background: url(images/wait.gif) no-repeat center center;
}

.acmsContgent .acmsWait {
	background: url(images/waitYellow.gif) no-repeat center center;
}

.acmsDialog.acmsDialogWait {
	background: #262626 url(images/wait.gif) no-repeat center center;
}

.acmsDialogHeader {
	position: relative;
	cursor: move;
}

.acmsDialogHeader .acmsDialogCloseButton,
.acmsDialogHeader .acmsDialogSaveButton {
	padding: 0;
	height: 29px;
	padding: 0 15px;
	cursor: pointer;
	border: 0 none;
	float: right;
	margin-left: .5em;
	color: white;
	font-size: 12pt;
	background-color: #777;
}

.acmsDialogHeader .acmsDialogCloseButton:hover,
.acmsDialogHeader .acmsDialogSaveButton:hover {
	background-color: #007cab;
}

.acmsDialog h1,
.acmsDialog h2,
.acmsDialog h3,
.acmsDialog h4 {
	font-weight: normal;
	padding-bottom: .3em;
	border: 0 none;
}

.acmsDialog h1 {
	font-size: 18pt;
	padding-bottom: .6em;
	margin-right: 100px;
}

.acmsDialog h1 sup {
	color: #999;
}

.acmsDialog h2 {
	font-size: 16pt;
}

.acmsDialog h3 {
	font-size: 14pt;
}

.acmsDialog h4 {
	font-size: 11pt;
}

.acmsDialogBody h1 {
	display: none;
}

.acmsDialogTable {
	border-collapse: collapse;
}

.acmsDialogTable td {
	padding: 4px 0;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}

table.acmsDialogList {
	border: 0 none;
	width: 100%;
}

table.acmsDialogList td {
	padding: 5px 8px;
	background: url(images/toolbar/points.png) repeat-x center bottom;
}

table.acmsDialogList tr:last-child td {
	background-image: none;
}

table.acmsDialogList tr:hover td {
	background-color: #333;
}

.acmsDialogForm .acmsTableHr  {
	padding: .6em 0;
	background: url(images/toolbar/points.png) repeat-x center center;
}

.acmsDialog input[type=text],
.acmsDialog input[type=password],
.acmsDialog textarea {
	width: 98%;
	padding: 3px 1%;
	font-size: 11pt;
	border: 1px solid gray;
	color: white;
	background-color: transparent;
}

.acmsDialog input[type=text]:focus,
.acmsDialog input[type=password]:focus,
.acmsDialog textarea {
}

.acmsDialog textarea {
	height: 80px;
}

.acmsDialog .acmsFormSelect {
	position: relative;
}

.acmsDialog .acmsFormSelect input[type=text] {
	background-color: transparent;
	color: white;
	cursor: pointer;
	background: transparent url(images/down16.png) no-repeat right center;
}

.acmsDialog .acmsFormSelect ul {
	display: none;
	position: absolute;
	z-index: 5;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid gray;
	list-style: none;
	margin-top: -1px;
	background-color: #333;
	color: white;
	max-height: 150px;
	overflow: auto;
}

.acmsDialog .acmsFormSelect ul li {
	cursor: pointer;
	padding: 3px 10px;
	background: url(images/toolbar/points.png) repeat-x left bottom;
}

.acmsDialog .acmsFormSelect ul li:last-child {
	background-image: none;
}

.acmsDialog .acmsFormSelect ul li:hover {
	color: white;
	background-color: #007cab;
	background-image: none;
}

.acmsDialogForm {
	width: 100%;
}

.acmsDialogForm td {
	padding: 5px;
	vertical-align: top;
}

.acmsDialogForm tr td:first-child {
	padding-left: 0;
	font-size: 11pt;
	white-space: nowrap;
}

.acmsDialogForm tr td:last-child {
	width: 100%;
	padding-right: 0;
}

.acmsTabs {
}

.acmsTabs .acmsTabsList {
	overflow: hidden;
	list-style: none;
	padding: 1em 0;
	color: white;
	text-align: center;
}

.acmsTabs .acmsTabsList li {
	float: left;
	margin-right: 10px;
	padding: 3px 10px;
	text-decoration: underline;
	font-size: 12pt;
	color: white;
	cursor: pointer;
	background-color: #555;
}

.acmsTabs .acmsTabsList li:hover {
}

.acmsTabs .acmsTabsList li.acmsTabActive {
	background-color: #007cab;
	border: 0 none;
	cursor: default;
	color: white;
}

.acmsTabs .acmsTabsBody {
}

.acmsTabs .acmsTabsBody .acmsTab {
	display: none;
}

.acmsTabs .acmsTabsBody .acmsTab:first-child {
	display: block;
}

.acmsDialogRow .acmsDialogTitle {
	float: left;
	width: 30%;
	padding-bottom: .6em;
}

.acmsDialogRow .acmsDialogValue {
	margin-left: 31%;
	padding-bottom: .6em;
}

.acmsDialogTable {
}

.acmsClearfix {
	overflow: hidden;
}

.acmsClearfix { overflow: visible; }
.acmsClearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

* html .acmsClearfix { zoom: 1; }

*:first-child+html .acmsClearfix { zoom: 1; }


/* TOOLBAR */

.acmsToolbarMini {
	overflow: hidden;
}

.acmsToolbarMini li {
	float: left;
	min-width: 16px;
	min-height: 20px;
	padding: 0 0 0 20px;
	list-style: none;
	cursor: pointer;
	margin-right: 10px;
}

.acmsToolbarMini li:hover {
	text-decoration: underline;
}

.acmsToolbarMini .acmsToolbarDeleteButton {
	background: url(images/delete16.png) no-repeat 0 4px;
}

.acmsToolbarMini .acmsToolbarAddButton {
	background: url(images/add16.png) no-repeat 0 4px;
}

.acmsToolbarMini .acmsToolbarEditButton {
	background: url(images/edit16.png) no-repeat 0 4px;
}

.acmsToolbarMini li.acmsToolbarNoIcon {
	background-image: none;
	padding-left: 0;
	color: #00a0db;
	text-decoration: underline;
}

#acmsLogo {
	margin-top: 45px;
}

#acmsLogin {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', Arial, sans-serif;	
}

#acmsLogin form {
	position: absolute;
	width: 464px;
	height: 220px;
	left: 50%;
	top: 50%;
	margin: -158px 0 0 -232px;
	padding: 48px 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
}

#acmsLogin form input[type=text],
#acmsLogin form input[type=password] {
	font-family: "Open Sans", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	width: 288px;
	height: 44px;
	padding: 0px 18px;
	font-size: 18px;
	margin-bottom: 15px;
	background-color: white;
	color: #5f6060;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
}

#acmsLogin form input[type=submit] {
	width: 324px;
	height: 44px;
	background-color: #ffcc09;
	border: 0 none;
	cursor: pointer;
	color: black;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase;
}

#acmsLogin form h1 {
	width: 300px;
	margin: 0 auto;
	padding-bottom: .6em;
	color: #333;
	font-size: 21pt;
	text-align: center;
	font-weight: normal;
}

#acmsLogin form h1 img {
	width: 216px;
	height: 69px;
}

table.acmsDialogTable {
	width: 100%;
}

table.acmsDialogTable td {
	padding: 5px;
	border: 1px solid gray;
}

table.acmsDialogTable thead td {
	background-color: #333;
}

table.acmsDialogTable tbody td {
	font-size: .9em;
}

ul.acmsDialogToolbar {
	height: 33px;
	margin-bottom: 1em;
}

ul.acmsDialogToolbar li {
	float: left;
	position: relative;
	cursor: pointer;
	height: 28px;
	list-style: none;
	padding: 5px 15px 0 15px;
	margin-right: 6px;
	background: url(images/toolbar/toolbar.png) repeat-x left bottom;
}

ul.acmsDialogToolbar li:hover {
	background: url(images/toolbar/toolbarActive.png) repeat-x left bottom;
}

/* ### jQuery UI ### */

.ui-widget-content {
	background: white;
}

#acmsContentEditBox {
	display: none;
}

.acmsFormUploadBox {
	float: left;
	margin-right: 10px;
	border: 1px dotted silver;
}

#copyright {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: 186px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #81817e;
}

#CMS {
	display: inline-block;
	padding: 1px 0 0 0;
	height: 36px;
	color: #989898;
	text-align: left;
	padding-left: 46px;
	font-size: 10pt;
	background: url(images/cmslogo.png) no-repeat left center;
}

#aVers a,
#CMS a {
	color: #62bdcc;
}

.acmsContent {
}

.acmsContent p:hover,
.acmsContent li:hover {
	background-color: #ffefa3;
}

.acmsContent .acmsContentBlockEdit {
	cursor: text;
}

.acmsContentTextarea {
	width: 100%;
	background-color: transparent;
	border: 0 none;
	overflow: hidden;
	min-height: 5em;
}

.acmsContentImage {
	min-height: 50px;
	margin-bottom: 1em;
	text-align: center;
}

.acmsContentImageActive {
	border: 1px dashed #b0b0b0 !important;
	background-color: #ffefa3 !important;
}

.acmsContentImage img {
	max-width: 100%;
}

#acmsContentSave {
	width: 120px;
	background-color: black !important;
	color: white !important;
	border: 0 none !important;
}

.redactor_toolbar {
	width: 100%;
}

#acms-forgot-password,
#acms-forgot-username,
#acms-return-to-login-form {
	display: inline-block;
	color: #d29927;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

#acms-forgot-password, {
	text-align: center;
}

#acmsForgotPasswordForm,
#acmsForgotUsernameForm {
	display: none;
}

#acmsLoginMain {
	position: relative;
	z-index: 10;
	height: 100%;
	min-height: 850px;
	background: linear-gradient(to bottom, #F9C623 0%, #FDE59D 100%);
	background-size: cover;
}

#aVers {
	position: absolute;
	display: block;
	bottom: 32px;
	left: 50%;
	width: 125px;
	height: 39.5px;
	margin-left: -62.5px;
	background: url(/site/images/aVers.png) no-repeat center top;
	background-size: 125px 39.5px;
}

#acms-forgot-box, #acms-return-to-login-form-box {
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid #f2f3f4;
}

input[type=submit].wait {
	cursor: wait;
	opacity: .5;
}