﻿/***************************************************

	MediX - MODULE_NAV STYLES
	Author: Jang Peng	
	Company: Omesoft (www.omesoft.com)
	
****************************************************/

H2 {
	text-align: center;
	font-size: 1.0em;
    margin-top: 1em; margin-bottom: 1em;
    line-height: 180%;
}
H4 {
	margin: 15px 8px 15px 8px;
}

DIV.line {
    border-top: solid 1px #bbb;
    margin: 10px 8px 10px 8px;
}

LI {
    font-size: 1em; font-family: Helvetica;
    display: list-item;
    list-style-position: outside;
    margin-left: -10px;
    line-height: 180%;
}
LI A {
	color: Blue;
	font-weight: bold;
}
LI A:hover {
	background-color: #ccc;
}
OL.level1 {
	list-style-type: upper-roman;
	font-size: 1em;
}
OL.level2 {
	list-style-type: upper-alpha;
}
OL.level3 {
	list-style-type: lower-alpha;
}
OL.level3 LI {
    margin-left: -20px;
}

P {
    font-size: 0.9em; font-weight: bold; text-overflow: ellipsis;
	border: #a5b5c0 0px solid;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	line-height: 150%
}