@import url("/mric/common/css/body.css");

BODY
{
	margin: 10;
}

H1
{
	color: black;
	display: block;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}

H2
{
	display: block;
	font-family: 'Arial' ,sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}

H2.cH1
{
	color: black;
	font-size: 20px;
}

H2.cH2
{
	color: red;
	font-size: 16px;
}

H2.cH3
{
	font-size: 14px;
	text-transform: none;
	color: forestgreen;
}

H2.cH4
{
	font-size: 13px;
	text-transform: none;
	color: darkcyan;
}

H2.cH5
{
	font-size: 13px;
	text-transform: none;
	color: mediumblue;
}

H3
{
	display: block;
	font-family: 'MS Serif' ,serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
}

SPAN.Cau TABLE, SPAN.Warn TABLE, SPAN.Note TABLE, SPAN.Imp TABLE
{
	color: black;
	display: block;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

SPAN.Cau TABLE TR, SPAN.Warn TABLE TR, SPAN.Note TABLE TR, SPAN.Imp TABLE TR
{
	vertical-align: top;
}

LI SPAN.Cau TABLE, LI SPAN.Warn TABLE, LI SPAN.Note TABLE, LI SPAN.Imp TABLE
{
	margin-left: 0px;
}

TABLE SPAN.Cau TABLE, TABLE SPAN.Warn TABLE, TABLE SPAN.Note TABLE, TABLE SPAN.Imp TABLE
{
	font-size: 14px;
}

TD.NoteLbl, TD.ImpLbl
{
	width: 100px;
}

TD.CauLbl
{
	background-color: white;
	width: 100px;
	background-image: url(/mric/common/images/caution_sign.gif) !important;
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
	overflow: visible;
}

TD.TblCauLbl
{
	background-color: white;
	width: 100px;
}

TD.WarnLbl
{
	background-color: white;
	width: 100px;
	background-image: url(/mric/common/images/warning_sign.gif) !important;
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
	overflow: visible;
}

TD.TblWarnLbl
{
	background-color: white;
	width: 100px;
}

TD.CauLbl SPAN
{
	background-color: yellow;
	color: black;
	text-indent: .60in;
	padding: 2px;
}

TD.TblCauLbl SPAN
{
	background-color: yellow;
	color: black;
	padding: 2px;
}

TD.WarnLbl SPAN
{
	background-color: red;
	color: white;
	text-indent: .60in;
	padding: 2px;
}

TD.TblWarnLbl SPAN
{
	background-color: red;
	color: white;
	padding: 2px;
}

TD.ImpLbl SPAN
{
	color: blue;
	background-color: white;
	padding: 2px;
}

TD.NoteLbl SPAN
{
	background-color: white;
	color: firebrick;
	padding: 2px;
}

LI
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* List styles */

UL LI.clsCautionSign
{
	list-style-image: url(/mric/common/images/caution_sign.gif) !important;
}

UL P.PTXT
{
	margin-left: -15px
}

OL P.PTXT
{
	margin-left: -25px
}

UL.BULLET
{
	list-style-type: disc;
}

UL.DASH
{
	list-style-type: circle;
}

OL.UNLABELED
{
	list-style-type: none;
}

OL.ARABICNUM
{
	list-style-type: decimal;
}

OL.LOWERALPHA
{
	list-style-type: lower-alpha;
}

OL.UPPERALPHA
{
	list-style-type: upper-alpha;
}

OL.LOWERROMAN
{
	list-style-type: lower-roman;
}

OL.UPPERROMAN
{
	list-style-type: upper-roman;
}

OL.LEGAL
{
	list-style-type: decimal;
}

A.HL, A.XHL
{
	color: green;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
}

A.HL:hover, A.XHL:hover, A.GxLnk:hover, A.ExtGxLnk:hover
{
	color: red;
}

A.GxLnk, A.ExtGxLnk
{
	color: blue;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;
}

A.LILnk
{
	color: teal;
	cursor: hand;
	text-decoration: underline;
}

A.LILnk:hover
{
	color: red;
}

A.FNLnk
{
	color: purple;
	cursor: hand;
	text-decoration: underline;
}

A.FNLnk:hover
{
	color: red;
}

SPAN.BOLD
{
	font-weight: bold;
}

SPAN.BOLDITAL
{
	font-weight: bold;
	font-style: italic;
}

SPAN.ITAL
{
	font-style: italic;
}

SPAN.SMALLCAPS
{
	font-variant: small-caps;
}

SPAN.ArtTbl
{
	text-align: center;
}

TABLE.ArtTbl
{
	table-layout: auto;
	border-spacing: 0px;
	border: black 1px solid;
	width: 95%;
}

TABLE.ArtTbl58
{
	table-layout: auto;
	border-spacing: 0px;
	border-top: black 2px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 2px solid;
	width: 95%;
}

TABLE.LstArtTbl
{
    table-layout: auto;
	border-spacing: 0px;
	border-top: black 2px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 2px solid;
	width: inherit;
}

TABLE.ArtTbl TD
{
	border: solid black 1;
}


TR.TblHd
{
	font-weight: bold;
}

TR.clsOddRow
{
	background-color: #CCCCCC;
}

TD.Nm, TH.Nm
{
	border-top: black 0px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 0px solid;
	padding-left: 4px;
}

TD.NR, TH.NR
{
	border-top: black 0px solid;
	border-right: black 0px solid;
	border-bottom: black 1px solid;
	border-left: black 0px solid;
	padding-left: 4px;
}

TD.NBt, TH.NBt
{
	border-top: black 0px solid;
	border-right: black 1px solid;
	border-bottom: black 0px solid;
	border-left: black 0px solid;
	padding-left: 4px;
}

TD.NBr, TH.NBr
{
	border: black 0px solid;
	padding-left: 4px;
}

TD.aL, TH.aL
{
	text-align: left;
}

TD.aR, TH.aR
{
	text-align: right;
}

TD.aC, TH.aC
{
	text-align: center;
}

TD.vT, TH.vT
{
	vertical-align: text-top;
}

TD.vM, TH.vM
{
	vertical-align: middle;
}

TD.vB, TH.vB
{
	vertical-align: text-bottom;
}

SPAN.TblTtl
{
	font-weight: bold;
}

SPAN.LstTtl
{
	font-weight: bold;
}

SPAN.LITtl
{
	font-weight: bold;
}

SPAN.TrmLbl
{
	font-weight: bold;
	color: darkblue;
}

TABLE.FNTbl
{
	border: none;
}

TABLE.FNTbl TD
{
	border: none;
	vertical-align: top;
}

SPAN.CtsyNt
{
	font-weight: bold;
}

.ICON
{
	height: 1em;
}

BUTTON
{
	background-color: #003399;
	color: lemonchiffon;
	font-size: xx-small;
	font-weight: bold;
	media: screen;
}

DIV.Tip
{
	background-color:#eeeeee; 
	margin:left 5 right 5;
}

img
{
	border-width:0px;
	padding-left:0.5em;
}

A.sm:hover {font-family: Arial, Verdana, sans-serif; color: #c60; font-size: 8pt;}
A.sm:link {font-family: Arial, Verdana, sans-serif; color: #7F7F7F; font-size: 8pt;}
A.sm:visited {font-family: Arial, Verdana, sans-serif; color: #7F7F7F; font-size: 8pt;}
A.sm:visited:hover {font-family: Arial, Verdana, sans-serif; color: #c60; font-size: 8pt;}
A.sm:active {font-family: Arial, Verdana, sans-serif; color: #7F7F7F; font-size: 8pt;}

@media screen
{
	.clsPrintOnly
	{
		display: none;
	}
}
@media print
{
	.clsScreenOnly
	{
		display: none;
	}

	#Content 
	{
		width:auto!important;
		height:auto!important;
		overflow:visible!important;
	}
}
