b
{
	color: #093;
}
big
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #567;
}

input[type=text], input[type=submit], form select
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px 4px 3px 4px;
	border-radius: 3px;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #333;
}
input[type=text]:hover, form select:hover
{
	box-shadow: inset 0 0 3px rgba(51,51,51,0.65), 0 3px 6px -5px #333;
}
form input[type=submit]
{
	width: 170px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 7px;
	border-radius: 3px;
	cursor: pointer;

	background: #bfdfff;
	background: radial-gradient(ellipse at center, #fff 0%,#bfdfff 100%);
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #333;
	text-shadow: 1px 1px 1px #fff;
}
form input[type=submit]:hover
{
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #bbb;
}
input[type=text], form select
{
	width: 59px;
	font-size: 14px;
	color: #234;
}
input[type=checkbox], input[type=radio]
{
	vertical-align: middle;
}
input[type=text].div
{
	width: 29px;
	text-align: center;
}
input[type=text].div2
{
	width: 39px;
}
input[type=text].div3
{
	width: 21px;
	text-align: center;
}

.cell_combi
{
	width: auto;
}
.cell_combi2
{
	width: 225px;
}

tr.combi_tr
{
	display: none;
}

td.combi_1
{
	font-weight: bold;
	color: #567;
	text-align: center;
}
td.combi_2
{
	width: 450px;
}

table.combi_t
{
	width: 960px;
	margin-top: 3px;
	border-spacing: 1px 1px;
}
table.combi_t td
{
	padding: 1px;

}
td.combi_c1, td.combi_c3, td.combi_c5
{
	width: 210px;
}
td.combi_c33
{
	width: 200px;
}
td.combi_c2
{
	width: 60px;
}

table.combi_t td.focus
{
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 7px;
}
table.combi_t td.focus span
{
	color: #567;
	border-bottom: 1px dotted #567;
	cursor: pointer;
}
table.combi_t td.focus span:hover
{
	color: #234;
	border-bottom: 1px dotted #234;
}

td.combi_reactor, td.combi_coil
{
	text-align: center;
}
td.combi_coil div
{
	padding-top: 10px;
}
td.combi_cgnd
{
	text-shadow: 1px 1px 1px #fff;
	background-color: #eee;
	background: radial-gradient(ellipse at center, #fff 0%,#f0f0f6 100%);
	border-radius: 5px;
	vertical-align: middle;
}
div.combi_e
{
	margin-top: 3px;
	text-align: center;
}

div.combi_vlc
{
	margin: 7px 0 4px 2px;
	padding-top: 9px;
	text-align: left;

	line-height: 1.4;
}
div.combi_vlc div
{
	padding: 0 0 8px 0;
}

#dopdata, #combi_harm span
{
	display: none;
}
#dopdataS, #dopdataE
{
	margin: 7px 0 1px 3px;
}
#dopdataS span, #dopdataE span
{
	padding-bottom: 1px;
	border-bottom: 1px dotted #567;
	cursor: pointer;
}

#reactor
{
	text-align: center;
}

#combi_win
{
	display: none;
	position: absolute;
	width: 270px;
	height: 65px;
	opacity: 0.95;
	text-align: center;
	padding: 25px 10px 0 10px;
	font-size: 14px;
	background-color: #fff;
	z-index: 1000;
	box-shadow: inset 0 0 6px rgba(110,130,190,0.45), 0 3px 6px #fff;
	border-radius: 2px;
}

#warningMess
{
	text-align: center;
	color: #e00;
}

#contentShowSet, #linkShowSet, span.saveSet
{
	width: auto;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0 0 3px rgba(110,130,190,0.45), 0 3px 6px -5px #fff;
	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%);
}
.showSet
{
	margin-top: 15px;
	padding: 17px 0 7px 0;
	text-align: center;
	border-top: 1px dotted #789;
}
.contentShow, .linkShow
{
	display: none;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 2px 1px 15px 2px;
	border-radius: 3px;
}
.linkShow
{
	text-align: center;
	padding-top: 17px;
	background: radial-gradient(ellipse at center, #ffffff 0%,#f5f5f5 100%);
	text-shadow: 1px 1px 1px #fff;
}
.linkShow input
{
	width: 910px;
	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;
}
