html {
	background: #262626 url(bokeh-1-bg.jpg) no-repeat top center;
}
body {
	color: #fff;
}
a {
	color: #cc00cc;
}
a:hover {
	color:#a74399;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Helvetica, Georgia, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Arial, sans-serif;
}
h1,
h2 {
	color:#cc00cc;
}
h2 {
	color:#00ccff;
}
h3 {
	color:#00ccff;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
}
#cc-content-sub-outer {
	background: url(bokeh-1-sidebar-bg.png) repeat-y center top;
	box-shadow: 1px 3px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 3px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 3px 1px rgba(0, 0, 0, .4);
}
#cc-site-info-outer {
	color: #fff;
}
a.cc-calendar {
	color:#cc00cc;
}
a.cc-calendar:hover {
	color:#a74399;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: Arial, Helvetica, sans-serif, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#00ccff url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:none;
	color:#fff;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#cc00cc url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #00ccff;	
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary,
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background-image:none;	
}

* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #00ccff;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#cc00cc;
}
