body {
	background:#fefefe url(/site_media/images/bg.jpg) no-repeat center 26px;
	margin:0;
	padding:0;
	/*ont-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;*/
	font: 87%/1.4 arial, helvetica, sans-serif;
	text-align:right;
	direction:rtl;
}

a {
	text-decoration:none;
	color:#000;
}

.english {
	direction:ltr;

}
a:hover {
	color:#117df6;
}

h2 {
	margin:2px;
	text-align:16px;
}

ul, li {
	list-style:none;
}

img {
	border:none;
}

.form input , textarea {
	border:#c3deb8 solid thin;
	background-color:#eff8eb;
	color:#075209;
	font-size:14px;
	width:200px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

.button {
	display: inline-block;
	padding: 5px 10px 6px;
	color:#075209;
	background-color:#c6e7b7;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover {
	background-color:#9fd986;
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.rc-big {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	padding:3px;
}

.rc-small {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow: 2px 2px 7px #6f9850; 
	-webkit-box-shadow: 2px 2px 7px #6f9850; 
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

#top-bar {
	background: url(/site_media/images/top-bar.jpg) repeat-x;
	height:26px;
	border-bottom:1px solid #928c7a;
}

#wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
}

#logo img {
	position:absolute;
	opacity:0.4;
	filter: alpha(opacity = 40);
	top:1px;
	right:1px;
}

#ad {
	position:absolute;
	top:10px;
	left:0px;
}

#logo h1 {
	margin-right:180px;
	font-size:16px;
	margin-top:40px;
	color:#105a10;
	text-shadow: 3px 3px 3px #6f9850;
}

#nav {
}

#nav ul {
	float:right;
	text-align:center;
	padding-right:15px;
	padding-left:15px;
	background-color:#a2cfb2;
}

#nav li {
	float:right;	
	list-style:none;
	padding-right:4px;
	padding-left:4px;
	margin:5px;
	font-size:20px;
	font-weight:bold;
}

#nav li a {
	color:#105a10;
	text-shadow: 3px 3px 3px #9bb886;
}

#nav li a:hover {
	color:#000;
	text-shadow: 3px 3px 3px #6f9850;
}

#nav li.current a {
	color:#000;
}

#top-indicator {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-top:35px;
	margin-left:15px;
	color: #222;
	text-shadow: 0px 2px 1px #555;
}
#top-indicator a {
	color:#105a10;
}
#top-indicator a:hover {
	color:#000;
}

#content {
	min-height:540px;
	display:block;
	background-color:#f4fbf7;
	opacity:0.9;
	filter: alpha(opacity = 90);
	-moz-box-shadow: 0px 2px 7px #6f9850; 
	-webkit-box-shadow: 0px 2px 7px #6f9850; 
	padding:20px;
	margin-bottom:10px;
	color:#000;
}

#content a {
	color:#287733;
}

#content a:hover {
	color:#031e07;
}

#ft {
	background:#457345 url(/site_media/images/bg-foot.jpg) repeat-x scroll 0 0;
	border-top:1px solid #928C7A;
	padding-top:5px;
	height:110px;
	text-align:center;
}

#ft a {
	color:#fff;
}

#ft a:hover {
	color:#117df6;
}

/***************************************** Two Column *************************************/
#right {
	float:right;
	width:550px;
}

#left {
	float:left;
	width:340px;
}

#right-s {
	float:right;
	width:250px;
}

#left-b {
	float:left;
	width:640px;
}
/************************************** News Feed CSS ******************************************/

.gf-title {
	font-size:16px;
	font-weight:bold;
}

.gf-title a {
	border-bottom:#105a10 dashed thin;
	color:#105a10;
}

.gf-title a:hover {
	border-bottom:#117df6 dashed thin;
	color:#117df6;
}

/*************************** Fixture ******************************************************/
.fixture {
	margin-top:5px;
	margin-bottom:10px;
	display:block;
	background:#e9f9ed;
	padding:5px;
	-moz-box-shadow: 2px 2px 7px #6f9850; 
	-webkit-box-shadow: 2px 2px 7px #6f9850; 
}

.fixture h3 {
	text-align:right;
	margin:4px;
	text-shadow: 3px 3px 3px #477029;
}

.fixture table {
	width:330px;
}

.fixture tr {
	height:20px;
}

.fixture tr:hover {
	background-color:#eefbf1;
}

.fixture td {
	border-top:#9dd0a9 dashed thin;
	border-right:#9dd0a9 dashed thin;
	padding:0 4px;
	color:#000;
	font-size:10px;
}

td.small {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
}

/****************************** Contact Us ************************************/
textarea {
	width:500px;
}

.fieldWrapper {
	margin:5px;
	font-weight:bold;
}

.errorlist {
	color:red;
}

#captcha_c {
	margin-left:240px;
}
