/*DO NOT EDIT - CHANGES MADE TO THIS FILE WILL BE LOST ON PLUGIN UPDATE
ADD STYLE OVERRIDES TO YOUR THEME'S STYLE.CSS*/
#aec-menu
{
	float: left;
	padding: 10px 0;
}
#aec-header
{
	width: 100%;
	clear: both;
	padding: 0;
	margin-bottom: 0;
}
#aec-calendar
{
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	margin-left: -20px;
}
#aec-calendar TABLE
{
	margin: 0 !important;
}
#aec-container
{
	position: relative;
	float: none;
	width: 620px;
}
/*fix branding zindex/modal overlay*/
#branding
{
	z-index: inherit;
}
.fc-event-disabled
{
	opacity: 0.3;
	cursor: not-allowed !important;
}
.em-icon
{
	background: url(images/em-icon-32.png) no-repeat;
}
#aec-filter
{
	float: right;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 !important;
}
#aec-filter LI
{
	background: none;
	list-style: none !important;
	float: left;
	padding: 0 0 0 4px !important;
	margin: 0;
}
#aec-filter LI:first-child
{
	font-size: 14px;
	padding: 3px 4px 3px 0 !important;
	font-weight: bold;
}
#aec-filter A
{
	padding: 3px 8px;
	line-height: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	border: 1px solid transparent;
}
#aec-filter A.all:hover, #aec-filter LI.active A
{
	border-color: #FFF !important;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}
#aec-filter A.all, #aec-filter A.all:visited, #aec-filter A.all:active
{
	background: #000;
	color: #DDD;
}
#start_time, #end_time, #repeat_int, #repeat_label, #repeat_end
{
	display: none;
}
#aec-modal-overlay
{
	background-color: #000;
}
#aec-modal-container
{
	text-align: left;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-box-shadow: 0 0 64px #000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0 0 64px #000;
	background-color: #FFFFFF;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 64px #000;
	color: #333;
	font: 16px / 24px gothambookregular, "Lucida Grande", Arial, sans-serif;
	padding-bottom: 4px;
	width: 600px;
}
#aec-modal-container .close
{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
#aec-modal-container .close A
{
	color: #666;
	display: block;
	font-weight: bold;
	padding: 6px 12px 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #F4F4F4;
}
#aec-modal-container .close A:hover
{
	color: #000;
}
#aec-modal-container .aec-title
{
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-weight: bold;
	padding: 6px 8px;
	text-shadow: 0 1px 0 #F4F4F4;
}
#aec-modal-container .aec-content
{
	overflow: auto;
	padding: 5px 10px 0;
	font-size: 13px;
	max-height: 600px;
}
#aec-modal
{
	display: none;
	overflow: hidden;
}
#aec-modal P
{
	margin-bottom: 5px;
}
#aec-modal A
{
	text-decoration: none;
	font-weight: bold;
}
#aec-modal .times
{
	font-weight: bold;
}
#aec-modal .location
{
	background: #DDD;
}
#aec-modal .location SPAN
{
	display: block;
}
#aec-modal .duration
{
	background: #DDD;
	font-size: 11px;
}
#event-form .duration
{
	background: none;
}
#aec-modal .category
{
	float: right;
	padding: 5px;
	font-weight: bold;
}
#aec-modal .description
{
}
#aec-modal .contact
{
	line-height: 20px;
}
#aec-modal .contact LABEL
{
	display: block;
}
#aec-modal .contact SPAN
{
	font-weight: bold;
	padding-right: 5px;
}
#aec-modal .presented
{
	font-size: 11px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #DDD;
}
#aec-modal .link:hover, #aec-modal .maplink:hover
{
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}
#aec-modal .link
{
	font-size: 14px;
	position: absolute;
	padding: 5px 10px;
	bottom: 0;
	right: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#aec-modal .maplink
{
	font-size: 12px;
	float: right;
	padding: 2px 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}
#aec-calendar .aec-repeating SPAN.fc-event-title
{
	padding-left: 18px;
	background-image: url(images/repeating.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.round5
{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.helptip
{
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	background: #DDD;
}
.aec-version
{
	font-size: 10px;
	color: #666;
}
.aec-credit
{
	visibility: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	top: -999px;
}
.aec-eventlist
{
	list-style: none;
	margin: 0 !important;
}
.aec-eventlist LI:first-child
{
	margin-top: 3px;
}
.aec-eventlist LI
{
	margin-top: 1px;
	cursor: pointer;
}
.aec-eventlist LI:hover
{
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}
.aec-eventlist .fc-event-time
{
	display: block;
}
.aec-eventlist .aec-repeating SPAN.fc-event-time
{
	padding-left: 16px;
	background-image: url(images/repeating.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.aec-eventlist .fc-event-title
{
	font-weight: bold;
}
.aec-eventlist .fc-event-time
{
	font-size: 0.85em;
}
.aec-form
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
}
.aec-form .edit
{
	width: 25em;
}
.aec-form TABLE
{
	border-spacing: 0;
}
.aec-form TR.header
{
	background: #EEE;
}
.aec-form TD
{
	padding: 5px;
	margin: 0;
}
.aec-form LI
{
	float: left;
	margin: 2px 0 0 !important;
	width: 100%;
}
.aec-form UL
{
	height: 1%;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.aec-form FIELDSET
{
	display: block;
	margin-bottom: 10px;
}
.aec-form EM
{
	color: #FF0000;
}
.aec-form .picker
{
	cursor: pointer;
	background: #FFF;
}
.aec-form
{
	list-style: none;
	margin: 0;
}
.aec-form LABEL
{
	font-size: 12px;
	display: inline;
	float: left;
	padding: 5px 5px 3px 0;
	width: 120px;
}
.aec-form LABEL.box
{
	padding: 0 0 0 5px;
	width: auto;
}
.aec-form LI UL LI
{
	border-bottom: 0 solid #FF0000;
}
.aec-form INPUT
{
	display: inline;
	padding: 0.4em;
	width: 25em;
}
.aec-form .select OPTION
{
	padding-right: 10px;
}
.aec-form .auto
{
	width: auto !important;
}
.aec-form .wide
{
	width: 32em;
}
.aec-form .semi
{
	width: 15em;
}
.aec-form .aec-error
{
	background-color: #FF6;
}
.aec-form SELECT
{
	color: #333;
	display: inline;
	float: left;
	width: 20em;
}
.aec-form TEXTAREA
{
	color: #333;
	display: inline;
	float: left;
	height: 6.5em;
	resize: none;
	width: 25em;
}
.aec-form INPUT[type=radio]
{
	border: 0;
	width: auto;
	float: left;
}
.aec-form INPUT[type=checkbox]
{
	border: 0;
	width: auto;
	float: left;
}
.aec-form LI.buttons
{
	text-align: right;
	padding-top: 10px;
}
.aec-form LI.buttons INPUT
{
	float: none;
	width: auto;
}
.aec-form .vvv LI
{
	clear: both;
	display: block;
	width: 100%;
}
.aec-form .vvv LABEL
{
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
.aec-form .vvv INPUT
{
	display: block;
	float: left;
}
.aec-form .vvv SELECT
{
	display: block;
	float: left;
}
.aec-form .vvv TEXTAREA
{
	display: block;
	float: left;
}
.aec-form .hvv
{
	height: 1%;
	overflow: hidden;
	padding: 0 !important;
}
.aec-form .hvv LI
{
	clear: none;
	display: inline;
	float: left;
	margin-right: 10px;
	width: auto;
}
.aec-form .hvv LI.cb
{
	clear: both;
}
.aec-form .hvv LABEL
{
	display: block;
	float: none;
	width: auto;
	padding: 1px 0 0 3px;
}
.aec-form .hvv LABEL.box
{
	float: left;
	display: inline;
	padding: 5px 0;
	vertical-align: top;
	white-space: nowrap;
}
.aec-form .hvv INPUT[type=checkbox]
{
	margin: 5px;
}
.aec-form .hvv INPUT
{
	display: block;
	float: left;
}
.aec-form .hvv SELECT
{
	display: block;
}
.aec-form .hvv TEXTAREA
{
	display: block;
}
.aec-form .hii
{
	height: 1%;
	overflow: hidden;
}
.aec-form .hii LI
{
	border-bottom: 0;
	display: inline;
	float: left;
	margin-right: 10px;
	width: auto;
}
.aec-form .hii LABEL
{
	display: inline;
	margin-right: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.aec-form .hii INPUT
{
	display: inline;
	vertical-align: middle;
}
.aec-form .hii SELECT
{
	display: inline;
	vertical-align: middle;
}
.aec-form .hii TEXTAREA
{
	display: inline;
	vertical-align: middle;
}
.aec-form .hii LI LI
{
	clear: both;
}
.aec-form .hhh
{
	height: 1%;
	overflow: hidden;
}
.aec-form .hhh LI
{
	border-bottom: 0;
	display: inline;
	float: left;
	margin-right: 10px;
	width: auto;
}
.aec-form .hhh LABEL
{
	float: left;
	padding-left: 5px;
	width: 100px;
}
.aec-form .hhh INPUT
{
	float: left;
}
.aec-form .hhh INPUT[type=checkbox]
{
	margin: 5px;
}
.aec-form .hhh SELECT
{
	float: left;
}
.aec-form .hhh TEXTAREA
{
	float: left;
}
.aec-form .hhh LI LI
{
	clear: both;
}
.aec-form .vii
{
	display: inline;
	float: left;
	width: auto;
}
.aec-form .vii LI
{
	clear: both;
	display: block;
	float: left;
	width: auto;
}
.aec-form .vii LABEL
{
	display: inline;
	float: none;
	vertical-align: middle;
	width: auto;
}
.aec-form .vii INPUT
{
	display: inline;
	float: none;
	vertical-align: middle;
}
.aec-form .vii SELECT
{
	display: inline;
	float: none;
	vertical-align: middle;
}
.aec-form .vii TEXTAREA
{
	display: inline;
	float: none;
	vertical-align: middle;
}
.aec-form .vhh
{
	display: inline;
	float: left;
}
.aec-form .vhh LI
{
	border-bottom: 3px solid #EFEFEF;
	clear: both;
	display: block;
	float: left;
	width: auto;
}
.aec-form .vhh LABEL
{
	display: inline;
	float: left;
	width: 100px;
}
.aec-form .vhh INPUT
{
	display: inline;
	float: left;
}
.aec-form .vhh SELECT
{
	display: inline;
	float: left;
}
.aec-form .vhh TEXTAREA
{
	display: inline;
	float: left;
}
.aec-form LABEL.v
{
	display: block;
	float: none;
	padding: 3px;
	text-align: left;
	width: auto;
}
.aec-form LABEL.h
{
	display: inline;
	float: left;
	width: auto;
}
.aec-form .multiselect
{
	background-color: #FFF;
	border: 0 inset #CCC;
	float: left;
	height: 200px;
	overflow: auto;
	padding: 0;
	width: 200px;
}
.aec-form .multiselect .aec-form
{
	border: 0;
	height: auto;
	margin: 0;
	padding: 0;
}
.aec-form .multiselect .vhh
{
	margin: 0;
	padding: 0;
}
.aec-form .multiselect .vhh INPUT
{
	float: left;
}
.aec-form .multiselect .vhh LABEL
{
	clear: none;
	display: block;
	float: none;
	margin-left: 20px;
	width: auto;
}
.aec-form .multiselect .vhh LI
{
	overflow: hidden;
	width: 100%;
}
.aec-form .multiselect .vii LI
{
	width: 100%;
}
.aec-form INPUT.noborder
{
	border: 0;
}
.aec-form .required
{
	color: #FF0000;
}
.aec-form .leftnote
{
	color: #F93;
	float: left;
	padding: 3px 5px 0;
}
.aec-form .bottomnote
{
	clear: both;
	color: #F93;
	display: block;
	padding: 0;
}
.aec-form LABEL SPAN
{
	display: block;
}
.tar LABEL
{
	text-align: right;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.cb
{
	clear: both;
}
.w100p
{
	width: 100%;
}
.mr20
{
	margin-right: 20px;
}
.ml20
{
	margin-left: 20px;
}
.offset1
{
	margin-left: 130px;
}
.offset2
{
	margin-left: 105px;
}
.fc
{
	direction: ltr;
	text-align: left;
}
.fc TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
HTML .fc, .fc TABLE
{
	font-size: 1em;
}
.fc TD, .fc TH
{
	vertical-align: top;
}
.fc-header TD
{
	white-space: nowrap;
	border: 0;
}
.fc-header-left
{
	text-align: left;
	width: 25%;
}
.fc-header-center
{
	text-align: center;
}
.fc-header-right
{
	text-align: right;
	width: 25%;
}
.fc-header-title
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.fc-header-title H2
{
	margin-top: 0;
	white-space: nowrap;
	color: #17A4D1;
}
.fc .fc-header-space
{
	padding-left: 10px;
}
.fc-header .fc-button
{
	margin-bottom: 1em;
	vertical-align: top;
}
.fc-header .fc-button
{
	margin-right: -1px;
}
.fc-header .fc-corner-right
{
	margin-right: 1px;
}
.fc-header .ui-corner-right
{
	margin-right: 0;
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover
{
	z-index: 2;
}
.fc-header .fc-state-down
{
	z-index: 3;
}
.fc-header .fc-state-active, .fc-header .ui-state-active
{
	z-index: 4;
}
.fc-content
{
	clear: both;
}
.fc-view
{
	overflow: hidden;
	width: 100%;
}
.fc-widget-header, .fc-widget-content
{
	border: 1px solid #CCC;
}
.fc-state-highlight
{
	background: #FFC;
}
.fc-cell-overlay
{
	background: #9CF;
	filter: alpha(opacity=20);
	opacity: .2;
}
.fc-button
{
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.fc-state-default
{
	border-style: solid;
	border-width: 1px 0;
}
.fc-button-inner
{
	float: left;
	overflow: hidden;
	position: relative;
}
.fc-state-default .fc-button-inner
{
	border-style: solid;
	border-width: 0 1px;
}
.fc-button-content
{
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 0.6em;
	position: relative;
	white-space: nowrap;
}
.fc-button-content .fc-icon-wrap
{
	float: left;
	position: relative;
	top: 50%;
}
.fc-button-content .ui-icon
{
	float: left;
	margin-top: 0;
	position: relative;
	top: -50%;
	=margin-top: 0;
	=top: -50%;
}
.fc-state-default .fc-button-effect
{
	left: 0;
	position: absolute;
	top: 50%;
}
.fc-state-default .fc-button-effect SPAN
{
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	background: #444;
	border-color: #FFF;
	border-style: solid;
	border-width: 100px 0 0 1px;
	height: 100px;
	opacity: .09;
	filter: alpha(opacity=9);
}
.fc-state-default, .fc-state-default .fc-button-inner
{
	background: #F3F3F3;
	border-color: #CCC #BBB #AAA;
	border-style: solid;
	color: #000;
}
.fc-state-hover, .fc-state-hover .fc-button-inner
{
	border-color: #999;
}
.fc-state-down, .fc-state-down .fc-button-inner
{
	background: #777;
	border-color: #555;
}
.fc-state-active, .fc-state-active .fc-button-inner
{
	background: #777;
	border-color: #555;
	color: #FFF;
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner
{
	border-color: #DDD;
	color: #999;
}
.fc-state-disabled
{
	cursor: default;
}
.fc-state-disabled .fc-button-effect
{
	display: none;
}
.fc-event
{
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-size: 0.85em;
}
A.fc-event, .fc-event-draggable
{
	cursor: pointer;
}
A.fc-event
{
	text-decoration: none;
}
.fc-rtl .fc-event
{
	text-align: right;
}
.fc-event-skin
{
	background-color: #36C;
	border-color: #36C;
	color: #FFF;
}
/*.fc-event-inner{border-style:solid;border-width:0;height:100%;position:relative;width:100%}*/
.fc-event-inner
{
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
}
.fc-event-time, .fc-event-title
{
	padding: 0 1px;
}
.fc .ui-resizable-handle
{
	display: block;
	font-size: 300%;
	line-height: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 99999;
}
.fc-event-hori
{
	border-width: 1px 0;
	margin-bottom: 1px;
}
.fc-event-hori .ui-resizable-e
{
	cursor: e-resize;
	height: 100% !important;
	right: -3px !important;
	top: 0 !important;
	width: 7px !important;
}
.fc-event-hori .ui-resizable-w
{
	cursor: w-resize;
	height: 100% !important;
	left: -3px !important;
	top: 0 !important;
	width: 7px !important;
}
.fc-event-hori .ui-resizable-handle
{
	-padding-bottom: 14px;
}
.fc-corner-left
{
	margin-left: 1px;
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner
{
	margin-left: -1px;
}
.fc-corner-right
{
	margin-right: 1px;
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner
{
	margin-right: -1px;
}
.fc-corner-top
{
	margin-top: 1px;
}
.fc-corner-top .fc-event-inner
{
	margin-top: -1px;
}
.fc-corner-bottom
{
	margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner
{
	margin-bottom: -1px;
}
.fc-corner-left .fc-event-inner
{
	border-left-width: 1px;
}
.fc-corner-right .fc-event-inner
{
	border-right-width: 1px;
}
.fc-corner-top .fc-event-inner
{
	border-top-width: 1px;
}
.fc-corner-bottom .fc-event-inner
{
	border-bottom-width: 1px;
}
TABLE.fc-border-separate
{
	border-collapse: separate;
}
.fc-border-separate TH, .fc-border-separate TD
{
	border-width: 1px 0 0 1px;
}
.fc-border-separate TH.fc-last, .fc-border-separate TD.fc-last
{
	border-right-width: 1px;
}
.fc-border-separate TR.fc-last TH, .fc-border-separate TR.fc-last TD
{
	border-bottom-width: 1px;
}
.fc-border-separate TBODY TR.fc-first TD, .fc-border-separate TBODY TR.fc-first TH
{
	border-top-width: 0;
}
.fc-grid TH
{
	text-align: center;
}
.fc-grid .fc-day-number
{
	float: right;
	padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number
{
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.fc-grid .fc-day-content
{
	clear: both;
	padding: 2px 2px 1px;
}
.fc-grid .fc-event-time
{
	font-weight: bold;
}
.fc-rtl .fc-grid .fc-day-number
{
	float: left;
}
.fc-rtl .fc-grid .fc-event-time
{
	float: right;
}
.fc-agenda TABLE
{
	border-collapse: separate;
}
.fc-agenda-days TH
{
	text-align: center;
}
.fc-agenda .fc-agenda-axis
{
	font-weight: normal;
	padding: 0 4px !important;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 50px;
}
/*wp*/
.fc-agenda .fc-day-content
{
	padding: 2px 2px 1px !important;
}
/*wp*/
.fc-agenda-days .fc-agenda-axis
{
	border-right-width: 1px;
}
.fc-agenda-days .fc-col0
{
	border-left-width: 0;
}
.fc-agenda-allday TH
{
	border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content
{
	min-height: 34px;
	-height: 34px;
}
.fc-agenda-divider-inner
{
	height: 2px;
	overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner
{
	background: #EEE;
}
.fc-agenda-slots TH
{
	border-width: 1px 1px 0;
}
.fc-agenda-slots TD
{
	background: none;
	border-width: 1px 0 0;
}
.fc-agenda-slots TD DIV
{
	height: 20px;
}
.fc-agenda-slots TR.fc-slot0 TH, .fc-agenda-slots TR.fc-slot0 TD
{
	border-top-width: 0;
}
.fc-agenda-slots TR.fc-minor TH, .fc-agenda-slots TR.fc-minor TD
{
	border-top-style: dotted;
}
.fc-agenda-slots TR.fc-minor TH.ui-widget-header
{
	=border-top-style: solid;
}
.fc-event-vert
{
	border-width: 0 1px;
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content
{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
.fc-event-vert .fc-event-time
{
	font-size: 10px;
	white-space: nowrap;
}
.fc-event-vert .fc-event-bg
{
	background: #FFF;
	filter: alpha(opacity=30);
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg
{
	display: none;
/*for IE6/7/8. nested opacity filters while dragging don't work*/
}
.fc-event-vert .ui-resizable-s
{
	bottom: 0 !important;
	cursor: s-resize;
	font-family: monospace;
	font-size: 11px !important;
	height: 8px !important;
	line-height: 8px !important;
	overflow: hidden !important;
	text-align: center;
	width: 100% !important;
}
.fc-agenda .ui-resizable-resizing
{
	-overflow: hidden;
}
DIV.time-picker
{
	background: #FFF;
	border: 1px solid #AAA;
	height: 191px;
	margin: 0;
	overflow: auto;
	position: absolute;
	width: 6em;
	z-index: 10002;
}
DIV.time-picker-12hours
{
	width: 7em;
}
DIV.time-picker UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
DIV.time-picker LI
{
	cursor: pointer;
	height: 10px;
	margin: 0;
	padding: 4px 3px;
}
DIV.time-picker LI.selected
{
	background: #0063CE;
	color: #FFF;
}
DIV.jGrowl
{
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	z-index: 10003;
}
DIV.jGrowl
{
	position: absolute;
}
BODY > DIV.jGrowl
{
	position: fixed;
}
DIV.jGrowl.top-left
{
	left: 0;
	top: 0;
}
DIV.jGrowl.top-right
{
	right: 0;
	top: 0;
}
DIV.jGrowl.bottom-left
{
	bottom: 0;
	left: 0;
}
DIV.jGrowl.bottom-right
{
	bottom: 0;
	right: 0;
}
DIV.jGrowl.center
{
	left: 25%;
	top: 0;
	width: 50%;
}
DIV.center DIV.jGrowl-notification, DIV.center DIV.jGrowl-closer
{
	margin-left: auto;
	margin-right: auto;
}
DIV.jGrowl DIV.jGrowl-notification, DIV.jGrowl DIV.jGrowl-closer
{
	-moz-border-radius: 5px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-webkit-border-radius: 5px;
	background-color: #000;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
	opacity: .85;
	padding: 10px;
	text-align: left;
	width: 235px;
	zoom: 1;
}
DIV.jGrowl DIV.jGrowl-notification
{
	color: #FFF;
	min-height: 40px;
}
DIV.jGrowl DIV.jGrowl-notification DIV.jGrowl-header
{
	font-size: 0.85em;
	font-weight: 700;
}
DIV.jGrowl DIV.jGrowl-notification DIV.jGrowl-close
{
	cursor: pointer;
	float: right;
	font-size: 1em;
	font-weight: 700;
	z-index: 9999;
}
DIV.jGrowl DIV.jGrowl-closer
{
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 700;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}
.miniColors-trigger
{
	height: 24px;
	width: 25px;
	background: url(images/arrow.gif) no-repeat center;
	vertical-align: middle;
	margin: 0 0.25em;
	display: inline-block;
	outline: none;
}
.miniColors-selector
{
	position: absolute;
	width: 175px;
	height: 150px;
	background: #FFF;
	border: 1px solid #BBB;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}
.miniColors-selector.black
{
	background: #000;
	border-color: #000;
}
.miniColors-colors
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 150px;
	background: url(images/gradient.png) no-repeat center;
	cursor: crosshair;
}
.miniColors-hues
{
	position: absolute;
	top: 5px;
	left: 160px;
	width: 20px;
	height: 150px;
	background: url(images/rainbow.png) no-repeat center;
	cursor: crosshair;
}
.miniColors-colorPicker
{
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(images/circle.gif) no-repeat center;
}
.miniColors-huePicker
{
	position: absolute;
	left: -3px;
	width: 26px;
	height: 3px;
	background: url(images/line.gif) no-repeat center;
}
#aec-quickselect
{
	display: inline-block;
}
#aec-quickselect .ui-widget-content
{
	border: 0;
	background: none;
}
#aec-quickselect .ui-datepicker-title
{
	margin: 1px 3px;
}
#aec-quickselect .ui-datepicker SELECT.ui-datepicker-month, #aec-quickselect .ui-datepicker SELECT.ui-datepicker-year
{
	width: auto;
}
#aec-quickselect .ui-datepicker, #aec-quickselect .ui-datepicker-header
{
	padding: 0;
	background: none;
	border: 0;
	width: auto;
}
#aec-quickselect .ui-datepicker-calendar, #aec-quickselect .ui-datepicker-prev, #aec-quickselect .ui-datepicker-next
{
	display: none;
}
@media print
{
	DIV.jGrowl
	{
		display: none;
	}
	#aec-menu
	{
		display: none;
	}
}
