/* Error */
span.Error {
    position: absolute;
    display: block;
    top: 170px;
    margin-left: -250px;
}

/* Ads */
.adblock_responsive {
	position: relative;
	height: 130px; 
	width: 90%; 
	margin: 
	auto; 
	padding: 1em;
}
.adblock_responsive::after {
	position: absolute;
	display: block;
	content: "Advertisement";
	top: 2px;
	left: 50%;
	margin-left: -27px;
	font-size: 10px;
}

/* Avatars */
.avatarbox {
	display: inline-block;
	position: relative;
	border: 1px solid black;
	z-index: 1;
}
.avatarbox::before {
	display: block;
	position: absolute;
	content: '';
	background-color: white;
	border: 1px solid black;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
}
.linkable::after {
	display: block;
	position: absolute;
	content: url('/files/global/icons/link-128.png');
	top: -15px;
	right: -140px;
}

/* Dialogs */
.dialogbox {
	display: block;
	box-sizing: border-box;
	border: 1px solid black;
	margin: 20px auto;
	max-width: 50%;
	padding: 25px;
	text-align: center;
	background: #EEE;
}

.dialogbox-actions {
	margin: 10px;
}

.dialogbox-actions button {
	margin: 5px 20px 0px;
}

/* Buttons */
.FB-login button {
    display: block;
    background: #3b5998 !important;
    color: white;
    margin-top: 4px;
}

img.PostTypeIcon {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

/* Prev/Next Links on posts */
.PrevNextPostLinks {
	display: block;
	margin: 10px 0px 20px;
}

.PrevNextPostLinks a {
	text-decoration: none;
}

.PrevNextPostLinks .PrevPost, .PrevNextPostLinks .NextPost {
	display: inline-block;
	width: 47%;
	margin: 0px 5px;
	vertical-align: top;
}

.PrevNextPostLinks .PrevNextPost img {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
}
.PrevNextPostLinks .PrevNextPost span {
	display: inline-block;
	vertical-align: top;
	margin: 4px;	
	width: 55%;
}

/* Mini Post Tiles */
.miniPostTilesKW {
    width: 180px;
    height: 140px;
    margin: 5px;
    padding: 5px;
    box-shadow: 3px 3px rgba(0,0,0,0.5);
    overflow: hidden;
}

.miniPostTilesKW ul li.miniPostImage img {
    width: 150px;
    height: 75px;
}
.miniPostTilesKW .postDate {
	font-size: 10px;
}
.miniPostTilesKW ul li.title {
	line-height: 15px;
}
.miniPostTilesKW ul li.title a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.miniPostTilesKW ul li.blurb {
    font-size: 10px;
}

/* Time Slot Tiles */
.timeSlotTile {
	vertical-align: top;
	height: auto;
}
.timeSlotTile .timeSlotTileHeader img {
	display: inline-block;
	height: 32px;
}
.timeSlotTile .timeSlotTileHeader img.timeSlotHeaderImg {
	width: 64px;
}
.timeSlotCompact .timeSlotTile {
	height: 32px;	
	margin-bottom: 4px;
}
.timeSlotCompact .timeSlotTileHeader {
	border: 1px solid black;
}
.timeSlotCompact .timeSlotTileHeader .timeSlotAvatar {
	border-right: 1px solid black;
}
.timeSlotCompact.timeSlotDraft {
	opacity: 0.5;
}

/* Calendar Icons */
div.CalendarIcon {
	height: 32px;
	width: 32px;
	border-radius: 3px;
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	text-align: center;
	position: relative;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
div.CalIMon {
	font-family: Helvetica, sans-serif; 
	text-align: center; 
	color: #6E6D6D;
	font-size: 10px;
}
div.CalIDay {
	font-family: Helvetica, sans-serif; 
	text-align: center; 
	color: #9e9e9e;
	font-size: 10px;
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-weight: bold; 
	border-radius:0px 0px 3px 3px;
	color: #fff; 
	text-transform: uppercase; 	
	position: absolute;
	bottom: 0;
	height: 14px;
	width: 32px;
	padding-bottom: 6px;
}
div.CalITime {
	position: absolute;
	bottom: 1px;
	left: 0;
	font-size: 6px;
	width: 32px;
	color: #fff; 
}
.SettingsLabel {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 16px;
} 
.Settings ul li {
	list-style: none;
}
.AvatarPreviewBox {
	display: inline-block;
}
.AvatarPreview {
	border-radius: 5px;
	margin: 10px;
}
.AvatarPreviewInfo {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.AvatarPreviewInfo input {
	margin-top: 10px;
}