body
{
    background: fff;
    font-family: Arial, Helvetica, sans-serif;
}

table
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
    background-color: Transparent;
}

tr
{
    background-color: Transparent;
}

img
{
    border-style: none;
    border-color: inherit;
    text-align: center;
}



a:link, a:visited, a:hover, a:active
{
    border-bottom: none;
    border: none;
    text-decoration: none;
    color: #076b00;
}

a:link a:selected
{
    color: #9acd32;
}


a:hover, a:active, #menu a:hover, #menu a:active, #menu a:selected
{
    color: #9acd32;
}

a.startDate
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #076b00;
    padding: 0px 0px;
}

a.startDate:hover,a.startDate:active
{
    text-decoration: none;
    color: #076b00;
}


td a.startDate span {
   display: block;
   position: relative; top: 0px; left: 0px;
   padding: 3px 0px; 
   color: #000; 
   background: #fff ;
   font: 10px Verdana, sans-serif; text-align: center;
   border: solid 1px #2D4565;
   text-decoration: none;
   margin: 0px 0px 2px 0px; 
   cursor:pointer ; 
   }
   
   td a.startDate:hover span
   {  
   color: #fff; background: #000 ;
   border: solid 1px #fff;
   }
   
   td a.startDate:hover div
   {
    color: #fff; background: #000;
   }
   


.adminitem
{
    border-width: 0px;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.linkfont
{
    font-size: 9pt;
    color: #9acd32;
    font-family: Verdana, Arial, 'AvantGarde Bk BT';
    vertical-align: bottom;
    text-align: center;
}

.pageColour
{
    background-color: #FFFF66;
}
.logotable
{
    height: 114px;
    width: 771px;
    background-image: url(images/logo1.jpg);
    color: #FFFF66;
}
.logobar
{
    background-image: none;
    width: 761px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.maintable
{
    width: 500px;
    margin-right: 0px;
}
.mainfont
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.mainfontSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}


.menutable
{
    width: 140px;
}

.titlefont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-align: left;
    float: none;
    display: block;
}

.titlefont2
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-style: normal;
}
.titlefont3
{
    font-family: Arial, Helvetica, sans-serif;
    color: #009966;
    font-size: 14px;
}
.boldfont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000066;
}
.titlefont4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666699;
    font-weight: bold;
}
.titlefont5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.DarkGreyHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
}

.LightGreyData
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    background-color: #CCCCCC;
}

.DisplayData
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
    background-color: Transparent;
}

.DisplayResults
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: solid 0px Transparent;
    padding-top: 5px;
}

.loadingbox
{
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid lightsteelblue;
    background-color: #ffffff;
    height: 50px;
    width: 250px;
    text-align: center;
    padding-top: 20px;
}

.loadingbox
{
    width: 500px;
    height: 150px;
    border:1px solid lightsteelblue; 
    background:#fff ;
   /* background:#fff url(images/loading.gif) center center no-repeat;*/
    text-align: center; 
    color: #646464;
	font-size: 1.1em;
    line-height: 1.4em;
    position:absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-250px;
    z-index:101;
}

.transparentDiv
{
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 opacity: 0.25;
 background: rgb(10, 10, 10);
 filter: alpha(opacity=25, style=0)
 -moz-opacity:.25;
}


.ResultsHeader
{
    float: inherit;
    background-color: transparent;
    border-bottom: none 2px LightGrey;
    padding: 5px 5px 5px 5px;
    margin: 12px 20px 0px 20px;
    margin-bottom: 0px; /*  display:inline-table;*/
    clear: inherit;
    vertical-align: top;
}



div.inlineblock
{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: none 0px black;
    float: left;
}
div.inlineblock
{
    display: inline;
}

/* CSS for Booked and Free Dates and Calander stuff*/

.calendar
{
    border: solid 1px #76b500 ;
    background: #fff url('images/calendar-header-bg.jpg') repeat-x top left ;
    font: verdana bold 11px;
}

.calendarHeader
{
   background: #Transparent url('images/calendar-header-bg.jpg') repeat-x top left ; 
   border: none 1px #76b500 ;
   height:15px;
}
   

.freedate, .bookeddate
{
  border: solid 1px #000;
  width: 100px;
  font-weight: normal;
  text-align: center;
}
  
  .freedate 
  {
    background  :#fff ;    /*background: #fff url('images/cell-free-bg.jpg') repeat-x top left ; */
  }
  
 .bookeddate
  {
      background: #fff url('images/cell-booked-bg.jpg') repeat-x top left ; 
      color: #000;
  }
  
  div.freedate, div.bookeddate
  {
    margin: auto;
    padding: 6px;
  }
  
  .otherMonthCell
  {
   color:  GrayText;
   font-weight: bold;
  }



/* CSS classes for the DataList that provides the property listing (selectProperty.aspx)*/
.property
{
    width: 355px;
    height: 200px;
    border-width: medium;
    border-color: #EDF5EA;
    background-color: transparent;
    z-index: 10;
}


.propertyimage
{
    width: 201px;
    height: 150px;
    margin-left: 10px;
    padding-right: 0px; /*padding-top:10px; */
    float: right;
    z-index: 20;
}
.propertyimagebig
{
    width: 301px;
    height: 180px;
    margin-left: 10px;
    padding-right: 3px;
    padding-top: 5px;
    float: left;
    z-index: 20;
}
.propertydetails
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    vertical-align: top;
    float: left;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 30;
    vertical-align:middle;
}
.propertylink
{
    float: right;
    margin-left: 20px;
    width: 200px;
    z-index: 30;
}
.propertyButtons
{
    float: left;
    margin-left: 20px;
    border-top: 10px;
    width: 160px;
    z-index: 30;
    text-align: left;
    word-spacing: 2px;
}

.refundControls
{
    vertical-align: top;
    float: left;
    margin: 5px;
    height: 300px;
    width: 500px;
}

.twobuttons
{
    padding-left: 260px;
    height: 50;
    width: 85;
}



.propertyListSelected
{
    width: 100px;
    height: 100px;
    margin-left: 2px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.propertyList
{
    width: 100px;
    height: 90px;
    margin-left: 2px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.scrollList
{
    float: left;
    overflow: auto;
    width: 140px;
    height: 500px; /* BEHAVIOR: url("ScrollPos.htc");*/
    clear: left;
}

.scrollListHorizontal
{
    overflow: auto;
    width: 800px;
    height: 195px; /* BEHAVIOR: url("ScrollPos.htc");*/
}

.sectionoutline
{
    border: 1px solid #cccccc;
    padding: 15px;
}

.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight: bold;
}

.searchBox
{
    text-align: left;
    width: 270px;
    position: static;
    height: 130px;
    clear: none;
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 101;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    border-top-style: ridge;
    border-top-color: #ffffff;
    border-right-style: ridge;
    border-left-style: ridge;
    border-right-color: #ffffff;
    border-bottom-style: ridge;
}
#menu1
{
    /* styles for top menu */
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}
#menu1 ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menu1 li
{
    padding: 0px;
    margin: 0px;
    display: inline;
    border-left: solid 1px #000;
}
#menu1 li.first
{
    border-left: none;
}
#menu1 li a:link, #menu1 li a:visited
{
    padding: 0px 2px 0px 5px;
    color: #000;
    text-decoration: none;
}
#menu1 li a:active, #menu1 li a:hover
{
    color: #000;
    text-decoration: underline;
}
#menuholder
{
    position: absolute;
    left: 100px;
    width: 98px;
    top: 10px;
    height: 10px;
    z-index: 100;
}
#mainmenu
{
    /* styles for section or tab menu */
    position: absolute;
    top: 10px;
    left: 300px;
    width: 750px;
    z-index: 100;
}


html > body #mainmenu
{
    position: relative; /* Necessary for menu to position in Opera */
}
#mainmenu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#mainmenu li
{
    display: inline;
}
#mainmenu li a:link, #mainmenu li a:visited
{
    background: url('images/tab.gif') no-repeat 0px 1px;
    display: block;
    float: left;
    margin-right: 1px;
    width: 116px;
    height: 27px;
    color: #737685;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 6px; /* box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 21px;
    width: 115px;
}

#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a:selected
{
    background: url('images/tab.gif') no-repeat 0px -92px;
}
html > body #mainmenu li a:link, html > body #mainmenu li a:visited
{
    width: 115px;
    height: 21px;
}

#bar
{
    /* styles for horizontal top bar */
    position: relative;
    background: #f1f1f1;
    height: 22px;
    padding: 4px 10px 3px 20px;
    margin: 0px 0px 5px 0px;
    font-size: 110%; /* box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
}

.Radmenu
{
    margin: 0px 0px 5px 0px;
    clear: right;
    height: 30px;
    width: 990px;
}

#header
{
    height: 22px;
    z-index: 100;
}

#centercontent
{
    margin-top: 20px;
    background: #fff;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 5px;
    margin-right: 205px;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#AdminWrapper
{
    margin: 0px auto;
    padding: 5px 15px;
    width: 990px;
    border: none 1px #000;
    background: #fff;
    height: 100%;
}

/* 17/09/2009: uncomment this to take the site down for maintainence 


html {
	height: 100%;
	background: url(images/sitedown.gif) no-repeat top left;
	margin: 0;
}
body {
	display: none;
}

 */

