﻿@import url('layout_tableLayouts.css');

body {
}

.CSSOverlay
{
	position:absolute;
	background: #333333;
	top:0px;
	left:0px;
	z-index: 50;
	display:none;	
}



.PopupContainer
{
	position:absolute;
	display:none;
	border: solid 1px #666666;
	background: #FFFFFF;
	z-index: 100;
	overflow:hidden;
}


	.Popup
	{
		position:relative;
		z-index: 150;
		display:none;
		padding: 7px 7px 7px 7px;
	}
	
	

.DropDown
{
	width: 240px;
}
	

.MemberList
{
	height: 370px;
	overflow:auto;
	width: 100%;
}

	.MemberList h5
	{
		font-size: 16px;
	}
	
.CloseButton
{
	text-align:right;
	float:right;
	width: 30px;
	margin: 3px 0px 0px 0px;
}


.MassMemberList
{
	height: 450px;
	overflow:auto;
	width: 100%;
	position:relative;
}

	.MassMemberList table
	{
		border-collapse: collapse;
		width: 96%;
	}
	
	.MassMemberList th
	{
		padding:8px 4px 6px 4px;
		background-color:#e6e6e6;
		color:#4d4d4d;
	}
	
	.MassMemberList td
	{
		padding:8px 4px 6px 4px;
		border-bottom: solid 1px #e6e6e6;
	}
	
		.MassMemberList td table td
		{
			border: none;
			padding: 0px 0px 0px 0px;
		}
	
	.resultList
	{
		position:absolute;
		height: 0px;
		width: 430px;
		overflow:hidden;
		background: #FFFFFF;
		top: 72px;
		border-top: solid 1px #e6e6e6;
		border-left: solid 1px #e6e6e6;
		border-right: solid 1px #e6e6e6;
		
	}	
	
	.resultList table td
	{
		padding:8px 4px 6px 4px;
		cursor: pointer;		
	}
	
	
	.MemberSearch
	{
		float:left;
		display:inline;
		width: 100%;
		margin: 0px 0px 10px 0px;		
	}
	
		.MemberSearch .label
		{
			float:left;
			width: 100px;
		}
		
		
		.MemberSearch .input
		{
			float:left;
			width: 300px;
		}
		
		.MemberSearch .button
		{
			float:left;
			width: 130px;
		}


.GenericPopup
{
	position:absolute;
	display:none;
	background: #FFFFFF;
	z-index: 600;
	width: 535px;
}


#main
{
	z-index: 20;
}


.ComboBoxDropDown_Default
{
	z-index: 1000;
}

