body {
    background: white;
    padding: 0px;
    margin: 0px;
    font-family: arial, "lucida console", sans-serif;
    color: black;
}

#arndeanContainer {
    margin-left: auto;
    margin-right: auto;
    width: 884px;
    border-top: 14px solid #434343;      
}


/* Header */
#arndeanLogo {
    font-size: 12px;
    color: gray;
    width: 340px;
    text-align: center;
    float: left;
}

#arndeanLogo h1 {
    width: 251px;
    height: 21px;
    display: block;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    padding: 0px;
    text-indent: -7000em;
    background: url(../images/arndean_logo.png) no-repeat top left;
}
/* End Header */


/* Menu */
#arndeanMenu ul {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    float: right;
    list-style: none;
}

#arndeanMenu ul li {
    float: left;
    position: relative;
    width: 136px;
    height: 75px;
}

#arndeanMenu ul li a {
    display: block;
    height: 20px;
    width: 134px;
    background: url(../images/menu_bg.png) repeat-x top left;
    padding-top: 55px;
    text-align: center;
    float: left;
    margin-left: 2px;
    color: black;
    text-decoration: none;
}

#arndeanMenu ul li a:hover,
#arndeanMenu ul li.active a {
    background: url(../images/menu_selected_bg.png) repeat-x top left;
}

#arndeanMenu ul ul {
    visibility: hidden;
}


#arndeanMenu ul li:hover ul,  
#arndeanMenu ul a:hover ul {
    visibility:visible; 
}

#arndeanMenu ul li ul li a {
    height: 20px;
    padding: 0;
    left: 0;
    
}

#arndeanMenu ul li ul li {
    height: 20px;
    padding: 0;
    left: 0;
}


/* End: Menu */

/* Main content */
#arndeanContent {
    clear: both;
    border-top: 1px solid #c7c7c7;
}

#arndeanMainContent {
    float: left;
    width: 584px;
    margin: 20px 17px 0 16px;
    margin-top: 20px;
    font-size: 12px;
}

.cottageSummary {
    float: left;
    width: 45%;
    margin: 0 8px 0 8px;
}

.cottageSummary img {
    border-width: 0 0 8px 0;
    border-bottom-style: solid;
}


.cottageSummary h2 {
    text-indent: -7000em;
    display: block;
    width: 100%;
    height: 27px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ochil {
    border-bottom-color: #ffa800;
    color: #ffa800;
}

h2.ochil {
    background: url(../images/ochil_header.png) no-repeat top left;
}

.blashie {
    border-bottom-color: #5ab2e6;
    color: #5ab2e6;
}

h2.blashie {
    background: url(../images/blashie_header.png) no-repeat top left;
}

#acommodationDetail
{

}
#areaDetail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#areaDetail ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 8px;
}

#areaDetail ul li b,
#areaDetail ul li strong {
    text-indent: -40px;
    display: block;
    color: #ffa800;
}

/* End: Main Content */


/* Right Content */
#arndeanRightContent {
    float: left;
    width: 267px;
    margin-top: 4px;
}

#arndeanRightContent table {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

#availability_form_container table
{
    
    text-align:left;
    font-size: 12px;
}



h3 {
    height: 25px;
    width: 100%;
    display: block;
    color: white;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-indent: 13px;
    padding-top: 3px;
    font-weight: normal;
}

h3.orange {
    background: url(../images/orange_bg.png) repeat-x top left;
}

h3.blue{
    background: url(../images/blue_bg.png) repeat-x top left;
}

#arndeanRightContent .greyDetail {
    font-size: 10px;
    background: #f1f1f1;
    border: 1px solid #d1d1d1;
    padding: 0 15px 0 15px;
    margin-bottom: 11px;
}

#arndeanRightContent .greyDetail li {
    color: #505050;
}

#arndeanRightContent .greyDetail a {
    text-decoration: none;
    color: #505050;
}

#arndeanRightContent .greyDetail a:hover {
    text-decoration: underline;
}

.calendar_container
{
	display: block;
	padding: 0;
	clear: both;
	
}
.asset_calendar_container
{
	float: left;
	padding: 10px;
}

.asset_calendar_container table
{
	
	border-collapse: collapse;
}
.asset_calendar_container table td
{
	padding: 3px;
}

td.date_unavailable
{
	background-color: #d66;
}

td.date_available
{
	background-color: #6d6;
}

td.date_unknown
{
	background-color: #ddd;
}

.asset_calendar_container h3{
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* End: Right Content */

.clear
{
	line-height: 1px;
	height: 1px;
	clear:both;
	margin: 0;
	padding: 0;
}
