/**
 * Banner styles
 */
#myCarousel * .carousel-caption{
//color: #ffffcc;
//  color: #0000ff;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #b4cada;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

#wrapper {
  background:#fff url('/styles/bhc/images/background_body_blue_mod.jpg') repeat-x top;
}

 html body { margin-top: 50px; }

.navbar {
 //   min-height: 60px;
  // margin-bottom: 35px;
}

.error {
	padding: 3px;
	padding-left: 30px;
	margin: 5px;
	margin-left: 15px;
	border: solid 1px #FF0000;
	background-color: #FFCCCC;
	font-weight: bold;
}

.systemAlertInfo {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin: 5px;
	/*
	border: solid 1px #0000FF;
	background-color: #CCCCFF;
	*/
	border: solid 1px #FFcc66;
	background-color: #ffffcc;
}

.pricetable {
	text-align: center;
	border: #f1f1f1 solid 1px;
	margin-bottom: 5px;
	border-spacing: 0px;
 }
 
.pricemonth {
	/* color: #fff; */
	padding: 3px;
	background: #f1f1f1   ;
    /* background: #2b2baa; */
}



div.gallery:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.gallery { display: inline-block; }
/* required comment for clearfix to work in Opera */
* html div.gallery { height:1%; }
div.gallery { display:block; }
/* end clearfix */

/*
    Document   : gallery.css
    Created on : 05-Sep-2011, 19:55:48
    Author     : mchaggis
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.gallery-image-container-100 {
	float: left;
	text-align: center;
	width: 105px;
	height: 105px;
	margin: 0px;
	border: 0px solid #ccc;
	font-size: 1em;
	line-height: 105px;
	}
.gallery-image-container-100 img {
	border: 0px #ccc solid;
	margin-top: expression( ( 105 - this.height ) / 2);
}

.gallery-image-container-125 {
	float: left;
	text-align: center;
	width: 128px;
	height: 123px;
	margin: 1px;
	border: 0px solid #ccc;
	font-size: 1em;
	line-height: 125px;
	}
.gallery-image-container-125 img {
	border: 1px #ccc solid;
	margin-top: expression( ( 125 - this.height ) / 2);
}

.gallery-image-container-150 {
	float: left;
	text-align: center;
	width: 155px;
	height: 155px;
	margin: 5px;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 155px;
	}
.gallery-image-container-150 img {
	border: 1px #ccc solid;
	margin-top: expression( ( 155 - this.height ) / 2);
}


html>body .gallery-image-container img {
	/* border: 1px #ccc solid; */
	margin-top: 0;
	vertical-align: middle;
}

/**
 * Big image gallery style
 */

.gallery-bigimage-container {
	float: left;
	text-align: center;
	width: 80px;
	height: 80px;
	margin: 2px;
	font-size: 1em;
	line-height: 80px;
	}
.gallery-bigimage-container img {
	border: 1px #ccc solid;
	margin-top: expression( ( 80 - this.height ) / 2);
}
html>body .gallery-bigimage-container img {
	border: 1px #ccc solid;
	margin-top: 0;
	vertical-align: middle;
}

.gallery-bigimage-image {
	float: left;
	text-align: center;
	width: 320px;
/*	height: 300px;*/
	margin: 5px;
	border: 1px solid #ccc;
	font-size: 1em;
/*	line-height: 300px;*/
	}
/*.gallery-bigimage-image img {
	border: 1px #ccc solid;
	margin-right: 10px;
	margin-top: expression( ( 300 - this.height ) / 2);
}
html>body .gallery-bigimage-image img {
	border: 1px #ccc solid;
	margin-top: 0;
	vertical-align: middle;
}*/

.gallery-bigimage-title {
	margin-top: 5px;
	font-weight: bolder;
}

.sidebar-guest-feedback {
  padding: 5px 10px;
  font-weight: bold;
	font-size: 0.9em;
  font-style: italic;
}
.left-menu ul {
  margin-bottom: 20px;
  padding-left: 0;
}
.left-menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.left-menu li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
