@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFF;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	width: 285px;
	float: left;
	overflow: hidden;
	background-color: #0A1FC1;
	height: 325px;
	background-image: url(../images/contactflag.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 18px;
	cursor:pointer;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	text-decoration: underline overline;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	color: white;
	text-decoration: underline overline;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	width: 482px;
	float: right;
	overflow: auto;
	height: 325px;
	background-image: url(../images/datacard.gif);
	position: relative;
}


/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}

#spryphoto {
	height: 250px;
	width: 200px;
	position: absolute;
	left: 247px;
	top: 45px;
}
#sprytitle {
	width: 200px;
	position: absolute;
	left: 247px;
	top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#sprycellphone {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 150px;
	font-size: 16px;
	color: #000;
	left: 25px;
	width: 200px;
}
#spryemail {
	position: absolute;
	top: 260px;
	left: 25px;
	width: 200px;
}
#spryname {
	font-size: 18px;
	color: #000;
	position: absolute;
	width: 200px;
	left: 25px;
	top: 75px;
}
