@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;
}

/*------------------*/
.admin_view {
	font-size:12px;
	background: red;
}

.admin_view div.tmb_view ul{
	list-style: none;	
}

.admin_view div.tmb_view ul li{
	float: right;
	width: 130px;
	border: 2px solid white;
	box-shadow : 5px 5px 5px #000;
	margin: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	opacity: 0.3;	
}

.admin_view div.tmb_view ul li img{
	box-shadow : 5px 5px 5px #333;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	max-width: 120px;
	max-height: 120px;
	overflow: hidden;
}

.admin_view div.tmb_view ul li p{
	display: block;	
	background: white;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	width: 90%;
	height:35px;
	overflow : hidden;
	text-align:center;
	vertical-align:middle;	
	margin: 7px auto;
}
.admin_view div.tmb_view ul li span{
	display:block;
	position: absolute;
	margin-top: -170px;
	margin-right: 0px;
	font-weight: bold;
	color: #fff;
	width: 30px;
	height: 30px;
	display: none;
}
.admin_view div.tmb_view ul li span a{
	font: bold 18px/1 "Times New Roman", Times, serif;
	cursor:default;
	width: 30px;
	height: 30px;
	opacity:0.5;
}
.admin_view div.tmb_view ul li span a img,
.admin_view div.tmb_view ul li span a:HOVER{
	box-shadow : none;
	border:none;
	background: none;
	cursor:pointer;
}

.admin_view div.tmb_view ul li span a:HOVER{
	opacity : 1;
}
.admin_view div.tmb_view ul li:HOVER span{
	display: block;
}

.admin_view div.tmb_view ul li:HOVER ,
.admin_view div.tmb_view ul li:HOVER img,
.admin_view div.tmb_view ul li:HOVER p{
	opacity:1;
	-moz-transition: all 0.4s ease-out;  /* FF4+ */
	-ms-transition: all 0.4s ease-out;  /* IE10? */
	-o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
	transition: all 0.4s ease-out;
}
.admin_view div.tmb_view ul li:HOVER p{
	background-color: yellow;
}

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

.admin_view a:hover{
	text-decoration:none;
	color:#009;
	text-shadow:1px 1px 0px #FFF ,-1px -1px 0px #FFF;
	background:#CCFF00;
	border-radius:25px;
	cursor:pointer;
}
.wrapper {
clear:both;
width: 850px;
height: 20px;
}

/*----------------------------------------------------------------------*/
.normal {
	direction:rtl;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	
}
.normal  input,
.normal  textarea {   
        padding: 9px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
      	background: -moz-linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,255,.3) 100%);
		background: -webkit-linear-gradient(-90deg ,rgba(255,255,255,.8) 0%,rgba(E,E,E,.3) 100%);
		background: -o-linear-gradient(-90deg ,rgba(255,255,255,.8) 0%,rgba(E,E,E,.3) 100%);
		background: linear-gradient(-90deg ,rgba(255,255,255,.8) 0%,rgba(E,E,E,.3) 100%);
		background: -ms-linear-gradient(-90deg ,rgba(255,255,255,.8) 0%,rgba(E,E,E,.3) 100%);
		box-shadow: 0px 0px 8px rgba(0,0,0, 0.7)  ;  
		border-radius:7px;
		margin : 10px;
		display: block;
		clear: both;
        }  
      
.normal p  textarea {   
        width: 400px;  
        max-width: 400px;  
        height: 150px;  
        line-height: 150%;  
		left:0;
        }  
      
.normal    input:hover, textarea:hover,  
		   input:focus, textarea:focus {   
        border-color: red;   
       	background: -moz-linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,150,.3) 100%);
		background: -webkit-linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,150,.3) 100%);
		background: -o-linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,150,.3) 100%);
		background: linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,150,.3) 100%);
		background: -ms-linear-gradient(90deg ,rgba(255,255,255,.8) 0%,rgba(255,255,150,.3) 100%);
		
		  
        }  
      
.normal label {   
        margin:0 10px;   
		text-align:right;
        color: #FFF;   
		text-shadow:-1px 1px 3px #609;
		direction: rtl;
		font-family: Titr,Tahoma;
		float: right;
		
        }  
      
.submit input {  
    padding: 5px 15px;  
    background: -moz-linear-gradient(top, #053260 0%,#06213c 100%);
	background: -webkit-linear-gradient(top, #053260 0%,#06213c 100%);
	background: -o-linear-gradient(top, #053260 0%,#06213c 100%);
	background: linear-gradient(top, #053260 0%,#06213c 100%);
	background: -ms-linear-gradient(top, #053260 0%,#06213c 100%);   
    border:1px solid #617798;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
    border-radius:10px;  
	cursor:pointer;
	font:14px titr,"Tahoma";
	text-shadow: 1px 1px 1px black,	-1px -1px 1px black, -1px 1px 1px black,	1px -1px 1px black; 
	cursor:pointer;
}  
.submit input:hover {  
	background: #06213c;
	border:1px solid white;
	text-shadow: 1px 1px 1px red,	-1px -1px 1px red, -1px 1px 1px red,	1px -1px 1px red;
}

/* edit Form--------------------------------------------------------*/
.editform{
	min-height: 100px;
	width:400px;
	direction: rtl;
	float: right;
	text-align: right;
	font:14px koodak,"Tahoma";
}

.editform fieldset{
	border: none;
	}
	
.editform input[type="submit"],
.editform input[type="button"],
.button, 
.button:FOCUS {
    width: auto;  
    padding: 9px 15px;  
    background: #617722;  
    border:1px solid #617798;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
    border-radius:10px;  
	cursor:pointer;
	font:14px titr,"Tahoma";
	text-shadow: 1px 1px 1px black,	-1px -1px 1px black, -1px 1px 1px black,	1px -1px 1px black;
}  
.editform input[type="submit"]:HOVER,
.editform input[type="button"]:HOVER,
.button:HOVER{  
	background: #617798;
	border:1px solid red;
	color: yellow;
	text-shadow: 1px 1px 1px red,	-1px -1px 1px red, -1px 1px 1px red,	1px -1px 1px red;
}

.image{
	float: left;
	width: 400px;
	font-family: titr,"tahoma";
}
.image img{
	display: inline-block;
	max-width: 400px;
	max-height:500px;
	z-index: 999;
}
.image .tmb{
	max-width: 	150px;
	max-height:	150px;
	z-index: 999;
}
.tmbDiv{
	width: 	200px;
	height:	200px;
	display: inline;
}
.float_r{
	float: right;
}

.editform input,textarea,select{
	display: block;
	font:14px koodak,"Tahoma";
	background: white;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin:7px 5px;  
	direction: rtl;
	clear: right;
	color: blue;	
}
.editform textarea{
	line-height: normal;
	font-size: 14px;
	text-align: right;
	padding: 3px;
}

.editform label{
	height: 25px;
	font:14px titr,"Tahoma";
	margin: 10px 10px 0 0;
	text-align: right;
	direction: rtl;
	float: right;
}
.text {
	background: white;
	border: 1px solid #555;
	box-shadow : none;
}

.text:hover  {
	background: yellow;
	border: 1px solid red;
}

.text:FOCUS {
	background: #DDD;
	border: 1px solid blue;
}

.editform input.getsize{
	display: inline;
	width: 45px;
}
.w100{
	width: 100px;
}

/* end edit Form--------------------------------------------------------*/





/* login Form--------------------------------------------------------*/
.loginform{
	min-height: 100px;
	width:300px;
	direction: rtl;
	float: right;
	text-align: right;
	font:14px koodak,"Tahoma";
	margin: 0 auto;
}
.loginform input[type="submit"]{
    display: block;
    padding: 3px 25px;  
    background: -moz-linear-gradient(top, #053260 0%,#06213c 100%);
	background: -webkit-linear-gradient(top, #053260 0%,#06213c 100%);
	background: -o-linear-gradient(top, #053260 0%,#06213c 100%);
	background: linear-gradient(top, #053260 0%,#06213c 100%);
	background: -ms-linear-gradient(top, #053260 0%,#06213c 100%); 
    border:1px solid #617798;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
    border-radius:10px;
    margin:15px auto;   
	cursor:pointer;
	font:14px titr,"Tahoma";
	text-shadow: 1px 1px 1px black,	-1px -1px 1px black, -1px 1px 1px black,	1px -1px 1px black;
}  
.loginform input[type="submit"]:HOVER{  
	background: #06213c;
	border:1px solid white;
	color: yellow;
	text-shadow: 1px 1px 1px red,	-1px -1px 1px red, -1px 1px 1px red,	1px -1px 1px red;
}

.loginform input[type="text"],
.loginform input[type="password"]{
	display: block;
	font:14px koodak,"Tahoma";
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:7px auto;  
	direction: rtl;
	clear: right;
	color: blue;
	text-align: center;
	border: solid 1px #E5E5E5;  
    outline: 0;  
	background: -moz-linear-gradient(top, #FCF 0%,#CFC 100%);
	background: -webkit-linear-gradient(top, #FCF 0%,#CFC 100%);
	background: -o-linear-gradient(top, #FCF 0%,#CFC 100%);
	background: linear-gradient(top, #FCF 0%,#CFC 100%);
	background: -ms-linear-gradient(top, #FCF 0%,#CFC 100%);
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.7)  ;
}


.loginform label{
	height: 25px;
	font:14px titr,"Tahoma";
	margin: 10px 10px 0 0;
	text-align: right;
	direction: rtl;
	float: right;
}

.loginform div.err{
	font-family: Tahoma;
	font-size:13px;
	color: red;	
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
/* end login Form--------------------------------------------------------*/



/* Menu--------------------------------------------------------*/
.form_menu{
	width: 650px;
	height:45px;
	margin: 0 auto;
}
.form_menu ul{
	list-style: none;
	margin: 0 auto;
	position: relative;	
}
.form_menu ul li{
	float: right;
	text-decoration: none;
	margin: 5px;
	font-family: Koodak,Tahoma;
}
.form_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%);
	
}

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

}

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

/*	grid----------------------------------------------------------------------*/
.grid{
	border:none;
}

.grid th {
	background-color: #033c73;
	color: #FFF;
	height: 30px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius:5px;
 	padding: 0 5px;
 	font-weight: lighter;
}
.grid td{
	background-color: #cdf;
	color: #000;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius:5px;
	border:1px solid #033c73;
 	padding: 0 5px;
 	font-weight: lighter;
}

/*	END grid ----------------------------------------------------------------------*/





/*-------------- w & h ------------------*/
.wrapper {
clear:both;
width: 850px;
height: 20px;
}

.h50 {	height: 50px;}
.h100{	height: 100px;}
.h200{	height: 200px;}
.h300{	height: 300px;}
.h400{	height: 400px;}
.h500{	height: 500px;}
.h600{	height: 600px;}
.h700{	height: 700px;}
.h800{	height: 800px;}
.h900{	height: 900px;}

.minh50	{	min-height: 50px;}
.minh100{	min-height: 100px;}
.minh200{	min-height: 200px;}
.minh300{	min-height: 300px;}
.minh400{	min-height: 400px;}
.minh500{	min-height: 500px;}
.minh600{	min-height: 600px;}
.minh700{	min-height: 700px;}
.minh800{	min-height: 800px;}
.minh900{	min-height: 900px;}


.maxh50	{	max-height: 50px;}
.maxh100{	max-height: 100px;}
.maxh200{	max-height: 200px;}
.maxh300{	max-height: 300px;}
.maxh400{	max-height: 400px;}
.maxh500{	max-height: 500px;}
.maxh600{	max-height: 600px;}
.maxh700{	max-height: 700px;}
.maxh800{	max-height: 800px;}
.maxh900{	max-height: 900px;}



.w50 {	width: 50px;}
.w100{	width: 100px;}
.w200{	width: 200px;}
.w300{	width: 300px;}
.w400{	width: 400px;}
.w500{	width: 500px;}
.w600{	width: 600px;}
.w700{	width: 700px;}
.w800{	width: 800px;}
.w900{	width: 900px;}

.minw50	{	min-width: 50px;}
.minw100{	min-width: 100px;}
.minw200{	min-width: 200px;}
.minw300{	min-width: 300px;}
.minw400{	min-width: 400px;}
.minw500{	min-width: 500px;}
.minw600{	min-width: 600px;}
.minw700{	min-width: 700px;}
.minw800{	min-width: 800px;}
.minw900{	min-width: 900px;}

.maxw50 {	max-width: 50px;}
.maxw100{	max-width: 100px;}
.maxw200{	max-width: 200px;}
.maxw300{	max-width: 300px;}
.maxw400{	max-width: 400px;}
.maxw500{	max-width: 500px;}
.maxw600{	max-width: 600px;}
.maxw700{	max-width: 700px;}
.maxw800{	max-width: 800px;}
.maxw900{	max-width: 900px;}




