/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2005.02.08
  Last Modified: 2005.02.08
*/

/* -- Global Styles --- */

cite {
	background: url("/common/images/btn_question.gif") no-repeat top right;
	cursor: help;
	font-style: normal;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/* -- gfAdminLinkMain: Main admin links in Interactive Mode. --- */

#gfAdminLinkMain {
	background: #3e9fd8 url("/common/images/admin/adminbar-bg.gif") repeat-x top;
	background-attachment: fixed;
	border: solid #fff;
	border-width: 0 0 1px;
	color: #fff;
	display: block;
	height: 20px;
	margin: 0;
	padding: 10px;
	text-align: center;
	z-index: 100;
}
#gfAdminLinkMain a {
	border: 0;
	margin: 0;
	padding: 0 2px;
}
#gfAdminLinkMain img {
	border: 0;
}
/* -- gfAdminLinkMain2: Main admin links in Interactive Mode. --- */

#adminedit {
	background: #fff;
	border-width: 1px 1px 1px 0;
	width: 200px;
	height: auto;
	position: fixed;
	top: 10%;
	left: -200px;
	z-index: 9999;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	
}
#adminedit #toggleedit {
	background: #1cadd0;
	color: #fff;
	position: absolute;
	box-sizing:border-box;
	border:0;
	top:0;
	left:100%;
	margin:0;
	z-index: 990;
	width: 140px;
	height: 40px;
	margin: 80px 0 0 -50px;
	white-space: normal;
	font-weight:bold;
	letter-spacing: 1px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-transform: rotate(-90deg);
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
*:first-child+html #adminedit #toggleedit {
	border: 1px solid #333;
	left: 155px;
	margin: -70px 0 0 0;
}
#adminedit #toggleedit:hover, #adminedit #toggleedit:focus, #adminedit #toggleedit:active {
	background: #149cc5;
	color: #fff;
	cursor: pointer;
	outline: none;
	outline-style: none;
}
#adminedit a {
	font-size:14px;
	border: 1px solid #f1f1f1;
	border-width: 0 0 1px 0;
	color: #454547;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
#adminedit a:last-of-type {
	border:0;
	border-radius:0 0 10px 0;
}
#adminedit a:hover {
	background: #efefef;
	text-decoration: none;
}

.admineditbuttons {
	display: inline-block;
	position: relative;
	z-index: 999;
	margin: 5px 10px 5px 0;
	font: bold 12px/14px 'century gothic', Arial, Helvetica, sans-serif;
}
.admineditbuttons a {
	text-decoration: none;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.admineditbuttons .edit, #rightbar .list a.edit {
	background: #1cadd0;
	box-sizing:border-box;
	color: #fff;
	display: block;
	padding: 0 20px;
	margin:0;
	width:100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	-webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
	box-sizing:border-box;
}
.admineditbuttons .edit:hover, #rightbar .list a.edit:hover {
	background: #149cc5;
	text-decoration: none;
}
.admineditbuttons .addcontent {
	background:#1c6087;
}
.admineditbuttons .addcontent:hover {
	background:#154d6e;
}

.events .admineditbuttons {
	float: none;
	display: block;
	position: relative;
	z-index: 999;
	height: auto;
	overflow: visible;
}
.events .admineditbuttons .edit {
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 4px 2px 4px 18px;
	margin: 0 0 0 2px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: auto;
	height: auto;
    line-height:initial;
	text-align: left;
}
/* Calendar Styles */

#calendar {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#calendar .selector {
	text-align: center;
}
#calendar td {
	padding: 0;
	vertical-align: top;
	width: 14%;
}
#calendar th {
	margin: 0;
	padding: 6px 3px;
}
#calendar tr.even {
	height: 75px;
}
#calendar tr.odd {
	height: 75px;
}
#calendar .hdr img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#calendar .hdr td {
	padding: 10px;
	vertical-align: middle;
}
#calendar .odd td, #calendar .even td {
	border-style: solid;
	border-width: 0 1px 1px 0;
}
#calendar .date {
	display: block;
	height: 15px;
	margin: 0 3px 3px 0;
	padding: 5px 0;
	text-align: center;
	width: 20px;
}
#calendar .today {}
#calendar .events {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#calendar .events li {
	border: solid #e6e6e6;
	border-width: 0 0 1px 0;
}
/* -- Event Detail --- */

#eventdetail {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin: 10px 0 0 0;
	padding: 0;
}
#eventdetail .type {
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
	text-align: left;
	width: 20%;
}
#eventdetail .info {
	padding: 5px;
	width: auto;
}
#eventdetail .resource {
	border-style: solid;
	border-width: 0 1px 0 0;
	padding: 5px;
	width: 100px;
}
#eventdetail td {
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 5px 0 10px 0;
	vertical-align: middle;
}
/* -- Event Type Selector Styles --- */

#eventtype {
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#eventtype td {
	padding: 3px;
}
#eventtype th {
	margin: 0;
	padding: 6px 3px;
	text-align: left;
}
#eventtype input {
	vertical-align: middle;
}
#eventtype td label {
	padding: 0 5px 0 0;
	vertical-align: middle;
}
/* Required */

.error {
	color: #c00;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.required {
	color: #c00;
	font-size: 11px;
	font-weight: bold;
}
/* Image Gallery Button */

div.igbutton {
	text-align: center;
}
div.igbutton img {
	border: 0;
}
/* Glossary Styles */

.glossary {
	margin: 10px 0;
	width: 100%;
}
.glossary td, .glossary td.boldtext {
	margin: 0;
	padding: 3px;
}
.lastlink a {
	color: #fff;
	font-size: 9px;
}
.lastlink a:hover {
	color: #fc0;
	font-size: 9px;
}

.interactive-mode {
	border:2px dashed #ccc !important;
	margin:0 0 10px !important;
	top: 0 !important;
	padding:10px !important;
	background:#fff !important;
	border-radius:8px !important;
	overflow:hidden;
	box-sizing:border-box;
	display:block !important;
}
.interactive-btn-wrap {
	clear:both;
	display:block;
	position:relative;
	z-index:1;
}