﻿body
{
	background-image: url('../Images/BMain.jpg');	
	margin: 0;
    padding: 0;
    text-align: center;
    direction: rtl;
    font-size: 8pt;
    font-family: Tahoma;   
}
form
{
	margin-bottom: 0px;
}
html, body, div
{
	margin: 0;
	padding: 0;
	text-align: center;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
	border: 0px solid;
}

.q
{
	float:left;
	width: 506px;
	border-bottom: 1px solid #B0BEC7;
	border-right: 1px solid #B0BEC7;
	border-left: 1px solid #B0BEC7;
	padding: 2px;	
	margin-top:15px;
	background-color: #e9e9e9;
	
	 
}

.r
{
	
	float:right;
	width: 168.5px;
	height: 150px;
	
	padding-top: 5px;
	padding-bottom: 5px;	
	cursor: pointer;
	font-size: 8pt;
}


.s
{
	float: right;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align: text-bottom;
}

.k
{
	
	border: 1px solid #000407;
	
	width: 150px;
	height: 112px;
	margin: 1px;
	vertical-align: bottom;
	padding:5px;
	background-color:#e8f7fe;
}
#tab
{
	float:inherit;
	width: 452px;
}
#tab ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	height: 30px;
	width: 452px;
	float: right;
}
.li1
{
	float: right;
	height: 20px;
	width: 100px;
	margin: 0px;
	margin-top:5px;
	padding: 5px;
	margin-left: 3px;	
	background-color: #E2F2FA;
	background-image:url('../Images/Icon1.jpg');
	cursor: pointer;
	
}

#tab .li1:hover
{
	background-color: #FFFFFF;
	background-image:url('../Images/Icon2.jpg');
	border-bottom:1px solid #FFF;
	margin-top:7px;
	height: 20px;	
}
a
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color:Black;
    text-decoration: none;
}
a:hover
{
    color:Black;
   
}

