/****************************************************************** 
 *                                                                *
 *                            GENERAL                             *
 *                                                                *
 ******************************************************************/


                           /**********
                            * GLOBAL *
                            **********/


/* General characteristics*/
BODY, TD, SELECT, INPUT {
	font-family: Sans-Serif;
}


                          /*************
                           * AGENT BOX *
                           *************/


/* 
 * FILES:
 *
 * AgentBox_Bottom.gif
 * AgentBox_Top.gif
 * 
 */

/* Agent Box */
.Agent
{
	width: 128px;
}

/* Agent Box - Outline */
.Agent_Outline
{
	 width: 128px;
	 padding-left:9px;
	 border-left:1px solid #91AFCD;
	 border-right:1px solid #91AFCD;
}

/* Agent Box - Text Keys */
.Agent_TextKeys
{
	font-size: 10px;
	color: DarkBlue;
	width: 110px;
}

/* Agent Box - Text Values*/
.Agent_TextValues
{
	font-size: 10px;
	width: 110px;
}

/* Agent Box - Website link */
.Agent_TextValues A
{
	font-size: 10px;
	color: DarkBlue;
}

/* Agent Box - Agent Name */
.Agent_Name
{
	width: 110px;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Agent Box - Properties List */
UL.Agent_PropertyList
{
	margin: 6px 0px 12px 15px;
	font-family: Sans-serif;
	font-size: 11px;
	color: Orange;
	list-style-position:outside;
	list-style-image:url(Images/RealEstate/Feature_Bullet.gif);
}

/* Agent Box - Properties List - Items*/
.Agent_PropertyList A
{
	font-family: Sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	color: Black;
}


                       /******************
                        *  PHOTO VIEWER  *
                        ******************/


/* Photo Viewer - Outline */
.PhotoViewer
{
	/*width: 412px;*/
	margin-top: 1px; 
}

/* Photo Viewer - Box that contains the main photo */
.PV_MainPhotoBox
{
	width: 266px;
	height: 188px;
}

/* Photo Viewer - Box that contains the other photos */
.PV_OtherPhotosBox
{
	width: 146px;
	padding-top: 12px;
}

/* Photo Viewer - No photos warning */
.PV_NoPhotos
{
	color: DarkBlue;
	font-weight: bold;
	height: 188px;
}

/* Photo Viewer - Scroll */
.PV_PhotosScroll
{
	overflow:auto;
	height:176px;
	scrollbar-arrow-color: #00468C;
	scrollbar-base-color: #C3DAF2;
	scrollbar-dark-shadow-color: #990033;
	scrollbar-track-color: #A4C7EB;
	scrollbar-shadow-color: #2D5278;
	scrollbar-highlight-color: #CEE5FD;
	scrollbar-3d-light-color: #DFEDFC;
}

/* Photo Viewer - Scroll image */
.PV_PhotosScroll IMG 
{
	display: block;
	margin-right: 16px;
}


