﻿.tblUsers
{
	border:1px solid #A7BAC5;
	background-color:#EFFBFE;
}

.tblUsers_Container 
{
	height:500px;
	width:100%;
}

.tblUsers_Users_div
{
	border:1px solid #A7BAC5;
	background-color:White;
	float:left;
	width:20%;
	overflow:Auto;
	height:100%;
}

.tblUsers_UsersList_td
{
	z-index:3;
	width:100px; 
	text-decoration:hand;
	cursor:hand;
	border:1px solid white;
	padding:3px;
	height:18px;	
}

.tblUsers_UsersList_td:hover
{
	width:100px;
	cursor:hand;
	background-color:#EFFBFE;
	border:1px solid #A7BAC5;
	padding:3px;
	height:18px;	
}

.tblUsers_UsersList
{
	height:15px;
	width:89%;	
}

.btnSelect_User
{
	text-decoration:none;	
	background-color:Transparent;
	width:120%;
	border-style:none;
	text-align:left;
	height:16px;
	z-index:1;
	cursor:hand;
}

.tblUsers_Information_div
{
	border:1px solid #A7BAC5;
	background-color:White;
	float:left;
	width:78%;
	height:100%;
	margin-left:10px;
}

.tblUsers_Information
{
	margin:10px;
}

