@charset "utf-8";
html{
	margin:0;
	padding:0;
	height:90%;
}

a {outline:0 none;}

body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#cbd7e0;
	width:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}

form{
	margin:0;padding:0;	
}

img{
	border:none;	
}

p{
	margin:10 0 20px 0;
}

#nofuter {
	min-height:100%;
}

#footer {
	height:20px;
	text-align:center;
	clear:both; 
}


#contentblock{
	padding:0 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header{
	height:42px;
	padding:0px;
	margin-bottom:0px;
}

h1{
	padding:0;
		font-weight:bold;
	font-size:16px;
}

#piclist{
	margin-right:500px;
	position:relative;
}

.piclist{
	margin:20px 0;
}

.piclist p{
	margin: 0px;
	margin-bottom:5px;
	background:#f8fFfF;
}

.piclist input{
	width:100%;
background:#f8fFfF;
	}

#calk{
	width:500px;
	float:right;
}

#calk form{
	margin-left:100px;
	padding:20px;
	background-color:#eee;
}

body {background:#E8EFEF; font:normal 11pt/16px Arial, sans-serif; color:#192B40; margin:5px 0; padding:0;}
input,textarea {background:#f8fFfF;}
input:hover,textarea:hover {background:#e8eFeF;}
.wrapper {width:1004px; min-width:988px; margin:0 auto 0 auto;}
.menu {border:1px solid #8DAEC6; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:100%; margin:0; padding:0;}
.menu ul {height:42px; list-style:none; margin:0 2px; padding:0; display:inline; width:600px;}
.menu li {background:#A0BBCF; border:2px solid #E8EFEF; float:left; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:2px 10px; margin:3px 2px 2px 2px;}
.menu li:hover {border:2px solid #79a0c1;}
.menu li a {line-height:28px; text-decoration:none; color:#192B40;}
.menu li a:hover {color:#25364A;}
.menu .popup {display:inline; width:300px;}
.menu .popup li {float:right;}
.main {margin: 10px 0 5px 0; border:2px solid #F2F8F5; background:#FAFBFC; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:100%;}
.contentblock {margin:10px; text-align:center;clear:both;}/**/

.rounded {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #A0BBCF;}
.padded {padding:5px;}
.clearfix {clear:both;}
.topblock {clear:both;}
#window
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(http://ipic.su/html/popup/images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(http://ipic.su/html/popup/images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(http://ipic.su/html/popup/images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(http://ipic.su/html/popup/images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}


@keyframes discord {
	0% {height:70px; width:250px;}
	 100% {height:500px;width:350px;}
}
@keyframes discord-c {
	0% {height:500px;width:350px;}
    100% {height:70px; width:250px;}
}
.discord {
	animation-name: discord-c;
	animation-duration: 2s;
	animation-play-state: pause;
	float:left;
    height:70px;
	width:250px;
   
	
}

.discord:hover {
	height:500px;
	width:350px;
	float:left;
	animation-name: discord;
	animation-duration: 2s;
	animation-play-state: pause;
}
	