body{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.3;
	color:#330;
	direction:rtl;
	background:transparent url(./img/bg2.jpg) repeat;
	
	margin:0;
	padding:0;
}
input,select,textarea{
	font-family:Tahoma, Geneva, sans-serif;
}
img{
	border:none;
}
textarea{
	width:400px;
	background-color:#FDF7F7;
    border:1px solid #DDC6FF;
	height:100px;
	margin:5px 0;
}
textarea:focus{	
	border-color:#360;
	background-color:#FFF;
}
a, a:visited{
	text-decoration:none;
	color:blue;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
.list li{
	list-style-type:circle;
	list-style-position:inside;
}

/********** LOADING **************/

#loadingbg{
    width:100%;
    height:100%;
    position:fixed;
    background-color:#000000;
	z-index:100;
	display:none;
}
div#fullsize{
    position:fixed;
    top:0;
    left:0;
	
    text-align:center;
    z-index:500;
	overflow:auto;
	
	width:100%;
	height:100%;
}
#innerfullsize{
	position:relative;
    z-index:501;
	margin:90px auto;
    width:600px;
	padding:20px;
	background-color:white;
	border:8px solid #DDC6FF;
	border-radius:15px;
	text-align:right;
}
#innerfullsize .close{
	 position:absolute;
	 top:10px;
	 left:10px;
	 cursor:pointer;
	 height:16px;
	 width:16px;
	 background:transparent url("./img/close.png") no-repeat center center;
}
#innerfullsize .form{
/*	margin-right:130px;*/
}
.statustext{
	display: none;
	background-color: #FEE;
	border: 1px solid #CCCCCC;
	margin: 20px 5px;
	padding: 5px;
}
.loginform{
	width:350px;
	margin:0 auto;
}
.form label{
	float:right;
	width:140px;
	/*font-weight:bold;*/
	padding-top:4px;
}
.form input[type="text"],
.form input[type="password"]{
	width:200px;
	height:20px;
	line-height:20px;
	font-size:14px;
	margin-bottom:2px;
	background-color:#FDF7F7;
    border:1px solid #DDC6FF;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus{
	border-color:#360;
	background-color:#FFF;
}
.form input[type="submit"]{
	width:150px;
	padding:3px;
	display:block;
	margin:5px auto;
	clear:both;
}
.red{
	border-color:#F00 !important;
	background-color:#FFF !important;
	border-width:2px !important;
}
.abutton,.abutton:link,.abutton:visited{
	display:block;
	padding:8px;
	margin:5px;
	float:right;
	color:black;
	background-color:#DDC6FF;
	border:1px solid #C2ADE1;
	font-weight:bold;
}
.abutton:hover{
	background-color:#e5d3ff;
	border-color:#a285cd;
}
#loading{
	width:200px;
	background-color:#E4DEF9;
	color:black;
	text-align:center;
	padding:3px;
	border:2px solid #0E4C93;
	position:absolute;
	right:52px;
	top:28px;
	
	display:none;
}
/************************/
#wrapper{	
	margin:0 auto;
	width:980px;
	position:relative;
}
#header{
	height:80px;
	background:transparent url(./img/header.jpg) center center no-repeat;
	clear:both;
	border-bottom:3px solid #060;
	font-size:18px;
	text-align:right;
	line-height:4;
	color:white;
}
#content,#content2{
	float:right;
	background-color:#FFC;
	width:616px;
	/*padding:0 5px;*/
	height:auto;
	border:2px solid #BB9EE6;
	border-top:none;
	border-bottom:none;
}
#content2{
	width:976px;
	position:relative;
	min-height:450px;
	background-color:#5AA7F7;
	background:url('./img/bg1.jpg');
}
#acc-content{
	padding:0;
	width:980px;
	min-height:400px;
	position:relative;
	background:url('./img/bg3.jpg');
}
#content3{
	width:790px;
	background-color:#9F9;
	float:left;
	position:relative;
	height:400px;
}
#acc-left-content{
	width:711px;
	padding:25px;
	float:left;
	border:2px solid #9999FF;
	margin:5px 5px 5px 10px;
	background-color:#FFF;
}
#right-menu, #left-menu{
	float:right;
	width:168px;
	padding:0 5px 25px;
	background-color:white;
	border-right:1px dashed #960;
	border-left:1px solid #960;
	min-height:400px;
}
#left-menu{
	
	border-right:1px solid #960;
	border-left:1px dashed #960;
}
#acc-right-menu,.adminpanel{
	float:right;
	width:164px;
	border:3px double #AAF;
	padding:5px 10px 25px;
	background-color:#F5F5F5;
	line-height:2.2;
	font-weight:bold;
	margin:5px;
}
.project-list{
	border:3px solid #CCC;
	margin:20px;
	padding:10px;
	line-height:1.7;
	position:relative;
	border-radius:15px;
}
.project-list .value{
	font-weight:bold;
}
.project-list .entekhab{
	position:absolute;
	bottom:20px;
	left:20px;
}
.project-list label{
	float:right;
	background-color:#EFEFEF;
	display:block;
	clear:both;
}
.emra-msg{
	line-height:2;
}
.project-list hr,.emra-msg hr{
	width:85%;
	border:none;
	border-top:1px solid #CCC;
	margin:20px auto;
}
.emra-msg hr{
	width:100%;
}
.project-list b{
	color:#309;
}
.project-list b.u{
	color:#309;
	border-bottom:1px solid #CCC;
}
.satr{
	margin:5px 0;
	background-color:#090;
}
#footer{
	padding-top:10px;
	height:40px;
	text-align:center;
	background-color:black;
	color:white;
	clear:both;
}
h3.main-menu,#innerfullsize h3,div.content-header{
	font-size:120%;
	border-bottom:1px solid #CCC;
	margin:20px 0;
	font-weight:bold;
}
div.content-header{
	background:#4377FF url(./img/content-header-bg.jpg) no-repeat right center;
	padding-right:25px;
	padding-top:3px;
	color:white;
	height:23px;
}
.img-gallery{
	float:right;
	margin:37px;
}
.ltr{
	direction:ltr;
	text-align:left;
}

/***************** daftar.html ********************/

.student,.ostad,.sanat{
	width:180px;
	height:50px;
	border:2px solid #843e32;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	line-height:3;
	position:absolute;
}
.student:hover,.ostad:hover,.sanat:hover{
	border:8px groove #843e32;
	border-bottom-width:2px;
/*	border-bottom-style:solid;*/
	border-top-width:2px;
/*	border-top-style:solid;*/
}
.student{
	top:250px;
	right:200px;
	background:transparent url('./img/daneshjooha.jpg') no-repeat center center;
}
.student:hover{
	right:194px;
}
.ostad{
	top:100px;
	right:440px;
	background:transparent url('./img/asatid.jpg') no-repeat center center;
}
.ostad:hover{
	right:434px;
}
.sanat{
	top:280px;
	right:590px;
	background:transparent url('./img/sanat.jpg') no-repeat center center;
}
.sanat:hover{
	right:584px;
}
.box-layer-daftar{
	display:block;
}

.register-form{
	margin:0 100px;
}
.register-form h3{
	border-bottom:1px solid #090;
	width:25%;
}

/****************** END daftar.html ***********************/

.center-parent{
	float:right;
	position:relative;
	left:-50%;
}
.center-child{
	position:relative;
	left:50%;
}
.redborder{
	border:1px solid #F00;
	margin:10px;
}
.whiteborder{
	border:5px solid #FFF;
	padding:10px;
	background-color:#FEE;
}
.whiteborder ul{
	margin:0 30px;
}
.whiteborder ul li{
	list-style-type:square;
	margin:7px 0;
}

.loginname{
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #093;
	margin-bottom:10px;
}
.small{
	width:40px !important;
	text-align:center;
}
#wait{
	display:none;
	clear:both;
}
.areawidth{
	width:710px;
	height:200px;
}
.width400{
	width:400px !important;
}
.matnekhabar{
	display:none;
	margin:5px 0px;
	padding:10px 30px;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
}
.emra-khabar hr{
	width:85%;
	border:none;
	border-top:1px solid #CCC;
	margin:5px auto;
}
.emra-khabar b{
	color:#0C6;
	font-weight:normal;
}
#emra-ticker{
	background: #EEE;
	padding:3px 25px 2px;
	position:absolute;
	top:10px;
	height:20px;
	overflow:hidden;
	border:1px solid #999;
	border-right:none;
	border-left:none;
	/*OPACITY*/
	width: 926px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#newsticker{
	position:absolute;
	left:5px;
	bottom:5px;
	border:3px double #6FBEFF;
	height:79px;
	width:127px;
	overflow:hidden;
}