/**
 * Editor
 */

.editor
{
	font-family: Arial, Sans-Serif;
	margin: 0px;
}

.editor th
{
	background-color: #B3B1C7;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
}

.editor td
{
	color: black;
	font-size: 9pt;
}

.editor .input
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	width: 100%;
}

.editor .input_small
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	width: 50px;
}

.editor .input_medium
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	width: 100px;
}

.editor .button
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	width: 96px;
}

.editor .button_small
{
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	width: 76px;
}

.editor .client-tab-strip-body
{
	width: 650px;
	height: 300px;
}

.editor .client-tab-strip-body table
{
	width: 100%;
}

.editor .error
{
	color: red;
	font-weight: bold;
}

.editor .tip
{
	border: 1px solid black;
	margin-left: 5px;
	padding: 2px;
	width: 175px;
	height: 280px;
	background-color: #C0C0FF;
}

/**
 * Client-side tab strip
 */

.client-tab-strip-edging
{
	border-bottom: 2px solid #888888;
	width: 50%;
}

.client-tab-strip-tab
{
	border-top: 2px solid #888888;
	border-left: 2px solid #888888;
	border-right: 2px solid black;
	border-bottom: 2px solid #888888;
	background-color: #CCCCCC;
	padding: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	cursor: pointer;
	z-index: 2;
}

.client-tab-strip-body
{
	border-left: 2px solid #888888;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #CCCCCC;
	padding: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	z-index: 1;
}

/**
 * Forum
 */

.forum
{
	width: 100%;
}

.forum th
{
	padding: 1px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
}

.forum td
{
	padding: 1px;
	font-size: 8pt;
}

.forum td td
{
	border: 0px;
	border-collapse: collapse;
}

.forum td a
{
	color: black;
}

.forum td form
{
	margin: 0px;
}

.forum .odd
{
	font-size: 8pt;
	color: black;
	background-color: white;
}

.forum .even
{
	font-size: 8pt;
	color: black;
	background-color: #FFFFEE;
}