﻿/* Public.Listings.Index */
.iv_public_listings_index .iv_left
{
	float: left;
	padding-right: 10px;
	text-align: center;
	width: 170px;
}
.iv_public_listings_image
{
	width:100%;
	position:relative;
}
.iv_public_listings_index .iv_seperator
{
	clear:both;
	padding: 4px;
}
.iv_public_listings_index .iv_seperator hr
{
	border: 0;
	border-bottom: solid 1px #ccc;
	height: 1px;
}
.iv_public_listings_index .iv_left img
{
	border: 0px;
}
.iv_public_listings_index .iv_right .iv_header a
{
	font-weight:bold;
}
.iv_public_listings_index .iv_right .iv_header .iv_social
{
	float:left;
}
.iv_socialimage
{
	cursor: pointer;
}
.iv_public_listings_index .iv_right .iv_function
{
	margin-top: 12px;
}
.iv_public_listings_index .iv_right .iv_function .iv_info div
{
	white-space: nowrap;
}
.iv_public_listings_index .iv_right .iv_function .iv_info div a
{
	white-space: nowrap;
}
.iv_public_listings_index .iv_right .iv_function .iv_buttons
{
	margin-top: 12px;
}
.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_schedule
{
	padding-left: 25px;
	background: #f5f5f5 url(/desktopmodules/Intevista/img/icons/schedule.png) no-repeat 5px center;
}
.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_schedule:hover
{
	background-color: #ffffdd;
	border-color: #ffff77
}
.iv_public_listings_index .iv_right .iv_function .iv_buttons .calendarvisible
{
	background-color: #ffffdd;
	border-color: #ffff77
}
.iv_edit {
	padding-left: 25px;
	background: #f5f5f5 url(/desktopmodules/intevista/img/icons/edit.gif) no-repeat 5px center;
}

.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_rsvp {
	padding-left: 25px;
	background: #f5f5f5 url(/desktopmodules/intevista/img/icons/tick.png) no-repeat 5px center;
	color: #529214;
}

.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_rsvp:hover {
	background-color: #e6efc2;
	border-color: #c6d880;
}
.iv_details {
	padding-left: 25px;
	background: #f5f5f5 url(/desktopmodules/intevista/img/icons/details.png) no-repeat 5px center;
}

.iv_details:hover 
{
	background-color: #ddd;
	border-color: #eee;	
}

.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_action_disabled {
	color: Gray;
	cursor: default;
}

.iv_public_listings_index .iv_right .iv_function .iv_buttons .iv_action_disabled:hover 
{
	background-color: #f5f5f5;
	border: solid 1px #eeeeee;
	border-color: #eee #dedede #dedede #eee;
}

.iv_calendar
{
	display: none;
	margin-top: 10px;
}


/* Calendar Events */
.iv_calendarevent
{
	
}
.iv_calendarevent, .iv_calendarevent a span
{
	font-size: 10px;
}
.iv_calendarevent a:hover
{
	
}
.iv_calendarevent_expired, .iv_calendarevent_expired a
{
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: Gray;
}
.iv_calendarevent_future, .iv_calendarevent_future a
{
	
	background-color: #1b5790;
	border-color: #1b5790;
	color: #ffffff;
}
.iv_calendarevent_active, .iv_calendarevent_active a
{
	background-color: #b2d281;
	border-color: #b2d281;
	color: #000000;
}
.iv_calendarevent_rsvp, .iv_calendarevent_rsvp a
{
	background-color: #E37400;
	border-color: #E37400;
	color: #ffffff;
}
.qtip-content
{
	font-size: 10px;
}