/* ---  Console--- */
div#consoleArea
{
POSITION: absolute;
TOP: 130px;
LEFT: 790px;
background-color:White;
}
div#consoleArea table{
width:200px;
font-size: 1.3em;
margin:5px 3px;
float:right;
border:2px solid green;
}

/* 自動リリース機能 2006/03/02 by 前田 */
div#ReleasedExpectedCal
{
	background-color:White;
	width:auto;
	margin-top:5px
}

/* 自動リリース機能 2006/03/02 by 前田 */
div#ReleasedExpectedCal table
{
	margin-top:5px;
	margin-left:0;
	float:none;
	font-size:small;
	border:1px solid blue !important;
}

/* 自動リリース機能 2006/03/02 by 前田 */
div#ReleasedExpectedCal #ReleaseExpectedHeader
{	
	color:White;
	background-color:#006699 !important;
	font-weight:bold;
}

/* 自動リリース機能 2006/03/02 by 前田 */

div#ReleasedExpectedCal tr
{
	background-color:mistyrose;
}

div#consoleArea td{
padding:5px;
}
/* ---  ProductTop Contents for Authoring --- */
div#levelArea
{
POSITION: absolute;
TOP: 250px;
LEFT: 300px;
}

.errorInfo
{
	width:500px;
	margin-left:30px;
	margin-bottom:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:Pink;
	font-weight:bold;
	color:Red;
}
