html {
	background: url(gray-4-outer-bg.jpg) repeat;
}
body {
	color: #fff;
}
a {
	color: #d7d6a3;
}
a:hover {
	color:rgba(223, 222, 183, .8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: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;
}
h1,
h2 {
	color:#fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}
h2 {
	color:#fff;
	font-weight:bold;
}
h3 {
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}
#cc-branding-outer {
	min-height:10px;
}
#cc-content-sub-outer {
	margin-top: 30px;
	background: #4d4c44; /* for IE */
	background: rgba(77, 76, 68, .50);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 0px 0 rgba(0, 0, 0, .5);
}
/*#cc-content-sub-inner {
	padding: 15px;
}
*/
.cc-divider {
	background:transparent;
	border-color:#d7d6a3;
}
a.cc-calendar {
	color:#d7d6a3;
}
a.cc-calendar:hover {
	color:rgba(223, 222, 183, .8);
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: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:#46372d url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#d7d6a3 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #46372d;
}
a.cc-register:after {
	content: " \2192";
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #fff;
}
/***IE6***/
* html #cc-branding-outer {
	height:10px;	
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #46372d;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#d7d6a3;
}
* html #cc-outer-container {

}

