@charset "UTF-8";

.category {
	display: block;
}

.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
	width: 760px;
	position: relative;
}
/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 5px;
	width: 250px;
	float: left;
	cursor: pointer;
	position: relative;
}
.MasterDetail .DetailColumn .rowEven {
	background: #CCC;
}
.MasterDetail .DetailColumn .rowOdd {
	background: #fff;
}
.MasterDetail .DetailColumn .rowHover {
	background: #FF6;
}
.MasterDetail .DetailColumn .rowSelected {
	background: #F96;
}

.MasterDetail .DetailColumn fieldset {
	border-style: none;
}

.DetailColumn fieldset legend {
	font-size: 16px;
	font-style: oblique;
	color: #903;	
}

/* 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. 
*/
.descContainer {
	position: absolute;
	top: 20px;
	left: 300px;
	border: 1px solid gray;
	width: 475px;
	height: auto
	overflow: auto;
	background: #f3eedb;
}

.DetailContainer
{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.DetailContainer p {
	font-size: 10px;
	line-height: 8px;
}

.DetailContainer a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}


.catItems {
	width: 250px;
}
.catItems th {
	color: #FFF;
	background: #903;
}

.catItems th td {
	color: #FFF;
	font-size: 16px;	
	text-align: center;
}
.catItems tr {
}
.catItems td {
	font-size: 12px;	
}
.descForm {
	width: 250px;
	margin-bottom: 10px;
	margin-left: 40px;
	background: #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.descForm  p  label{
	font-size: 14px;
	color: #900;	
}

.descForm .submitbutton {
	text-align: center;
	display: inline-block;
}


