﻿.oneEmAbove
{
	margin-top: 1em;
}

.oneEmBelow{ margin-bottom: 1em; }

.centerBlock{
	display: block;
	margin: 0 auto;
}

.indentBlock{
	margin-left: 2em;
}

.bold{
	font-weight: bold;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}


/***** Designer Styles *******/

.dxheading{
	color: #555555;
	font-weight: bold;
}

.dxlinklist{
	list-style-type: none;
	border-left: 4px solid #999;
	padding: 0;
}

.dxlinklist li{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	width: 200px;
	padding: 0;
	margin: 0;
}

.dxlinklist li.last{
	border-bottom: 1px solid #999;
}

.dxlinklist li a{
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
}

.dxlinklist li.subitem a{
	padding-left: 2em;
}

.dxlinklist li.sub2item a{
	padding-left: 3em;
}

.dxlinklist li a:hover{
	background: #eee;
}

.dxlist li{
	padding-bottom: 1em;
}

	ul.dxlist ul{
	padding-top: 1em;
	padding-left: 1em;
	}
	ul.dxlist li ul li:last{
	 padding-bottom: 0;
	 margin-bottom: 0;}

.pxsubtask{
	border: 1px solid #999;
	background: #eee;
	padding: 1em;
}

.pxsubtitle{
	padding: 0;
	margin: 0;
	margin-top: 2em;
	font-weight: bold;
	border: 1px solid #999;
	border-bottom: none;
	background: #fff;
	width: 200px;
}

.pxsubtitle p{
	padding: 5px 0 8px 5px;
    margin-bottom: 0;
}

.pxsubdesc{
	margin-left: 2em;
	padding-bottom: 1em;
}

.pxenabled, .pxexecute, .pxparameters{
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid;
	padding: 4px;
	width: 200px;
	/*background: #ccccff;*/
}

.pxexecute{
	border-color: green;
}
.pxenabled{
	border-color: blue;
}

.pxparameters{
	border-color: purple;
}

.enabledtext, .executetext, .parametertext{
	margin-left: 2em;
	padding-bottom: 1em;
}

.enabledtext ul, .executetext ul, .parametertext ul, .enabledtext ol, .executetext ol, .parametertext ol{
	margin: 0;
	padding: 0;
	padding-left: 2em;
}

.enabledtext ul li, .executetext ul li, .parametertext ul li, .enabledtext ol li, .executetext ol li, .parametertext ol li{
	padding: 2px 0;
}
