/* 
*	Stylesheet voor de FP Editor
*	Deze kan aangepast worden om de look & feel
*	van de editor aan de client aan te passen.
*
***************************************************/

.fpEditor_table
{
	font-family: arial;
	font-size: 11px;
	color: #0093d0;
}

.fpEditor_td
{
	font-family: arial;
	font-size: 11px;
	color: #333;
	border-bottom: 1px solid #c6dfed;
	text-transform: capitalize;
}

.fpEditor_td #titel
{
	width: 300px;
}

.fpEditor_td #multi_bijlages
{
	width: 445px;
}



.fpEditor_td strong
{
	font-family: arial;
	font-size: 11px;
	color: #0093d0;
}

.fpToolbar_table
{
	width: 85px;
	height: 27px;
}

.fpToolbar_table td
{
	text-align: center;
}

.fpToolbar_table td img
{
	margin-left: 5px;
	margin-right: 5px;
}