@font-face {
    font-family: 'Yekan';
    src:  url('fonts/sans/IRANSansWeb_Medium.eot?#') format('eot'),    
          url('fonts/sans/IRANSansWeb_Medium.woff') format('woff'),
          url('fonts/sans/IRANSansWeb_Medium.ttf') format('truetype'); 
    font-weight:bold;
    font-size:10px;
}

table, th, td, textarea, select {
	font-family: Yekan;
	font-weight: Normal;
	font-size:12px;
	border-collapse: collapse;
	
}

table {
    border: 1px solid black;
}

th, td, tr {
    border-bottom: 1px solid #ddd;
}

tr:hover {background-color: #5ce7a1}

p,label {
	font-family: Yekan;
	font-weight: bold;
    font-size:13px
}

input[type="text"], select {
	font-family: Yekan;
}

input[type="number"] {
	font-family: Yekan;
}


input[type="password"] {
	font-family: Yekan;
}

 textarea {
	background: #ffffff;
	width: Auto;
	padding: 1px;
	outline: none;
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	font-family: Yekan;
	font-weight:bold;
    font-size:13px
}

input[type="submit"], button {
	font-family: Yekan;
}

input[type="button"] {
	font-family: Tahoma;
}