#console {
	display: block;
	width: 100%;
}

#console	table {
	width: 100%;
	background-image: url(../images/console_bg_header.gif);
	background-color: #c2dbf9;
	background-repeat: repeat-x;
	border: 1px solid #878787;
}

#console th	{
	font-size: 8.25pt;
	color: #0270c1;
	text-align: left;
	height: 22px;
	border-right: 1px solid #9ebbee;
	padding-left: 16px;
	padding-right: 40px;
}

#console th.information	{
	border-right: -3px;
}

#console th.switch	{
	border: 0px;
	padding-right: 6px;
	white-space: nowrap;
}

#console th a	{
	color: #0270c1;
	font-weight: normal;
	float: right;
	text-decoration: none;
	background-image: url(../images/console_btn_close.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 17px;
}

#console th a:hover	{
	text-decoration: underline;
}

#console td	
{
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	padding-left: 16px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8.25pt;
}

#console td.information	{
	border-right: -3px;
	width: 100%;
}

#console td a	{
	color: #0270c1;
}

#console td a:hover	{
	color: #6096f5;
}

#console td p	{
	margin-bottom: 10px;
	white-space: nowrap;
}

#console td.information p	{
	color: #0270c1;
	width: 220px;
	margin-bottom: 0px;
}

#console td.information span.title	{
	width: 80px;
	display: block;

}

#console td.information span.status	{
	width: 130px;
	display: block;

}

.SubDocLayer	
{
	position:absolute;
	top: 20px;
	z-index: 2;
	visibility:hidden;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	width: 200px;
	line-height: 11pt;
	text-align: left;
}

.SubDocLayer .margin	{
	padding: 10px;
}

.SubDocLayer p	{
	margin-bottom: 12px;
}

.SubDocLayer small.meta	{
	color: #999999;
}

.SubDocLayer table	{
	margin-bottom: 12px;
}

.SubDocLayer td	{
	font-size: 8.25pt;
}
