/* Container For Filter Controls */
#dialogContainer #filterDiv
{
	background-color: #F0F0F0;
	border: 0pt none;
	height: auto;
	width: 100%;			
	background-color: #F0F0F0;
	font-size: 12px;
	overflow: visible;
	position: relative;
}

.filterBody
{
	margin-top: -2px;
}

#dialogContainer #filterDiv table tr td
{
	padding: 1px 0px 1px 10px;
}
#filterDiv #extJsTreeCell table tr td
{
	padding: 0px 5px 0px 0px;
}
#dialogContainer #filterDiv #ownerNames
{
	margin-top: 1px;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 500px;
	color: #27527D;
	line-height: 9px;
}
/* Text Box Associated With "Subsite Scope" Tree Popup */
#selectedNodeTextContainer
{
	width: 289px;
}

/* "Subsite Scope" Tree Popup */
#subsiteSelect 
{
	width: 314px;
}

/* Date Restriction Selection Lists */
#dateFilter
{
	margin-left: 5px;
}

#dateFilterType
{
	float: left;
}

/* Search Criteria Text Box */
.textwidth 
{
	width: 312px;
}

#filterButton
{
	margin-right: 10px;
	margin-top: 5px;
}

.tool
{
	margin-right: 5px
}

#searchType, 
#typeFilter
{
	margin-left: 5px;
}

#ownerFilter
{
	width: 315px;
}

.firstCell
{
	text-align: right;
	width: 150px;
}

.secondCell
{
	/*width: 300px;*/
	white-space: nowrap;
	text-align: left;
}
.thirdCell
{
	white-space: nowrap;
	/*width: 200px;*/
	text-align: left;
	flaot: left;
}

.checkboxTextPlain
{
	font-size: 11px;
	padding-left: 0.8em;
	/*float: left;*/
}
.checkboxTextPlain input
{
	margin-right: 2px;
	position: relative;
	top: 1px;
}

#extraFilterLabelDown
{
	margin-top: 5px;
	padding-left: 120px;
}

#showImgFld
{
    margin: 5px 0 0 114px;
}

#imageGalleryFld
{
    margin: 5px 0 0 70px;
}

.notFirstFilterSpan
{
	padding-left: 30px;
}