﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Debugging Environment Variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#renoenvironment
{
	display:none;
	background-color: #ffffff;
	z-index:5000;
	border:1px solid #000;
	margin: 25px;
}
#renoenvironment .renonode
{
    display: block;
    border-bottom: 1px dashed #ccc;
}
#renoenvironment .renonode:first-child
{
    background-color: #777;
}
#renoenvironment .renonode:first-child div,
#renoenvironment .renonode div
{
    display: block;
    font: 11px "Courier New" , Courier, monospace;
    padding: 3px;
    float:left;
    color: #000;
}

#renoenvironment .renonode:first-child div
{
    color: #fff;
    font-weight:bold;
}

#renoenvironment .renonode .renname,
#renoenvironment .renonode .renvalue
{
    width:200px;
    border-right: 1px dashed #C0C0C0;
}
#renoenvironment .renonode .renname
{
    font-weight: bold;
}
#renoenvironment .title
{
    font: bold 14px "Courier New" , Courier, monospace;
    padding: 5px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #888;
    color: #800000;
}

#ui-datepicker-div
{
    z-index:5000000
}

.time-picker-div
{
    z-index:5000000;
    position: absolute;
}

.control-placeholder-sample
{
    display: none;
    margin: 5px;
    border: 2px dashed #FF00FF;
    padding: 10px;
    font: normal 11px arial;
    color: #888;
    background-color: #eaeaea;
    overflow:hidden;
}

.control-placeholder-sample h2
{
    font:  bold 12px tahoma,verdana,arial,sans-serif;
    color: #660066;
}

#NoListingsMessage
{
	display: none; /* Default Setting */
}

.opacity-50
{
	opacity:.5; 
	filter:alpha(opacity=50);
}
.opacity-80
{
	opacity:.8; 
	filter:alpha(opacity=80);
}

