﻿.textbox
{
 border: 1px solid #c0c0c0;
 padding: 4px;
 font-size: 12px;
 font-family: Tahoma, Arial, 'Times New Roman';
 width: 90%;
 text-align: center;
 vertical-align: middle;
 position: relative;
 background-color: #f8f8ff; 
}
.textbox2
{
	border: 1px solid #c0c0c0;
	padding: 3px;
	font-size: 8pt;
	font-family: Tahoma,;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffe3;
}
 .textbox:focus  
{ 
 border-color: #646464;
 vertical-align: middle; 
}  
 .textbox2:focus  
{ 
 border-color: #646464;
 vertical-align: middle; 
}  

.label
{
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
	font-family: Tahoma;
	width: 75%;
	vertical-align: middle;
	position: relative;

}
.hyperLinks
{
	font-size: 15px;
	background-color: #ffffff;
	font-family: 'Times New Roman';
	font-weight: bold;
}
.label2
{
	font-size: 8pt;
	background-color: #ffffff;
	font-family: Tahoma,;
	text-align: center;
	
}

.btn
{
	font-size: 8pt;
	font-family: Tahoma;

}

.DropDownList
{
 border: 1px solid #c0c0c0;
 padding: 4px;
 font-size: 12px;
 font-family: Tahoma, Arial, 'Times New Roman';
 width: 95%;
 text-align: center;
 vertical-align: middle;
 position: relative;
 background-color: #f8f8ff;
}
.DropDownDate
{
 border: 1px solid #c0c0c0;
 font-size: 12px;
 background-color: #f8f8ff;
 font-family: Tahoma, Arial, 'Times New Roman';
 width: 30%;
 text-align: right;
 vertical-align: middle;
 position: relative;
 padding-bottom: 4px;
 padding-left: 0.5px;
 padding-right: 0.5px;
 padding-top: 4px;
}
#Mycontent
{
 font-size: 12pt;
 font-family: 'Times New Roman' ,Tahoma, Arial;
 width: 100%;
 height: 100%;
 direction: rtl;
 position: relative;
 text-align: right;
 vertical-align: middle;
 line-height: 17pt;
 letter-spacing: normal;
}
.MyTable
{
 font-size: 10pt;
 left: 0px;
 vertical-align: middle;
 font-family: Tahoma, 'Times New Roman';
 position: static;
 top: 0px;
 text-align: center;
 width: 100%;
 border-collapse: collapse;
 }
.MyTable #td
{
  height: 28px;
  background-color: #f5f5f5;
}
#MyMiddle
{
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px;
    position: static;
    width: 1000px;
    background-repeat: repeat;

}
#border
{
	left: 0px;
	top: 0px;
	width: 100%;
	position: static;
	height: 100%;
	border-top-width: thick;
	border-left-width: thick;
	border-left-color: black;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-top-color: black;
	background-color: transparent;
	border-right-width: thick;
	border-right-color: black;
	background-position: center center;
	background-attachment: scroll;
}
#Leftside
{
	width: 99%;
	height: 100%;
	font-family: Tahoma, 'Times New Roman' , Verdana, Arial;
	font-size: 12px;
	
}
#Rightside
{
	width: 99%;
	height: 100%;
	font-family: Tahoma, 'Times New Roman' , Verdana, Arial;
	font-size: 12px;
	list-style: none;

}
#Rightside li a
{
 display: block;
 padding: 5px 5px 5px 1px;
 border-bottom: #cccccc 1px solid;
 border-right: #cccccc 1px solid;
 border-left: #cccccc 1px solid;
 border-top: #cccccc 1px solid;
 text-decoration: none;
 color: black;
 text-align: right;
 vertical-align: middle; 
}
 #Rightside li a:hover
{
 color: black;   
 background-color: #f8f8ff;
}
