input[type=submit]:hover
{
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #bbb;
}

input[type=text], input[type=number]
{
	width: 65px;
	font-size: 105%;
	margin-left: 5px;
}
@media (max-width: 650px) {
	input[type=text], input[type=number]
	{
		width: 50px;
		font-size: 100%;
	}
}
input[type=text], input[type=number], textarea
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 4px;
	text-align: center;
	border-radius: 3px;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #333;
	vertical-align: middle;
}
input[type=text]:hover, input[type=number]:hover, textarea:hover
{
	box-shadow: inset 0 0 3px rgba(51,51,51,0.65), 0 3px 6px -5px #333;
}

input[type=radio] {
	margin-left: 7px;
	margin-right: 2px;
	vertical-align: middle;
}
label {
	padding: 0px 4px 3px 0px;
	border-radius: 5px;
	cursor: pointer;
}
label:hover {
	background-color: #abc;
}


#noresonans {
	padding-top: 10px;
	text-align: center;
	color: #e04;
	font-size: 90% !important;
}


div.table div {
	font-size: 110%;
}

div > table td {
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
}

div.out
{
	font-weight: bold;
	color: #345;
}
#out_out {
	color: #e60;
}
#out_in {
	color: #27e;
}
#out_balans {
	color: #090;
	font-size: 16px;
}

em.z3 {
	display: inline-block;
	width: 3%;
	min-width: 7px;
}
em.z5 {
	display: inline-block;
	width: 5%;
}
em.z10 {
	display: inline-block;
	width: 10%;
}
em.z20 {
	display: inline-block;
	width: 20%;
}


table.fcsc {
    border-collapse: separate;
	width: 100%;
	border-spacing: 3px 0;
	empty-cells: show;
}
tr.fd_gray {
	_background: radial-gradient(ellipse at center, #cde 0%,#fff 100%);
	background-color: #f0f0e5;
}
tr.fd_yel {
	_background: radial-gradient(ellipse at center, #dde 0%,#fff 100%);
	background-color: #eef;
}
tr.fd_green {
	_background: radial-gradient(ellipse at center, #ced 0%,#fff 100%);
	background-color: #e0f5e0;
}
td b {
	color: #567;
	text-shadow: 1px 1px 0 #fff;
}

td.td_yel {
	background-color: #f1f8ef;
}


.contentShowSet, .linkShowSet, span.saveSet
{
	padding: 6px 6px 7px 6px;
	border: 1px solid #BFBFBF;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
}
.contentShowSet:hover, .linkShowSet:hover, span.saveSet:hover
{
	background-color: #def;
	background: radial-gradient(ellipse at center, #f0f9ff 0%,#bfdfff 100%);
}

.contentShowSet, .linkShowSet, span.saveSet
{
	width: auto;
	margin-left: 3px;
	text-align: center;
}
.contentShow
{
	display: none;
	margin-top: 17px;
}
.linkShow
{
	display: none;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 17px 1px 15px 2px;

	text-align: center;
	background: radial-gradient(ellipse at center, #ffffff 0%,#f5f5f5 100%);
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 3px;
}
#linkShow
{
	width: 98%;
	margin-top: 7px;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #08e;
	border: 1px solid #bcd;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 3px;
}
