.Grid
{
	text-align: center;
	font-size: small;
}
.GridLeft
{
	text-align: left;
	font-size: small;
}
.GridAlternatingItem
{
	background-color: #DDDDDD;
	border: solid 1px white;
}

.GridAlternatingItemMemSetDet
{
	background-color: #ffdab9;
	border: solid 1px white;
}

.GridItem
{
	background-color: #B0E0E6;
	border: solid 1px white;
}

.GridEditItem
{
    border: solid 1px white;
}

.GridEmptyDataRow td
{
    font-size: 10pt;
    padding-bottom: 10px;
    padding-top: 10px;
}

.GridFooter
{
	background-color: #666666;
	border: solid 1px white;
}

.GridPager
{
    border: solid 1px white;
}

.GridPager td table tbody tr td
{
   
    border: solid 1px white;
}

.GridSelection
{
	background-color: #AAFFAA;
	border: solid 1px white;
}

.GridSelectionMerge
{
	background-color:#7FFFD4;
	border: solid 1px white;
}
.GridHeader
{
	background-color: #999999;
	color: White;
	font-weight: bold;
	border: solid 1px white;
}

.DataGridFixedHeader
{
	background-color: Transparent;
	color: White;
	font-weight: bold;
	position: relative;
	top: expression(this.offsetParent.scrollTop-1.5);
	left:expression(this.offsetParent.offsetLeft-2);
}
.DataGridFixedHeader td 
{
	background-color: #999999;
	
}

.GridHeader A:link
{
	color: White;
}

.GridHeader A:visited
{
	color: White;
}

.GridHeader A:active
{
	color: White;
}

.GridHeader A:hover
{
	color: White;
	
}

.GridSurround td
{
	border: solid 1px white;
}

.RowMale
{
	background-color: #B0E0E6;
}

.RowFemale
{
	background-color: #FFDAB9;
}

.RowSensitive
{
	background-color: #FFDAB9;
}

.RowGenderless
{
	/* Use .RowUnknown */
	background-color: White;
}

.RowUnknown
{
	background-color: White;
}

.RowPregnant
{
	background-color: #BA55D3;
}

.RowInActive
{
	background-color: #cccccc;
	text-decoration: line-through;
	font-style: italic;
}

.hideborder
{
	border: solid 1px #999999;
	background-color: #999999;
	border-bottom: solid 1px white;
}

.dgHeaderEmpty
{
	border: solid 1px #999999;
	background-color: #999999;
	border-bottom: solid 1px white;
}

.hideborder1
{
	border-left: none 0px #999999;
}

.hideborder2
{
	border: none 0px #999999;
	border-top: solid 1px white;
}

.dgItemEmpty
{
	border: none 0px #999999;
	border-top: solid 1px white;
}

.dgTCPMembersItem
{
	border-left: solid 1px white;
	text-align: center;
}

.dgItemPadding
{
	padding-left: 3px;
	padding-right: 1px;
}

.dgCwItemName
{
	padding-left: 3px;
	border-left: none 0px black;
}

.dgTotalAttendesName
{
	min-width: 100px;
}

.nowrap
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: text-bottom;
	float: left;
}

.templateColumn
{
	vertical-align: top;
}

.noteListItem
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: text-bottom;
	float: left; /* This is a javascript/ css hack which works for IE6 & IE7 */
	width: expression(screen.width - 585 +  "px" );
}

.noteListScrollingPanel
{
	overflow: auto;
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: expression(screen.height - 418 +  "px" );
}

.dgTotalAttendesScrollPanel
{
	overflow: auto;
	text-align: center;
	vertical-align: top;
	width: expression(screen.width - 284 +  "px" );
	height: expression(screen.height - 331 +  "px" );
}

.CareWorkersScrollPanel
{
	overflow: auto;
	text-align: center;
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: expression(screen.height - 411 +  "px" );
}

.MembersScrollPanel
{
	overflow: auto;
	text-align: center;
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: expression(screen.height - 511 +  "px" );
}

.Invisible
{
	display: none;
}

.AttendeesScrollPanel
{
	overflow: auto;
	height: expression(screen.height - 421 +  "px" );
}

.nodisplay
{
	/* This is used to hide an entire column,         whilst being able to access it in JavaScript */
	display: none;
}



.GridHeader th
{
    font-size: 8pt;
}

.InlineErrorText span
{
    Font:Verdana;
	color:Red;
	font-size:Small;
	text-align: left;
}

.MergeSimpleGridRow 
{
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}

#ctl00_Main_gvSmsMessages {
    word-wrap: break-word;
}