.ae-line {
	border-bottom: #666 solid 1px;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	vertical-align:top;
	font-size: 1.3em;
	color: #666;
}

.ae-line-eveentcol {
	display:inline;
	float: right;
	padding: 0 0 0 10px;
	vertical-align:top;
	font-weight: bold;
	width: 290px;
	max-width: 290px;
	min-width: 290px;
	line-height:120%;
}



.uce-line {
	height:40px;
	min-height:40px;
	padding:20px 25px 10px 70px;
	font-size:1.2em;
}

.uce-line-golf {
	background: url(../images/icons/golf-35x50.png) no-repeat 25px 10px;
}
.uce-line-dining {
	background: url(../images/icons/dining-35x50.png) no-repeat 25px 10px;
}
.uce-line-pool {
	background: url(../images/icons/pool-35x50.png) no-repeat 25px 10px;
}

.uce-line-alt {
	background-color: #f3f3f2;
}

.uce-eventdatetime {
	font:0.8em "Goudy Old Style", "Times New Roman", Times, serif;
	font-variant:small-caps;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
	font:1.3em "Goudy Old Style", "Times New Roman", Times, serif;
	font-variant:small-caps;
}

.ui-tabs-panel {
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
    margin: 0 0 0 5px;
    font-weight: bold;
}

.ui-tabs-nav a {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    background: #e6e6e6;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
    min-width: 84px; /* be nice to Opera */	
	position: relative;
    top: 1px;
    z-index: 2;	
}

.ui-tabs-nav .ui-tabs-selected a {
    border: none;
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	position: relative;
    top: 2px;
    z-index: 2;
    margin-top: 0;
    min-width: 84px; /* be nice to Opera */	
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    border: 1px solid #666;
    padding: 10px;
    background: url(../images/bk_tabcontent.png) repeat-x #d6d6d6;
	min-height:200px;
	height: 200px;
	overflow-y: scroll;
    overflow-x: hidden; 
	

}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#cluetip-title {
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}


.cluetip-default {
  background-color: #d6d6d6;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d6d6d6;
  color: #666;
  text-align:left;
}

.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 8px 10px 4px;
	font:1.3em "Goudy Old Style", "Times New Roman", Times, serif;
	font-variant:small-caps;  
	font-weight: bold;
	background-color: #666;
	color: #fff;
	text-align: left;
}

.cluetip-default #cluetip-title a {
	font:1.3em "Goudy Old Style", "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align: left;
	color:#666
}  

.cluetip-default #cluetip-inner {
  padding: 10px;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

