
.op
{
}


.oplist
{
	width:100%;
}

.oplist table
{
	width:100%;
	border:0;
	border-collapse:collapse;
}


.oplist th
{
	background-color:#d0d0ff;
	text-align:left;
	

}
.oplist td
{
	border:0;
}

.oplist td.right
{
	text-align:right;
}

.opadd
{
}

.opadd textarea
{
	background-color:white;
	width:100%;
	height:30em;
	border:1px solid green;
}

.optabs
{
	width:100%;
}

.optabs table
{
	border-collapse:collapse;
	width:100%;
}

.optabs th
{
	background-color:#d0d0ff;
	width:33.3%;
}

.optabs td
{
	width:33.3%;
	background-color:#f0f0f0;
	/*background-color:red;*/
	text-align:center;
}

.opview
{
}

.opview hr
{
	margin-top:1em;
	height:2px;
}

.opview form
{
	border:0;
	padding:0;

}

