/*
   +++++++++++++++++++
   + Kama_easy_admin +
   +++++++++++++++++++
*/
 
/* Обязательные стили
----------------------------------------- */
/* Меню */
#kea_admin { position:fixed; left:0px; /* top меняется */
height:152px; /* width меняется */
z-index:2000;
}
#kea_admin .kea_admin {display:none; float:left;}
#kea_admin:hover .kea_admin, 
#kea_admin .kea_admin:hover {display:block;}

/* логин форма */
#kea_login {position:fixed; left:0px; top:0px;
cursor:pointer;
z-index:2000;
}
#kea_login_form {display:none;
position:fixed;
z-index:2100;
}




/* Меню
----------------------------------------- */
#kea_admin {
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-top-right-radius:15px;
	-khtml-border-bottom-right-radius:15px;
	border-radius:0 15px 15px 0;
opacity: 0.3; /* filter:alpha(opacity=30); IE гонит с фильтром */
background:#058FE2; /* цвет надписи "ВХОД" */
}
#kea_admin:hover { 
opacity:1;
background:#B3E2FD; /* цвет надписи "ВХОД" */
}
#kea_admin b {display:block; position:absolute; top:0px; right:0px; float:left; width:10px;
 color:#fff; margin:15px 5px; line-height:12px; opacity:1;
}

#kea_admin .kea_admin {
margin:0; margin-left:100%; padding:0;
border:1px solid #D0D0D0;
background:#eee;
}
#kea_admin .kea_admin li {margin:0; padding:0;
list-style:none; white-space:nowrap;
border-bottom:1px dotted #ccc; border-top:1px dotted #fff;
}
#kea_admin .kea_admin li a {display:block; line-height:20px; padding:0 7px; margin:0px; text-align:left; font-size:13px; text-decoration:none; color:#333;}
#kea_admin .kea_admin li a:hover {
background:#eee; text-decoration:underline;
	-moz-box-shadow:	inset 0 -5px 10px -2px #ccc, inset 0 10px 10px -1px #fff;
	-webkit-box-shadow:	inset 0 -5px 10px -2px #ccc, inset 0 10px 10px -1px #fff;
	-khtml-box-shadow:	inset 0 -5px 10px -2px #ccc, inset 0 10px 10px -1px #fff;
	box-shadow:			inset 0 -5px 10px -2px #ccc, inset 0 10px 10px -1px #fff;
}
#kea_admin .kea_admin hr { margin:0px; padding:0px; width:auto; height:3px!important; border:0px; background:#BFBFBF; }




/* Логин форма 
--------------------------------*/
#kea_login { min-height:40px; min-width:40px; }
#kea_login b { display:block; width:10px; line-height:10px!important; text-transform:uppercase;
margin:5px 10px;
font:normal 10px Tahoma;
opacity: 0.3; filter:alpha(opacity=30);
}
#kea_login:hover b {opacity: 1; filter:alpha(opacity=100);}

#kea_login_form  form { 
background:#fff;
padding:30px 10px 10px;
color:#333;
border:1px solid #BABABA;
text-shadow:1px 1px 2px #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px;
	 border-radius: 15px;

	 box-shadow:		0 0 20px #999, inset 200px 0 100px -50px #F2F2F2; 
	-moz-box-shadow:	0 0 20px #999, inset 200px 0 100px -50px #F2F2F2; 
	-webkit-box-shadow:	0 0 20px #999; 
	-khtml-box-shadow:	0 0 20px #999;
}
#kea_login_form  p {text-align:left; font-size:14px; margin:0 20px;}
#kea_login_form  a {color:#005BAA; font-size:13px; }
 
#kea_login_form  .kea_login_close { 
position:absolute; top:7px; right:10px; 
width:24px; height:24px;  
cursor:pointer;
font:bold 25px "Times New Roman", Tahoma, Arial;
color:#FFB2B1; 							/* цвет кнопки Х "закрыть" */
}
#kea_login_form  .kea_login_close:hover {
color:#F00;
text-shadow:0 0 3px #0060B5;
}

#kea_login_form  p.submit { text-align:right; margin:10px 0; }
#kea_submit {
padding:3px 10px;
border:0px; 
color:#fff;
font:bold 14px tahoma;
cursor:pointer;
text-shadow:-1px -1px 0 #222;
background:#3E769E;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px;
	/* border-radius:10px; */ /* А то Опера 10+ гонит */

	-moz-box-shadow:	inset 0 10px 15px -10px #fff, inset 0 -10px 15px -10px #333;
	-webkit-box-shadow:	inset 0 10px 15px -10px #fff, inset 0 -10px 15px -10px #333;
	-khtml-box-shadow:	inset 0 10px 15px -10px #fff, inset 0 -10px 15px -10px #333;
	box-shadow:			inset 0 10px 15px -10px #fff, inset 0 -10px 15px -10px #333;
}
#kea_submit:hover {background:#195C8C;}

input#user_login, input#user_pass {width:250px; height:30px; line-height:30px; font-size:20px; margin-bottom:10px; 
background:#FBFBFB; border:1px solid #D0D0D0; }

