.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:205px;
	height:272px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 80px;
	height: 272px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
	opacity:.4;
	filter: alpha(opacity=50);
}
.kwicks li.active {
	opacity:1;
	filter: alpha(opacity=100);
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}




.kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:205px;
	height:272px;
}
.kwicks2 li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 80px;
	height: 272px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
	opacity:.4;
	filter: alpha(opacity=50);
}
.kwicks2 li.active {
	opacity:1;
	filter: alpha(opacity=100);
}
.kwicks2.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}




.kwicks3 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:205px;
	height:272px;
}
.kwicks3 li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 80px;
	height: 272px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
	opacity:.4;
	filter: alpha(opacity=50);
}
.kwicks3 li.active {
	opacity:1;
	filter: alpha(opacity=100);
}
.kwicks3.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}



.ContentDivHome
        {
            overflow: auto;
            height: 276px;
            margin-bottom: 0;
            margin-top: 0;
            margin-right: 0;
            margin-left: 0;
            width: 100%;
            direction: rtl;
            text-align: right;
            vertical-align: top;
            font-family: Arabic Transparent;
            
        }
        
        
        
        .dataGridGeneralCSS
{
	border-right: 1px ridge;
	border-top: 1px ridge;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
}

.dataGridAlternativeRowCSS
{
	background-color: ghostwhite;
}

.dataGridItemRowCSS
{
	background-color: white;
}	

.dataGridHeaderItemCSS
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9pt;
	margin-left: 10px;
	vertical-align: middle;
	color: white;
	margin-right: 10px;
	font-family: Tahoma;
	height: 21px;
	background-color: darkgray;
}

.dataGridItemCSS
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9pt;
	margin-left: 10px;
	margin-right: 10px;
	font-family:Tahoma;
}

a.dataGridLink
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}
a:hover.dataGridLink
{
	font-size: 9pt;
	color: dimgray;
	font-family: Tahoma;
	text-decoration: underline;
}