/******************* HELP *******************************/

.eloma-img {
	margin-left: 50px;
	margin-bottom: 15px;
}

/* Help - formats the boundries for help text */
#help {
	margin: 0 10px;
}
#help li {
	font-size: 12px;
}
/* Help formats, indented lines, used by Help and pages linked off the homepage (ex. FAQ's) */
#help ul, ol {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#help address {
	padding-left: 2em;
}
/* Help - formats the text for subtopics on the help screen  (example, under navigation, the different button functions)*/
#help dt {
	font-size: 12px;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 10px;
	_margin-top: 10px;
}
/* Help - formats the definition description within the help screen  indents the text further than the dt tag*/
#help dd,{
	font-size: 12px;
	margin-left: 2em;
	line-height: 1.5;
	margin-bottom: 1.25em;
}
/* Help - formats the help definition list */
#help dl {
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.5;
}
/* Help - formats the help paragraph */
#help p {
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.5;
	margin-left: 2em;
}
/* Help - formats the help paragraph inside table, used in Dashboard */	
#help table,
#help p {
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.2;
	margin-left: 0;

}
#help h2 {
	background: #ffffff;
	color: #145271;
	padding: 7px;
	margin: 10px 0 0 0;
	font-size: 14px;
	text-align: left;
}
/* Help - formats the topic headers (for example "Navigation" within the help screen */
#help h3,
#help  dl h3 {
	color: #145271;
	font-size: 12px;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
	margin-bottom: 0;
}
#help h4 {
	margin-top: 2em;
	text-decoration: underline;
}
#help img {
	border: none;
}

/* Help - Used in Dashboard for EVMS Chart Help */
.Y {
	background-color: #FFFF00;	
}

.G {
	background-color: #00FF00;
}

.R {
	background-color: #FF0000;
}

