/* Standard Style Sheet for DocSynergy */
/* USE AS:
<link rel="stylesheet" type="text/css" href="/std-style.css" title="std-style" />
*/

/* Browser specific selectors per hacks at
	https://www.browserstack.com/guide/create-browser-specific-css
*/

:root{
	/* DocSynergy Color Palette - these variables are not supported in IE, 
		so until IE is no longer supported we need to hard code values into styling.
		eg: var(--DarkGreen);
	*/
	/* greens */
	--DarkGreen : #568A3D;
	--MediumGreen : #6fa33e;
	--LightGreen : #88BC3F;
	--WashedGreen : #e7f2d8;
	/* blues */
	--DarkBlueType : #1B3462;
	--DarkBlue : #006BA3;
	--MediumBlue : #108ec5;
	--LightBlue : #20B2E7;
	--WashedBlue : #d2f0fa;
	/* DocSynergy Extended Color Palette */
	--OffWhiteGreen : #E5ECE7;
	--OffWhiteBlue: #eeeeff;
	--Purple : #475378;
	--DarkGrey : #515151;
	--MediumGrey : #788A9D;
	--LightGrey : #cccccc;
    --WashedYellow : #ffffcc;
    --CautionYellow: yellow;
    --WarningRed: #b32121;
}
/* standardize the font family for ALL elements */
* {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
BODY {
	margin: 8px 8px 8px 8px;		/* declare the default body margin */
	display:block;
	background-color:white;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}
/* Default Body Style with DocSynergy logo in lower right */
BODY.default {	background-image:url(media/Common/imgsrc/watermark50x50.jpg);
	      		background-repeat:no-repeat; background-position: right bottom;	background-attachment:fixed;
	      		font-size: 10px; margin: 0px; padding: 3px;}
/* Same as default only without logo */
BODY.sansimage { font-size: 10px; margin: 0px; padding: 0px;}
/* Same as default only without logo or bgcolor */
BODY.sansimagebg { font-size: 10px; margin: 0px; padding: 0px;}
/* Popup body */
BODY.popup {margin:0px;padding-bottom: 20px;background: #eeeeff;font-size:10px;border:solid #20B2E7 2px;}
BODY.popup2 { margin:0px; padding-bottom: 20px; background:#eeeeff; font-size:10px; border:solid #20B2E7 2px }
BODY.popupWhite {
	margin: 0px;
	padding-bottom: 20px;
	background: white;
	font-size: 10px;
	border: solid #20B2E7 2px
}
.standardText {font-size: 10px; margin: 2px; padding: 2px;}

/* Inline iframe body */
BODY.ifr { display: block; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; font-size:10px; }
BODY.ifr2 { display: block; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; font-size:10px; border:solid #20B2E7 2px }
BODY.ifrSysMessages { display: block; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; font-size:10px; border:solid #20B2E7 2px; background-color: #eeeeff; }

/* Headings */
h1 { font-size: 14px}
h2 { font-size: 12px}
h3 { font-size: 10px}
h4 { font-size: 10px}
h5 { font-size: 10px}
h6 { font-size: 9px}


/* Iframe border */
.popbox { display:none; position:absolute; resize:both; }

/* Tables/Grids */
td {font-size:10px;}
th.cell-data-date{ text-align:center !Important; }
td.cell-data-date{ text-align:right !Important; }
th.cell-data-numeric{ text-align:center !Important; }
td.cell-data-numeric{ text-align:right !Important; }
.tblStandard {color:#1b3462;background-color:white;padding:1px;border-collapse:collapse;font-weight:normal;border-bottom:1px solid #788A9D;}
.tblStandard.Header, .tblStandard.Header a {color:#E5ECE7;background-color:#6fa33e;text-align:left;font-size:11px;font-weight:bold;}
.tblStandard.Row {
	color:#1B3462;
	background-color:white;
	text-align:left;
	font-size:11px;
	border-top: none;
	border-bottom:1px solid #cccccc;
	border-right:none;
	border-left:none;
	border-color: #cccccc;
	border-collapse:collapse;
}
.tblStandard.Row.RowSelector:hover{
	background-color:#e7f2d8;
	cursor:pointer;
}
.tblStandard.Row.SelectedRow{
	background-color:#20B2E7 !Important;
	font-weight:bold !Important;
}
.tblStandard.AlternateRows:nth-child(even), .tblStandard > tbody > tr.AlternateRows:nth-child(even)  {
    background-color: whitesmoke;
} 
.tblSmall {color:#1b3462;background-color:white;padding:1px;border-spacing:1px;border-width:1px;font-weight:normal;font-size:10px;}
.tblSmall.Header, .tblSmall > thead > tr {color:#1B3462;background-color:#cccccc;text-align:left;font-size:10px;font-weight:normal;}
.tblSmall.Row, .tblSmall > tbody > tr { color:#1B3462; background-color:white; text-align:left; font-size:10px;
	border-top: none;
	border-bottom:none;
	border-right:none;
	border-left:none;
	border-color:#cccccc;
	border-collapse:collapse;
}
.tblSmall.Row > td, .tblSmall > tbody > tr > td { padding-left:4px; padding-right:4px; }
.tblSmall.Header a:link, .tblSmall > thead > tr > th > a:link { color:#1B3462; }
.tblSmall > tbody > tr.AlternateRows:nth-child(even) {
    background-color:#eeeeff ;
} 
.tblSmall > tbody > tr.RowSelector:hover{
	background-color:#e7f2d8;
	cursor:pointer;
}

table.tblDataEntry {
	color: #1B3462;
	background-color: #cccccc;
}
tr.tblDataEntryEmbelish, td.tblDataEntryEmbelish {
	color: #eeeeff;
	background-color: #788A9D;
}
.hiddencolumn   { display:none; }
.unSelectedBackground { background:#ffffff }
.selectedBackground { background:#e7f2d8 }
.ifrSysMessages .selectedBackground { background:#88BC3F; }
.detailsPanel{ 
	border:none; 
	padding:5px; 
	margin:5px; 
	background-color:#e7f2d8; 
	font-size:10px;
	font-family:verdana;
	overflow:auto;
}

/* Section Bars */
.title { color:#1B3462; font-size:16px; font-weight:bold; padding-bottom:5px  }
.subtitle { color:#006BA3; font-size:12px; font-weight:bold; border-top: 2px solid #006BA3; padding-top: 4px; padding-bottom:2px; }
.titlebar {border-radius:2px;background:linear-gradient(#20B2E7, #108ec5);color:#E5ECE7;font-size:12px;font-weight:bold;padding:0 2px 2px 2px;}
.titlebar2 { border-radius:2px; background:linear-gradient(#20B2E7, #108ec5); color:#E5ECE7; font-size:12px; font-weight:bold; padding:0 2px 2px 2px; }
.titlebarbg { border-radius:2px; background: linear-gradient(#20B2E7, #108ec5); color:white; font-size:12px; font-weight:bold; padding:2px }
.titlebar.flex-row, .titlebar2.flex-row, .titlebarbg.flex-row
{
    flex-direction:row;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:4px;
	padding:0;
}

/* colorized and pinned to bottom */
.actionbar { border-radius:2px; background: linear-gradient(#20B2E7, #108ec5); padding: 1px 1px 1px 1px; bottom: 0px; position: absolute; width: 99.4%; text-align: center; color: white; z-index: 200 }
/* transparent and inline layout */
.actionbar2 { padding: 1px 1px 1px 1px; width: 99%; text-align: center; color: black; z-index: 200 }
/* colorized and inline layout */
.actionbar3 { border-radius:2px; background: linear-gradient(#20B2E7, #108ec5); padding: 1px 1px 1px 1px; width: 100%; text-align: center; color: white; z-index: 200 }
/* GREEN THEME - Action item lists, like patient orders, reminders, home page signing */
.sectbar { 
	border-radius:2px; 
	background: linear-gradient(#6fa33e,#568A3D); 
	font-weight:bold; 
	color:#E5ECE7; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:1px; 
	padding-bottom:1px; 
	border-bottom:1px solid white; 
    flex-direction:row;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
}
.sectbarleadin { width:125px; }
.sectbar .layoutgroup {border-radius:2px; background-color:transparent; border:none; padding:0px , 0px, 0px, 4px; }
/* STEEL THEME - Non clinical lists, like Demographics, configuration items */
.sectbar2 { border-radius:2px; background: linear-gradient(#788A9D, #515151); font-weight:bold; color:#eeeeff; padding-left:2px; padding-right:2px; padding-top:1px; padding-bottom:1px; border-bottom:none; vertical-align:middle; }
/* BLUE THEME - Patient clinical lists like face sheet */
.toolbar { 
	border-radius:2px; 
	background: linear-gradient(#108ec5, #006BA3); 
	font-weight:bold; 
	color:#eeeeff; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:1px; 
	padding-bottom:1px; 
	border-bottom:1px solid white; 
    flex-direction:row;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
}
/* navigation bars */
/*.navbar { background-image:url(/Media/Tmp/bgnavybar.gif); background-repeat:repeat; color:white; font-size:12px; font-weight:bold; padding:2px }*/
.navbar {  border-radius:2px; background: linear-gradient(#108ec5, #006BA3); color:#eeeeff; font-size:12px; font-weight:bold; padding: 2px;}
.navbar .hlinkdefault { cursor:pointer; color:#eeeeff; }

/* left column on select pages that show full window, not within index.asp(x) */
.leftcol { color:#ffffff; width: 180px; padding:10px; font-size:10px }

/* MENU Styling */
.menuPanel {background-color: #EEEEFF; color: #1B3462; border: 1px outset #788A9D;  font-size: 10px; z-index: 999; position:absolute; display:none }
.menuPanel ul {padding: 0px; margin: 0px}
.menuPanel .menuItem, .menuPanel li { cursor:pointer; border-top:1px solid #788A9D ; padding:0px 5px 0px 5px; list-style:none; line-height: 18px; }
.menuPanel .menuItem:hover, .menuPanel li:hover { background-color: #88BC3F; }

/* BEGIN - HYPERLINK STYLING */
/* Define all standard A links in a page */
A:link    	{text-decoration: none;color:#000099;}
A:visited 	{text-decoration: none; color: #000099;}
A:active  	{text-decoration: none; }
A:hover  	{cursor:pointer; text-decoration: underline; }
/* Link like coloring for simulated links (not an A element), used in messaging list */
.linkVisited { cursor:pointer; color:#000099; }
.linkVisited:hover { cursor:pointer; text-decoration: underline}
.linkNotVisited { cursor:pointer; color:#000099; font-weight:bold; }
.linkNotVisited:hover { cursor:pointer; text-decoration: underline}
/* Widely used styles to simulate A element links on list items 
	NOTE: IE Doesn't support hover other an on A, so for now we can't use it. 
	When IE is no longer supported we can remove IE specific rules;
	from the ..u Root classes.
*/
.hlinkdefault, .lnk7, .lnk7u { font-size:10px; cursor:auto; color:#000099; font-weight:normal; }
.lnk8, .lnk8u { font-size:11px; cursor:auto; color:#000099 }
.hlinkdefault, .lnk7u, .lnk8u, .lnktrans { text-decoration:none; }
.hlinkdefault:hover, .lnk7:hover, .lnk8:hover, .lnk7u:hover, 
	.lnk8u:hover, .lnktrans:hover { cursor:pointer; text-decoration: underline}
.hlinkdefault:visited, .lnk7:visited, .lnk8:visited, .lnk7u:visited, 
	.lnk8u:visited, .lnktrans:visited { font-weight: normal;}
.sectbar .hlinkdefault { font-size:10px; cursor:pointer; color:#E5ECE7; }
.sectbar .hlinkdefault:hover { background-color: #88BC3F;}
.toolbar .hlinkdefault { font-size:10px; cursor:pointer; color:#eeeeff; }
.toolbar .hlinkdefault:hover { background-color: #20B2E7;}
/* 
	IE6 doesn't support hover on non-A elements
	so we can force IE6 (can't filter out 7) to always display underline on non-A elements.
*/
/* IE6,7 */
/*@media screen\9 {
	.hlinkdefault, .lnk7u, .lnk8u, .lnktrans { cursor:pointer; text-decoration:underline; }
}*/

.sorthd, .nosorthd { color:#990000; font-size:10px; }
.sorthd {cursor:auto;  text-decoration:none; }
.nosorthd { cursor:default; text-decoration-line:none; }
.hlinkcaution { font-size:10px; cursor:auto; color:red; text-decoration:none; background-color: transparent; }
.hlinkcaution:disabled {pointer-events: none; text-decoration: none; }
.hlinkcaution:hover, .sorthd:hover { cursor:pointer; text-decoration: underline}
.sectbar .hlinkcaution { color:#E5ECE7; /*background-color: #E5ECE7;*/ }
.toolbar .hlinkcaution { color:#eeeeff; /*background-color: #eeeeff;*/ }
.titlebar .hlinkdefault { color:#eeeeff; font-size:11px; /*background-color: #eeeeff;*/ }
/* 
	IE6 doesn't support hover on non-A elements
	so we can force IE6 (can't filter out 7) to always display underline on non-A elements.
*/
/* IE6,7 */
/*@media screen\9 {
.hlinkcaution, .sorthd { cursor:pointer; text-decoration:underline; }
}*/

/* END - HYPERLINK STYLING */

/* BEGIN - BUTTON STYLING */
/* Shared attributes - can't add , input[type=submit], input[type=button] yet, as there
	is code logic relying style colorizing in dental
*/
.stdbutton, .stdbutton2, .stdbuttonmed, .stdbuttonmed2, .stdbuttonsmall, .stdbuttonsmall2, 
	.locked, .return, .animatedBtn, .stdbuttonPaginate, .fullscreenBtn { 
	background-color: #EEEEFF; color: #1B3462;  transition-duration: .4s; cursor:pointer; border:outset 1px; }
/* Distinct attributes */
/* Buttons with image icons */
.locked 	{width: 100px; font-size: 12px; padding: 3px; }
.return 	{background-image:url(media/Tmp/backarrow.gif); background-repeat:no-repeat; background-position: left center; padding-left:10px;
			 font-size: 10px; }
.animatedBtn {background-image:url(/media/Tmp/indicator.gif); background-repeat:no-repeat; background-position: right center;
			 padding-right:20px; font-size: 10px; }
.stdbutton 	{ font-size: 12px; padding: 5px }
.stdbutton2 { width: 300px; font-size: 12px; padding: 5px; }
.stdbuttonmed	{ font-size: 12px; padding: 2px; }
.stdbuttonmed2 	{ width: 240px; font-size: 12px; padding: 2px; }
.stdbuttonsmall	{ font-size: 11px;}
.stdbuttonPaginate {color:#eeeeff;background-color:transparent;border:none;font-size: 12px;font-weight: bold;width: 14px;padding: 0px;}
.stdbutton:hover, .stdbutton2:hover, .stdbuttonmed:hover, .stdbuttonmed2:hover, 
	.stdbuttonsmall:hover, .stdbuttonsmall2:hover, .locked:hover, .return:hover, 
	.animatedBtn:hover, .stdbuttonPaginate:hover
	{background-color: #88BC3F; }
.sectbar .stdbuttonsmall {background-color: transparent; border:none;color:#E5ECE7 }
.sectbar .stdbuttonsmall:disabled {background-color: transparent; cursor:not-allowed; }
.sectbar .stdbuttonsmall:hover {text-decoration:underline; background-color: #88BC3F; }
.sectbar2 .stdbuttonsmall {background-color: transparent; border:none;color:#eeeeff }
.sectbar2 .stdbuttonsmall:disabled {background-color: transparent; cursor:not-allowed; }
.sectbar2 .stdbuttonsmall:hover {text-decoration:underline; background-color: #88BC3F; }
.toolbar .stdbuttonsmall { background-color: transparent; border:none;color:#eeeeff }
.toolbar .stdbuttonsmall:disabled {background-color: transparent; cursor:not-allowed; }
.toolbar .stdbuttonsmall:hover, .toolbar .stdbuttonPaginate:hover {text-decoration:underline; background-color: #20B2E7 }
.actionbar2 .stdbuttonsmall { background-color: #EEEEFF; color: #1B3462;  transition-duration: .4s; cursor:pointer; border:outset 1px; }
.actionbar2 .stdbuttonsmall:disabled { cursor:not-allowed; }
.actionbar2 .stdbuttonsmall:hover, .actionbar2 .stdbuttonPaginate:hover { background-color: #88BC3F;  }
.stdbuttonsmall:disabled, .stdbuttonPaginate:disabled, .locked:disabled {color: #cccccc;}
.stdbuttonsmall:disabled:hover, .stdbuttonPaginate:disabled:hover, .locked:disabled:hover {background-color: #EEEEFF ; cursor:not-allowed}
.stdbuttonsmall2 { width: 180px; font-size: 10px; }
.stdbuttonsmall.closeX {color: #eeeeff;background-color: transparent;border:none;font-size: 14px;flex: 0;position:absolute;top:0px;right:4px;z-index:1000;}
.stdbuttonsmall.closeX:hover { color:#b32121 ; background-color: #eeeeff}
.titlebar span.flex-row, .titlebar.flex-row .closeX, .titlebar2.flex-row .closeX, .titlebarbg.flex-row .closeX
	{ position:unset; flex:0; align-items: center; display: flex; gap:4px; }
.stdbuttonsmall.audit { color: #eeeeff; background-color:transparent; border:none;}
.stdbuttonsmall.audit:hover { color:#b32121 ; background-color: #eeeeff}
.navbar .stdbuttonsmall { display: inline-block; background-color:transparent; color:white; border:none; font-weight:normal; font-size: 10px; margin-right: 5px;}
.navbar .stdbuttonsmall:hover { background-color:#20B2E7; text-decoration:underline; }
.sectbar .fullscreenBtn { background-color:transparent; border:none; color: #E5ECE7; font-weight:bold; }
.sectbar .fullscreenBtn:hover { background-color: #88BC3F; }
.toolbar .fullscreenBtn { background-color:transparent; border:none; color: #eeeeff; font-weight:bold; }
.toolbar .fullscreenBtn:hover { background-color: #20B2E7; }
/* END - BUTTON STYLING */

/* User Profile Tab Styling */
.FolderTabActive { font-size:8pt; background:#ffffcc; font-weight:bold; padding:3px; border-left: solid #108ec5 1px; border-top: solid #108ec5 1px; border-right: solid #108ec5 1px;}
.FolderTabInActive { font-size:8pt; background:#006BA3; font-weight:bold; color:#eeeeff; cursor:pointer; padding:3px; border:solid #108ec5 1px}
.FolderTabSpacer { border-bottom: solid #108ec5 1px }
/* bg1, the data section bar on profile pages and popup titles */
.DataSectionTitle { background:#108ec5; color:#eeeeff; font-size: 11px; font-weight:bold; padding:1px }

/* Define Border Styles */
.blackbox	{border: solid #000000 1px}
.blackboxl	{border-left: solid #000000 1px}
.blackboxr	{border-right: solid #000000 1px}
.blackboxt	{border-top: solid #000000 1px}
.blackboxb	{border-bottom: solid #000000 1px}
.folder		{border-left: solid #000000 1px; border-right: solid #000000 1px; border-bottom: solid #000000 1px;}
.ul { border-top: solid #cccccc 1px }
.freezeheader, th {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
} 

/* Input and Display fields */
.passwordwhite 	{ COLOR: #CC0000;   FONT-SIZE: 11px;}
.white1	{ COLOR: #1B3462;  FONT-SIZE: 11px;}
.grey1	 	{ BACKGROUND-COLOR: #EEEEFF; COLOR: #1B3462;  FONT-SIZE: 12px;}
.white3 	{color: #1B3462;font-size: 10px;}
input[type=checkbox] { width:12px; height:12px; border-radius:0px 0px; vertical-align: middle; margin: 2px 2px 2px 2px; }
input[type=radio] { width:14px; height:14px; vertical-align: middle; margin: 2px 2px 2px 2px; }
.leftcol label, .toolbar label {color: #ffffff }
label {color: #006BA3}
.divhighattention {color: whitesmoke;background-color:red;padding: 2px;}
.lblhighattention { color: red; background-color:transparent; padding: 1px; }
.sectbar .lblhighattention { color: red; background-color:#E5ECE7; padding: 1px; }
.toolbar .lblhighattention { color: red; background-color:#eeeeff; padding: 1px; }
.toolbar .lblattention { color: #eeeeff; background-color:transparent; padding: 1px; }

/* Modal Popups */
.modalBackground { background-color:white; opacity:0.4; }
.modalPopup { position:absolute; background-color:#eeeeff; border-width:3px; border-style:outset; border-color: #108ec5; padding:0px; z-index:999 }

/* audit history */
.audit-history-container-ASPWrapper
{
    position: relative;
    overflow: hidden;
    margin:0;
    padding:0;
	overflow:hidden;
}
.audit-history-container-ASPWrapper > iframe
{
	position: absolute;
	top: 0;
	left: 0;
	/* note, that the iframe won't display right at under 20px. so we set container to view size, but iframe a bit larger */
	height:25px; 
	width:25px; 
	padding:0; 
	margin:0;
	border:none;
	overflow:hidden;
}

/* needed to ensure the calendar is on top of sticky headers, etc */
.ajax__calendar_container {z-index: 1000 !important}

/* Schedule Styles - */
.schedCalPopup .ajax__calendar_container { font-size:10px; border:1px solid #3366CC; background-color:white; }
.schedCalPopup .ajax__calendar_body { height:120px; }
.schedCalPopup .ajax__calendar_title { height:100%; background-color:#003399; color:#CCCCFF; }
.schedCalPopup .ajax__calendar_dayname { border-style:solid; border:1px #99CCCC; background-color:#99CCCC; color:#336666; font-weight:bold }
.schedCalPopup .ajax__calendar_day { color:#003399; }
.schedCalPopup .ajax__calendar_other .ajax__calendar_day { color:Gray; }
.schedCalPopup .ajax__calendar_active .ajax__calendar_day { background-color:#CCCCFF }
.schedCalPopup .ajax__calendar_today { color:#003399; }


/* Table Sort Behaviors - for /scriptfiles/sorttable.js */
th.sorted-asc::after{
  content: '▲';
  position: absolute;
  right: 10px;
}
th.sorted-desc::after{
  content: '▼';
  position: absolute;
  right: 10px;
}

/* tooltip styling */
.tooltip 
{
    background-color:#ffffee;
  /*  color:Black; */
	border:1px solid Blue;
	/*padding:5px 10px;*/
	width:350px;
	display:none;
	/*background:#1d1d1d;*/
	font-size:11px;
	
}

.CssStrikethrough
{
    text-decoration:line-through;
    color:Lime;
}

/* List Items Styles */
.numbered-list {
 list-style: none;
 counter-reset: ds-orderedlist
}
.numbered-list li {
 counter-increment: ds-orderedlist;
 margin-bottom: 5px;
 padding-left: 20px ;
 text-indent: -40px ;
}
.numbered-list  li::before {
 content: counter(ds-orderedlist);
 margin-right: .8rem;
 background-color: #6fa33e;
 border-radius: 50%;
 color: white;
 width: 1rem;
 height: 1rem;
 padding-top: .1rem;
 text-align: center;
 text-indent: 0px;
 display: inline-block;
 box-sizing: border-box;
}

.decorative-list {
	padding-left: 0px;
	margin-bottom: 40px;
}
.decorative-list li {
	list-style: none;
	position: relative;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.decorative-list li::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 0px;
	transform: translateX(-50%);
	background-color: #6fa33e;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
}
/* Checkmark in Bullets */
.decorative-list.checked li::before {
	content: "\2714";
}
/* Star in Bullets */
.decorative-list.star li::before {
	content: "\2605";
}
/* In older IE where OL and UL formats not supported reset them back to basics */
/* IE6,7 */
@media screen\9  {
	.numbered-list, .decorative-list { list-style: decimal; }
	.numbered-list li, .decorative-list li {
		padding-left: 0px;
		text-indent: 0px;
	}
	.decorative-list li {list-style: circle;}
}
/* IE8 */
@media \0screen {
	.numbered-list, .decorative-list { list-style: decimal; }
	.numbered-list li, .decorative-list li {
		padding-left: 0px;
		text-indent: 0px;
	}
	.decorative-list li {list-style: circle;}
}

/*Used for display med admin policy information*/
.DarkCyan {
	color: White;
	background-color: DarkCyan
}

.Chocolate {
	color: White;
	background-color: Chocolate
}
