/*blue table section box for forms*/ 
.BasicTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #083858;
	background-color: #083858;

}
/*table section box under table header for forms*/ 
.BasicTableBody {
	background-color: #F3F3F3;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
/*table section box under table Form header for forms*/ 
.BasicTableFormHead {
	background-color: #F3F3F3;
	border-top: 1px solid #083858;
	border-right: 1px solid #083858;
	border-bottom: 1px solid #083858;
	border-left: 1px solid #083858;

}
/*font and offset alignment for text in table header*/ 
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;

}

/*tables styles fixed for 640px width - eg.login form*/ 
.BasicTableHeaderFixed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #083858;
	background-color: #083858;
	width: 595px;

}
.BasicTableHeaderFixed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #083858;
	width: 595px;

}
.BasicTableBodyFixed {
	background-color: #F3F3F3;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 595px;

}







/*standard myi text*/ 
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
/*myi text blue commonly used as field names*/ 
.maintextBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #00337F;
}

.maintextBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #00337F;
	font-weight: bold;

}
/*myi standard links styles*/ 
a.myiNorm:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	color: 083858;
}
a.myiNorm:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	color: 083858;
}
a.myiNorm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
	color: 083858;
}
a.myiNorm:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
	color: 083858;
}
/*myi standard bold links styles*/ 
a.myiBold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	color: 083858;
}
a.myiBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	color: 083858;
}
a.myiBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
	color: 083858;
}
a.myiBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
	color: 083858;
}


/*myi standard navigator text styles - slightly smaller*/ 
.myinavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}
.myinavtextBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #00337F;
}
.myinavtextBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #00337F;
	font-weight: bold;

}

/*myi navigation standard links styles - slightly smaller*/ 
a.myiNavNorm:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: 083858;
}
a.myiNavNorm:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: 083858;
}
a.myiNavNorm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
	color: 083858;
}
a.myiNavNorm:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 8pt;
	color: 083858;
}

a.myiNavBold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: 083858;
}
a.myiNavBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: 083858;
}
a.myiNavBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 8pt;
	color: 083858;
}
a.myiNavBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 8pt;
	color: 083858;
}




