@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. */
.MasterDetail {
	margin: 0px;
}
#maincontent .MasterDetail .DetailContainer .DetailColumn a {
	font-size: 1em;
}
/* This is the selector for the Master Container element which houses all the MasterColumn classes.*/
.MasterDetail .MasterContainer {
	overflow: hidden;
	font-weight: normal;
	height: 100%;
	display: block;
	margin-top: -12px;
}
/* This is the selector for a Master Column element which holds the actual data for a master column.*/
.MasterDetail .MasterColumn {
	padding:1px 4px 1px 4px;
	cursor:pointer;
	margin-bottom: 0px;
	border-bottom: 1px dotted #C4C4C4;
	color: #000;
	vertical-align: middle;
	line-height: 1.6em;
	font-weight: bold;
	font-size: 90%;
}
.typeSpacer{
	padding-left: 3px;
	float: right;
	font-weight: normal;
}
/* This is the selector for a highlighted Master Column element.*/
.MasterDetail .MasterColumnHover {
	background-color: #EE83E3;
}
.MasterDetail .MasterColumnSelected {
	font-weight: bold;
	background-color:#C505B0;
	color: #FFF;
	background-image: url(../img/layout/info1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
/* 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: 100%;
	float: left;
	overflow: auto;
	padding-bottom: 10px;
}
/* This is the selector for a Detail Column element which holds the actual data for a detail column.*/
.MasterDetail .DetailColumn {
	margin-bottom: 6px;
	margin-top: 6px;
}
.sideColumnPic{
	margin-top:12px;
	width: 190px;
}
.sidecColumn img{
	float: left;
	margin-bottom:12px;
}
.MasterDetail .DetailColumnpic {
	margin-bottom: 12px;
	margin-top: 12px;
	height: 100%;
	border: 0px solid #CCC;
	float: left;
}
.MasterDetail .DetailColumnTitle {
	margin-bottom: 12px;
	font-size: 2em;
}
.MasterDetail .DetailColumnDate {
	margin-bottom: 12px;
		margin-top: 12px;
	font-size: 2em;
	color: #999;
}
.MasterDetail .DetailContainer .DetailColumn a {
	font-size: 0.8em;
	text-transform: lowercase;
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 6px;
}
.MasterDetail .DetailContainer .DetailColumn a:hover {
	color: #fco;
	background-color: transparent;
}
.DetailColumnType {
	font-weight: bold;
	color: #E274D7;
	line-height: 1em;
	font-size: 1.4em;
	text-transform: capitalize;
}
.mapimg {
	float: left;
	border: 0px solid #666;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #999;
}

.date {
	font-size: .6em;
	margin-left: 12px;
}
.MasterDetail .DetailContainer .DetailColumn .picture {
	float: right;
	border-style: none;
	margin: 4px 0px 10px 10px;
	padding: 10px 0px;
	border-width: 0px;
	clear: left;
	display: block;
	font-style: italic;
	width: 200px;
	color: #999;
}!important

