/* Report styles: */

.embed-box
{
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*
.embed-box:before
{
	content: url(http://www.dejal.com/images/box-top.png);
	margin-left: -11px;
	margin-top: -13px;
	float: left;
	height: 10px;
	width: 250px;
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}

.embed-box:after
{
	content: url(http://www.dejal.com/images/box-bottom.png);
	margin-left: -11px;
	margin-top: -10px;
	height: 10px;
	width: 250px;
	display: block;
	
	border-left: 0px;
	border-right: 0px;
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}
*/

.row-heading
{
	background: #cccccc;
}

.row-changed
{
	color: #006600;
	background: #dbe9d7;
}

.row-failed
{
	color: #990000;
	background: #ffede0;
}

.col-prompt
{
	text-align: right;
}

.col-date
{
	text-align: left;
}

.col-icon
{
	text-align: center;
}

.failure-error
{
	font-style: italic;
	text-align: right;
}

.generated
{
	color: gray;
	font-style: italic;
	font-size: 9pt;
}

