/*---------- bubble tooltip -----------*/
a.tt{
    color:black;
	line-height:15px;
}

span.tooltip{
    display:block;
    width:184px;
    text-align: left;
	margin:auto auto;
	padding-top:6px;
}
span.top{
	display: block;
	padding: 12px 10px 0;
	background: url(/img/template/blue-balloon.png) no-repeat top;
}
span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 14px; 
	background: url(/img/template/blue-balloon-fill.png) repeat bottom; 
}
span.bottom{
	display: block;
	padding:3px 8px 30px;
	color: #548912;
	background: url(/img/template/blue-balloon.png) no-repeat bottom;
}



.home-column-mid-right {
	float: right;
	width: 621px;
	margin: 0;
	padding: 0;
}
.home-column-mid {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
}
.home-column-right {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.home-column-left {
	margin-right: 640px;
}


.green, .green * {
	color: #907c2b;
}

.header-icon {
	width: 16px;
	height: 16px;
	float: left;
	margin: 1px 6px 0 2px;
}
.header-with-icon {
	background-position: 2px 1px;
	background-repeat:no-repeat;
	padding-left:24px
}
.home-promo-placeholder {
	position: relative;
	height: 320px;
}
.home-promo-block {
	position: absolute;
	background-color:#fff;
	border:1px solid #bbcacf;
	padding:8px 12px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.home-promo-footer {
	background-color:#CEE7F4;
	border: 1px solid #BBCACF;
	padding:8px 12px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top: none !important;
}
.home-promo-450x300 {
	display: block;
	width: 450px !important;
	height: 300px !important;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	border: 1px solid #fff;
}
.home-promo-450x300:hover {
	border: 1px solid #F88E27;
}
.home-promo-450x300 .date {
	float: right;
	margin: 12px 0 0 0;
	padding: 4px 6px 6px 6px;
	background-color:#f6e3cc;
	color:#a74f01;
    opacity:0.85;filter:alpha(opacity=85)
}
.home-promo-description {
	margin: 0;
	padding: 0 0 0 24px;
}
.home-promo-text {
	height: 160px;
	overflow: hidden;
}
.home-promo-participants {
	width: inherit;
	height: 102px;
	overflow: hidden;
	position: relative;
}
.home-promo-participants-more {
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background: url(../img/template/home-promo-participants-more.png) no-repeat right top;
	overflow: hidden;
}
.home-promo-participants-more a {
	font-size: 11px;
	padding: 27px 0;
	width: 32px;
	text-align: center;
	display: block;
	line-height: 11px;
}
.home-promo-footer * {
	font-size: 11px;	
}
.home-promo-footer a.pager {
	display:block;
	line-height: 12px;
	text-decoration:none;
	padding: 6px 6px 6px 88px;
	background: #fff no-repeat 6px 6px;
	border: 1px #fff solid;
	height: 50px;
	min-height: 50px;
	margin: 0 6px 0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
	min-width: 50px;
}
.home-promo-footer a.pager:hover {
	background-color:white;
	border: 1px #EE851F solid;
	color:#0075EA;
}

.home-promo-footer a.selected {
	background-color: #E0592B !important;
	border: 1px #fff solid !important;
	color: #fff !important;
}

/* old styles from other pages */
.h-pad {
	padding: 0 8px;	
}
.v-pad {
	padding:8px 0 !important;
}
.pad-right {
	padding-right: 8px;
}

.current-date {
background:url("/img/template/calendar.png") no-repeat scroll 0 0 transparent;
position:relative;
left:-3px;
top:-3px;
float:left;
height:58px;
padding-top:11px;
width:58px;
color:black;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
margin:0 5px 0 -2px;
text-align:center;
text-transform:uppercase;
}
.current-date p {
color:black;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
margin:0 0 0 -2px;
text-align:center;
text-transform:uppercase;
}
.current-date span.month {
display:block;
color:white;
font-size:11px;
height:12px;
margin-top:-4px;
}
.current-date span.day {
display:block;
font-size:24px;
margin-top:2px;
}

.sidecol {
	overflow:hidden;
	position:relative;
	width:300px
}
#column-right {
	float:right;
	margin-right:-300px;
	z-index:10
}
.hide-left #columns {
	padding:0 300px 0 0
}

