body {
	background: #cccccc;
}
h1,h2,h3,h4,h5,h6 {
	color: #000099;
}
a {
	color: #000099;
}
td {
	border: 1px #cccccc solid;
	padding: 5px;
}
#Wrapper {
	background: #ffffff;
}
#Header {
	background: #000099;
	padding: 10px 20px 10px 20px;
	min-height: 70px;
	height: 90px;
	color: #ffffff;
	font-size: 12px;
}
#InfoPanel {
	margin: 0;
	float: right;
	line-height: 35px;
	font-size: 22px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}
#InfoPanel a {
	font-weight: bold;
	color: #ffffff;
}
#Menu {
	width: 100%;
	height: 40px;
	background: #222222;
}
.navbar, .dropdown-menu {
	margin-bottom: 0;
	background: #222222;
	z-index: 9999;
}
nav, .navbar, .navbar-invert, .navbar-collapse, .navbar-toggle {
	border: 0;
	border-radius: 0;
	color: #ffffff;
}
.navbar-nav>li>a, .dropdown-menu>li>a {
	color: #ffffff;
}
.icon-bar, .nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #666666;
	color: #ffffff;
}
#Slidedeck, .carousel-inner {
	background: #cccccc;
	max-height: 400px;
	overflow: hidden;
}
#Slidedeck img {
	min-width: 100%;
}
#Footer {
	padding: 20px 0 20px 0;
	background: #999999;
	color: #ffffff;
}
#Footer img {
	margin: 3px 3px 3px 0;
}
#Footer a {
	color: #ffffff;
}
.row {
	margin: 0;
	padding-bottom: 20px;
	background: #cccccc;
}
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-12 {
	padding-bottom: 20px;
}
.col-sm-2>div, .col-sm-3>div, .col-sm-4>div, .col-sm-5>div, .col-sm-6>div, .col-sm-8>div, .col-sm-12>div {
	padding: 10px;
	background: #ffffff;
}
@media screen and (max-width : 550px){
	#InfoPanel {
		display: none;
	}
}

.btn-primary {
	background: #000099;
}

#feeCalc .errortext {
	color: #c22;
	font-size: 11px;
	display: none;
}

#feeCalc #estimate {
	display: none;
}

#feeCalc .fee {
	list-style:none;
	padding:0;
	margin:0;
}

#feeCalc #total {
	margin: 20px 0px 20px 0px;
	font-weight: bold;
}

#feeCalc #discountamount {
	color: #c22;
	font-weight: bold;
}

#feeCalc #slotamount {
	font-weight: bold;
}

#feeCalc #previewamount {
	font-weight: bold;
}

.fee-calc-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fee-calc-form li {
	display: block;
	padding: 9px;
	border:1px solid #cccccc;
	margin-bottom: 30px;
	border-radius: 3px;
}
.fee-calc-form li:last-child {
	border: none;
	margin-bottom: 0px;
	text-align: center;
}
.fee-calc-form li > label {
	display: block;
	float: left;
	background: #ffffff;
	margin-top: -19px;
	height: 14px;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	font-weight: bold;
}
.fee-calc-form input,
.fee-calc-form select,
.fee-calc-form textarea
{
	margin: 5px;
	display: inline;
	font-size: 16px;
}

.fee-calc-form li > span {
	background: #cccccc;
	display: block;
	padding: 3px;
	margin: 0 -9px -9px -9px;
}

#venuePanorama h2 {
	float: left;
	position: relative;
	top: 0;
	left: 20px;
	z-index:1001;
	color: #ffffff;
}
#venuePanoramaInner {
	width:100%;
	height:70vh;
}

.error {
  margin: 5px 0 5px 0;
  padding: 5px 5px 5px 30px;
  background: #ffcccc url('/programming/images/icon-20-error.gif') 5px center no-repeat;
  border: 1px solid #ff0000;
  color: #ff0000;
}

.SuccessNotice {
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 94px;
  min-height: 64px;
  background: #ccffcc url('/programming/images/icon-64-success.gif') 15px center no-repeat;
  border: 1px solid #009900;
  color: #009900;
}
.SuccessNotice p {
  margin: 0 0 10px 0;
}
.SuccessNotice h3 {
  color: #009900;
}

.InfoNotice {
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 94px;
  min-height: 64px;
  background: #ccddff url('/programming/images/icon-64-info.gif') 15px center no-repeat;
  border: 1px solid #000099;
  color: #000099;
}
.InfoNotice p {
  margin: 0 0 10px 0;
}
.InfoNotice a {
  text-decoration: underline;
}

.dashboardListboxes ul {
	padding: 0;
}
.dashboardListboxes li {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
  list-style-type: none;
}

.performance-days {
  padding: 0;
}

.performance-day {
  display: inline-block;
  width: 30px;
  padding: 6px;
  margin: 1px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.performance-day.performance-active {
  background-color: #000099;
}

.performance-day.performance-cancelled {
  background-color: #cccccc;
  text-decoration: line-through;
}

.performance-day.performance-none {
  background-color: #cccccc;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
