@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;
}

/* 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: 1px solid #A9C49D;
	width: 20%;
	float: left;
	overflow: hidden;
	background: #F2F7F0;
	padding: 5px;
	margin: 10px 0px 5px 10px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	background-color: #E0E9DC;
	padding:5px;
	cursor:pointer;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #FAFCF8;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	color: white;
	background: #86AB76;
}

/* 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 #A9C49D;
	padding:5px;
	width: 72%;
	float: right;
	overflow: auto;
	margin: 10px 10px 5px 0px;
	background: #F2F7F0;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	padding: 10px;
	margin: 0px;
	border-top: 1px none #A9C49D;
	border-right: 1px dashed #A9C49D;
	border-bottom: 1px dashed #A9C49D;
	border-left: 1px dashed #A9C49D;
	text-align: justify;
	background-color: #FAFCF8;
	background-image: url(../images/bg-arabi.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.MasterDetail .DetailColumnlTitle  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.3;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #FAFCF8;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #A9C49D;
	background: #86AB76;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.MasterDetail .DetailColumnurdu
{
	padding: 10px;
	margin: 0px;
	border-top: 1px none #A9C49D;
	border-right: 1px dashed #A9C49D;
	border-bottom: 1px dashed #A9C49D;
	border-left: 1px dashed #A9C49D;
	text-align: justify;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #FAFCF8;
	background-image: url(../images/bg-arabi.gif);
	background-repeat: repeat;
	background-position: left top;
}
img   {
	padding: 5px;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-repeat: repeat;
	background-position: left top;
	border: 0px none #A9C49D;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

