
/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al img,
.fluximg-ar img,
.fluximg-ac img,
.fluximg-wl img,
.fluximg-wr img,
.fluximg-wc img {
	position: relative;
	z-index: 1;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
	list-style-image: url(../graphics/system/custom_bullet.gif);
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
	list-style-image: url(../graphics/system/custom_bullet.gif);
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 4.2em; /* (1.2em + X) */
	margin: 0 4.2em 0 -4.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 4.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 6.2em; /* (1.2em + X) */
	margin: 0 6.2em 0 -6.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 6.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #129ed5;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #129ed5;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 360px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 150px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext, 
.emailform .formfieldarea, 
.emailform .formfieldlist, 
.emailform .formfieldselect, 
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton  {
	width: 180px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
} 

.emailform .formfieldtext input {
	width: 150px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext, 
.emailform .formfieldmandatory .formfieldarea, 
.emailform .formfieldmandatory .formfieldlist, 
.emailform .formfieldmandatory .formfieldselect, 
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
	color: #21a2d7;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #21a2d7;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 15px 0;
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0; 
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (footer nav, flowing text) ---- */
.navi0 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #333;
	text-decoration: underline;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #333;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #333;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #333;
	text-decoration: underline;
}

li.navh0 {
	/* header text */
}

.navd0 {
	/* description text */
}

/* ---- nav style 1 (main nav, graphics) ---- */
.navi1 {
	margin: 14px 0 30px 18px;
	height: 26px;
}

.navi1 ul, .navi1 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi1 li {
	display: block;
	float: left;
	padding-right: 1.8%;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.navi1 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi1 a {
	width: auto;
}

/* ---- nav style 5 (Drop Down Menu, Lv 1) ---- */
.navi5 {
	position: absolute;
	z-index: 101;
	display: none;
	padding: 5px 0;
	border-bottom: 2px solid #4d4d4e;
	width: 142px;
	font-size: 11px;
	color: #FFF;
	background: #129cd5;
}

.navi1 .navi5 ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

* html .navi1 .navi5 ul {
	position: static;
}

.navi1 .navi5 ul li {
	position: relative;
	list-style: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

* html .navi1 .navi5 ul li {
	position: static;
}

html>body .navi5 ul li {
	height: auto;
}

.navi5 ul li a {
	display: block;
	padding: 4px 10px 4px 15px;
	border: none;
	width: 117px;
	white-space: normal;
	clear: both;
	float: left;
}

* html .navi5 ul li a {
	float: none;
	display: inline-block;
}

html>body .navi5 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi5 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

* html .navi5 a:link, .navi5 a:visited {
	position: static;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #108ec5;
}

.navc5 a:link, .navc5 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navc5 a:hover, .navc5 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #108ec5;
}

/* IE6 only */
* html .navi5 a:link, * html .navi5 a:visited {
	border-left: 1px solid #129cd5;
}

* html .navi5 a:hover, * html .navi5 a:active {
	border-left: 1px solid #108ec5;
}

* html .navc5 a:link, * html .navc5 a:visited {
	border-left: 1px solid #129cd5;
}

* html .navc5 a:hover, * html .navc5 a:active {
	border-left: 1px solid #108ec5;
}

/* ---- nav style 6 (Drop Down Menu, Lv 2) ---- */
.navi1 .navi5 .navi6 {
	position: absolute !important;
	float: none;
	z-index: 100;
	display: none;
	width: 128px;
	padding: 0;
	margin: 0 0 0 142px;
	font-size: 11px;
	color: #FFF;
	background: #108ec5;
}

/* LET THE HACKS COMMENCE */

/* IE7 only */
*+html .navi1 .navi5 .navi6 {
	margin: 0;
} 

/* IE6 only */
* html .navi1 .navi5 .navi6 { 
	clear: both;
	float: none;
	margin: -30px 0 0 142px;
}

.navi1 .navi5 .navi6 ul {
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
}

.navi1 .navi5 .navi120 ul li {
	position: relative;
	list-style: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

* html .navi1 .navi5 .navi120 ul li {
	position: relative;
}

html>body .navi1 .navi5 .navi6 ul li {
	height: auto;
}

.navi1 .navi5 .navi6 ul li a {
	display: block;
	float: none;
	position: static;
	padding: 4px 12px 4px 10px;
	border: none;
	width: 106px;
	white-space: normal;
}

html>body .navi1 .navi5 .navi6 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi1 .navi5 .navi6 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi1 .navi5 .navi6 a:link, .navi1 .navi5 .navi6 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

* html .navi1 .navi5 .navi6 a:link, .navi1 .navi5 .navi6 a:visited {
	position: static;
}

.navi1 .navi5 .navi6 a:hover, .navi1 .navi5 .navi6 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #51c0f0;
}

.navi1 .navi5 .navc6 a:link, .navi1 .navi5 .navc6 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi1 .navi5 .navc6 a:hover, .navi1 .navi5 .navc6 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #51c0f0;
}

/* ---- nav style 2 (sub nav, lv 2, vertical text) ---- */
.navi2 {
	/* common font face, size, formatting */
	padding: 0 0 28px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 4px 0;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #666;
	text-decoration: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #93c94a;
	text-decoration: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #93c94a;
	text-decoration: none;
}

li.navh2 {
	/* header text */
}

.navd2 {
	/* description text */
}

/* ---- nav style 3 (sub nav, lv 3, vertical text) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 4px 0 0 6px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 2px 0;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #a7a7a7;
	text-decoration: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #a7a7a7;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #333;
	text-decoration: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #333;
	text-decoration: none;
}

li.navh3 {
	/* header text */
}

.navd3 {
	/* description text */
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4, .t5 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	color: #21a2d7;
	font-size: 24px;
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	color: #21a2d7;
	font-size: 22px;
	font-weight: normal;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	color: #79a446;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 18px;
}

.t3 a:link, .t3 a:visited {
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
	line-height: 16px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 --------- */
.t5 {
/*	color: #000; */
	color: #79a446;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.t5 a:link, .t5 a:visited {
}

.t5 a:hover, .t5 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
/* -- contact details blockwrapper, 3rd column only -- */
.bwrapper1a {
	margin: 0 0 3px 0;
	width: 186px;
	background: #f5f6d4;
}

.bwrapper1b {
	padding: 10px 16px;
	border-bottom: 3px solid #FFF;
	font-size: 12px;
	color: #333;
	background: #8cc63f url(../graphics/system/bwrapper01_hdrbg.gif) no-repeat top left;
}

.bwrapper1c {
	padding: 12px 10px 12px 16px;
	font-size: 11px;
	color: #333;
}

.bwrapper1c .t1,
.bwrapper1c .t2,
.bwrapper1c .t3,
.bwrapper1c .t4,
.bwrapper1c .t5 {
	font-size: 11px;
	color: #333;
}

/* -- location map block wrapper, 3rd column only -- */
.bwrapper2a {
	margin: 0 0 3px 0;
	width: 186px;
	background: #f5f6d4;
}

.bwrapper2b {
	padding: 5px 16px;
	border-bottom: 3px solid #FFF;
	font-size: 12px;
	color: #333;
	background: #cde855 url(../graphics/system/bwrapper02_hdrbg.gif) no-repeat top left;
}

.bwrapper2c {
	padding: 4px;
	font-size: 11px;
	color: #333;
}

.bwrapper2c .t1,
.bwrapper2c .t2,
.bwrapper2c .t3,
.bwrapper2c .t4,
.bwrapper2c .t5 {
	font-size: 11px;
	color: #333;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFF;
}

#toplevel {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 922px;
	min-width: 772px;
	height: 100%;
	text-align: left;
	background: none;
}

* html div#toplevel {
	width: 772px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) > 922 ? "922px" : (((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) < 772 ? "772px" : ((document.body.clientWidth-1)+"px")));
}

html>body #toplevel {
	width: auto;
}

#headpanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	background: #FFF;
}

#headbox {
	margin-right: auto;
	margin-left: auto;
	max-width: 922px;
	min-width: 772px;
	text-align: left;
}

* html div#headbox {
	width: 772px /* fallback value */;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) > 922 ? "922px" : (((document.compatMode && document.compatMode=='CSS1Compat') ?
	document.documentElement.clientWidth :
	document.body.clientWidth) < 772 ? "772px" : ((document.body.clientWidth-1)+"px")));
}

html>body #headbox {
	width: auto;
}

#main {
	width: 100%;
	height: 100%;
}

#header {
	margin: 0;
	width: 100%;
	height: 202px;
	background: #FFF url(../graphics/system/inside_header_cnr_default.jpg) no-repeat top right;
}

#headerlogo {
	margin: 16px 0 0 18px;
}

#column1 {
	border-right: 1px solid #CCC;
}

#column1content {
	padding: 270px 15px 0 18px;
	width: 130px;
}

#column2content {
	padding: 270px 15px 0 15px;
}

#column3 {
	border-left: 1px solid #CCC;
}

#column3content {
	padding: 270px 8px 0 13px;
	width: 186px;
}

#dividerline {
	border-bottom: 1px solid #CCC;
	padding: 5px 0px 0 5px;
	width: 100%;
}

#footcell {
	text-align: center;
	vertical-align: bottom;
}

#propertyfooter_r1 {
	padding: 75px 0 0px 0;
	background: #8cc63f url(../graphics/system/inside_footerbg_property_r1.jpg) no-repeat top center;
}

#propertyfooter {
	height: 290px;
	padding: 0px 0 25px 0;
/*	padding: 265px 0 25px 0;*/
	background: #8cc63f /*url(../graphics/system/inside_footerbg_property_default.jpg) no-repeat top center*/;
}

#footerblock_stayrejuvenated {
	padding: 265px 0 0px 0;
	background: #8cc63f url(../graphics/system/inside_footerbg_stayrejuvenated.jpg) no-repeat top center;
}

#footerblock_stayrelaxed {
	padding: 265px 0 0px 0;
	background: #8cc63f url(../graphics/system/inside_footerbg_stayrelaxed.jpg) no-repeat top center;
}

#footer {
	padding: 205px 0 25px 0;
	background: #8cc63f url(../graphics/system/inside_footerbg_default.jpg) no-repeat top center;
}

#hotdealsbox {
	border: 1px solid #99CC54;
}

#hotdealsboxtitle {
	padding: 20px;
	background-color: #99CC54;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

#hotdealsboxcontent {
	padding: 20px;
}

#SearchAndBook label {
	display: block;
	padding: 0 0 6px 0;
}

#SearchAndBook span {
	display: block;
}

#SearchAndBook #Region {
	font-size: 12px;
	width: 180px;
}

#SearchAndBook #Arrival {
	font-size: 12px;
	width: 150px;
}

#SearchAndBook #Check {
	margin: 6px 0 0 0;
	font-size: 12px;
	width: auto;
}


/* calendar icon for datepicker */

.datepicker {
	vertical-align: middle;	
}

a.dp-choose-date {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 3px 0 3px;
	width: 16px;
	height: 16px;
	padding: 0;
	background: url(../graphics/system/calendar.png) no-repeat; 
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
