﻿body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

body.ModalPopup
{
	background-color: #d2efff;
}

.PageHeading
{
	text-align:center;
	color:Black;
	font-size:large;
}
.MainPanel, .MainTabPanel
{
	background-color: #d2efff; 
	padding-right: 20px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px;
}

.MainTabPanel
{
}

#mtp_allocations
{
	height: 500px;
}

.mtp_Border
{
	border-bottom: none 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
}

.TabPanel
{
	padding-right: 20px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px;	
}

.SubPanel
{
	text-align:left; 
	position:relative; 
	width:100%; 
	border-right: #1fa9c9 1px solid; 
	border-top: #1fa9c9 1px solid; 
	border-left: #1fa9c9 1px solid; 
	border-bottom: #1fa9c9 1px solid; 
	left: 0px; 
	top: 0px; 
	z-index: 99; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px;	
}

.SubPanel .Title
{
	position:absolute; 
	top:-9px; 
	left:5px; 
	background-color: #d2efff;
	padding-left: 4px;
	padding-right: 4px;
}

.scrollable
{
	overflow:scroll;
}

.gridview
{
	 background-color:White;
}

.gv_Header
{
	background-color: #92cdc8;
}

.gv_Header th
{
	border: solid 1px #1fa9c9;
	padding: 1px 5px 1px 5px;
	font-weight:normal;
}

.gridview td
{
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #1fa9c9;
	border-left: solid 1px #1fa9c9;
	border-right: solid 1px #1fa9c9;
	border-top: solid 1px #1fa9c9;
}

table.gridview
{
	width:100%;
}

.gv_SelectedRow
{
	background-color: #d2efff;
}

.gv_row_selectable:hover
{
	background-color: #d3d3d3;
	cursor: pointer;
}

div.TabMenu
{
	position: relative;
	top: 0px;
	border-top: solid 1px Black;
}

div.TabMenu > table
{
	position: relative;
	top: -2px;
}

div.status_msg
{
	width: 100%;
	text-align: center;
	color:Red;
}

.Tab_General
{
	padding: 2px 10px 2px 10px;
	font-weight: normal;
	font-size: 1.25em;
	color: Black;
	background-color: #92cdc8;
	border-top: solid 1px Black;
}

.Tab_Selected
{
	background-color: #d2efff;
	color: Black;
	border-top: solid 0px Black;
	border-bottom: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
}

table table.Tab_Unselected
{
	border-top: solid 1px Black;
}

table.MappingContainer
{
	position: relative;
	width: 100%;
	top: 5px;
}

td.MapCmdCol
{
	text-align: center;
	width: auto;
}

td.MapAssignCol
{
	text-align: center;
	width: 40%;
}

td.MapAvailCol
{
	text-align: center;
	width: 40%;
}

td.MapCmdCol input
{
	width: 120px;
}

td.MapAvailCol select
{
	width: 95%;
	height: 95%;
}

td.MapAssignCol select
{
	width: 95%;
	height: 95%;
}

td.MapAssignCol div.SubPanel
{
	text-align: center;
	height: 400px;
	width: 100%;
}

td.MapAvailCol div.SubPanel
{
	text-align: center;
	height: 400px;
	width: 100%;
}

.tbDate
{
	width: 75px;
}

.tbData
{
	width: 50px;
}

.completionListElement 
{ 
visibility : hidden; 
margin : 0px! important;

background-color : white; 
color : blue;

border : solid 1px gray; 
cursor :pointer;

text-align : left; 
list-style-type : none;

font-family : Verdana; 
font-size: 11px;

padding : 0; 
z-index : 20000 !important; 
}


.listItem
{
padding: 1px; 
z-index: 20000 !important;
background-color: #dcdcdc; 
} 


.highlightedListItem
{
color : Red; 
background-color: #c3ebf9;
padding : 1px;z-index : 20000 !important; 
}