/*	CIC brand purple: #280a20	*/

html, body {
	background-color: #280a20;
	height: 100%;
}
strong {
	font-weight: bold;
}
iframe {
	width: 100%;
	border: none;
}

.cic {
	color: #280a20;
}



#wrapper {
	background: #fff url(../images/headerbg.gif) repeat-x top;
}
#header {
	position: relative;
}
#logo img {
	border: none;
}
#login {
	text-align: right;
	color: #fff;
	height: 75px;
}

#topnavigation {
	position: absolute;
	top: 72px;
	right: 0;
}
#topnavigation ul li {
	display: inline;
	margin: 0;
}
#topnavigation ul li a {
	color: #999;
	text-decoration: none;
	padding: 5px 10px;
}
#topnavigation ul li a:hover {
	color: #333;
}
#topnavigation ul li a.book {
	font-weight: bold;
}
#topnavigation a#active {
	color: #333;
}

#sidenavigation {
	background: #999;
}

#splash {
	background: #ddd url(../images/splashbg.gif) no-repeat top left;
	height: 270px;
}
#splashtext {
	padding: 10px;
}

#content {
	margin: 10px 20px;
	background: #fff;
}
#content h1,
#content h2,
#content h3,
#content h4 {
	font-family:"Arial Rounded MT Bold", "Calibri Bold", Helvetica,Arial,sans-serif;
	color: #280a20;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h1 {
	font-size: 167%;
}
#content h2 {
	font-size: 138.5%;
}
#content h3 {
	font-size: 123.1%;
}
#content h4 {
	font-size: 108%;
}
#content p {
	margin-bottom: 6px;
	text-align: justify;
}
#content ul {
	margin-bottom: 6px;
}
#content ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}
#content p a,
#content td a,
#content th a,
#content li a {
	color: #280a20;
	text-decoration: none;
	border-bottom: 1px dotted #280a20;
}
#content p a:hover,
#content td a:hover,
#content th a:hover,
#content li a:hover {
	color: #280a20;
	text-decoration: none;
	border-bottom: 1px solid #280a20;
}

#content .boxout {
	margin-top: -10px;
	margin-bottom: 20px;
	background: #ddd;
	padding: 10px;
	color: #333;
	border: 3px solid #fff;
}
#content .intro p {
	font-size: 123.1%;
	line-height: 160%;
	margin-bottom: 15px;
	color: #222;
}
#content .intro2 {
	margin-bottom: 15px;
}
#content .intro2 p {
	font-size: 123.1%;
	margin-bottom: 5px;
	color: #666;
}
#content .shout {
	background: #ddd;
	padding: 5px 10px;
}

#faqs .faqheader {
	cursor: pointer;
}
#faqs .faqheader:hover {
	text-decoration: underline;
}
#faqs .faq {
	background: #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
.toggle {
	cursor: pointer;
}
.toggle:hover {
	text-decoration: underline;
}
.toggled {
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-type: none;
}

#content .section {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content .section .middle {
}

#content .profileintro p {
	font-size: 108%;
}
#content .profile {
	clear: both;
	padding: 10px;
}
#content .profile p {
	font-size: 108%;
	line-height: 150%;
}
#content .profile img {
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}
#content .map {
	width: 100%;
	height: 200px;
}
#content .adrow {
	margin-top: 20px;
}

#content .option {
	clear: both;
}
#content .option h3 {
	margin-left: 10px;
	margin-bottom: 5px;
}
#content .option p {
	font-size: 108%;
	line-height: 150%;
	margin-left: 10px;
	margin-bottom: 15px;
}

#contactForm {
	margin-top: 20px;
}
#contactForm .error {
	color: #f00;
}
#contactForm .alert {
	color: #f00;
	clear: both;
}
ol.forms {
	float: left
	list-style: none;
	width: 100%;
}
ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 3%;
	text-align: right;
	width: 20%;
}
ol.forms input {
	width: 39%;
}
ol.forms input,
ol.forms textarea {
	border: 1px solid #999;
	padding: 2px;
}
ol.forms textarea {
	height: 10em; 
	width: 64%; 
}
ol.forms input,
ol.forms textarea,
ol.forms button {
	color: #222;
}
#contactForm .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}
ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

.bookingForm input.error {
	border: 1px solid #f00 !important;
}
.bookingForm #errors {
	margin: 5px 0;
	color: #f00;	
}
.bookingForm label.error {
	width: 80%;
	color: #f00;
	text-align: left;
	margin-left: 15%;
}

.bookingForm {
	background: #ddd;
	padding: 10px;
}
.bookingForm .price {
	font-weight: bold;
	color: #280a20;
}

table#formOptions,
table#priceList {
	width: 100%;
}
table#formOptions th,
table#priceList th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
	background: #ccc;
}
table#formOptions td,
table#priceList td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
	background: #eee;
}
table#formOptions input {
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
table#formOptions label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}
table#formOptions td.halfwidth {
	width: 50%;
}
table#formOptions td.thirdwidth {
	width: 33.3%;
}
table#formOptions td.sixthwidth {
	width: 16.6%;
}
table#formOptions td#sectors {
	padding: 0;
	width: 66.6%;
}
table#sectorsTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table#sectorsTable td {
	border: none;
	padding: 5px;
	text-align: left;
	width: 90%;
}
table#sectorsTable .sector td {
	background: #ddd;
}
table#sectorsTable .subSector td{
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
}
table#sectorsTable td.radio {
	text-align: right;
	padding: 5px;
}
table#sectorsTable td label {
	margin: 0;
	padding: 0;
}

table#calendar {
	width: 100%;
}
table#calendar th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 0;
	background: #ccc;
}
table#calendar td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
	background: #eee;
	width: 14.2%;
	color: #999;
}
table#calendar td.noday {
	background: #ddd;
}
table#calendar td.available {
	background: #fff;
}
table#calendar td.available a {
	color: #280a20;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table#calendar td.available a:hover {
	color: #280a20;
	text-decoration: underline;
}
p.calendarNav {
	text-align: center !important;
	margin-top: 5px;
	font-size: 93%;
}
p.calendarNav a {
	border-bottom: none !important;
}
p.calendarNav a:hover {
	border-bottom: none !important;
	text-decoration: underline !important;
}

#daysSessions {
	display: block;
}
#daysSessions h3 {
	margin-top: 15px;
}
.dayslot {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.dayslot h4 {
	margin-bottom: 5px;
	float: left;
}
.dayslot p.location {
	font-weight: bold;
	text-align: right !important;
}
.dayslot p.name {
	margin-bottom: 0 !important;
	clear: left;
}
.dayslot p.bio {
	font-style: italic;
}
.dayslot .selectSession {
	margin-bottom: 0 !important;
	padding: 10px;
	font-weight: bold;
	background: #ddd;
}
.dayslot .selectSession label {
	display: block;
	cursor: pointer;
}
.dayslot .selectSession label:hover {
	text-decoration: underline;
}
.dayslot .selectSession input {
	float: left;
	margin-right: 10px;
}
.dayslot p.confirm {
	clear: left;
	margin-left: 15px;
}
.dayslot p.confirm .label {
	font-weight: bold;
}
.dayslot label.error {
	margin-left: 10px !important;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}
div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	background-color: #ddd;
}
div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	font-size: 108%;
	line-height: 150%;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: italic;
}

ol#bookingOptions {
	margin-left: 25px;
}
ol#bookingOptions li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.linkButton {
	padding: 20px;
}
.linkButton a {
	background: #ddd;
	padding: 10px;
	color: #280a20;
	text-decoration: none;
	font-size: 138.5%;
}
.linkButton a:hover {
	text-decoration: underline;
}
#footer {
	background: #280a20 url(../images/footerbg.gif) repeat-x top;
	padding: 30px 0 5px 0;
	margin-top: 10px;
	clear: both;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}

/* Facebox */
#facebox .b {
  background:url(../images/b.png);
}
#facebox .tl {
  background:url(../images/tl.png);
}
#facebox .tr {
  background:url(../images/tr.png);
}
#facebox .bl {
  background:url(../images/bl.png);
}
#facebox .br {
  background:url(../images/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#facebox h1 {
	font-family:"Arial Rounded MT Bold",Helvetica,Arial,sans-serif;
	color: #280a20;
	margin-bottom: 10px;
	font-size: 123.1%;
}
#facebox p {
	margin-bottom: 5px;
}
#facebox p.extraInfo {
	color: #666;
}
