/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	CONTENT REGION STYLES
	MICROSITES
	LANGUAGE STYLES
	 
	 ....................................... */

/* =CONTENT REGION STYLES
	....................................... */
a.editButton {
	display: inline-block;
	padding: 8px 0 0 22px;
	background: transparent url(../img/icon_edit.png) no-repeat 0 5px;
}
.CMBackground .editButton {
	position: absolute;
	top: 0;
	left: -45px;
	background-color: white;
	border-radius: 5px;
	padding: 2px 4px 2px 30px;
	height: 30px;
	background-position: 8px center;
	border: 1px solid #999;
	color: black;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.CMBackground .editButton:before, .CMBackground .editButton:after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	right: -17px;
	top: 9px;
	border: 8px solid transparent;
	border-left-color: #999;
}
.CMBackground .editButton:after {
    border-left-color: #fff;
	right: -16px;
}
.CMBackground .editButton:hover {
	background-color: #DDEDFA;
	text-decoration: none;
}
.CMBackground .editButton:hover:after {
	border-left-color: #DDEDFA;
	text-decoration: none;
}
a.showApprovalDetails {
	display: block;
	padding: 1px 0 0 22px;
	outline: none;
	background: transparent url(../img/icon_rightArrow.gif) no-repeat 0 0;
}
a.showApprovalDetails.down {
	background-image: url(../img/icon_downArrow.gif);
}
.editedByDiv {
	padding: 10px 22px;
}
.CMWrapper.editing{
	padding-bottom: 50px;
	position: absolute;
}
.CMWrapper.editing .CMBackground {
	background: #069;
	border: 1px solid #999;
	padding: 5px 3px;
	text-align: left;	
	z-index: 5;
}
table.CMTop {
	margin: 0;
}
table.CMTop td {
	border: 0px none;
}
.CMTop label {
	display: inline;
	color: #fff;
}
.reWrapper {
	position: inherit !important;
}
.CMWrapper .reResizeCell div {
	background-image: url(../img/radResizer.gif);
	background-position: center top;
}
.CMWrapper .reResizeCell div:hover {
	background-position: center bottom;
}
ul.editPage {
	width: auto;
	float: left;
	margin: 0;
	z-index: 41;
}
ul.editPage .dropdown {
	float: left;
}
ul.editPage .dropdown .caret {
	margin-top: 6px;
}
ul.editPage .dropdown-menu a {
	border: 0px none;
	float: none;
	text-transform: none;
}
.regionInFocus {
	background-color: #ff9;
}

/* =MICROSITES
	....................................... */
div.microsites div.eventsList {
	width: 100%;
}
div.microsites {
	margin: 20px 0;
}
div.micrositeListing input#ctl00_ContentWindow_uxMicrositeListing_uxSearch {
	margin-left: 5px;
}
span.micrositeLocation {
	font-size: 88%;
	color: #999;
}
div.microsites div.eventsList img {
	background-color: #CCCCCC;
	border: 2px solid #386BA0;
}
a.pageButton {
}
