.styled_table{
	text-align:center;
	width:100%;
	font-weight:normal;
	font-size:15px;
	direction:rtl;
	margin:5px 0 0 0; 
}
.styled_table tr:first-child > td{
	font-family: GE_Dinar;
	font-size:15px;
	color:#FFF ;
	padding:7px 7px;
	border:#000 0px solid;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	
	background: #727272 !important;
	background: -moz-linear-gradient(top,  #727272 0%, #282828 100%) !important;
	background: -webkit-linear-gradient(top,  #727272 0%,#282828 100%) !important;
	background: linear-gradient(to bottom,  #727272 0%,#282828 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#282828',GradientType=0 ) !important;
	
	/*
	background: #606c88 !important;
background: -moz-linear-gradient(top,  #606c88 0%, #2a3047 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#2a3047)) !important;
background: -webkit-linear-gradient(top,  #606c88 0%,#2a3047 100%) !important;
background: -o-linear-gradient(top,  #606c88 0%,#2a3047 100%) !important;
background: -ms-linear-gradient(top,  #606c88 0%,#2a3047 100%) !important;
background: linear-gradient(to bottom,  #606c88 0%,#2a3047 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#2a3047',GradientType=0 ) !important;
*/
}
.hidefirsttd tr:first-child > td{
	display:none;
}

.styled_table tr:first-child span,
.styled_table td:first-child span{
	direction:ltr !important;
	font-family:"Times New Roman", Times, serif  !important;
}

.styled_table table tr:first-child:hover > td, .styled_table table tr .title{
	font-family: GE_Dinar !important;
	font-size:14px !important;
	color:#FFF !important;
	padding:7px 7px !important;
	border:#000 0px solid !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5) !important;
	
	background: rgb(39,133,160) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,133,160,1) 0%, rgba(26,91,109,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,133,160,1)), color-stop(100%,rgba(26,91,109,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,133,160,1) 0%,rgba(26,91,109,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,133,160,1) 0%,rgba(26,91,109,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,133,160,1) 0%,rgba(26,91,109,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,133,160,1) 0%,rgba(26,91,109,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2785a0', endColorstr='#1a5b6d',GradientType=0 ) !important; /* IE6-9 */
}

.styled_table tr:last-child > td, .styled_table tr:last-child:hover > td{
	background:#F0F0F0;
}

.styled_table tr:hover > td{
	background:#E6E6E6;
}
.styled_table td{
	background:#F8F8F8;
	padding:5px 4px;
	border:#E6E6E6 1px solid;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* Animation */
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.styled_table td:first-child{
	font-family: GE_Dinar;
	font-size:14px;
	background:#F0F0F0;
	color:#333;
	text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}


/* Input field */
.styled_table td input,
.styled_table td textarea,
.styled_table td select{
	width: 400px;
	padding: 5px 5px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	
	/* Animation */
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.styled_table td input:hover,
.styled_table td textarea:hover,
.styled_table td select:hover{
	background: #FFFFE8;
	color: #000;
}

.styled_table td input:focus,
.styled_table td textarea:focus,
.styled_table td select:focus{
	background: #FFFFE8;
	color: #000;
	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.styled_table td input[type="radio"],
.styled_table td input[type="checkbox"]{
	width:auto !important;
}

.styled_table td input[type="submit"]{
	padding: 5px 15px;
	width:auto !important;
	font-family: GE_Dinar !important;
	font-size:13px !important;
	
	color: #FFF;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.7);
	
	background: #333;
	border: 0px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	
	/*
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	*/
}

.styled_table td input[type="submit"]:hover {
	background: #000;
	border: 0px solid rgba(256,256,256,0.75);
	
	/*
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	*/
}

.styled_table td input[type="submit"]:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
