﻿@charset "utf-8";
.formtable{
	background-color: #fff; 
	border: 1px solid #ecf4ff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family: Tahoma;
	line-height:20px;
	font-size: 12px;
	text-align:right;
	direction:rtl;
}

.formtable td{
	color: #311e48;
	font-size:12px;
	padding:5px;
	background-color:#fff;
}

.formtable tbody tr:nth-child(even) td,
.formtable tbody tr:nth-child(even) th {
  background-color: #cdddac;
}

.formtable thead tr td, .formtable thead tr td:hover{
	background-color:#50681e;
	color:#e9e3f0;
	text-align:center;
	font-weight:bold;
}
.formtable tfoot tr td, .formtable tfoot tr td:hover{
	background-color:#7e9a44;
	color:#e9e3f0;
	text-align:center;
	font-weight:bold;
}

.formtable td:hover {
  background-color: #edf2e2;
}

/*input*/
.formtable input, .formtable textarea{
	border: 1px solid #1d2b00;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}

.formtable input:focus, .formtable textarea:focus{
	background-color:#e5f0cf;
  	border:1px solid #fff;
	-moz-box-shadow: 1px 1px 1px #8c8c8c;
	-webkit-box-shadow: 1px 1px 1px #8c8c8c;
	box-shadow: 1px 1px 1px #8c8c8c;
	outline: none
	-webkit-box-shadow: 0px 0px 20px rgba(180,200,140,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(180,200,140,0.8);
    box-shadow: 0px 0px 20px rgba(180,200,140,0.8);
}

/*button*/
.formtable input[type="submit"], input[type="reset"], input[type="button"] {
  color: #ffffff;
  background-color: #33440e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d3d0a), to(#33440e));
  background-image: -webkit-linear-gradient(top, #2d3d0a, #33440e);
  background-image: -o-linear-gradient(top, #2d3d0a, #33440e);
  background-image: linear-gradient(to bottom, #2d3d0a, #33440e);
  background-image: -moz-linear-gradient(top, #2d3d0a, #33440e);
  background-repeat: repeat-x;
  border-color: #2d3d0a;
  
	width: auto;
	padding: 5px 20px 5px 20px;
	font-family: Tahoma;
	cursor: pointer;
	font-size: 12px;
		
}


.formtable input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {  
    opacity: 1;
	border: 1px solid #dfd8e8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background-color: #33440e;
    -webkit-box-shadow: 0px 0px 15px rgba(195,214,160,0.8);
    -moz-box-shadow: 0px 0px 15px rgba(195,214,160,0.8);
    box-shadow: 0px 0px 15px rgba(195,214,160,0.8);
}

/* table */
.formtable table {
	width:90%;
	margin: 0px auto;
	background-color: #9bbb59; 
	border: 1px solid #9bbb59;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family: Tahoma;
	line-height:20px;
	font-size: 12px;
	text-align:right;
	direction:rtl;
	}
	
	.formtable table tbody tr:nth-child(even) td,
	.formtable table tbody tr:nth-child(even) th {
  background-color: #cdddac;
}

	.formtable table tbody tr:nth-child(even) td:hover,
	.formtable table tbody tr:nth-child(even) th:hover {
  background-color: #f1f6e7;
}
	
.formtable table td{
	border: 1px solid #425e08;
	padding:5px;
	font-family: Tahoma;
	font-size: 12px;
	}
	
.formtable table td:hover {
  background-color: #cdddac;
}	

.formtable table thead tr td, .formtable table thead tr td:hover{
	background-color:#8eb046;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.formtable table tfoot tr td, .formtable table tfoot tr td:hover{
	background-color:#b7cbe5;
	color:#425e08;
	text-align:center;
	font-weight:bold;
}


/* line */
	.formtable hr{
	border: 1px;
	background-color: #1e2b04;
    height: 2px;
	margin: 10px 0 7px 0 auto;
	width:100%;
}

/* lable */
.formtable label{
	color:#1e2b04;
}

/* caption */
.formtable caption {
	padding:10px 0;
	margin:0 auto;
}

/* capcha */
#capcha {
	min-width:184px;
}

/* combobox */
.formtable select option{
	border: 1px solid #425e08;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}
.formtable select option:focus {
	background-color:#e5f0cf;
  	border:1px solid #fff;
	-moz-box-shadow: 1px 1px 1px #8c8c8c;
	-webkit-box-shadow: 1px 1px 1px #8c8c8c;
	box-shadow: 1px 1px 1px #8c8c8c;
	outline: none
    padding:5px;
}


.formtable select{
	border: 1px solid #425e08;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}

.formtable select:focus {
	background-color:#e5f0cf;
  	border:1px solid #fff;
	outline: none
	padding:5px;
}


/* lists  */
.formtable ul{
	margin:0px;
}
.formtable ul li{
	padding:2px;
	color: #1e2b04;
}

.formtable ol{
	margin:0px;
}
.formtable ol li{
	padding:2px;
	color: #1e2b04;
}



/*  upload file  */
.formtable input[type="file"]{
	font-family: Tahoma;
	border: solid 1px #1d2b00;
	color: #e9e3f0;
	padding: 5px; 
	max-width: 190px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	direction:rtl;
	line-height:20px;
}
