 /* === View Style ========================== */

.mView_Head {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_SubHead {
	font-weight: normal;
	font-size: 10px;
	color: #626262;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_ImageBorderDetail {
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
}

.mView_ImageBorderProfile {
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
}

/* === 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: #404040;
}

.mView_dlItemStyle_Head {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlItemStyle_SubHead {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle_Normal {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlItemStyle_NormalBold {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:link {
	font-weight: bold;
	font-size: 11px;
	color: #028482;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:visited {
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:hover {
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlItemStyle a:active {
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}

/* ***************************************** */

.mView_dlAlternatingItemStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ccc;
}

.mView_dlAlternatingItemStyle_Head {
	font-weight: bold;
	font-size: 14px;
	color: #black;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mView_dlAlternatingItemStyle_SubHead {
	font-weight: normal;
	font-size: 10px;
	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: teal;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle a:visited {
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Tahoma, Arial, Helvetica;
}

.mView_dlAlternatingItemStyle a:hover {
	font-weight: bold;
	font-size: 11px;
	color: blue;
	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;
}

/* === Print Style ========================= */

.mViewPrint_Head {
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mViewPrint_SubHead {
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewPrint_Normal {
	font-size:  11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewPrint_NormalBold {
	font-size:  11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}

/* === Image Style ========================= */

.mViewImage_ImageBorder {
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}

.mViewImage_dlImageBorder {
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}

.mViewImage_Normal {
	font-size:  11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
}

/* === Email Style ========================= */

.mViewEmail_Head {
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mViewEmail_SubHead {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewEmail_Normal {
	font-size:  11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewEmail_NormalBold {
	font-size:  11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}

/* === Calculate Style ========================= */

.mViewCalculate_Head {
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
}
	
.mViewCalculate_SubHead {
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewCalculate_Normal {
	font-size:  11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
}

.mViewCalculate_NormalBold {
	font-size:  11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}

/* === Edit DataGrid ======================= */

.Edit_dgControlStyle {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #f6fcff;
}

/* ***************************************** */

.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: 9px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: white;
}

.Edit_dgHeaderStyle a:link {
	font-weight: bold;
	font-size: 9px;
	color: #028482;
	font-family: Tahoma, Arial, Helvetica;
}

.Edit_dgHeaderStyle a:visited {
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}

.Edit_dgHeaderStyle a:hover {
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.Edit_dgHeaderStyle a:active {
	font-weight: bold;
	font-size: 9px;
	color: #028482;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}















