/*******************************************/
/* Style sheet for Holiday Letting system  */
/******************************************/
body{font-family: Arial, Helvetica, sans-serif; background-color: #ffffec}
/* HTML tag styles     */
h1 {font-weight: bold;
	font-size: 36pt;  
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	margin: 0px 0px 3px; }  /* Top  Right+Left  Bottom */

h2 {color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 0px;  }

h3 {color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;  }

/* h5 is a red header with no space after - used in some support pages. */
h5 {color: #FF0000;
    margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}


p.btn {
	font-size: 14px;
	background-image: url(btn.png);
	margin: 0px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	background-position: center 50%;
	line-height: 35px;
	height: 35px;
}

a.btn:link {COLOR: #000000; TEXT-DECORATION: none}
a.btn:visited {COLOR: #000000; TEXT-DECORATION: none}
a.btn:hover {BACKGROUND: #000000; COLOR: #ffffff; TEXT-DECORATION: none}
a.btn:active {BACKGROUND: #ff0000; COLOR: #ffffff; TEXT-DECORATION: none}

/* Use to override the bullet time in unordered lists - the defaul is a disk. */
ul.square { list-style-type:square;  }
ul.circle { list-style-type:circle;  }

li {font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
}


li.n {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
}

ul.notes { 
  float:left;
  width:80%;
  padding: 0px 0px 0px 20px;
  margin:30px;
  list-style-type:none;
   }
   
li.none { list-style-type:none; margin:10px; }

p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small1 {font-size: smaller}

p.compact {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;}

.purchaseform { border: 2px  ;
               font-family: Arial, Helvetica, sans-serif;
  			   background-color:#FFFF99; }
			
p.ctr { text-align:center;}

.cred { color:#f00; }

.small {font-size: 12px; }

/* Style input areas - use font Verdana and not Courier */
textarea {	font-family: Verdana; font-size: 10pt; /*font-size: 80% */; } 

/* Class for tables containing images. With margin to separate text. */
.image { margin: 10px 0px 0px 10px; padding:0px; }  /* Top, right, bottom left */

.news { font:bold 140% Arial, sans-serif; color:#0000AA; text-align:center }

 /* Styles for images - floated right/ left (with optional caption). */
.divimg1 {float:right;margin:20px;padding:10px;border:1px solid #666;}  /* **New Jan12. Div to hold image  */


.divimgr {float:right; margin: 10px 0px 0px 10px; padding:0px;}
.divimgr p {font-family: Verdana,Arial,sans-serif; font-size:0.8em; color:#0040E8; margin:2px; text-align:center;}
.divimg {margin:10px 0 0 10px;padding:0px;}
.divimg img {display:block;margin-left:auto;margin-right:auto;}
.divimg p {font-family: Verdana,Arial,sans-serif; font-size:0.8em; color:#0040E8; margin:2px; text-align:center;}

.clear {clear:both;font-size:0;height:2;line-height:0;}

p.updated {text-align:right;font-size:10px;color:#888;margin:0px;}
