﻿/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	CONTENT REGION STYLES
	MICROSITES
	LANGUAGE STYLES
	 
	 ....................................... */

/* =CONTENT REGION STYLES
	....................................... */
	
input.button.cancelBtn,
input.button.saveBtn,
input.button.editBtn {
	padding-left: 28px;
}
input.button.cancelBtn {
	background: url(../fw/btnIcons/icon_cancel.gif) no-repeat 6px 50%;
}
input.button.saveBtn {
	background: url(../fw/btnIcons/icon_save.gif) no-repeat 6px 50%;
}
input.button.editBtn {
	background: url(../fw/btnIcons/icon_edit.gif) no-repeat 6px 50%;
}
a.button.edit {
    display: inline-block;
    padding: 8px 0 0 22px;
    background: transparent url(../Admin/fw/btnIcons/icon_edit.png) no-repeat 0 5px;
}
a.button.edit:hover {
    color: #0057B5;
}
a.showApprovalDetails {
    display: block;
    padding: 1px 0 0 22px;
    outline: none;
    background: transparent url(../Admin/fw/btnIcons/icon_rightArrow.gif) no-repeat 0 0;
}
a.showApprovalDetails.down {
    background-image: url(../Admin/fw/btnIcons/icon_downArrow.gif);
}
.editedByDiv {
    padding: 10px 22px;
}
.CMWrapper {
    background: #069;
    border: 1px solid #999;
    padding: 5px 3px;
}
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 {
}