﻿/* 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(../fw/icon_edit.png) no-repeat 0 5px;
}
a.showApprovalDetails {
	display: block;
	padding: 1px 0 0 22px;
	outline: none;
	background: transparent url(../fw/icon_rightArrow.gif) no-repeat 0 0;
}
a.showApprovalDetails.down {
	background-image: url(../fw/icon_downArrow.gif);
}
.editedByDiv {
	padding: 10px 22px;
}
.CMWrapper {
}
.CMWrapper.editing {
	background: #069;
	border: 1px solid #999;
	padding: 5px 3px;
	text-align: left;
	position: absolute;
	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(../fw/radResizer.gif);
	background-position: center top;
}
.CMWrapper .reResizeCell div:hover {
	background-position: center bottom;
}
ul.popUp.editPage {
	width: 200px;
	float: right;
	z-index: 41;
}
ul.popUp.editPage li {
	float: right;
	position: relative;
	height: 1.2em;
}
ul.popUp.editPage li .button {
	margin: 0;
}
ul.popUp.editPage li .button a:hover {
	text-decoration: none;
}
ul.popUp.editPage li ul {
	position: absolute;
	bottom: 1.2em;
	left: 0;
	background: #fff;
	border: 1px solid #999;
	padding: 5px 0 10px;
}
ul.popUp.editPage li ul li {
	float: none;
	width: 160px;
	padding: 5px;
}
ul.popUp.editPage li ul li a {
	display: block;
	padding: 2px 5px;
}
ul.popUp.editPage li ul li a:hover {
	background: #ff9;
	text-decoration: none;
	color: #000;
}
.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 {
}
