/** ManageUsersList CSS **/

#manageusers {
	width: 900px;
	font-size: 11px;
	min-height: 300px; 
}

.SORT_HEADING_PANEL {
	color: #629BBE;
}


#manageusers .VIRTUAL_GRID {
	
	width: 740px;
	
}

.TABLE_BUTTON_STYLE {

}

.SORT_DIRECTION_IMAGE_STYLE {
	top : 15px;
	width : 10px;
	height : 10px;
}

/* Manage users */
.TABLE_LABEL_STYLE
{
	background-color:white;
	border-bottom:1px solid black;
	height:15px !important;
	padding-bottom:7px;
	padding-top:7px;
	vertical-align:middle;
}

/* Manage users IE6 version*/
* html .TABLE_LABEL_STYLE
{
	background-color:white;
	border-bottom:1px solid black;
	height:22px !important;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:7px;
	vertical-align:middle;
}



/* Manage users */
.TABLE_BUTTON_STYLE
{
	font-size : 11px;
}


/*MIGRATE USERS*/
.migrate-listBox {
	font-size: 10px;
	width: 250px;
}

.migration-btn {
	font-size:10px;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	top:18px;
}

.migrate-label {
	font-weight: bold;
}

.panel-GlassPanel{
    background-color: black;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
    position: absolute;
    z-index: 999990;
}

.popup-container {
	padding: 5px;
}

.popup-btn-panel {
	float: right;
} 