@charset "utf-8";

.upload{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.upload input{
	border-radius:15px;
	border:2px solid #339 inset;
	width:250px;
}

.upload textarea{
	border-radius:15px;
	border:2px solid #339 inset;
	min-width:200px;
	min-height:300px;
	max-width:250px;
	max-height:300px;
}

.upload table td{
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	text-shadow:0px 0px 3px #FFF;
}

.login table{
	margin:0 auto;
}
.login input{
	border-radius:15px;
	border:2px solid #339 inset;
	width:200px;
	margin:15px;
	padding:2px 10px;
	color:#003399;
	text-shadow:1px 1px 1px #777;
}

/*------------------*/
.gallery {
	font-size:12px;
	border:none;
	position:relative;	
	background: black;
	width: 850px;
	
}

.gallery ul {
	list-style: none;
}

.gallery ul li {
	width: 140px;	
	list-style: none;
	float: right;
}

.wrapper {
clear:both;
width: 850px;
height: 20px;
}

.gallery_tr:hover{
	/* 
	background-color:rgba(255,255,255,0.4);
	cursor:default;
	*/
}
.gallery td{
	border:none;
	padding:25px 15px;
	
}
.gallery_first_row{
	background-color:rgba(255,0,0,0.6);
	cursor:default;
}
.gallery_first_row:hover{
	background-color:rgba(255,0,0,0.6);
	cursor:default;
}

.gallery a{
	text-decoration:none;
	color:#CC0000;
}

.gallery a:hover{
	text-decoration:none;
	color:#009;
	text-shadow:1px 1px 0px #FFF ,-1px -1px 0px #FFF;
	background:#CCFF00;
	border-radius:25px;
	cursor:pointer;
}

.gallery_tmb{
	border-radius:15px;
	box-shadow:3px 3px 6px #222266;
	border:5px solid rgba(255,255,255,0);
	cursor:pointer;
	
}

.gallery_tmb:hover{
	border-radius:15px;
	box-shadow:3px 3px 6px #222266;
	border:5px solid rgba(255,255,255,0.5);
	
}

.gallery_div{
	width:500px;
	border:3px solid #606;
	display:block;
	position:relative;
}

/* Menu--------------------------------------------------------*/
.gallery_menu {
	width: 650px;
	height:45px;
	margin: 0 auto;
}
.gallery_menu ul{
	list-style: none;
	margin: 0 auto;
	position: relative;
	width: 350px;
}
.gallery_menu  ul li{
	float: right;
	text-decoration: none;
	margin: 5px;
	font-family: Koodak,Tahoma;
}
.gallery_menu ul li a {
	text-decoration: none;
	color: #333;
	font-family: Koodak,Tahoma;
	padding: 1px 15px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
	cursor: pointer;
	color: #e2c0ee;
	background-color: #f6e312;
	border: 1px solid #2c294a;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#06213c', endColorstr='#053260');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #053260), color-stop(100%, #06213c));
	background-image: -webkit-linear-gradient(top, #053260 0%,#06213c 100%);
	background-image: -moz-linear-gradient(top, #053260 0%,#06213c 100%);
	background-image: -o-linear-gradient(top, #053260 0%,#06213c 100%);
	background-image: linear-gradient(top, #053260 0%,#06213c 100%);
	
}

.gallery_menu ul li a:HOVER,
.gallery_menu ul li a.selected{
	background-image:none;
	color:white;
	border-color:white;
	background-color: #053260;

}

/* END Menu--------------------------------------------------------*/

/* user-profile--------------------------------------------------------*/
.user-profile{
	width: 240px;
	display: block;
}
.user-profile img {
	float: right;
	max-width: 100px;
	max-height: 100px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
    border-radius:10px;
    box-shadow :3px 3px 6px black;
    margin: 3px 3px 3px 7px;  
}

.user-profile div {
	text-align:justify;
}

/* END user-profile--------------------------------------------------------*/


#tabs{
	background:rgba(255,255,255,.5);
	border-radius:10px;
	box-shadow:0px 0px 20px #306;
	direction:rtl;
}


#tabs ul li{
	direction:rtl;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:5px;
}

#tabs ul li a{

}
#tabs ul li a:focus{
	color:#3333FF;
	text-shadow:2px 2px 2px #888;
}


#tabs p {
	direction:rtl;
	text-justify:auto;
	text-align:justify;
}

