@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
{
	font: 1em "Trebuchet MS", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 2px;
	color: black;
}

/* 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
{
	background-color: transparent;
	width: 35%;
	float: left;
	overflow: hidden;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 75%;
	padding:5px;
	cursor:pointer;
	background: gray url(../home_root/images/contact_shine_85x16.png) repeat-x;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: black;
	color: white;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color: #cc0000;
	color: white;
}

/* 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
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border: 2px solid #CC0000;
	padding:10px;
	width: 60%;
	float: right;
	overflow: auto;
	font-size: 1.25em;
	background-color: white;
}

.MasterDetail .InfoContainer
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../home_root/images/2010_top_fade_pattern_128x128.png);
	background-repeat: repeat-x;	
	border: 2px solid #CC0000;
	padding: 10px;
	width: 60%;
	float: right;
	overflow: auto;
	background-color: #000000;
	margin-top: 10px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	font-size: .75em;
}

.MasterDetail .DetailColumnName
{
	margin-bottom: 1px;
	color: #CC0000;
	text-shadow: #4c4c4c 0 2px 3px;
}

.contactPhoto {
	width: 73px;
	height: 73px;
	padding: 4;
	float: left;
	clear: right;
	margin-right: 10px;
}
