@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: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 395px;
	width: 1050px;
	position: relative;
	top: 0px;
}
.MasterDetailApp {
	font: 100% Verdana, Geneva, sans-serif;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 480px;
	width: 1050px;
	position: relative;
	top: 0px;
	padding: 0px;
}


/* 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
{
	border: medium double #F00;
	width: 115px;
	float: left;
	overflow: scroll;
	height: 380px;
	padding: 2px;
	position: relative;
	left: 10px;
}
.MasterDetailApp .MasterContainerApp {
	border: medium double #F00;
	width: 115px;
	float: left;
	overflow: scroll;
	height: 465px;
	padding: 2px;
	position: relative;
	left: 10px;
}





/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 75%;
	background-color: #CCC;
	padding:5px;
	cursor:pointer;
	height: 100px;
	width: 70px;
	overflow: hidden;
	position: relative;
	left: 10px;
	border: 1px solid #646464;
	margin: 2px;
}
.MasterDetailApp .MasterColumnApp {
	font-size: 75%;
	background-color: #CCC;
	padding:5px;
	cursor:pointer;
	height: 100px;
	width: 70px;
	overflow: hidden;
	position: relative;
	left: 10px;
	border: 1px solid #646464;
	margin: 2px;
}




/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #F0F0F0;
	border: 1px solid #F00;
}
.MasterDetailApp .MasterColumnHoverApp {
	background-color: #F0F0F0;
	border: 1px solid #F00;
}


/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#848484;
	color: white;
}
.MasterDetailApp .MasterColumnSelectedApp {
	background-color:#848484;
	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
{
	border: 1px solid gray;
	width: 860px;
	float: right;
	overflow: auto;
	height: 370px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
}
.MasterDetailApp .DetailContainerApp {
	border: 1px solid gray;
	width: 640px;
	float: right;
	overflow: auto;
	height: 480px;
	position: relative;
	left: -100px;
	top: 0px;
	padding: 0px;
}


/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}
.MasterDetailApp .DetailColumnApp {
	margin-bottom: 1px;
}

.oneColFixCtrHdr #container #mainContent .MasterDetail .DetailContainer #What {
	width: 200px;
	height: 25px;
	top: 10px;
	position: relative;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
}
.oneColFixCtrHdr #container #mainContent .MasterDetailApp .DetailContainer #What {
	width: 200px;
	height: 25px;
	top: 10px;
	position: relative;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
}

.oneColFixCtrHdr #container #mainContent .MasterDetail .DetailContainer #Picture {
	height: 200px;
	width: 200px;
	position: relative;
	top: 10px;
	left: 10px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #container #mainContent .MasterDetailApp .DetailContainer #Picture {
	height: 200px;
	width: 200px;
	position: relative;
	top: 10px;
	left: 10px;
	border: 1px solid #000;
}

.oneColFixCtrHdr #container #mainContent .MasterDetail .DetailContainer #Description {
	height: 225px;
	width: 300px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	vertical-align: text-bottom;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 540px;
	top: -444px;
	list-style-type: disc;
}
.oneColFixCtrHdr #container #mainContent .MasterDetail .DetailContainer #FLV {
	height: 225px;
	width: 300px;
	position: relative;
	top: -217px;
	left: 225px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #container #mainContent table tr td .MasterDetail .DetailContainer #Features {
	position: relative;
	width: 860px;
	top: -430px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oneColFixCtrHdr #container #mainContent .MasterDetaiAppl .DetailContainerApp #App_FLV {
	height: 480px;
	width: 640px;
	position: relative;
	top: 0px;
	left: 50px;
	border: 1px solid #000;
}
