div.divDgDisclaimers{
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-top: 20px;
}

div.divDgDisclaimers p{
	margin-top: 15px;
}






table.tblDgProduct{
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 20px;
}

table.tblDgProduct th,
table.tblDgProduct td{
	border: 1px solid white;
	padding: 5px;
	vertical-align: top;
}

table.tblDgProduct th div{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 2em;
}

table.tblDgProduct th{
	color: white;
	font-weight: bold;
	padding: 5px 12px 12px 12px;
}

table.tblDgProduct th:first-child{
	width: 101px;
}

table.tblDgProduct th:not(:first-child){
	width: 180px;
}

table.tblDgProduct td:first-child{
	background-color: #0070C0;
	color: white;
	font-weight: bold;
}

table.tblDgProduct th:nth-child(2),
table.tblDgProduct td:nth-child(2){
	background-color: #5CC10D;
}

table.tblDgProduct th:nth-child(3),
table.tblDgProduct td:nth-child(3){
	background-color: #FF9000;
}

table.tblDgProduct th:nth-child(4),
table.tblDgProduct td:nth-child(4){
	background-color: #FF0000;
}

table.tblDgProduct td div{
	background-color: white;
	padding: 5px;
	height: 100%;
	font-size: 11px;
}

table.tblDgProduct td div:empty{
	display: none;
}

table.tblDgProduct td > a,
table.tblDgProduct th a{
	text-decoration: underline;
	color: white;
}

table.tblDgProduct td div a{
	color: #0070C0;
	text-decoration: underline;
}










div.divDgPopup{
	width: 600px;
	padding: 20px;
	overflow: auto;
	max-height: 600px;
	margin-bottom: 5px;
}

div.divDgPopup h2{
	color: #639943;
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

div.divDgPopup > :first-child{
	margin-top: 0px;
}

div.divDgPopup p{
	line-height: 1.3em;
	margin-top: 15px;
}

div.divDgPopup ul,
div.divDgPopup ol{
	margin-top: 15px;
	margin-left: 25px;
	line-height: 1.3em;
}

div.divDgPopup ul{
	list-style-type: disc;
}

div.divDgPopup ol{
	list-style-type: decimal;
}

div.divDgPopup li{
	margin-top: 5px;
}

div.divDgPopup li ul,
div.divDgPopup li ol{
	margin-top: 0px;
}

div.divDgPopup ul ul{
	list-style-type: circle;
}

div.divDgPopup ul ul ul{
	list-style-type: square;
}

div.divDgPopup ol ol{
	list-style-type: lower-roman;
}

div.divDgPopup ol ol ol{
	list-style-type: lower-latin;
}

div.divDgPopup a{
	color: #0070C0;
	text-decoration: underline;
}









ul.ulDgProducts{
	margin-top: 15px;
}

ul.ulDgProducts li{
	margin-top: 5px;
}

ul.ulDgProducts a{
	display: block;
	background-color: #2783CC;
	color: white;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}

ul.ulDgProducts a:hover,
ul.ulDgProducts a.aSelected{
	background-color: #206CAA;
}

ul.ulDgProducts a.aSelected{
	background-color: #206CAA;
}

ul.ulDgProducts a.highlight{
	background-color: #5B9047;
}

ul.ulDgProducts a.highlight:hover,
ul.ulDgProducts a.highlight.aSelected{
	background-color: #4E7A3D;
}