/* Special Wiki CSS*/
/* Titleline */
.ce-ttl
{
font-size:		13px;
font-family:		verdana;
font-weight:		bold;
text-decoration:	underline;
}

/* Version Number Line */
.ce-ver
{
font-size:		10px;
font-family:		verdana;
}
.ce-ver:before
{
content:		"current version: ";
}

/* Text Fields */
.ce-txt
{
padding:		10px;
}

/* Category Frame */
.ce-cat 
{
border:			1px #C0C0C0 dotted;
margin:			5px;
}

/* Category Titleline */
.ce-cat-ttl
{
background-color:	#C0C0C0;
padding:		2px;
font-weight:		bold;
}

/* Category Content Field */
.ce-cat-txt
{
padding:		5px;
}
