#icon-options-event{
	background:url(images/events_icon_32.png) no-repeat;
}
/* 2 columns main area */

.col-container {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.col-left {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 39%;
}

.col-right {
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 59%;
}


/* Payment Status Classes */
.payment_completed {
	background-color: #77DD77;
}
.payment_pending {
	background-color: #FFFF14;
}
.not_paid {
	background: #FF3333;
	color: #333;
}
/* Editor Tools */
.my_editor {
	font-family: verdana, arial, sans-serif;
	font-size:13px;
	padding: 5px;
	background: #d5e8f9;
	border: 1px solid #e5ecf9;
}
.my_button {
	margin: 1px;
	padding: 2px;
}
.my_button:hover {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}
.my_ed {
	width: 400px;
	height: 150px;
}
a.ev_reg-fancylink {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
/* FancyBox */

html, body {
	height: 100%;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('scripts/fancybox/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url('scripts/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 28px 28px 43px 28px;
	/* correction for the new corners - original - 18px 18px 33px 18px */
    margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	/*	border: 1px solid #BBB;*/
	background: #ffffff;/* color of the frame - has to be the same color as your corner graphics*/
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #e8f4fe;
	color: #333;
	height: 91%;
	width: 95%;
	z-index: 100;
	margin: 0;
	line-height: 17px;
	font-size: .9em;
	padding: 10px;
	border: 2px solid #cceefe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div#fancy_div h2 {
	color: #333c42;
	display: block;
	font: bold 20px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-shadow: #fff 1px 1px 0;
	letter-spacing: -1px;
	padding: 10px;
	background-color: #c6e4fe;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-top-left-border-radius: 3px;
	-moz-top-right-border-radius: 3px;
	border-bottom: 1px solid #a9dafe;
	margin: -10px -10px 5px;
	width: auto;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -21px;
	/* correction for the new corners - original -15px */
	height: 30px;
	width: 30px;
	background: url('scripts/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
	opacity: 0.93;
	right: -20px;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gifbase64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('scripts/fancybox/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('scripts/fancybox/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -24px;
	width: 100%;
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -24px;
	right: -24px;
	/* correction for the new corners - original -13px */
	width: 24px;
	/* correction for the new corners - original 13px */
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
	right: -24px;
	/* correction for the new corners - original -13px */
	height: 100%;
	width: 24px;
	/* correction for the new corners - original 13px */
	background: transparent url('scripts/fancybox/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -24px;
	right: -24px;
	/* correction for the new corners - original -13px */
	width: 24px;
	/* correction for the new corners - original 13px */
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
	bottom: -24px;
	width: 100%;
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -24px;
	left: -24px;
	/* correction for the new corners - original -13px */
	width: 24px;
	/* correction for the new corners - original 13px */
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
	left: -24px;
	/* correction for the new corners - original -13px */
	height: 100%;
	width: 24px;
	/* correction for the new corners - original 13px */
	background: transparent url('scripts/fancybox/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -24px;
	left: -24px;
	/* correction for the new corners - original -13px */
	width: 24px;
	/* correction for the new corners - original 13px */
	height: 24px;
	background: transparent url('scripts/fancybox/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -43px;
	/* correction for the new corners - original -33px */
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('scripts/fancybox/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url('scripts/fancybox/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('scripts/fancybox/fancy_title_right.png') repeat-x;
}
/* Pluralink */
.pluralink-overlay {
	width: 263px;
}
.pluralink-overlay a {
	display: inline-block;
	margin: 0;
}
.pluralink-overlay a:link, .pluralink-overlay a:visited {
	color: #0071BC !important;
	text-decoration: underline;
	width: 196px;
	padding: 4px 26px 5px;
	background: white;
}
.pluralink-overlay a:hover {
	background: url(images/over.png) repeat-y left top #F2F2F2;
}
.pluralink-overlay #pluralink-top {
	background: url(images/top.png) no-repeat left top;
	width: 263px;
	height: 17px;
}
.pluralink-overlay #pluralink-bottom {
	background: url(images/bottom.png) no-repeat left top;
	width: 263px;
	height: 16px;
}
.pluralink-overlay #pluralink-bg {
	background: url(images/bg.png) repeat-y left top;
	width: 255px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Pluralink IE6 */
* html .pluralink-overlay #pluralink-top {
	background: url(images/top-ie.png) no-repeat left top;
}
* html .pluralink-overlay #pluralink-bottom {
	background: url(images/bottom-ie.png) no-repeat left top;
}
* html .pluralink-overlay #pluralink-bg {
	background: url(images/bg-ie.png) repeat-y left top;
}
/* Misc Classes */
.red_text {
	color:#F00;
}
#event_reg_theme .postbox ul {
	padding:20px 10px 10px 10px;
}


/* Admin Dashboard Styles */
table.event-regis-dboard-summary {
	/*border-collapse: collapse;*/
                    border: 1px solid #eeeeee;
	margin: 10px 1px 1px 1px;
}
table.event-regis-dboard-summary td, table.event-regis-dboard-summary th {
	padding: 3px;
	font-weight: normal;
}
table.event-regis-dboard-summary thead tr {
	background: #EBEBEB;
	font-size: 12px;
}
table.event-regis-dboard-summary tbody td {
	text-align: center;
}
p.event-regis_sub {
	color:#777777;
	font-style:italic;
	font-family:Georgia, serif;
	margin:-10px;
	font-size:12px;
}

/* Calendar */
#calendar-header { background-color: #6699CC; margin: auto; width: 100%; padding-top: 2px; }
#calendar-header .closeme { padding: 0px 3px 2px 0px; }

#calendar-body { padding-bottom: 3px; background-color: #6699CC; margin: auto; width: 100%; }
#calendar-body .general { background-color: #FFFFFF; }
#calendar-body .othermonth { background-color: #EEEEEE; color: #AAAAAA; }
#calendar-body .header { background-color: #6699CC; color: #FFFFFF; }
#calendar-body .today { background-color: #FFFFCC; }
#calendar-body .bg { background-color: #6699CC; }
#calendar-body .select { background-color: #FFCC99; }
#calendar-body .othermonth a:link { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#calendar-body .othermonth a:visited { text-decoration : none; font-family: tahoma; color: #CCFFCC; }
#calendar-body .othermonth a:hover { text-decoration : underline; font-family: tahoma; color: #FFFFFF; }
#calendar-body a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#calendar-body a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#calendar-body a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }
#calendar-body .disabledate { color: #669999; }

#calendar-footer { background-color: #CCCCCC; border: 0px solid #000000; width: 100%; margin: auto; }
#calendar-footer .btn { line-height: 21px; }
#calendar-footer .btn a:link { text-decoration : none; font-family: tahoma; color: #000000; }
#calendar-footer .btn a:visited { text-decoration : none; font-family: tahoma; color: #000000; }
#calendar-footer .btn a:hover { text-decoration : underline; font-family: tahoma; color: #FF0000; }

#calendar-header, #calendar-body, #calendar-footer { padding-left: 1px; padding-right: 1px; }
#calendar-container { background-color: #6699CC; }

.tcday, .tcmonth, .tcyear { font-size: 11px; }

.date-tccontainer { border: 1px solid #cccccc; background-color: #efefef; padding: 2px; }