@CHARSET "UTF-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/amiri.css); */

* { padding: 0; margin: 0; border: 0; }
* {	font-family: "Arabic Transparent" !important; }

html, body{
	font-size: 18px;
	line-height: 25px;
    background: url("../images/5.jpg") no-repeat center top fixed;
    background-size: 100%;
    height: 100%;
}

body {
	direction: rtl;
}
div#site {

	margin: 0 auto;
	max-width: 1024px;}

.header { }
	
.clear {
        clear:both;
        height:0px;
        overflow:hidden;}

.left {float: left;}
.right {float: right;}

a {
	color: #750046;
	text-decoration: none;}

a:HOVER {
	text-decoration: none;}
	
ul {
	list-style: none;}

input[type=text], input[type=password], textarea { font-size: 20px !important; color: #333 !important; }

.formRow label {
	font-size: 22px !important;
	text-shadow: rgba(0, 0, 0, 0.24) -1px -1px;
}

.formRow label.normal {
	font-size: 18px !important;
	text-shadow: none;
}

.ui-menu .ui-menu-item a {
	font-size: 17px !important;
}

::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

.widget > [class*="whead"] h6 {
	font-size: 20px;
}

.noselected {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.nTitle p {
	text-align: center;
	color: #ffeaa9;
	font-size: 30px;
	text-shadow: #444 0.1em 0.1em 0.2em;
}