.SDELC_CenterContent
{
	text-align:center;
	float: left;
	width: 100%;
}

#SDELC_FormContainer{
	background-color: #F2F2F2;
	padding: 3px;

}

#SDELC_FormContainer legend{
	display: none;
}

.SDELC_FormTableRow{
	clear: left;
	width: 100%;
	margin-bottom: 4px;
	padding: 2px;
	float:left;
	text-align: left;
}

.SDELC_FormTableRowSubmit{
	clear: left;
	width: 100%;
	margin-bottom: 4px;
	padding: 2px;
	text-align: center;
}

.SDELC_FormLabel span
{
	float: left;
	font-weight: bold;
}

.SDELC_FormLabel
{
	float: left;
	margin-top: 5px;
}

#lblUsernameRO
{
	float: left;
	margin-top: 4px;	
	margin-left: 2px;	
}

.SDELC_FormRequested
{
	color: Red;
}

.SDELC_FormValidationText 
{
	color: Red;
}

#SDELC_ControlContainer{
	float:left;
	clear: left;
	width:100%;
}

#SDELC_ControlNav{
	float:left;
	width:100%;
	margin-top: 5px;
}

.SDELC_ControlNavButton{
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

.SDELC_ControlNavButton a{
	text-decoration: none;
}

#SDELC_ControlContent{
	background-color: #FFFFFF;
	float:left;
	width:100%;
}

#SDELC_ControlContent Div
{
	float:left;
}

#SDELC_ControlContentHeader{
}

#SDELC_ControlContentHeader .SmallHelp{
	font-size: smaller;
}

.SDELC_ListTable{
	width: 100%;
}

.SDELC_ListTableRowEven{
	float:left;
	width: 700px;
	background-color: #EEEEEE;
}

.SDELC_ListTableRowOdd{
	float:left;
	width: 700px;
	background-color: white;
}

.SDELC_TableRowData{
	float:left;
	display: block;
	width: 70%;
}

.SDELC_TableRowDetails{
	float:left;
	display: block;
	width: 30%;
}

.SDELC_FormSubHeaders{
	background-color: #D5D5D5;
	border: solid 1px #C4C4C4;
	text-align: center;
	font-size:small;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: smaller;
	clear: both;
	float: left;
	width: 100%;
}

.SDELC_FormInputs
{
	text-align: left;	
}

.SDELC_PageNav{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:right;
	font-size:x-small;
	font-weight: bold;
	float: left;
}

.SDELC_PageNav img{
	margin-bottom: -5px;
}

.SDELC_PageNav span{
	margin-bottom: 1px;
}

.SDELC_PageNotesViewNav{
	background-color: #AAAAAA;
	width: 100%;	
	height: 31;
}

.SDELC_PageNotesViewNav_ButDelete{
	height: 27px;
	width: 77px;
	background: url(../../COMMUNITY-AREA/Images/Button_Delete_gray.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

.SDELC_PageNotesViewNav_ButEdit{
	height: 27px;
	width: 64px;
	background: url(../../COMMUNITY-AREA/Images/Button_Edit_GrayBG.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.SDELC_CP_ButSortAlpha{
	height: 20px;
	width: 118px;
	background: url(up_butSortAlpha.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.SDELC_CP_ButSortDate{
	height: 20px;
	width: 93px;
	background: url(up_butSortDate.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.SDELC_CP_ButView{
	height: 20px;
	width: 46px;
	background: url(up_butActionView.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
}

.SDELC_CP_ButEdit{
	height: 20px;
	width: 41px;
	background: url(up_butActionEdit.gif);
	background-repeat: no-repeat;
}

.SDELC_CP_ButDelete{
	height: 20px;
	width: 56px;
	background: url(up_butActionDelete.gif);
	background-repeat: no-repeat;
	margin: 2px;
}