/* clearfix */
.cf:after,
.editDetail:after,
.tree li:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.cf,
.editDetail,
.tree li { *display: inline-block; }

/* Hides from IE-mac \*/
* html .cf,
* html .editDetail,
* html .tree li { height: 1%; }

.cf,
.editDetail,
.tree li { display: block; }
/* End hide from IE-mac */

html body, td
{
	font-family:Arial, Sans-Serif;
	font-size:12px;
    color:#333333;
    overflow:auto;
    margin:0;
	padding:0;
}
a
{
	color:#333333;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border:none;
}
a img
{
	vertical-align:middle;
	text-decoration:none;
}
h1
{
	margin:4px 0;
	font-size:1.5em;
}
h2
{
	border-top:solid 1px silver;
	margin:5px 0;
	padding-top:5px;
	font-size:1.2em;
	width:95%;
}
td
{
	vertical-align:top;
}

/* toolbar */
.toolbar
{
    min-width:640px;
}


fieldset
{
	margin-bottom:10px;
}
.toolbar .command img
{
	position:relative;
	top:-2px;
}
.toolbar .command[disabled=disabled]
{
	color:Gray;
	opacity:.5;
}

.commandOptions 
{
	float:left;
}
.toolbar .rightAligned
{
	float:right;
}

/* button/option drop down */
.commandOptions
{
	position:relative;
}
.commandOptions .optionGroup
{
	padding:0 1px;
	position:absolute;
	background-color:#fff;
	border:solid 1px #DEDAD7;
	top:-1px;
	left:-2px;
	z-index:99;
}
.closed .optionGroup
{
	top:-9999px;
	left:-9999px;
}