﻿html,body {
  margin:0px auto;
  padding:0px;
  height:100%;
  font-family:"Open Sans",arial, sans-serif;
  font-size:13px;
}
html, body, #aspnetForm, #Header, #MainContentWrapper, #MainContent
{
	/* width:100%; */
}
#aspnetForm
{
	/* to allow content to stretch body horizontally */
	display:table;	
	width:100%;
}
#loading
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
}
body
{
	min-width:1000px;
}
h1,h2,h3,h4,h5,h6
{
	margin:0px;
	font-weight:normal;
	margin-bottom:5px;
}

h1{font-size:24px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:10px;}
h6{font-size:8px;}

div.Clear, div.clear, .clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

.center {
	text-align:center;
}

textarea {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}

iframe{
    border-width:0px;
}

div.AdminTitle {
  font-size:14pt;
  color:#FFFFFF;
}

a, a:link, a:active, a:visited, a:hover, h1, h2, h3, h4, h5, h6{
  color:#2b83e7;
}


a.btn, input.btn, button.btn
{
	font-family:Arial, Sans-Serif;
	font-size:11px;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #a1a1a1;	
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #a1a1a1;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius:3px;
	background-image:url(/Admin/images/btn_bg.png);
	background-repeat:repeat-x;
	background-color:#d0d0d0;	
	color:#383838;
	vertical-align:top;
}
a.btn
{
	padding:2px 8px;
	text-decoration:none;
}
input.btn, button.btn
{	
	padding:1px 5px;	
}
a.btn_disabled, input.btn_disabled
{
	color:#a1a1a1;	
}
a.btn_disabled
{
	cursor:pointer;
}

a.btn2, input.btn2, button.btn2
{
	cursor:pointer;
	line-height:1.4em;
	margin:0.5em 0.4em;
	overflow:visible;
	width:auto;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	color:#1C94C4;
	font-weight:bold;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	outline:medium none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius:4px;
}
a.btn2
{
	padding:4px 11px 5px 11px;
	text-decoration:none;
}
input.btn2, button.btn2
{	
	padding:3px 8px 4px 8px;
}
a.btn2_disabled, input.btn2_disabled, button.btn2_disabled
{
	color:#a1a1a1;	
}
a.btn2_disabled
{
	cursor:pointer;
}


span.btn_upload span
{
	position:absolute;
	z-index:1000;
}
span.btn_upload span span
{
	margin:0px;
	position:static;
}
span.btn_upload span button{
}

span.btn2_upload span
{
	margin:0.5em 0.4em;
	position:absolute;
	z-index:1000;
}
span.btn2_upload span span
{
	margin:0px;
	position:static;
}
span.btn2_upload span button{
	margin:0.5em 0.4em;
}
#uploadfiles-form div.progressWrapper
{
	width:auto;
}

.preload{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

.ToggleAdmin_ReturnToAdmin, .ToggleAdmin_BrowseTheSite
{
	width:132px;
	height:25px;
	border-width:0px;
	background-repeat:no-repeat;
}
.ToggleAdmin_BrowseTheSite
{
	background-image:url(/Admin/images/btn_browsethesite.gif);	
}
.ToggleAdmin_ReturnToAdmin
{
	background-image:url(/Admin/images/btn_returntoadmin.gif);
}

.ErrMsg, .SuccessMsg, .WarningMsg
{
	margin-bottom:15px;
	padding:5px;
	border-width:2px;
	border-style:solid;
	background-color:#ffffff;
	border-radius:8px;
	font-size:14px;
}
.ErrMsg ul, .SuccessMsg ul, .WarningMsg ul
{
	padding:0px;
	margin:0px;
	list-style:none;		
}
.ErrMsg li, .SuccessMsg li, .WarningMsg li
{
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:1px;
}

.ErrMsg li a, .SuccessMsg li a, .WarningMsg li a {
	color:#fff;
}

.ErrMsg li{
	/*
	background-image:url(/Admin/images/famfam_exclamation.jpg);
	background-position:left center;
	*/
}
.SuccessMsg li{
	/*
	background-image:url(/Admin/images/famfam_accept.jpg);
	background-position:left center;
	*/
}
.WarningMsg li{
	/*
	background-image:url(/Admin/images/famfam_error.jpg);
	background-position:left center;
	*/
}
.ErrMsg
{
	color:#cc0000;	
	border-color:#cc0000;

	background:#c00;
	color:#fff;
}
.SuccessMsg 
{
	color:#00aa00;
	border-color:#00682e;

	background:#00682e;
	color:#fff;
}
.WarningMsg 
{
	color:#f58300;
	border-color:#f58300;

		background:#f58300;
	color:#fff;
}

.HiddenButton
{
	width:0px;
	height:0px;
	overflow:hidden;
	border-width:0px;
	padding:0px;
	margin:0px;
}

.IconLink
{
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:13px;
}
.IconLink span
{
	text-decoration:underline;
	padding-left:15px;
	font-size:11px;
	position:relative;
	top:-1px;
	white-space:nowrap;
}
.icon_users
{
	background-image:url(/Admin/images/icon_users.png);
}
.icon_content
{
	background-image:url(/Admin/images/icon_content.png);
}
.icon_misccontent
{
	background-image:url(/Admin/images/icon_misccontent.png);
}

a.MenuItem, a.MenuItem:visited, a.MenuItem:hover, a.MenuItem:active, a.MenuItemActive {
  display:block;
  float:left;
  padding:8px 8px;
  color:#FFFFFF;
  background:#666;
/*  background:#557CA5; */
  font-weight:normal;
  text-decoration:none;
  white-space:nowrap;
  margin:0px;
  font-size:13px;
  margin:0px 1px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top:1px solid #777;
  transition:background-color .3s ease;
}


a.MenuItem:hover {
  color:#FFFFFF;
  background:#888;
  border-top:1px solid #999;
}


a.MenuItemActive {
  color:#FFFFFF;
  background:#557CA5 url(/Admin/images/menutabon.gif) no-repeat;
  border-right:2px solid #557CA5;
}


a.Menu, a.Menu:visited, a.Menu:hover, a.Menu:active, a.MenuR, a.MenuR:visited, a.MenuR:hover, a.MenuR:active, a.MenuActive {
  padding:6px 12px;
  line-height:27px;
  color:#FFFFFF;
  background:#557CA5; 
  font-weight:bold;
  text-decoration:none;
  white-space:nowrap;
  font-size:9pt;
}



a.MenuR, a.MenuR:visited, a.MenuR:hover, a.MenuR:active {
  float:right;
  border-left:3px solid #FFFFFF;
  border-right:0px;
  padding:6px 14px;
}

a.Menu:hover, a.MenuR:hover {
  color:#FFFFFF;
  background:#82A9D0;
}

#Header
{
	background-color:#222;
	background:#0b0d16 url(/admin/images/loginbg.png);
}
.Menu
{
	padding-left:5px;
	padding-right:5px;
}
#MainContent
{
	background:#FFFFFF url(/Admin/images/admin_contentbg.gif) repeat-x;
	border-top:1px solid #AAAAAA;
	padding:20px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

a.browse-site-btn {
	display:inline-block;
	background:#2b83e7;
	color:#fff;
	border:1px solid #fff;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	margin:8px;
	margin-top:14px;
	border-radius:8px;
}
a.browse-site-btn:hover {
	background:#3e93f4;
}

.right {
	float:right;
}

.buttonbox {
	background:#e5e5e5;
	margin-top:8px;
}

.admin-btn, .small-admin-btn {
	background:#2b83e7;
	color:#fff !important;
	border:0px;
	display:inline-block;
	padding:10px 18px;
	border-radius:7px;
	cursor:pointer;
	font-size:16px;
	margin:10px;
	text-decoration:none;
}

.small-admin-btn {
	font-size:14px;
	margin:5px;
	padding:6px 10px;
	border-radius:3px;
}

.admin-btn:hover, .small-admin-btn:hover {
	background:#3e93f4;
}


.admin-btn:disabled, .small-admin-btn:disabled, .btn-disabled {
	background:#ccc;
	cursor:default;
}

.admin-heading {
	padding:10px;
	padding-top:12px;
	float:left;
}

div.browse-site {
	float:right;
}


.admin-heading a {
	background:transparent url(/admin/images/icon-cms.png) no-repeat;
	background-position:left center;
	display:inline-block;
	color:#fff;
	font-size:25px;
	text-decoration:none;
	min-height:43px;
	line-height:43px;
	padding-left:54px;
}

.admin-heading a span.version {
	font-size:12px;
	color:#ccc;
}

.CMSTitle
{
	font-weight:bold;
}
.CMSLine
{
	margin-bottom:10px;
}
.CMSBox
{
	border:1px solid #A5ACB2;
	padding:3px;
}
.CMSOptionTitle
{
	font-weight:bold;
}
.CMSOptionLine
{
	margin:7px 0px;
}
.CMSOptionBox
{
	border-top:1px solid #A5ACB2;
	margin-top:3px;
	padding:0px 3px;
}

.CMSNote{
	font-size:8pt;
}

.formBuilder tr:first-of-type th{
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #bbbbbb;
    font-size: 9pt;
    padding: 3px 7px;
}
.formBuilder tr > td{
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #dddddd;
    padding: 10px;
}

.InfoHeader {
  background:#DDDDDD;
  /* color:#485860; */
  /* background:#ebf0f5; */
  border:1px solid #bbbbbb;
  /* border:1px solid #99aab3; */
  padding:3px 7px;
  font-size:9pt;
}


tr.KeywordsFound td.InfoRow
{
	border-color:#cc0000 !important;
}
.InfoRow, .InfoRowErr, .InfoRowDeleted {
  padding:3px 7px;
  font-size:8pt;
}
.InfoRow, .InfoRowDeleted {
  background:#efefef;
  border:1px solid #dddddd;

  /* background:#ffffff; */
  /* border:1px solid #d2dbe1; */
  /* padding:6px 6px; */
}

.InfoRowErr {
  background:#FFFBE7;
  border:1px solid #FBD0A0;
}
.InfoRowDeleted
{
	color:#7f7f7f;
}


a.ImportTypeBtn, a.ImportTypeBtn:visited, a.ImportTypeBtn:active, a.ImportTypeBtn:hover {
  display:block;
  color:#999999;
  font-size:13pt;
  height:41px;
  padding-top:10px;
  text-align:center;
  background:#efefef;
  border:1px solid #bbbbbb;
  border-right:1px solid #cccccc;
  border-bottom:0px;
  text-decoration:none;
  margin:0px;
  padding-left:50px;
  padding-right:50px;
}

td.BlueBox {
  color:#333333;
  padding:8px;
  background:#D4DEE8;
  border:1px solid #9EB4CB;
}

a.ImportTypeBtn:hover {
  color:#777777;
  background:#dddddd;
}


a.ImportTypeBtnSel, a.ImportTypeBtnSel:visited, a.ImportTypeBtnSel:active, a.ImportTypeBtnSel:hover {
  display:block;
  color:#557CA5;
  font-size:13pt;
  height:41px;
  padding-top:10px;
  text-align:center;
  background:#D4DEE8;
  border:1px solid #9EB4CB;
  border-right:0px;
  font-weight:bold;
  text-decoration:none;
  margin:0px;
  padding-left:50px;
  padding-right:50px;
}




#overlay{ 
  background-image: url(/Admin/images/overlay.png);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 100%;
}

* html #overlay{
  background-color: #333;
  background-color: transparent;
  background-image: url(/images/spacer.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Admin/images/overlay.png", sizingMethod="scale");
}

#box{
  width:300px;
  color:#333333;
  background:#FFFFFF;
  padding:0px;
  border:1px solid #dddddd;
}

#close{
  position:absolute;
  top:-5px;
  right:-6px;
  cursor:pointer;
}

/* ADMIN STYLES */
.contentindicator_none, .contentindicator_on, .contentindicator_off, .contentindicator_on_disabled, .contentindicator_off_disabled{
	width:16px;
	height:16px;
	background-repeat:no-repeat;
}
.contentindicator_on{
	background-image:url(/Admin/images/tick.gif);	
}
.contentindicator_off{
	background-image:url(/Admin/images/cross.gif);
}
.contentindicator_on_disabled{
	background-image:url(/Admin/images/tick_disabled.gif);
}
.contentindicator_off_disabled{
	background-image:url(/Admin/images/cross_disabled.gif);
}

img.AccessLockIcon{
	margin-right:4px;
}

.ErrorMessage {
	color:#cc0000;
}


/* Tab Strip */

div.TabStrip {
	height:33px;
	line-height:33px;
	background:url(/images/tab_strip.png) no-repeat;
	background-position:left top;
}

div.TabRight {
	width:13px;
	height:33px;
	float:right;
	background:url(/images/tab_strip_right.png) no-repeat;
	background-position:right top;
}

div.TabStrip a {
	display:block;
	float:left;
	font-family:Georgia, Serif;
	font-size:12pt;
	color:#999999;
	text-decoration:none;
}
div.TabStrip span {
	display:block;
	float:left;
	padding:0px 20px;
	cursor:hand;
}

div.TabStrip a.Active {
	color:#114170;
	background:url(/images/tab_left.png) no-repeat;
	background-position:left top;
}
div.TabStrip a.Active span {
	background:url(/images/tab_right.png) no-repeat;
	background-position:right top;
}

div.TabContents {
	background:#eef1f4;
	border:1px solid #e7e7e7;
	border-top:0px;
	padding:14px 18px;
}


.EventFooter
{
	padding-top:14px;
	width:400px;
}

.EventFooter_Left
{
	float:left;
}

.EventFooter_Right
{
	float:right;

}

.YesNoQuestions
{
	padding-left:10px;
}

div.GalleryHeader {
	background:#ffffff;
	color:#333333;
	padding:5px;
}

div.GalleryHeader h2 {
	font-size:13pt;
	float:left;
	color:#333333;
	font-weight:normal;
}

div.GalleryHeader div.Links {
	float:right;
}




div.GalleryBox {
	margin-bottom:20px;
}

div.GalleryBox div.Top {
	height:5px;
	background:url(/Admin/images/gallerybox_tr.png);
	background-position:top right;
	background-repeat:no-repeat;
}
div.GalleryBox div.Top div {
	height:5px;
	background:url(/Admin/images/gallerybox_tl.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div.GalleryBox div.Middle {
	background:#ebf0f5;
	border-left:1px solid #99aab3;
	border-right:1px solid #99aab3;
	padding:10px;
}


div.GalleryBox div.Bottom {
	height:5px;
	background:url(/Admin/images/gallerybox_br.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.GalleryBox div.Bottom div {
	height:5px;
	background:url(/Admin/images/gallerybox_bl.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

td.ImagePreview {
	background:#ebf0f5;
	text-align:center;
	border:1px solid #99aab3;
	padding:8px;
}

div.GalleryBox {
	min-width:600px;
}

div.GalleryBox div.Album {
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:1px solid #dddddd;
}


div.GalleryBox div.Album div.Image {
	width:140px;
	height:100px;
	margin-right:10px;
	float:left;
}

div.GalleryBox div.Album div.Links {
	float:right;
	width:190px;
	text-align:right;
}

div.AlbumImageUpload {
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:1px solid #bfced6;
}

div.AlbumDetailBox {
	min-width:800px;
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:1px solid #bfced6;
}

div.AlbumImage {
	width:200px;
	height:240px;
	padding:8px;
	margin:4px;
	float:left;
	overflow:hidden;	
	border:1px solid #bfced6;
	position:relative;
}
div.AlbumImage div.Image {
	text-align:center;
	width:200px;
	height:160px;
	overflow:hidden;
}
div.AlbumImage div.Caption {
	width:200px;
	height:17px;
	overflow:hidden;
	font-size:8pt;
	margin-bottom:3px;
	text-align:center;
}
div.AlbumImage div.Caption span {
	color:#999999;
	font-style:italic;
}
div.AlbumImage .Btn{
    position:absolute;
    bottom:8px;
}
div.AlbumImage .Edit{
    left:8px;
}
div.AlbumImage .Delete{
    right:8px;
}



a.Btn {
	display:block;
	float:left;
	color:#5d6a71;
	background:url(/Admin/images/button_left.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:8pt;
	text-decoration:none;
	height:20px;
	padding-left:5px;
}

a.Btn span {
	display:block;
	background:url(/Admin/images/button_right.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px 8px 0px 3px;
	line-height:20px;
}

a.Add {
	background:url(/Admin/images/button_left_add.png);
	background-repeat:no-repeat;
	padding-left:17px;
}

a.Delete {
	background:url(/Admin/images/button_left_delete.png);
	background-repeat:no-repeat;
	padding-left:17px;
}
a.Edit {
	background:url(/Admin/images/button_left_edit.png);
	background-repeat:no-repeat;
	padding-left:17px;
}

a.Image {
	background:url(/Admin/images/button_left_img.png);
	background-repeat:no-repeat;
	padding-left:17px;
}

a.UploadImage {
	background:url(/Admin/images/button_left_uploadimage.png);
	background-repeat:no-repeat;
	padding-left:17px;
}
a.CancelUpload {
	background:url(/Admin/images/button_left_cancel_upload.png);
	background-repeat:no-repeat;
	padding-left:20px;
}





a.Back {
	background:url(/Admin/images/button_left_back.png);
	background-repeat:no-repeat;
	padding-left:17px;
}


div.fieldset {
	border:1px solid #bfced6;
	padding:20px 10px;
	margin: 10px 0px;
}

div.fieldset SPAN.legend {
	position: relative;
	top: -30px;
	padding:3px;
	background-color: #ebf0f5;
	font-size:11pt;
	color:#2b83e7;
	
}

div.flash {
	font-size:8pt;
	border:1px solid #bfced6;
	margin:5px 0px;
	width:375px;
}

#divStatus {
	font-size:8pt;
	margin-bottom:4px;
}



.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size:0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/Admin/images/btn_uploadcancel.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float:right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.CSVGridViews
{
	float:left;
	padding-right:20px;
}

.BreadCrumbTrailDivider
{
	padding:0px 3px;
}

.UnderlineOnHover
{
    text-decoration:none;
}
.UnderlineOnHover:hover
{
    text-decoration:underline;
}

ul.page-layouts, ul.page-layouts li{
    margin:0px;
    padding:0px;
    list-style:none;
}
ul.page-layouts li{
    margin:0.5em 0em 0.8em 0em;
    position:relative;
    height:35px;
}
ul.page-layouts li input, ul.page-layouts li label{
    cursor:pointer;
}
ul.page-layouts li input{
    position:absolute;
    left:0px;
    top:8px;
}
ul.page-layouts li label{
    display:block;
    position:absolute;
    left:23px;
    top:0px;
}
ul.page-layouts li label img{
    position:absolute;
    top:0px;
    left:0px;
}
ul.page-layouts li label span{
    display:block;
    position:absolute;    
    left:52px;
    top:2px;
    width:100px;
}
ul.page-layouts li.noimage label span{
    left:0px;
    width:148px;
}

td.FormSubmissionsList {
	padding-right:0px;
	border-right:1px solid #cccccc;
}
td.FormSubmissionsList a {
	display:block;
	padding:7px 26px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#555555;
	border-top:1px solid #cccccc;
	white-space:nowrap;
}
td.FormSubmissionsList a.first {
	border-top:none;
}
td.FormSubmissionsList a.selected {
	background:#cee8f7;
}

td.FormSubmissionsList a:hover {
	background:#dddddd;
}
td.FormSubmissionsData {
	padding-left:13px;
}
td.FormSubmissionsData a.BackButton, tr.PagerButton a {
	display:block;
	width:40px;
	padding:7px 26px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#555555;
	background:#dddddd;
	border:1px outset #dddddd;
	white-space:nowrap;
	margin-bottom:7px;
}
tr.PagerButton a {
	float:left;
	padding:7px 10px;
	margin-top:9px;
	font-size:8pt;
}
td.FormSubmissionsData a.BackButton:hover, tr.PagerButton a:hover {
	background:#cee8f7;
}
table.FormSubmissionTable {
	border-collapse:collapse;
}
tr.FormSubmissionRow td {
	font-size:8pt;
	padding:5px 8px;
	border:1px solid #dddddd;
}
tr.FormSubmissionRow td a.View {
	white-space:nowrap;
}
tr.FormSubmissionHeader th {
	font-size:8pt;
	background:#dddddd;
	padding:5px 8px;
}



span.PastePlainText {
	background:transparent url(/Admin/images/radeditor/paste-as-text.png) no-repeat !important;
	background-position:0 1px !important;
}


.AddNewBlock {
	border:1px solid #ddd;
	border-radius:8px;
	background:#eee;
	padding:9px;
	margin-bottom:25px;
}





.jstree a > ins {
	display:none;
}

.jstree ins {
	height:14px !important;
	
}

.jstree a {
	padding:0 !important;
	font-size:11px !important;
}

.jstree-classic .jstree-leaf > ins {
	background-position:36px 1px !important;
}

.jstree-classic .jstree-closed > ins {
	background-position:-54px -1px !important;
}

.jstree-classic .jstree-open > ins {
	background-position:-72px -1px !important;
}

li.noparent a {
	border-bottom:1px solid #ccc;	
	display:inline-block;
	padding-bottom:5px !important;
	width:160px;
}


div.user-account {
	float:left;
	width:400px;
	min-height:350px;
}


div.user-permissions {
	float:left;
	width:200px;
	min-height:418px;
	border-left:1px solid #ddd;
	padding-left:20px;
	color:#333;
}

div.user-permissions table {
	
}

div.user-googleplus {
	float:left;
	width:264px;
	min-height:418px;
	border-left:1px solid #ddd;
	padding-left:20px;
	color:#333;
	
}

div.user-account h2 {
	background:transparent url(/admin/images/icon-user.png) no-repeat;
	background-position:left center;
	height:40px;
	line-height:40px;
	padding-left:50px;
	color:#383838;
	font-size:18px;
	margin-bottom:15px;
}


div.user-permissions h2 {
	background:transparent url(/admin/images/icon-lock.png) no-repeat;
	background-position:left center;
	height:40px;
	line-height:40px;
	padding-left:50px;
	color:#383838;
	font-size:18px;
	margin-bottom:15px;
}

div.user-googleplus h2 {
	background:transparent url(/admin/images/google-plus.png) no-repeat;
	background-position:left center;
	height:40px;
	line-height:40px;
	padding-left:50px;
		color:#383838;
	font-size:18px;
	margin-bottom:15px;
}

.subtext {
	font-size:11px;
}

div.ErrorMessage, div.UpdateMessage {
	color:#fff;
	background:#c00;
	padding:8px 14px;
	margin:8px 0;
	font-weight:normal;
	border-radius:8px;
	font-size:14px;
	margin-bottom:15px;
}

div.ErrorMessage ul, div.UpdateMessage ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.ErrorMessage a, div.UpdateMessage a {
	color:#fff;
	text-decoration:underline;
}

div.UpdateMessage {
	background:#00682e;
}


div.form-field {
	float:left;
	margin:8px;
}
div.form-field label {
	font-size:12px;
	text-transform:uppercase;
	display:block;
	margin-bottom:3px;
	color:#333;
}


div.form-field input[type=text], div.form-field input[type=password], div.form-field select, div.form-field textarea {
		font-size:14px;
		padding:6px 8px;
		border-radius:4px;
		border:1px solid #ccc;
		width:240px;
}

div.form-field textarea {
	font-family:sans-serif;
	font-size:12px;
}

div.form-field select {
	width:auto;
	padding:5px 8px;
}

div.form-field input[type=password] {
	/* width:160px; */
}

div.form-field input[type=text]:focus, div.form-field input[type=password]:focus, div.form-field select:focus, div.form-field textarea:focus {
	border:1px solid #0c68b1;
	box-shadow:0 0 6px #0c68b1;
}


div.full-width {
	float:none;
}

div.full-width input[type=text], div.full-width input[type=password], div.full-width  select {
	width:300px;
}

div.small input[type=text], div.small input[type=password] {
	width:140px;
}
div.tiny input[type=text], div.tiny input[type=password] {
	width:60px;
}

div.half-width {
	width:45%;
}

input.PageUrl {
	font-size:11px;
}

.CMSOption {
	padding:6px;
	margin-bottom:6px;
	background:#e5e5e5;
	border-radius:4px;
}

.CMSOption ul {
	list-style:none;
	margin:0;
	padding:0;
}

.PageOptions {
	padding:0px;
	background:transparent;
	margin-bottom:10px;
}

.CMSOptionBox {
	border:0;
}

.CMSOptionHeading {
	font-weight:normal;
}

.CMSOptionHeading strong {
	color:#333;
	display:block;
	margin-bottom:3px;
}

.CMSOptionHeading input[type=checkbox], .CheckboxList input[type=checkbox] {
	position:relative;
	top:2px;
}




#FolderExplorer {
	background:#fff;
	width:100%;
	height:150px;
	overflow:auto;
	border:1px solid #A5ACB2;
	border-radius:4px;
}

a.addnew {
	font-size:11px;
	display:block;
	margin:5px 0;
	padding-left:4px;
}

li.newitem {
	padding:3px;
}

li.newitem input {
	width:90%;
}

li.newitem a {
	display:inline-block;
	width:6%;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-left:1%;
	font-size:13px;
}

#buttonLayer {
	padding:0px;
	padding-bottom:9px;
	margin-bottom:15px;
}


.TopOfScreen {
	position:fixed;
	left:0;
	top:-100px;
	width:100%;
	padding:9px 9px !important;
	background:#fff !important;
	border-bottom:2px solid #ddd;
	z-index:999;
}


.CMSButtons {
	color:#333;
	font-weight:bold;
	cursor:pointer;
	background:#efefef;
	border:1px solid #aaa;
	padding:10px 10px;
	border-radius:5px;

	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 15%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(15%,#efefef), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 15%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 15%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 15%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 15%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.CMSButtons:hover {
	border:1px solid #666;
}

input.CMSPageSearch {
	color:#333;
	font-weight:normal;
	cursor:pointer;
	background:#fff;
	border:1px solid #aaa;
	padding:7px 10px;
	padding-right:30px;
	border-radius:4px;
	background:#fff url(/admin/images/icon-search.png) no-repeat;
	background-position:right center;
	font-size:14px;
}

 div {
	box-sizing:border-box;
  }

  
#colorbox {
	box-sizing:content-box !important;
}


  /* comment admin styling */



.data-heading, .data-footer {
	background:#eee;
	border:1px solid #ddd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	font-size:16px;
	/* min-width:600px; */
}

.data-footer {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top:0;
}

.data-row {
	/* min-width:600px; */
	font-size:14px;
	position:relative;
}

.data-heading .columns, .data-row .columns, .data-footer .columns {
	padding:8px;
	
}

.chkbox {
	width:4.33%;
}
.data-row {
	border:1px solid #ddd;
	border-top:0;
}

div.data-row .comment {
	font-style:italic;
	margin-bottom:5px;
}

div.data-row .ip-address {
	margin-top:8px;
	font-size:13px;
	color:#666;
}

div.data-row .submit-date {
	font-size:13px;
	color:#666;
}


.section-links {
	padding:10px 0;
	font-size:14px;
}

.section-links a {
	text-decoration:none;
	
}

.section-links>span {
	display:inline-block;
	padding:0 3px;
	color:#666;
}

.section-links>a>span {
	color:#666;
}

.section-links a.Active {
	font-weight:bold;
	color:#333;
	
}


.action-list {
	margin-top:10px;
}
.action-list>span {
	display:inline-block;
	padding:0 3px;
	color:#999;
}

.action-list a.approve, .action-list a.save {
	color:#007511;
}
.action-list a.reject, .action-list a.delete, .action-list a.cancel {
	color:#c00;
}

.action-list a.unlink {
	color:#d3711c;
}


.action-list a.unapprove {
	color:#c75e00;
}

div.paging-details {
	float:right;
}
div.paging-details a {
	display:inline-block;
}

div.page-info {
	display:inline-block;
	line-height:60px;
	text-align:center;
}

div.bulk-actions {
	float:left;
	padding:10px 0;
}

div.bulk-actions select {
	padding:4px 8px;
	border:1px solid #aaa;
}


div.admin-taglist {
	float:left;
	margin-right:50px;
	width:350px;
}

input.edittag {
	font-size:14px;
	border:1px solid #aaa;
	padding:5px 5px;
	border-radius:3px;
	width:100%;
}

div.notice-tag-saved, div.notice-tag-error {
	background:#007c0f;
	color:#fff;
	text-align:center;
}

div.notice-tag-error {
	background:#c00;
}


.add-new-box {
	padding-bottom:6px;
	float:right;
}

.add-new-box input[type=text] {
	border:1px solid #aaa;
	border-radius:3px;
	padding:5px;
	color:#555;
	width:120px;
}

.articlelist {
	margin:3px 8px;
	border-top:1px solid #eee;
	font-size:13px;
}

.articlelist ul {
	margin-left:0.5em;
	padding-left:.5em;
}

.articlelist a {
	display:block;
	font-size:13px;
	padding:1px 0;
}
.articlelist a.Inactive {
	color:#c00;
}



input[type=text], input[type=password] {
	border:1px solid #444;
}

input[type=text].Error, input[type=password].Error {
	border:1px solid #c00;
}


.submissionList{
    max-width: 600px;
}
.submissionList .row{
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 10px;
}
.submissionList .row.heading,
.submissionDetails .row.heading{
    background: #dddddd none repeat scroll 0 0;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
}

.submissionDetails{
    max-width: 1000px;
}
.submissionDetails .row{
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 10px;
}


		/* login page styling */
		body.loginpage {
			background:#0b0d16 url(/admin/images/loginbg.png);
		}

		.login-box {
			background:#d2d4db;
			width:300px;
			min-height:240px;
			position:absolute;
			left:50%;
			top:50%;
			margin-left:-150px;
			margin-top:-130px;

			border-radius:10px;
			padding:10px 15px;
		}


		.login-box .admin-heading {
			float:none;
		}

		.login-box .admin-heading a {
			color:#12141d;
			line-height:120%;
		}

		.login-box .admin-heading a span.version {
			color:#12141d;
		}

		.login-box table {
			width:99%;
		}

		.login-box table td span {
			display:none;
		}

		.login-label {
			font-size:14px;
		}

		.login-input, .reset-form input[type=password] {
			font-size:14px;
			width:94%;
			padding:3% 3%;
			border-radius:5px;
			border:1px solid #777;

			display:inline-block;
			margin-bottom:5px;
			
			transition:border 0.3s ease;
			transition:box-shadow 0.3s ease;
		}

		.login-input:focus, .reset-form input[type=password]:focus {
			border:1px solid #2b83e7;
			box-shadow:0px 0px 5px #2b83e7;
		}

		.login-error {
			background:#c00;
			color:#fff;
			padding:2%;
			border-radius:6px;
		}

		.login-btn {
			margin:0;
			margin-top:7px;
		}
	

	

		.reset-form>div>label {
			display:block;			
		}


		
		/*** PASSWORD VALIDATION ***/

		div.passValidationBox {
			position:relative;
			display:inline;
		}

		div.validationStatus {
			position:absolute;
			background:#efefef;
			border:1px solid #666;
			width:250px;
			left:277px;
			top:-81px;
			font-size:12px;
			border-radius:8px;
			padding:10px;
		}

		div.validationStatus ul {
			margin:0;
			padding:0;
			list-style:none;
		}

		div.validationStatus ul li.No, div.validationStatus ul li.Yes {
			background:transparent url(/admin/images/pass-bad.png) no-repeat;
			background-position:left center;
			margin:5px 0;
			padding-left:21px;
			min-height:16px;
			display:block;
			font-size:13px;
		}

		div.validationStatus ul li.Yes {
			background:transparent url(/admin/images/pass-ok.png) no-repeat;
			background-position:left center;
		}


		div.PasswordBlock {
			position:relative;
			height:1px;
		}

		div.PasswordBlock>div {
			position:relative;
			top:0;
			left:0;
			width:280px;
			height:138px;
			background:rgba(0,0,0,0.7);
			box-sizing:border-box;
			padding:10px;
			color:#fff;
			border-radius:6px;
		}

		div.PasswordBlock>div h3 {
			font-size:14px;
			font-weight:bold;
			margin:0;
			margin-bottom:6px;
			color:#fff;
		}




#taglist {
	margin-top:10px;
}


.GridView
{
	border-collapse:separate;
	border-width:0px;
	border:0;
}
.GridViewHeader th {
  background:#DDDDDD;
  border:1px solid #ddd;
  padding:3px 7px;
  font-size:9pt;
}

.GridView td {
	border:0px;
}

.GridViewRow td, .GridViewRowErr td, .GridViewFooter td {
  padding:3px 7px;
  font-size:9pt;
}
.GridViewRow td {
  background:#efefef;
  border:1px solid #dddddd;
}
.GridViewRowErr td {
  background:#FFFBE7;
  border:1px solid #FBD0A0;
}
.GridViewPager td {
  background:#DDDDDD;
  border:1px solid #dddddd;
  padding:3px 7px;
  font-size:9pt;
}
.GridViewFooter td {
  background:#efefef;
  border:1px solid #dddddd;
}
td.GridViewCell_Transparent, th.GridViewCell_Transparent
{
	background-color:transparent;
	border-width:0px;
	padding:0px 3px;
}
.GridView td td
{
	/* clear the styles for any controls inside GridView */
	background:none;
	border-width:0px;
	padding:0px;
}


ul.CheckboxList {
	margin:0;
	padding:0;
	list-style:none;

}

ul.CheckboxList label {
	text-transform:none;
	display:inline;
}

	.is-invalid-input, .is-invalid-input:focus {
		border-bottom: 1px solid #F44336 !important;
		box-shadow: 0 1px 0 0 #F44336 !important;
		margin-bottom:0 !important;
	}

	.checkbox-error {
		margin-top:16px;
		border-top: 2px solid #F44336 !important;
	}

	.form-error {
		display:none;
		color:#F44336;
		font-size:.8rem;
	}

	.is-visible {
		display:block;
	}


.callout {
	display:block;
	padding:10px;
	background:#0c68b1	;
	color:#fff;
}
.callout.alert {
	background:#ae1616	;
	color:#fff;
}

.callout.success {
	background:#1f6d28	;
	color:#fff;
}

a.mfa-promo {
    border: 1px solid #053661;
    border-radius: 6px;
    background: #b0d4e6;
    color: #053661;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-size: 9pt;
    margin: 10px 0;
}

    a.mfa-promo:hover {
        background: #cfe9f6;
    }

    a.mfa-promo img.phone {
        display: block;
        float: left;
        margin-right: 7px;
        margin-top: 1px;
    }