.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{
	clear: both;
}
pre.scroll{
	font-size: 8pt;
	width: 100%;
	max-height: 500px;
	overflow: auto;
}
img{
	border: none;	
}
.margin{
	margin: 0 60px;
}
.no-margin{
	margin: 0 !important;
}
.button{
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	background: #e5e5e5;
	padding: 5px 10px;
	font-size: 10pt;
	border: 1px #b9b9b9 solid;
	color: #2f3436;
	cursor: pointer;
	outline: none;

	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}
	.button.progress i{
		display: inline-block;
		background: url(../images/wait.gif) no-repeat 0 50%;
		width: 25px;
		height: 11px;
	}
	.button:hover{
		background: #fbfbfb;
		color: #2f3436;
	}
	.button:active{
		color: #2f3436;
		background: #d0d0d0; /* Old browsers */
		background: -moz-linear-gradient(top,  #d0d0d0 0%, #fdfdfd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d0d0d0 0%,#fdfdfd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d0d0d0 0%,#fdfdfd 100%); /* W3C */
	}
	.button.medium{
		border-radius: 3px;
		padding: 1px 15px 2px 15px;
	}
	.button.small{
		border-radius: 2px;
		padding: 1px 6px 2px 6px;
		font-size: 8pt;
	}
	.button.grey{
		background: #e4e4e4;
		border: 1px #a8a8a8 solid;
		color: #435059;
		box-shadow: inset 0 3px 10px -10px #ffffff;
	}
        .button.disabled{
            background: rgb(245, 245, 245);
            border: 1px rgb(197, 197, 197) solid;
            color: rgb(170, 170, 170);
            cursor: default;
        }
        
        .alternative-a{
            border-bottom: 1px dashed #0d668d;
            cursor:pointer;
            color: #0d668d;
        }
        .alternative-a:hover{
            color:#1c92c3;
            border-bottom: 1px dashed #1c92c3;
        }



.spoiler > a{
	text-decoration: none;
	color: #0d668d;
	border-bottom: 1px #0d668d dashed;
}
.hidden{
	display: none;
}
.inline-block{
	display: inline-block;
}
