body, table, td {
	font-size: 10px;
	font-family: verdana;
	color: #666666;
	}

h1 {
	font: 13px verdana;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	}

h2 {
	font: 12px verdana;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2px;
	}

.alert {
	background-color: #FFF;
	font: 11px verdana;
	color: #d04700;
	font-weight: bold;
	}

.formcontainer {
	border: 1px solid;
	border-color: #cccccc;
	background-color: #f6f6f6;
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

.formtitle {
	padding-right: 6px;
	}

.forminput {
	}

.tab_off {
	z-index: 1;
	display: block;
	color: #666666;
	background-color: #e6e6e6;
	border: 1px solid;
	border-bottom: 0px;
	border-color: #cccccc;
	padding: 2px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	position: relative;
	}

.tab_off:hover {
	background-color: #f6f6f6;
	}

.tab_on {
	z-index: 3;
	display: block;
	background-color: #f6f6f6;
	border: 1px solid;
	border-bottom: 0px;
	border-color: #cccccc;
	padding: 2px;
	padding-bottom: 3px;
	margin-left: 2px;
	margin-bottom: -2px;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	}


a:hover {text-decoration: none;}

a {color: #1071D1}

.red {color: #990000; text-decoration:none}

.redbold {color: #990000; font-weight:bold;}

.gray6 {color: #666666;}

input {
	font: 10px verdana;
	color: #555;
	padding: 1px;
	margin: 0px;
	}

select {
	font: 10px verdana;
	color: #555;
	padding: 0px;
	}

textarea {
	font: 10px verdana;
	color: #555;
	}

.buttons, .browse {
	height: auto;
	color: #fff;
	border: #ccc 1px solid;
	cursor: hand;
	cursor: pointer;
	}

.buttons {
	padding: 2px 5px 2px 5px;
	background-color: #990000;
	font-weight: bold;
	}

.browse {
	position: relative;
	padding: 1px 3px 1px 3px !important;
	background-color: #999;
	}

.dirdrop{color: #ffffff; background: #bbbbbb; font-weight:bold;}

.fsHelpLink{ font-weight:bold; color:#3565ac; }
#helpPanel{ border-color:#3565ac; }
#helpPanel .hd{ background:#6691d0; color:#fff; border-color:#3565ac; }
#helpPanel .bd{ color:#000; padding:5px 10px; border-color:#3565ac; }
#helpPanel .bd p{ margin:.8em 0; }
#helpPanel .ft{ border-color:#3565ac !important; }


/*
	New classes from UI update
	Can be removed once new main.css file is included
*/
.subGroup{  margin:.5em 0; clear:both; }
.subGroupTitle{ margin-bottom:.5em; padding:.5em; font-weight:bold; }
.inputGroup{ padding:2px; margin:2px 0; clear:both; position:relative; }
.inputGroup label{ display:block; float:left; width:120px; text-align:right; padding:2px 4px; }

.colGroup{ position:relative; clear:both; overflow:auto; }
.column_2{ width:48%; float:left; clear: none; }

.inputGroup.checkBoxList{ position:relative; margin-left:109px; }
.inputGroup.checkBoxList label{ display:inline; float:none; width:auto; text-align:left; }

.colorSelector{border: 1px solid #999999; width:18px; height:18px; cursor:pointer;}

.weak{ color:#999; }

/*
	Highlights rows in file list on hover
*/

#filelist tr:hover{
    background-color:#fffbc0;
}

input.buttons.savePageButton,  input.buttons.clonePageBtn, input.buttons.publishSubSite, button.buttons.publishSubSite {
	background-image: url('https://www.penncharter.com/cf_cloudflare/00250129/images/admin_ui/2.0/white/save.png');
	color: #FFF !important;
	background-repeat: no-repeat;
	background-color: #5BB75B;
	background-position: 5px 50%;
	background-size: 12px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-text-shadow: 0 0 1px #008000;
	text-shadow: 0 0 1px #008000;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 5px 0 5px 0px;
	padding: 5px 8px 5px 22px;
	font-weight: normal;
	width: auto !important;
}

/*just target mobile app page */
body.yui-skin-sam:not(.calbody) .iconLink {
	color: #222 !important;
	background-repeat: no-repeat;
	background-color: #CCC;
	background-position: 5px 50%;
	background-size: 12px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-text-shadow: 0 0 1px #008000;
	text-shadow: 0 0 1px #E0E0E0;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 5px 0 5px 5px;
	padding: 5px 5px 5px 22px;
	font-weight: normal;
	text-decoration: none;
	width: auto !important;
}

input.buttons.insertElement {
	background-image: url('https://www.penncharter.com/cf_cloudflare/00250129/css/images/admin_ui/2.0/white/plus.png');
	background-color: #4575C7;
	-webkit-text-shadow: 0 0 1px #008000;
	text-shadow: 0 0 1px #90B8EC;
	padding: 3px 8px 3px 22px !important;
}

body.yui-skin-sam .iconLink:hover {
	background-color: #BBB;
}

body.yui-skin-sam .iconLinkNone {
	padding-left: 8px;
}
/*end target mobile app page*/

button.iconLinkRestore {
	background-image: url('https://www.penncharter.com/cf_cloudflare/00250129/images/admin_ui/2.0/black/restore.png');
	padding-left: 22px;
}

.containerNoBorder input.buttons.savePageButton:hover {
	background-color: #53A753;
}

.containerNoBorder input.buttons.savePageButton	{
		margin-left: 5px !important;
		width: 115px !important;
}

input.buttons.saveBanner:hover, input.buttons.saveLayout:hover, input.buttons.updateFormat:hover, input.buttons.updateExtensions:hover, input.buttons.saveGroupChanges:hover, input.buttons.saveStyle:hover {
	background-color: #53A753;
}

input.buttons.insertElement:hover {
	background-color: #5F96DE;
}

input.buttons.publishSubSite, button.buttons.publishSubSite {
	background-color: #222;
	background-image: url('https://www.penncharter.com/cf_cloudflare/00250129/images/admin_ui/2.0/white/check.png');
	-webkit-text-shadow: 0 0 1px #444;
	text-shadow: 0 0 1px #444;
	padding-left: 22px;
}

td.containerNoBorder a, .cancelButton {
	background: transparent;
	border: 1px solid transparent;
	color: #333 !important;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px 5px;
	border-radius: 3px;
	margin-left: -18px;
}

.cancelButton {
	margin-left: 0;
}

td.containerNoBorder a img{
	height: 12px;
	margin-right: 4px;
	opacity: .6;
	width: 12px;
	vertical-align: bottom;
}

td.containerNoBorder a:hover, .cancelButton:hover {
	background-color: #EEE !important;
	border: 1px solid #DDD;
	color: #111 !important;
}

td.containerNoBorder a:hover img {
	opacity: 1;
}

table.containerNoBorder.pgHistoryLinks a {
	font-weight: bold;
	margin-left: 0;
	margin-top: 4px;
}

.fsHelpLink {
	font-weight:bold;
	color:#3565ac;
}
#helpPanel {
	border: 0;
	font-size: 1.1em;
}
#helpPanel .hd {
	background: #F2F2F2;
	border: 0;
	color: #666;
	font-weight: bold;
	padding: 4px 10px;
}
#helpPanel .bd {
	background: #FFF;
	border: 0;
	color: #222;
	padding: 5px 10px;
}
#helpPanel .bd p{ margin:.8em 0; }
#helpPanel .ft{ border-color:#3565ac !important; }
.yui-skin-sam #helpPanel .container-close {
	background: url(https://www.penncharter.com/cf_cloudflare/00250129/images/admin_ui/2.0/x_grey.png) no-repeat 0 0;
	background-color: rgba(0, 0, 0, 0);
	height: 16px;
	margin-top: 1px;
	opacity: .7;
	outline: none;
	width: 16px;
}
.yui-skin-sam #helpPanel .container-close:hover {
	opacity: 1;
}
#helpPanel + .underlay {
	background-color: #FFF;
	opacity: 1;
	top: -3px;
}
.fsSearchSite {
	background: #888;
	border: 0;
	border-radius: 3px;
	color: #FFF;
	font-weight: normal;
	padding: 3px 6px;
	text-decoration: none;
}
.fsSearchSite:hover {
	background: #777;
}


/*
	New classes from UI update
	Can be removed once new main.css file is included
*/
.subGroup{  margin:.5em 0; clear:both; }
.subGroupTitle{ margin-bottom:.5em; padding:.5em; font-weight:bold; }
.inputGroup{ padding:2px; margin:2px 0; clear:both; position:relative; }
.inputGroup label{ display:block; float:left; width:120px; text-align:right; padding:2px 4px; }

.colGroup{ position:relative; clear:both; overflow:auto; }
.column_auto{ width:auto; float:left; margin-right:1em; }
.column_2{ width:48%; float:left; clear: none; }

.columnRow{width:100%;clear:both;overflow:hidden;}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11{
	margin-right:3.8%;float:left;min-height:1px;padding:0;
}

.col_1{width:4.85%;}
.col_2{width:13.45%;}
.col_3{width:22.05%;}
.col_4{width:30.75%;}
.col_5{width:39.45%;}
.col_6{width:48%;}
.col_7{width:56.75%;}
.col_8{width:65.4%;}
.col_9{width:74.05%;}
.col_10{width:82.7%;}
.col_11{width:91.35%;}
.col_12{width:100%;float:left;}
.last{margin-right:0px;}

td.containerNoBorder font {
	color: #FFF !important;
	display: inline-block;
	padding-bottom: 5px;
}

td.containerNoBorder td font {
	color: transparent !important;
}

.containerTitle {
	background-color: #149BC7;
	border: #1087AD 1px solid;
}

.containerTitle > td {
	padding: 7px 5px;
}

.availableStyles img {
	opacity: .7;
	width: 12px;
	height: 12px;
}


.fsSearchKeywords {
	font-size: 12px;
}

.fsSearchKeywords h1 {
	color: #888;
}

.fsSearchKeywords form input[type="submit"],
.fsSearchSite {
	background: #666;
	border: 0;
	border-radius: 3px;
	color: #EEE;
	cursor: pointer;
	font-size: 11px;
	padding: 5px 9px;
	text-decoration: none;
}

.fsSearchKeywords form input[type="submit"]:hover,
.fsSearchSite:hover {
	background: #444;
	font-size: 11px;
}

.fsSearchKeywords table tbody tr:not(:first-child) td {
	border-bottom: 1px solid #F0F0F0;
}

.fsSearchKeywords table tbody tr:not(:first-child) td:first-child{
	background: #F0F0F0;
	color: #AAA;
	text-align: center;
}

.fsSearchKeywords table tbody tr:not(:first-child):hover td{
	background: #F0F0F0;
}

.fsSearchKeywords table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 14px;
	max-width: 900px;
	width: 100%;
}

.inputGroup.checkBoxList{ position:relative; margin-left:109px; }
.inputGroup.checkBoxList label{ display:inline; float:none; width:auto; text-align:left; }


.fsSearchKeywords table tbody tr:first-child {
	background: #EEE;
	font-weight: bold;
}
.colorSelector{border: 1px solid #999999; width:18px; height:18px; cursor:pointer;}

.weak{ color:#999; }

.fsSearchKeywords table td {
	border: 0;
	margin: 0;
	padding: 4px 5px;
	font-size: 11px;
}

.autoclear:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}
.autoclear{display:inline-block}
* html .autoclear{height:1px}
.autoclear{display:block;}