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: 110px;
	font-size: 110%;
}
@media (max-width: 600px) {
	input[type=text], input[type=number]
	{
		width: 80px;
	}
}
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;
	vertical-align: middle;
}

code {
	font-style: oblique;
	font-size: 110%;
}

#noresonans {
	padding-top: 10px;
	text-align: center;
	color: #e04;
	font-size: 90% !important;
}

div.RCRL_cell
{
	width: 220px;
}
@media (max-width: 600px) {
	div.RCRL_cell
	{
		width: 180px;
	}
}

div.table div {
	font-size: 110%;
}

div.out
{
	font-weight: bold;
	color: #345;
}
#out_out {
	color: #e60;
}
#out_in {
	color: #27e;
}
#out_balans {
	color: #090;
	font-size: 16px;
}


.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;
}
