/* === View DataList ======================= */

.mView_dlImageBorder {
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
}

.mView_dlItemStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: floralwhite;
}

.mView_dlItemStyle_Head {
	font-weight: bold;
	font-size: 14px;
	color: 333333;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlItemStyle_SubHead {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle_Normal {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlItemStyle_NormalBold {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:link {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:visited {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:hover {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:active {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

/* ***************************************** */

.mView_dlAlternatingItemStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: white;
}

.mView_dlAlternatingItemStyle_Head {
	font-weight: bold;
	font-size: 14px;
	color: ffffff;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlAlternatingItemStyle_SubHead {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle_Normal {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlAlternatingItemStyle_NormalBold {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle a:link {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle a:visited {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle a:hover {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.mView_dlAlternatingItemStyle a:active {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

/* === Edit DataGrid ======================= */

.Edit_dgControlStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: floralwhite;
}

/* ***************************************** */

.Edit_dgAlternatingItemStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: white;
}

/* ***************************************** */

.Edit_dgHeaderStyle {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: white;
}

.Edit_dgHeaderStyle a:link {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.Edit_dgHeaderStyle a:visited {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.Edit_dgHeaderStyle a:hover {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.Edit_dgHeaderStyle a:active {
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}


