﻿/*
' ###########################################################
'   パワーロック選定計算用 共通CSS
'                                  Create 2012.04.11 J.Ito
'                                  Modyfy ----.--.-- --------
' ###########################################################
*/

.mount_ipop {
	padding: 0;
	background-color: #cef;
	width: 790px;
	height: auto;
	border: 1px solid #aaa;
 
	/* この３行は必須 */
	position: absolute;
	display: none;
	z-index: 9999;
}



div.Debug
{
	background-color:Black;
	color:White;
	padding:5px;
}

fieldset.StdSlct
{
	width:200px;
	height:60px;
	padding:3px 0 0 10px;
}

input.TorqResult
{
	text-align:right;
	width:80px;
	height:20px;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	background-color:#ffd700;
	border:1px solid gray;
}

p.TorqResult
{
	font-weight:bold;
	font-size:16px;
	color:Red;
}

table.Strength
{
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
	border:2px solid black;
}

td.MPa
{
	background-color:#b0e0e6;
}

td.MpaHover
{
	background-color:#5050f0!important;
	color:#ff5555;
/*	color:#f0f8ff;*/
	font-weight:bold;
	cursor:pointer;
}

td.Strength
{
	padding:3px 3px 3px 3px;
	border:1px solid gray;
	empty-cells:show;
}

th.Strength
{
	padding:3px 3px 3px 3px;
	border:1px solid gray;
}

tr.RowEven
{
	background-color:#e6e6e6;
}

