body {
	background-color: #f5f5f5;
}

.container {
	background-color: #ffffff;
	min-height: 550px; 
	height:auto !important; 
	height: 550px; 
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	        box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
}

.navbar-static-bottom {
	padding: 20px;
}

.members-table {
	margin-top: 20px;
}


/* OVERRIDE MODAL SLIDE EFFECT */
.modal.fade {
  top: 10%;
  -webkit-transition: opacity 0.1s linear;
     -moz-transition: opacity 0.1s linear;
       -o-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear;
}
.modal.fade.in {
  top: 10%;
}


/* OVERRIDE FORM MARGIN TO PREVENT SPACE AT BOTTOM OF MODALS */
form {
    margin: 0 0 0;
}

/* wishes
--------------------------------------------------*/
#content.wishes {
  width: 955px;
}

#content #wish {
  padding: 6px 6px 6px 6px;
  position: relative;
}

#content #wish.dark {
  background-color: #F4F0D8;
}

#content #wish #title {
  font-size: 17px;
  color:#3E6496;
}
#content #wish #title, #desc {
  margin: 0 0 0 40px;
}

#content #wish #desc {
  
}

#content #wish #editlink {
	width: 16px;
	height: 16px;
	padding: 5px 5px;
	position: absolute;
}

#content #wish #editlink  a{
	background:transparent url(../../../images/wish.png) repeat scroll 32px 0;
	display: block;
	height:16px;
	width:16px;
}

#content #wish #editlink a:hover {
	background:transparent url(../../../images/wish.png) repeat scroll 32px -16px;
}

#content #wish #removelink {
	width: 16px;
	height: 16px;
	padding: 5px 5px;
	position: absolute;
	top: 30px;
}

#content #wish #removelink  a{
	background:transparent url(../../../images/wish.png) repeat scroll 0 0;
	display: block;
	height:16px;
	right:2px;
	width:16px;
}

#content #wish #removelink a:hover {
	background:transparent url(../../../images/wish.png) repeat scroll 0 -16px;
}

#content #wish #removelink.top {
	top: 5px;
}
#content #wish #reservelink {
	width: 16px;
	height: 16px;
	padding: 5px 5px;
	position: absolute;
}

#content #wish #reservelink  a{
	background:transparent url(../../../images/wish.png) repeat scroll 16px 0;
	display: block;
	height:16px;
	width:16px;
}

#content #wish #reservelink a:hover {
	background:transparent url(../../../images/wish.png) repeat scroll 16px -16px;
}

#content.wishes table{
	background-color: #F4F0D8;
	border:1;
}



.wish {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 20px;
    padding: 11px;
    overflow: hidden;
}
.wish:hover {
    background-color: #F9F9FF;
}



.jquery-ratings-star {
  width: 16px;
  height: 16px;
  background-image: url('../img/star_empty.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}

.jquery-ratings-full {
  background-image: url('../img/star.png');
}