

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:  #000000;
}

td
{
	vertical-align: top;
	font-size: 11px;
	color:  #000000;
}

h1
{
	width: 100%;
	font-size: 18px;
	border-bottom: solid 2px;
	color: #3B91C2;
}

h2
{
	width: 100%;
	font-size: 14px;
	border-bottom: solid 2px;
	color: #3B91C2;
}

/* Standard DataGrid */
.RL_DataGrid { width: 100%; }
.RL_DataGrid td { padding: 3px; }
.RL_DataHead { background-color: #3B91C2; color: #FFFFFF; font-weight: bold;}
.RL_DataHead td { color: #FFFFFF; } 
.RL_DataHead a:link { color: #FFFFFF; font-weight: bold; }
.RL_DataHead a:visited { color: #FFFFFF; }
.RL_DataHead a:hover { color: #CCCCFF; }
.RL_DataHead a:active { color: #FFFFFF; }
.RL_DataRow { background-color: #E5E5E5;}
.RL_DataAlt {}
.RL_DataBottom { border-bottom: solid 1px #E5E5E5;}


/* Image Styles */
.RL_Thumbnail { border: solid 1px black; }

/* Pager Bar */
.RL_PageBar a
{
	padding: 3px 8px; 
	border: solid 1px #CCC; 
	background: #FFF; 
	text-decoration: none;
	margin: 2px;
	color: blue;
}

.RL_PageBar a:Hover
{
	background: #00F; 
	color: #FFF;
}

.RL_CurrentPage 
{
	padding: 3px 8px; 
	margin: 2px;
	font-weight: bold;
}

.RL_DataLabel
{
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}


.RL_PropertyInfo td
{
	padding-bottom: 15px;
}

/* Image Gallery */
.RL_ImageGallery {	}

.RL_ImageGallery img {	border: solid 1px black; }

.RL_ImageGallery td 
{	
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

.RL_ThumbsTable { margin: auto; }
.RL_ThumbsTable td { padding: 3px;  }

.RL_Bold
{
	font-weight: bold;
}

.RL_BoldHead 
{
	font-weight: bold;
	color: #3B91C2;
}

.RL_BoldRed
{
	font-weight: bold;
	color: red;
}

.RL_AvailabilitySheet
{
	border-bottom: solid 1px black; 
	width: 600px;
}

.RL_AvailabilitySheet td { font-size: 11px; }
.RL_AvailabilityRow
{
	padding-left: 10px;
}
.RL_AvailabilitySectionHead
{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.RL_SpaceTable td
{
	padding-bottom: 10px;
}

.RL_Map *
{
	color: black;
}

.RL_Map a
{
	color: blue;
}

.RL_DailyView p, .RL_DailyView td
{
	font-family: Times New Roman, Serif; 
	font-size: 16px;
}

a.RL_ToolTip
{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration: none;
}

a.RL_ToolTip:hover
{
	z-index:25;
	cursor: default;
	text-decoration: none;
}
a.RL_ToolTip img{border: 0px;}
a.RL_ToolTip span{display: none; text-decoration: none;}

a.RL_ToolTip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 12px; 
    left: 12px; 
	font-size: 12px;
	padding: 8px;
	z-index: 100;
	background-color: #FFFFD4;
	color: black;
	border: solid 1px #888;
	text-decoration: none;
	-moz-border-radius: 10px;
}


.RL_ListingFav
{
	margin: 3px 4px 0px 0px;
	cursor: pointer;
}

.RL_NotLoggedInWarning
{
	border: solid 1px #3B91C2; 
	padding: 8px;
	margin: 8px 0px 4px 0px;
}

#MapLinks
{
	margin-bottom: 6px;
}

.RL_AvailDesc
{
	color: red;
	font-weight: bold;
}

.RL_OldWarning
{
	border: solid 2px red;
	padding: 8px;
	background-color: #FFF5F5;
	margin-bottom: 10px;
}