body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
	direction: rtl;
}

body{
	/* Setting default text color, background and a font stack */
	color:#fff;
	font-size:0.825em;
	background: #fcfcfc;
	font-family:Tahoma;
	direction: rtl;
}

#menu{
text-decoration:none;
width: auto;
height: 33px;
}

#menu a:hover{
background:url("img/menu.png") center;
text-decoration:none;
width: auto;
height: 33px;
}

#file-manager{
	background-color:#EEE;
	border:1px solid #DDD;
	margin:0 830px 40px 0;
	width:400px;
	margin-top: -144px;
	
	
}


ul.manager li{
	background:url("img/bg_gradient.gif") repeat-x center bottom #F5F5F5;
	border:1px solid #DDD;
	border-top-color:#FFF;
	list-style:none;
	position:relative;
}

ul.manager li a{
	display:block;
	padding:8px;
}

ul.manager li a:hover .download-label{
	/* When a list is hovered over, show the download green text inside it: */
	display:block;
}

span.download-label{
	background-color:#64B126;
	border:1px solid #4E9416;
	color:white;
	font-size:12px;
	padding:2px 4px;
	position:absolute;
	left:8px;
	text-decoration:none;
	text-shadow:0 0 1px #315D0D;
	top:6px;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

span.download-count{
	color:#999;
	font-size:10px;
	padding:3px 5px;
	position:absolute;
	text-decoration:none;
}

/* The styles below are only necessary for the demo page */

h1{
	background:#f0f0f0;
	border-bottom:1px solid #eaeaea;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	background:#1b1919;
	border-top:5px solid #feff35;
	width:100%;
	z-index:15;
}

h1,h2,p.tutInfo{
	font-family:Tahoma;
}
