/* Add custom CSS here */

.SearchHotels .ArnPrimarySearchOuterContainer,.ArnQuadSearchContainer.ArnPrimarySearchContainer,.SinglePropDetail .SimpleSearch {
    background-color: #000066;
}
.submit,.ArnShowRatesLink,.ArnShowRatesLink:hover,.SinglePropDetail .bookRoom, .SinglePropDetail .holdRoom {
    background: #000066 none repeat scroll 0 0;
}
.SinglePropDetail .ArnPropName {
    border-top: 2px solid #000066;
}
.GroupHoldForm #bookRoomButton input {
    background: #000066 none repeat scroll 0 0;
}

.howtos button {
	width:100%;
	font-size: 12px;
	font-weight: bold;
	background-color:#000066;
	border-radius: 5px;
	border: none;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
	margin: 5px 0px 5px 0px;
}
.howtos button:hover{
	background-color:#13e600;
}

.howtocontent button {		
	background-color:#000066;
}
.howtocontent button:hover {
	background-color:#13e600;
}

/* Special Event rate Label */

.specialEventRate {
    color: white;
    background-color: purple;
    display: inline-block;
    padding: 0 10px 2px;
    text-align: center;
    font-size: 16px;
}

.SearchHotels .ArnProperty:hover {
	background-color:white;
}


.SearchHotels .ArnRateCalendar .roomsAvail {
	font-size: 12px;
	color: red;
}





