/* DIRECTORIO */
.directorySubPanel {
	background-image: url(../img/mainmenu/caja_directorio.gif);
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	height: 270px;
	cursor:default;
}


.directoryLoadingPanel {
	vertical-align: middle;
	text-align:right;
}


.directoryTopPanel {
	margin-top: 45px;
	cursor:default;
}


.PagedTable-directory-header-gap {
	border-bottom: 1px solid #a2a2a2;
	border-spacing: 0px;
}

.PagedTable-directory-header-state {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-spacing: 0px;
	width: 40px;
} 

.PagedTable-directory-header-site {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-spacing: 0px;
	width: 70px;
}

.PagedTable-directory-header-username {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-spacing: 0px;
	width: 155px;
}

.PagedTable-directory-header-public-number {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	width: 102px
}

.PagedTable-directory-header-private-number {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	width: 77px;
}

.PagedTable-directory-header-state2 {
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-spacing: 0px;
	width: 80px;
}

.directoryResults {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #a5a5a5;
	padding: 6px;
}

.bDirectoryMyHome {
	background-image: url(../img/mainmenu/bt_home_directory.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;	
	width: 47px;
	height: 33px;
	cursor:pointer;
}

.bDirectoryDiscardSelection {
	background-image: url(../img/mainmenu/bt_deleteAll.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;	
	width: 25px;
	height: 25px;
	cursor:pointer;
}


.labelResultTotal{
	font-size:13px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	padding-top: 6px;
}

.labelResultGroup{
	float: right;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}


.comboResultGroup{
	margin-top:4px;
	font-size:12px;
}