/* CSS Document © (villahub.com) VillaHub 2010, All rights reserved.*/

body {
	background-color: #fff;
	margin: 0px;
	text-align: left;
	color: #444;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", "Segoe UI", Segoe, Myriad, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	background-color: #fff;
}
body.bodyiframe {
	margin: 0px;
	text-align: left;
	background-color: #fff;
	background-image: none
}
body.bodymarcopubheader {
	margin: 0px 0px 15px 0px;
}
body.bodytour {
	background: #fff;
	margin: 0px;
}
th {
	font-size: inherit;
	font-weight: 600;
}
p {
	font-style : normal;
}
p.paragraph {
	margin-top: 20px;
}
strong {
	font-weight: 600;
}
hr {
	border: 0;
	border-top: 1px solid #e1e1e1;
	height: 0;
	background: #e1e1e1;
}
hr.hrblack {
	border: 0;
	border-top: 1px solid #333;
	height: 0;
	background: #333;
}
hr.hrwhite {
	border: 0;
	border-top: 1px solid #fff;
	height: 0;
	background: #fff;
}
hr.hrgray {
	border: 0;
	border-top: 1px solid #878787;
	height: 0;
	background: #878787;
}

/*  Slideshow - home page */
.homeimage {
	background-image: url(/villahub/images/villas_caribbean_stj.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 360px;
}
/*  forms properties */

INPUT {
	}
input.submit {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background : #FFF;
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	margin-right: 2px;
	padding : 2px 2px 2px 2px;
}
input.datepicker {
	width: 111px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input.readonly {
	border: 1px solid #E4E4DD;
	background-color: #F9F9F6;
	color: #666;
	padding: 2px;
	height: 19px;
}
SELECT {
}
select.picker {
}
select.villapicker {
	width: 200px;
}
TEXTAREA {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.textemailbody {
	font-size: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*  ANCHOR - Default, black */

a:link, a:visited {
	color: #444;
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
a:hover {
	color: #444;
	text-decoration: underline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
a:active {
	color: #444;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a img {
	border:none;
}

/*  ANCHOR - Name */

a.linkname:link, a.linkname:visited, a.linkname:hover, a.linkname:active {
	text-decoration: none;
}

/*  ANCHOR - Clean, hover shows underline */

a.linkclean:link, a.linkclean:visited, a.linkclean:active, a.linkclear:link, a.linkclear:visited, a.linkclear:active, a.linkclear:hover {
	text-decoration: none;
}
a.linkclean:hover {
	text-decoration: underline;
}

/*  ANCHOR - Inactive record. Used for inactive units in units.cfm */

a.inactiverecord:link, a.inactiverecord:visited, a.inactiverecord:active {
	color: #aaa;
	text-decoration: none;
}
a.inactiverecord:hover {
	color: #aaa;
	text-decoration: underline;
}

/*  ANCHOR - white text underlined */

a.white:link, a.white:visited, a.linkwhite:link, a.linkwhite:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover, a.linkwhite:hover {
	color: #fff;
	text-decoration: underline;
}
a.white:active, a.linkwhite:active {
	color: #fff;
	text-decoration: none;
}

a.linkwhiteund:link, a.linkwhiteund:visited, a.linkwhiteund:active, a.linkwhiteund:hover {
	color: #fff;
	text-decoration: underline;
}

/*  ANCHOR - gray text underlined. Used for Reservation tips */

a.linkblack:link, a.linkblack:visited, a.linkblack:active {
	color: #444;
	text-decoration: none;
}
a.linkblack:hover {
	color: #888;
	text-decoration: underline;
}

/*  ANCHOR - gray */

a.linkgray:link, a.linkgray:visited, a.linkgray:active {
	color: #777;
	text-decoration: none;
}
a.linkgray:hover {
	color: #777;
	text-decoration: underline;
}

/*  ANCHOR - silvers */

a.linkdarksilver:link, a.linkdarksilver:visited, a.linkdarksilver:active {
	color: #aaa;
	text-decoration: none;
}
a.linksilver:link, a.linksilver:visited, a.linksilver:active {
	color: #bbb;
	text-decoration: none;
}
a.linklightsilver:link, a.linklightsilver:visited, a.linklightsilver:active {
	color: #ccc;
	text-decoration: none;
}
a.linkaqua:link, a.linkaqua:visited, a.linkaqua:active {
	color: #7ba7ba;
	text-decoration: none;
}
a.linkdarksilver:hover, a.linksilver:hover, a.linkaqua:hover, a.linklightsilver:hover {
	color: #888;
	text-decoration: underline;
}

/*  ANCHOR - red text underlined */

a.linkred:link, a.linkred:visited, a.red:link, a.red:visited {
	color: #FF6347;
	text-decoration: underline;
}
a.linkred:hover, a.red:hover {
	color: #FF9E8C;
	text-decoration: underline;
}
a.linkred:active, a.red:active {
	color: #FF6347;
	text-decoration: none;
}

/* MENU FirstCharSelector (button style) */ 

#menufirstchar {
	width: 730px;
}
#menufirstchar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menufirstchar ul li a {
	display: block;
	width: 27px;
	padding: 4px;
	color: #333;
	margin: 0px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-right: 1px solid #888878;
	border-bottom: 1px solid #888878;
}
#menufirstchar ul li a:hover {
	color: #fff;
	background-color: #F0F0EC;
	border: 1px solid #EBEBE6;
}
#menufirstchar ul li a:active {
	color: #fff;
	background-color: #E1E1DB;
	border-top: 1px solid #888878;
	border-left: 1px solid #888878;
	border-right: 1px solid #d5d5ca;
	border-bottom: 1px solid #d5d5ca;
}
#menufirstchar .menufirstcharactive {
	float: left;
}
#menufirstchar .menufirstcharinactive {
	float: left;
	display: block;
	width: 27px;
	padding: 4px;
	color: #bbb;
	margin: 0px;
	background-color: #F7F7F5;
	text-align: center;
	border: 1px solid #EBEBE6;
}
#menufirstchar .menufirstcharselected {
	float: left;
	display: block;
	width: 27px;
	padding: 4px;
	color: #aaa;
	margin: 0px;
	background-color: #E1E1DB;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #888878;
	border-left: 1px solid #888878;
	border-right: 1px solid #d5d5ca;
	border-bottom: 1px solid #d5d5ca;
}
#menufirstchar .menufirstcharimageunder {
	float: left;
	display: block;
	width: 27px;
	padding: 4px;
	margin: 0px;
	text-align: center;
	border: 1px solid #fff;
}

/* Special Div classes */

div#hideNewContact {
	display: block;
}

div#showNewContact {
	display: none;
}

/* Images and Icons */

.icon {
	margin-right: 5px;
	text-decoration: none;
}
.iconlist {
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.iconmenu {
	margin-right: 10px;
	text-decoration: none;
}


/*  table properties - CALENDARS and GANTT CHARTS */

/* f5fdcd*/
.colselected {
	border-bottom: 1px solid #e1e1e1;
}
.ganttrowhover:hover {
	background-color: #fafafa;
}
.gantttitlecol {
	border-bottom: 1px solid #878787;
}
.tdmonth {
	color: #444;
	border: 1px solid none;
	background-color: #fff;
}
.tdweekday {
	border: 1px solid none;
}
.tdemptycal {
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.tdavailable {
	border: 1px solid #878787;
	background-color: #fff;
}
/*  d5f6ad */
.tdturnaround {
	background-color: #cdf4a8;
	border: 1px solid #878787;
}
.tdsearchblock {
	border: 1px solid #878787;
	background-color: #878787;
	color: #fff;
}
.tdavailable:hover, .tdturnaround:hover, .tdsearchblock:hover {
	border: 1px solid #878787;
	background-color: #eee;
	color: inherit;
	cursor: pointer;
}

.tdnotavailable {
	border: 1px solid #eaeaea;
	background-color: #f7f7f7;
	color: #ccc;
	text-decoration: line-through;
}
.tdnotapplicable {
	border: 1px solid #eaeaea;
	color: #ccc;
}
.tdcal_resdirect {
	border: 1px solid #878787;
	background: #BEE494;
}
.tdcal_resagent {
	border: 1px solid #878787;
	background: #9CD9F1;
}
.tdcal_resfam {
	border: 1px solid #878787;
	background: #CDEBFC;
}
.tdcal_resowner {
	border: 1px solid #878787;
	background: #DDE3D0;
}
.tdcal_resmaint {
	border: 1px solid #878787;
	background: #BDCAA3;
}

/*  Resort calendar availability classes */

.tdresortavailable {
	border: 1px solid #666;
	background-color: #fff;
	width: 20px;
}
.tdownerinterval {
	padding: 2px;
	border: 1px solid #DDDDD9;
	background-color: #F4EFB3;
	color: #000;
}

/*  text boxes - borders */

.blackborder {
	color : Black;
	border : 1px solid #888;
}
.borderblackpadded {
	border : 1px solid #333;
	background-color : #fff;
	padding : 5px;
}
.borderblackleft {
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #333;
}
.silverborder {
	border : 1px solid #CCC;
}
.silverborderwhitebg {
	border : 1px solid #CCC;
	background-color : #fff;
}
.boxnopadding, .tdnopadding {
	padding : 0px;
}
.boxwhitenoborder {
	border : 1px solid #fff;
	background-color : #fff;
	padding : 4px;
}
.boxsilverborder {
	border : 1px solid #ddd;
	background-color : #fff;
	padding : 8px;
	text-align : left;
}
.boxwhitesilver1px{
	border : 1px solid #ccc;
	background-color : #fff;
	padding : 1px;
}
.boxwhitesilver1px3d{
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-right: 1px solid #888878;
	border-bottom: 1px solid #888878;
	background-color : #fff;
	padding : 1px;
}
.boxsilver {
	color : #333;
	border : 1px solid #ccc;
	background-color : #eee;
	padding : 4px;
	text-align : left;
}
.boxsilvergray {
	color: #333;
	border : 1px solid #bbb;
	background-color : #efefef;
}
.boxsilverlight {
	color: #333;
	border: 1px solid #E4E4DD;
	background-color: #F4F4F1;
	padding: 4px;
}
.boxsilverlight3d {
	color : #333;
	background-color : #f1f1f1;
	border-top: 1px solid #888878;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #888878;
	padding : 5px;
	text-align : left;
}
.boxvioletgray {
	color: #333;
	border : 1px solid #aaa;
	background-color : #D7DDFF;
	padding : 4px 4px 4px 6px;
}
.boxskybluegray {
	color: #333;
	border : 1px solid #aaa;
	background-color : #C6DCEF;
	padding : 4px 4px 4px 6px;
}
.boxbluegray {
	color: #333;
	border : 1px solid #aaa;
	background-color : #CCE6FF;
	padding : 6px;
}
.boxtealgray {
	color: #333;
	border : 1px solid #aaa;
	background-color : #BFDED6;
	padding : 4px 4px 4px 6px;
}
.boxseamossgray {
	color: #333;
	border : 1px solid #aaa;
	background-color : #C7DEC7;
	padding : 4px 4px 4px 6px;
}
.boxgoldtrans {
	color: Black;
	border : 1px solid #DDCF8D;
	background-color : transparent;
	padding : 6px;
}
.boxgoldtranscenter {
	color: Black;
	border : 1px solid #DDCF8D;
	background-color : transparent;
	padding : 6px;
	text-align : center;
}
.boxgold {
	color: #333;
	border: 1px solid #E5E7A9;
	background-color: #F5F5DC;
	padding: 6px;
	text-align: left;
}
.boxgoldnoborder {
	border: 1px solid #E7E3AB;
	background-color: #F5F5DC;
	padding: 6px;
}
.boxsearchform {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	background-color: #FAFAF8;
}
.boxgreen {
	background-color: #EFF7E9;
	padding: 6px;
}
.boxgreenborder {
	color: #333;
	border: 1px solid #CDE5B7;
	background-color: #EFF7E9;
	padding: 6px;
	text-align: left;
}
.boxblue {
	color: #333;
	border: 1px solid #DDDEEC;
	background-color: #F6F6FA;
	padding: 6px;
	text-align: left;
}
.boxtipsreports {
	border: 1px solid #666;
	background-color: #FAFAD2;
	padding: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=6,direction=135);
}
.boxtipsres {
	border: 1px solid #666;
	background-color : #fff;
	padding: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=6,direction=135);
}


/* textboxes */

.textbox {
	color: #333;
	border: 1px solid #E4E4DD;
	padding: 6px;
	text-align: left;
	width: 100%;
}

.textboxsilverlight {
	color : #333;
	border : 1px solid #E4E4DD;
	background-color : #F4F4F1;
	padding: 6px;
	text-align: left;
	width: 100%;
}

.textboxgold {
	color: #333;
	border: 1px solid #E5E7A9;
	background-color: #F5F5DC;
	padding: 6px;
	text-align: left;
	width: 100%;
}

.textboxgreen {
	color: #333;
	border: 1px solid #CDE5B7;
	background-color: #EFF7E9;
	padding: 6px;
	text-align: left;
	width: 100%;
}

.textboxblue {
	color: #333;
	border: 1px solid #DDDEEC;
	background-color: #F6F6FA;
	padding: 6px;
	text-align: left;
	width: 100%;
}

/* text and header properties */

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: inherit;
	display: inline;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:13px;
}

.h1black {
	font-size: 14pt;
	font-weight: normal;
}
.h1gray {
	font-size: 14pt;
	font-weight: normal;
	color: #999;
}
.h1white {
	font-size: 14pt;
	font-weight: normal;
	color : #FFF;
}
.h1green {
	font-size: 14pt;
	font-weight: normal;
	color: #6F9046;
}
.h1blue {
	font-size: 14pt;
	font-weight: normal;
	color : #f5f3ec;
}
.textwhite {
	color : White;
}
.textwhiteborder {
	color : White;
	border : 1px solid White;
	padding : 6px;
}
.textgoldvh {
	color: #aa994c;
}
.h1gold {
	font-size: 16pt;
	font-weight: normal;
	color: #D8BC67;
}
.textgold {
	color: #D8BC67;
}
.h1lightgold {
	font-size: 16pt;
	font-weight: normal;
	color: #D8BC67;
}
.textlightgold {
	color: #D8BC67;
}
.textgoldlight {
	color: #F2EA99;
}
.textblack {
	color: #333;
}
.textgray {
	color : #777;
}
.textlightgray {
	color : #999;
}
.textdarksilver {
	color: #aaa;
}
.textsilver {
	color: #bbb;
}
.textlightsilver {
	color: #ccc;
}
.h1silver {
	font-size: 16pt;
	font-weight: normal;
	color: #bbb;
}
.h1lightsilver {
	font-size: 16pt;
	font-weight: normal;
	color: #ccc;
}
.textgreen {
	color: #6F9046;
}
.textaqua {
	color: #96C290;
}
.textblue {
	color: #596DBD;
}
.textazzure {
	color: #637CC0;
}
.textred {
	color: #FF6347;
}
.alert {
	color: White;
	background-color: #FF6347;
	text-align: center;
	width: auto;
	padding: 0px 3px 1px 3px;
}


/*  Popups */

.popupheadertable {
	border-top: 2px solid #999;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #999;
}
.popupheadertd {
	background-color: #333;
	color: #FFF;
	margin: 0px;
	padding: 10px;
}
.popupformstable {
	font-weight: normal;
	color: #333;
}
.popuptexttourunitname {
	color: #CDCB83;
}
.popheadercurformidtext {
	color: #CDCB83;
}
.popformstable {
	font-weight: normal;
	color: #333;
}


/*  table properties - profiles */

.proftable {
	background-color: #fff;
}
.proftitle {
	background-color: #777;
	color: #FFF;
	font-weight: normal;
}
.profcurrentrow {
	color: #666;
	border-bottom: 1px solid #e1e1e1;
}
.proftd {
	border-bottom: 1px solid #e1e1e1;
}
.profth {
	border-bottom: 1px solid #bbb;
	background: url(/images/bg_navbarfill-silver.gif);
}
.profthselectedlight {
	border-bottom: 1px solid #bbb;
	background: url(/images/bg_navbarfill-silverlight.gif);
}
.profthselected {
	border-bottom: 1px solid #bbb;
	background-color: #DBEEBF;
	background: url(/images/bg_navbarfill-greenlight.gif);
}
.proftrdark {
	background-color: #f1f1f1;
}
.proftrlight {
	background-color: #F9F9F7;
}
.proftrlightgreen {
	background-color: #F3F9E9;
}
.proftrmouseover {
	background-color: #FBF8E3;
}
.proftrmouseoverreport {
	background-color: #FBF8E3;
}
.proftrclick {
	background-color: #FBF8E3;
	border-bottom: 1px solid #FF6347;
}
.proftrclickgold {
	background-color: #F7F1BF;
}
.proftdselected {
	border-bottom: 1px solid #DDD;
	background-color: #eee;
}
.proftdselectedlight {
	border-bottom: 1px solid #E4E4DD;
	background-color: #f9f9f9;
}
.proftdinactive {
	border-bottom: 1px solid #ddd;
	color: #aaa;
}

.tdunitprofdetail {
	border-bottom: 1px solid #ddd;
}
.tdunitprofvalue {
	border-bottom: 1px solid #ddd;
}
.tourtable {
	color: Black;
	border : 1px solid #333;
}
.boxblackborder {
	color: Black;
	border : 1px solid #666;
	padding : 10px;
}
.proflogobox {
	border-top: 1px solid #eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #eee;
	padding : 8px;
}
.proflogoboxresort {
	border-top: 1px solid #eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #eee;
}
.villacontrolpanel {
	border-top: 1px solid #eee;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #eee;
	padding : 0px;
}
.logoboxunitprofvilla {
	border-top: 1px solid #eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #eee;
}
.logoboxunitprofresort {
	border-top: 2px solid #eee;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #eee;
	padding : 10px;
}
.villaimages {
	border : 1px solid #666;
	margin: 0px 0px 8px 0px;
}
.villapagetours {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #eee;
}


.villaprofilespectitle {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.villaprofilespecvalue {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}

.villapagevalue2 {
	border-bottom: 1px solid #ddd;
}
.villapagevalue {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #eee;
}

/*  Reports - Table Properties */

.reportth {
	border-bottom: 1px solid #bbb;
	background: url(/images/bg_navbarfill-silver.gif);
}

/*  Home Pages */

.textgray1 {
	color: #C9C9BE;
}
.searchpanel {
	border: 1px solid #eaeaea;
	background: url(/images/bg_searchpanel.png);
	background-repeat: repeat-x;
}
.searchform {
	background-color: #fafafa;
	border: 1px solid #E4E4DD;
}
.hrsearch {
	color: #dadada;
}
.contentborderblack {
	border : 1px solid #666;
	padding: 10px;
}
.contentborderblackleft {
	padding: 0px 0px 0px 18px;
	border-left: 1px solid #666;
}
.villalisttable {
	border-top: 1px solid #d5d5ca;
	border-bottom: 1px solid #888;
}
.tdvillaquery {
	border-top: 1px solid #eee;
}
.alertnew {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 2px;
	background-color: #D0AE46;
	color: #fff;
	border: 1px solid #fff;
}
input.datepickerbutton {
	width: 119px;
}

/*  Header - main (level 1) */

.headerrow1 {
	padding: 2px 4px 16px 4px;
}

.navibar-level2 {
	padding: 12px 8px 14px 8px;
	background: url(/images/bg_navlevel2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #888;
}

.navibar-marcopub {
	background: url(/images/bg_navlevel2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #888;
}

.headertoprowislandpage {
	height: 26px;
}
.headertabspacer {
	border-bottom: 1px solid #d5d5ca;
	width: 4px;
	height: 26px;
}
.headernotab {
	border-bottom: 1px solid #d5d5ca;
}
.headertabon {
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #FfffFF;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #fff;
	padding: 4px 6px 4px 6px;
}
.headertabongold {
	border-top: 0px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #fff;
	background: url(/images/bg_tab-white-gold.jpg);
	padding: 7px 6px 6px 6px;
}
.headertabonblue {
	border-top: 0px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #fff;
	background: url(/images/bg_tab-white-blue.jpg);
	padding: 5px 6px 4px 6px;
}
.headertabongreen {
	border-top: 0px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #fff;
	background: url(/images/bg_tab-white-green.jpg);
	padding: 5px 6px 4px 6px;
}
.headertaboff {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f7f7f7;
	text-align: center;
	padding: 6px;
}

/* WEB CONTENT HEADER */

.webheadercontenttable {
	background-color: #f4f4f4;
	border-bottom: 1px solid #d5d5d5;
}

/* VILLA SEARCH, QUOTES, AVAIL */

.boxplatinum {
	background: url(/images/bg_navbarfill-silver.gif);
	background-color: #F5F5DA;
}
.quotenavbar {
	background: url(/images/bg_navbarfill-silver.gif);
}
.quotenavibartable {
	background-color: #f4f4f4;
}

.quotenavibartablesearchresults {
	border-top: 1px solid #888;
	background-color: #f4f4f4;
}
.quotetabstable {
	background-color: #f4f4f4;
	margin-top: 8px;
}
.quotetoprowsearchresults {
	border-top: 1px solid #888;
	height: 4px;
}
.quotetoprow {
	height: 4px;
}
.quotetabon {
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #888;
	text-align: center;
	background-color: #fff;
	background: url(/images/bg_tab-white-goldlt.jpg);
	padding: 6px;
}
.quotetaboff {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #d5d5d5;
	background-color: #efefef;
	text-align: center;
	padding: 6px;
}
.quotetaboffsilver {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #d5d5d5;
	background-color: #ebebeb;
	background: url(/images/bg_navbarfill-silver.gif);
	text-align: center;
	padding: 1px;
}
.quotenotab {
	border-bottom: 1px solid #d5d5d5;
	padding: 2px 8px 2px 8px;
}
.quotetabspacer {
	border-bottom: 1px solid #d5d5d5;
	width: 4px;
	height: 26px;
}
.quotecontentcolvillaside {
	padding: 8px;
}
.quotecontentcol {
	padding: 6px;
}

/* Reservation in Progress Panel*/

.boxrespendingon {
	border : 1px solid #ddd;
	background-color : #fff;
}

.boxrespendingoff {
	border : 1px solid #ddd;
	background-color : #eee;
}

/* Reservation - Table cell containing general res info*/

.boxres {
	background-color: #F0F7FD;
	border: 1px solid #D9EDFA;
}
.boxrescomms {
	border: 1px solid #EDF0CC;
	background-color: #fbfbfb;
	padding: 6px;
	text-align: left;
}

.boxreconciledyes {
	border: 1px solid #CDE5B7;
	background-color: #EFF7E9;
	padding: 4px;
	text-align: left;
}

.boxreconciledno {
	border: 1px solid #EDF0CC;
	background-color: #FBFBF0;
	padding: 4px;
	text-align: left;
}
.boxresarrivaldate {
	border: 1px solid #EDF0CC;
	background-color: #FBFBF0;
	text-align: left;
	padding-left: 6px;
}

/* RATE CALCULATOR */

/* RC Table cell containing Rate Calculator*/

.boxratecalc {
	border: 1px solid none;
}

/* Rate Calculator Title Columns */

.boxratecalctitles {
	padding: 3px;
	vertical-align: top;
}

/* Rate Calculator Values  */

.highlightsearchvalues {
	border: 1px solid #ddd;
	background: #fff;
	padding: 2px;
	width: 85px;
}
.quotetotal {
	padding: 2px;
	border: 1px solid #888;
	background-color: #fff;
	width: 60px;
}
.highlightnightlyrateoff {
	padding: 2px;
	border: 1px solid #acd5e8;
	background-color: #E2F1FA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.highlightnightlyrateon {
	padding: 2px;
	border: 1px solid #80befc;
	background-color: #c9dffe;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.highlightratetotal {
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #fff;
}
.boxratestotalsummary {
	padding: 2px;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.boxratestotalsummarynotavail {
	padding: 2px;
	background-color: #fff;
	border-left: 1px dotted #FF6347;
	border-right: 1px dotted #FF6347;
	border-top: 1px dotted #FF6347;
	border-bottom: 1px dotted #FF6347;
}


table.searchresultsrecord {
	margin-top : 20px;
}
td.searchresultsrecordvilladata {
	padding : 6px;
}
.help {
	background-color: #BDDFE8;
	color: #FFF;
}
table.availquoteform1 {
	border-top: 1px solid #EAEEDD;
	border-left: 1px solid #EAEEDD;
	border-right: 1px solid #EAEEDD;
	border-bottom: 1px solid #EAEEDD;
	background-color: #F2F5EB;
	text-align: center;
}

/*  Reports */

.rptnew {
	color: #94CD3F;
	background-color: #fff;
	border: 1px solid #94CD3F;
	padding: 0px 2px 0px 2px;
	width: 14px;
}
.rptedit {
	color: #EEE184;
	background-color: #fff;
	border: 1px solid #EEE184;
	padding: 0px 2px 0px 2px;
	width: 14px;
}
.rptdelete {
	color: #EF9152;
	background-color: #fff;
	border: 1px solid #EF9152;
	padding: 0px 2px 0px 2px;
	width: 14px;
}

/*  mark's new classes */

.resortintervalquotebar {
	border-top: 1px solid #888;
	border-bottom: 1px solid #fcfcfc;
	background-color: #f4f4f4;
}

/* TIGRA CALENDAR PRO - table containing date imput control and 
calendar image */

/* Table containing whole calendar - TABLE */

.calOuterTable {
	border: none;
	margin : 0px 0px 0px 0px;
	width: 200px;
}

/* Table containing Year and Month selects - TABLE */

.calSelectTable {
	border: none;
	margin : 0px 0px 3px 0px;
}

/* Table containing Calendar grid - TABLE */

.calDaysTable {
	border: none;
	margin: 0px;
}


/* TIGRA CALENDAR PRO - Month and Year Date imput control */

/* Month Selector - INPUT */

.calMonCtrl {
	width: 100px;
}

/* Year Selector - INPUT */

.calYearCtrl {
	width: 100px;
}

/* Week Day Title - TD */

.calWTitle {
	border: none;
	text-align: center;
	line-height:20px;
	width: 20px;
	height: 20px;
	padding: 2px;

}

/* Selected Date - TD	background-color: #f5e890 #f6e790 f6e98b f5e68e f5e58b */

.calDayCurrent {
	border: 1px solid #aaa;
	background-color: #f0e495;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Sat. and Sun. - TD */

.calDayWeekend {
	border: 1px solid #ddd;
	background-color: #f1f1f1;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Not Sat. and Sun. - TD */

.calDayWorking {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* HOVER for Weekdays, Sat. and Sun. - TD */

.calDayWeekend:hover, .calDayWorking:hover {
	border: 1px solid #aaa;
	background-color: #fff;
/* 	box-shadow: 0 0px 2px #888; */
/* 	-moz-box-shadow: 0 0px 2px #888; */
/* 	-webkit-box-shadow: 0 0px 2px #888; */
}

/* Days of current month - A */

.calThisMonth {
	color: #444;
}

/* Days of other month - A */

.calOtherMonth {
	color: #ccc;
}

/* Days not alloved by limits - SPAN */

.calForbDate {
	color: #ccc;
}



/* ########### 2010-02-01 ########### */
	
/* MAIN table and the right and left columns within the maintable */
/* maintable and maincolleft are in the screen an media=print versions */

.maintable {
	width: 1000px;
}
.maincolleft {
	width: 680px;
}
.maincolright {
	border-left: 1px solid #e1e1e1;
}

#villahub-slideshow {
	padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 20px;
	background-color: #fff;
}
#content {
}
.content {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.content-notoppad {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
.content-header {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.content-left {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
}
#content-right {
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 15px;
}

/* Gantt */

#gantt {
	font-size: 12px;
}
#gantt td {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.headervilla {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-bottom-color: #c1c1c1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.headervillasearch {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.ratesvilla {
	padding: 2px;
	border: none;
	border-bottom: 1px solid #e1e1e1;
}

.minigantttable {
/* 	background-image: url(/villahub/images/bg_header.png); */
/* 	background-repeat: repeat-x; */
	background-color: #f7f7f7;
	margin-bottom: 0px;
}
.miniganttnudge {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #ddd;
}
.miniganttnudgeon {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
/* 	.miniganttnudgeon:hover {} */

.boxratecalc1 {
	border-width: 1px;
	background-color: #f1f1f1;
	border-color: #e1e1e1;
	border-style: solid;
	padding: 3px;
}
.boxratecalc2 {
	border-width: 1px;
	background-color: #f1f1f1;
	border-color: #878787;
	border-style: solid;
	padding: 3px;
}


.quotesubtotal {
	border-bottom: 1px solid #e1e1e1;
	background-color: ;
}

/* Header */

#header {
	background-image: url(/villahub/images/bg_header.png);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	padding: 5px 0 0px;
	margin-bottom: 30px;
	height: 110px;
	font-size: 11px;
	color: #777;
}
#headercontent {
	height: 111px;
}
.headerempty {
}
.headercolleft {
	padding-left: 15px;
}
.headercolright {
	padding-left: 20px;
}
.headercolrightbottom {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 9px;
}
a.linkheader:link, a.linkheader:visited, a.linkheader:active {
	text-decoration: none;
	color: #777;
}
a.linkheader:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 11px;
}
#footercontent {
	padding-left: 15px;
	padding-right: 15px;
}

/* Header Tabs */

#tabmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabmenu li {
	float: left;
	margin: 0;
}
#tabmenu a {
	text-decoration: none;
	display: block;
	width: 102px;
	background-color: #f1f1f1;
	color: #777;
	border: 1px solid #eaeaea;
	font-size: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#tabmenu a:hover {
	background-color: #f4f4f4;
}
#tabmenu #selected {
}
#tabmenu #selected a {
	background-color: #fff;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 9px;
}
.tabfont1 {
	font-size: 19px;
}
.tabfont2 {
	font-size: 13px;
	color: #888;
}

/* Header highlights and anchor tags#9fd045; */

.highlight1 {
	display: inline;
	margin-right: 1px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #fff;
	background-color: #919191;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.linkhighlight1:link, .linkhighlight1:visited, .linkhighlight1:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #919191;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.linkhighlight1-nohover:link, .linkhighlight1-nohover:visited, .linkhighlight1-nohover:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #919191;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* green = #99ce59; */
.linkhighlight-green:link, .linkhighlight-green:visited, .linkhighlight-green:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #99ce60;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.linkhighlight-aqua:link, .linkhighlight-aqua:visited, .linkhighlight-aqua:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #84cab4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* blue = #92d2db; */
.linkhighlight-blue:link, .linkhighlight-blue:visited, .linkhighlight-blue:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #82d1db;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* gold = #dbba38 #dbbb0c #d8b81c #dcbf43 #dbbb40 #dab727 #d8b422 #d8b721 d8b91f #d9b211 d9b410 dab420 dcbb3d d1b44e */
.linkhighlight-gold:link, .linkhighlight-gold:visited, .linkhighlight-gold:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: white;
	text-decoration: none;
	background-color: #d1b44e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.linkhighlight-white:link, .linkhighlight-white:visited, .linkhighlight-white:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px #bbb;
	-moz-box-shadow: 0 1px 3px #bbb;
	-webkit-box-shadow: 0 1px 3px #bbb;
}
.linkhighlight-off:link, .linkhighlight-off:visited, .linkhighlight-off:active {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #d1d1d1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.linkhighlight-disabled:link, .linkhighlight-disabled:visited, .linkhighlight-disabled:active, .linkhighlight-disabled:hover {
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
.linkhighlight1:hover, .linkhighlight-green:hover, .linkhighlight-aqua:hover, .linkhighlight-blue:hover, .linkhighlight-gold:hover, .linkhighlight-off:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

.linkmenu1:link, .linkmenu1:visited, .linkmenu1:active {
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
/* this one has an image - not used */
.xlinkmenu1:link, .xlinkmenu1:visited, .xlinkmenu1:active {
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 34px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(/villahub/images/icon_menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.linkmenu1:hover {
	text-decoration: none;
	background-color: #f9f9f9;
	color: #444;
}

/* Buttons */
input.gray {
	cursor: pointer;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #fff;
	background-color: #999;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.gray:hover {
	color: #fff;
	background-color: #cccccc;
}
input.gray:disabled, input.gray[disabled="disabled"] {
	cursor: default;
	color: #ddd;
	background-color: #eee;
}

/* slideshow white border/background */
.slideshowbg {
	position: relative;
	padding: 7px;
	left: -7px;
	box-shadow: 0 1px 8px #aaa;
	-moz-box-shadow: 0 1px 8px #aaa;
	-webkit-box-shadow: 0 1px 8px #aaa;
	z-index: 1;
}

/* Transparent Divs and Text */
.opacity_icon {
   opacity: 0.65; 
   -moz-opacity: 0.65; 
   filter:alpha(opacity=65);
}
.opacity_assoc {
   opacity: .85; 
   -moz-opacity: .85; 
   filter:alpha(opacity=85);
}

/*  Shadows - text and boxes */
.dropshadow {
	box-shadow: 0 1px 8px #888;
	-moz-box-shadow: 0 1px 8px #888;
	-webkit-box-shadow: 0 1px 8px #888;
}
#textshadow {
	color: #fff;
	text-shadow: 2px 1px 3px #666;
}
.textwhiteshadow {
	color: #fff;
	text-shadow: 2px 1px 3px #666;
}

/*  Thumbnails */
.thumb {
	background-color: #fff;
	padding: 4px;
	border: 0px;
	box-shadow: 0 1px 6px #aaa;
	-moz-box-shadow: 0 1px 6px #aaa;
	-webkit-box-shadow: 0 1px 6px #aaa;
}
.thumbvilla {
	border: 1px solid #444;
	box-shadow: 0 1px 8px #888;
	-moz-box-shadow: 0 1px 8px #888;
	-webkit-box-shadow: 0 1px 8px #888;
}

/* Home image */
.homeimage {
	background-image: url(/villahub/images/villas_caribbean_stj.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 640px;
	height: 360px;
	z-index: 1;
}

/* Banner over home image */

#container-01 {
	position: relative;
	float: left;
	width: 640px; /* remember to set dimensions that match the image */
	height: 360px;
}

/* logo */
.column-01 {
	padding-left: 15px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-top: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 35px;
	z-index: 4;
}

/* banner */
.column-02 {
	padding-left: 18px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 32px;
	z-index: 3;
}
.overlay-01{
	position: absolute;
	/* top: 0; These positions makes sure that the overlay */
	/* bottom: 0; will cover the entire parent */
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	background: #fff;
	opacity: 0.20;
	-moz-opacity: 0.20; /* older Gecko-based browsers */
	filter:alpha(opacity=20); /* For IE6&7 */
	z-index: 2;
}
.overlay-button {
	margin-left: 143px;
	margin-top: 20px;
	position: absolute;
	/* top: 0; These positions makes sure that the overlay */
	/* bottom: 0; will cover the entire parent */
	top: 0;
	left: 0;
	width: 80px;
	height: 27px;
	background: #000;
	opacity: 0.35;
	-moz-opacity: 0.35; /* older Gecko-based browsers */
	filter:alpha(opacity=35); /* For IE6&7 */
	z-index: 2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
}
<!--[if IE]>
/* Using the * html hack here so only IE6 reads the rule */
	* html #column-1 .overlay {
	height: expression(document.getElementById("column-1").offsetHeight);
}
<![endif]-->

/* Lists */

.olNeat {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ulNeat {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.liNeat {
	list-style: none;
	margin: 0px 0px 2px 5px;
	padding: 0px 0px 0px 0px;
}
.ulClean {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.liClean {
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.liCleanHor {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	display: inline;
	list-style-type: none;
}

/* Mootools - Accordion FX - Used in FAQs */

#accordion {
}
.toggler {
	cursor: pointer;
	margin: 0;
	padding:5px;
	font-size:19px;
}
.toggler:hover	 {
	background:#f6f6f6;
}
.element	 { 
	padding:5px;
}

/* tips */

.tippop {
	border: 1px solid #ccc;
	background-color: #fff;
	background-color: white;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 6px #aaa;
	-moz-box-shadow: 0 1px 6px #aaa;
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}
.tippopblack {
	border: 1px solid #333;
	background-color: #333;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 6px #222;
	-moz-box-shadow: 0 1px 6px #222;
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,strength=6,direction=135);
	color: #fff;
}

.tipquote {
	height: 60px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-color: white;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 6px #aaa;
	-moz-box-shadow: 0 1px 6px #aaa;
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,strength=6,direction=135);
}
