﻿body {
    font-family: Tahoma,"Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    background-color: dimgrey;
    color: #696969;
    padding: 3px;
    direction:rtl;
	background:url('../images/background.jpeg') #191919;
}

#container{
width:950px;
margin:0 auto;
}

#main {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
	background: url('../images/bg.jpg') repeat scroll 0% 0% #191919 ;
	min-height: 650px;
}


/*#right{
//	width:570px;
	float:right;
	margin: 20px 0;
	padding: 0 24px;
	background: none repeat scroll 0% 0% #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 2px;
	color: #575757;
}*/
h1 {
    font-family: Tahoma,Georgia, serif;
    color: #479CCF;
	font-size: 17px;
}
/*----------------- menu beyamooz.com ------------------*/
ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-left: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
    color: white;
    background-color: black;
}
ul#menu li a.active {
    background-color: #FFBC00;
	color:#fff;
    font-weight: bold;
}
/*----------------- footer beyamooz.com ------------------*/
.footer {
    text-align: center;
    margin: 10px 0px 0px;
	background-color: #eee;
	color: #000;
	padding: 3px;
    border-radius:5px;

}

.footer ul#menu_footer {
    padding: 0;
    margin-bottom: 11px;
}

.footer ul#menu_footer li {
    display: inline;
	border-right:1px solid #555;
    margin-left: 3px;
}

.footer ul#menu_footer li a {
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
}
.footer ul#menu_footer li a:hover {
    text-decoration:underline;
}
div#copyright{
    color: #696969;
}
/*-------------------------slider1--------------------------*/
.slideshowboxclass { 
	height: 290px;
	width: 918px;
	margin:0 auto;
} 
.slideshowboxclass img { 
	height: 290px; 
	width: 918px; 
	top: 0; 
	left: 0; 
	background-color: #eee;
	border: 1px solid #ccc; 
	 
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	
 }
/*-------------------------form--------------------------*/
.form{
	border: 1px solid #D4D4D4; 	 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:10px;
	background-color:#F9F9F9;
	margin: 10px 0;
	box-shadow: 1px 1px 5px 1px #ddd;
}
.form  h2{
	margin:-3px -3px 6px -3px;
	background-color: #ccc;
	border-bottom: 1px dotted #c7bd8f; 	 
	border-radius: 5px 5px 0px 0px ;
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	color:#039;
	font-size:16px;
	padding:6px 5px;
	background: url("../images/title_bdg.jpg") no-repeat scroll center bottom #FEFFED;
}
.form  h2:before {
    color: #FF4800;
    content: "» ";
    font-weight: bold;
}
.form div , .form dd{
	padding:3px;
	margin: 0;
}
.form div label ,.form dd label{
	float:right;
	min-width:95px;
	color:#1D1D1D;
	font-size:14px;
	margin-top: 15px;
}
.form div.button,.form dd.button{
text-align:left;
}
.form div.button input{
padding: 2px 15px;
}
.star{
color:red;
padding:3px;
}
input[type=text],input[type=password],input[type=email] ,textarea,select{
padding: 3px;
margin-top: 8px;
border: 1px solid #CCC;
font-size: 16px;
font-family: raleway;
background-color: #F7FBBF;
}
input[type=submit],input[type=reset] {
background-color:#FFBC00;
color:#fff;
border:2px solid #FFCB00;
padding:0px 10px;
font-size:20px;
cursor:pointer;
border-radius:5px;
margin-bottom:15px;
margin-right: 4px;
}
.error{
text-align:center;
color:#990000;
font-size: 13px;
}
.success{
color: green;
text-align: center;
margin: 10px auto;
border: 1px solid rgb(197, 197, 197);
background-color: rgb(176, 228, 165);
padding: 10px;
}
/*-------------------------table--------------------------*/
table {    
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px;
}

table th {
    text-align: center;
    padding: 4px 1px;
    background-color: #A7C942;
    color: #ffffff;
}

table tr:nth-child(odd) {
    color: #000000;
    background-color: #EAF2D3;
}
table tr:nth-child(even) {
    color: #000000;
    background-color: #fff;
}


/*-----------------------gallery----------------------------*/
.gallery {
	text-align:center;
}
.gallery  img{
	padding: 4px;
	border: 1px solid #888;
    background-color: #ccc;
	margin:10px;
}
.gallery  img:hover{
opacity:0.4;
}

