﻿@import url('layout_tableLayouts.css');

body {
}

.CSSOverlay
{
	position:absolute;
	background: #333333;
	top:0px;
	left:0px;
	z-index: 50;
	display:none;	
}



.EditMemberPopupContainer
{
	position:absolute;
	display:none;
	border: solid 1px #666666;
	background: #FFFFFF;
	z-index: 101;
	overflow:hidden;
	width:400px;
	padding:5px;
}



.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;
	}
	
	
	.ContainerHeight
	{
		float:left;
		width:555px;
	}
	
	.Scroller
	{
		overflow:auto;
		max-height: 250px;
	}
	

.DropDown
{
	width: 240px;
}
	

.Popup .MemberList
{
	height: 370px;
	overflow:auto;
	width: 100%;
}

	.Popup .MemberList h5
	{
		font-size: 16px;
	}
	
.CloseButton
{
	text-align:right;
	float:right;
	width: 30px;
	margin: 3px 0px 0px 0px;
}


.MassMemberList
{
	height: 390px;
	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;
}

.DrillsPopup,.DrillPopupContent
{
	width:735px;
}
.DrillsPopup div
{
	float:left;
}
.DrillsPopup
{
	position:absolute;
	border:solid 1px #000;
	top:1px;
	left:1px;
	background: #FFFFFF;
	z-index: 600;
}
.DrillPopupHeader
{
	width:725px;
	padding:5px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background:#6B0C10;
	border-bottom:solid 1px #000;
	cursor:move;
}
.DrillPopupContent
{
	padding:0px 5px 5px 5px;
}
.DrillItemRow
{
	clear:both;
	width:725px;
	margin: 5px 0px 0px 0px;
}
.DrillItemRowLabel
{
	width:192px;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
}
.DrillItemRowInput
{
	width:525px;
}
.DrillsTextBox
{
	width:477px;
}

#main
{
	z-index: 20;
}


.ComboBoxDropDown_Default
{
	z-index: 1000;
}
.EditUserLabel,.EditUserInput
{
	padding:2px 0px;
}
.EditUserLabel
{
	float:left;
	clear:both;
	width:100px;
}
.EditUserInput
{
	float:left;
	width:250px;
	padding:2px 0px;
}
.EditUser
{
	width:240px;
}
.Draggable
{
	cursor:move;
}

.Modules, .Programs
{
	width: 105%;
}

	.Modules td, .Programs td
	{
		width: 50%;
	}
	

* html .Modules, * html .Programs
{
	width: 100%;
}

	* html .Modules td, * html .Programs td
	{
		width: auto;
	}
