	body.clsMain {
		background-color: #FFFFFF;
		font-size: 10pt;
		font-family: arial;
		background-image: url(/Images/background.gif);
	}

	body.clsSideMenu {
		font-size: 13px;
		font-family: arial;
	}
	
	div.clsLoginPageHeading {
		position: absolute; 
		padding-top: 15px; 
		width: 100%; 
		top: 0px; 
		height: 45px; 
		background-color: transparent; 
		font-family: arial; 
		font-size: 23px; 
		font-weight: bold; 
		text-align:center;
		z-index: 2; 
	}
	div.clsPageHeading {
		position: absolute; 
		padding-top: 15px; 
		width: 100%; 
		top: 0px; 
		height: 45px; 
		background-color: transparent; 
		font-family: arial; 
		font-size: 23px; 
		font-weight: bold; 
		text-align:center;
		z-index: 2; 
		margin-left:55px;
	}
	div.clsNavigate {
		position: absolute; 
		left: 0px; 
		top: 0px; 
		z-index: 100;
		font-family: arial;
		font-size: 13px;
		position: fixed; 
		text-align: center; 
		height: 100%; 
		width: 110px;
	}	

	div.clsTableRow {
		width:100%;
	  	text-align: left;
	  	vertical-align: middle;
	}
	
	div.clsQueryHeading {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 0px 2px 0px;
		clear: both;
	  	float:left;
	  	text-align: right;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	div.clsQuery {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 0px 2px 0px;
	  	float: left;
	  	text-align: left;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
	}	
	div.clsInformation {
		margin: 5px 5px 5px 5px;
	  	padding: 4px 0px 2px 0px;
		text-align: center;
	  	vertical-align: middle;
		font-size: 11px;
		font-family: arial;
	}

	input.clsCommandButton {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;	
	}
	p.clsHeading {
		font-size: 23px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsHeading1 {
		font-size: 19px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsHeading2 {
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
	}

	p.clsInformation {
		color: #000000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	
	p.clsErrorHeading {
		color: #FF0000;
		font-size: 13px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsErrorMessage {
		color: #FF0000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	small.clsErrorMessage{
		color: #FF0000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	li.clsErrorMessage {
		color: #FF0000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	
	table.clsContent {
		margin-left: auto;
		margin-right: auto;
		border:1px outset #CAC5C5;
		font-size:11px;
		-moz-border-radius:4px;
		background: #D5D5D5; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
	}	

	table.clsQuery {
		margin-left: auto;
		margin-right: auto;
		border:1px outset #D5D5D5;
		font-size:11px;
		-moz-border-radius:4px;
		background: #9C8E8E; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */	
	}

	table.clsInformation {
		background-color: #F0F0F0;
		margin-left: auto;
		margin-right: auto;
		border: 1pt solid #CAC5C5;
	}
	
	td.clsPopupInformation {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
	}
	
	td.clsPopupQueryHeading {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
	}
	
	td.clsPopupQuery {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		text-decoration: none;
	}	
	
	td.clsDomainHeading {
	  	padding: 4px 0px 2px 0px;
	  	background-color: #D5D5D5;
		border-top: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	div.clsGlobalDiv {
		width:100%;
		text-align:center
	}
	td.clsDomain {
	  	padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
	}
	td.clsLogDateTimeIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 150px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}	
	td.clsLogProcessIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 190px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}	
	td.clsLogDescriptionIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 520px !important;
		text-align:left !important;
		
		vertical-align:top !important;
		word-wrap: break-word !important;
	}
	td.clsLogIdentifierTypeIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 150px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}
	td.clsLogIdentifierIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 200px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}
	td.clsLogSecondaryIdentifierTypeIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 200px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}				
	td.clsLogSecondaryIdentifierIdentention{
		padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		max-width: 200px;
		text-align:left;
		white-space:nowrap;
		vertical-align:top;
		word-wrap: break-word;
	}	
	input.clsLogInputText {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
		width: 30px;
}
	td.clsQueryHeading {
		margin: 6px 2px 2px 6px;
		padding: 4px 2px 4px 2px;
		text-align: right;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	td.clsLogTableHeading {
		margin: 6px 2px 2px 6px;
		padding: 4px 2px 4px 2px;
		text-align: right;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
		font-weight: bold;
		text-align:center;
	}
	td.clsQuery {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 2px 4px 2px;
	  	text-align: left;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
	}
	
	td.clsInformation {
		margin-left: auto; 
		margin-right: auto; 
		text-align: center;
		color: #000000;
		background-color: #F0F0F0;
		border: 1px solid #CAC5C5;
		padding: 5px;
	  	font-size: 11px;
		font-family: arial;
	}	
	
	/* get rid of those system borders being generated for A tags */
	a:active {
	  	outline:none;
	}
	div.clsNoResults {
		position: relative; 
		top: 300px; 
		height: 400px;
	}
	div.clsResults {
		position: relative; 
		overflow: hidden;
		top: 40px; 
		margin-bottom: 50px; 
	}
	:focus {
	  	-moz-outline-style:none;
	}
	tr.clsErrorMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		background-color: #F9A2A2;
		border: 1px solid #F03333;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
		height: 25px;
	}
	
	tr.clsWarnMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		background-color: #FAAC58;
		border: 1px solid #FF8000;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
		height: 25px;
	}
	
	tr.clsInfoMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		border:1px outset #D5D5D5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
		height: 25px;
	}

	span.clsToolTip {
		display:block;
		min-width:150px;
		max-width:350px;
		position: fixed;
		padding:5px 5px 5px 5px;
		margin: -5px 0 0 5px;
	  	border: 1px solid #888888;
	  	color: #444444;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
	}

	table.clsTree {
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
		border:1px outset #D5D5D5;
		font-size: 11px;
		font-family: arial;
		text-align: left;
	}
	
	td.clsTreeBlank {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
	}
	
	td.clsTreeLabel {
		color: #000000;
		border: 0px;
		padding: 0px;
	}
	
	td.clsTreePlus {
		color: #000000;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/plus.gif);
		background-repeat: no-repeat;
	}
	
	td.clsTreeMinus {
		color: #000000;
		border: 0px;
		padding: 0px;
		background-image: url(/cardinalbackoffice/Images/minus.gif);
		background-repeat: no-repeat;
	}
	
	td.clsTreeT {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeT.png);
		background-repeat: no-repeat;
	}
	
	td.clsTreeL {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeL.png);
		background-repeat: no-repeat;
	}
	
	td.clsTreeI {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeI.png);
		background-repeat: no-repeat;
	}	

	a.clsQuery {
		color: #000000;
		text-decoration: none;
	}
	
	a.clsQuery:Link {
		text-decoration: none;
	}
	
	a.clsQuery:Visited {
		text-decoration: none;
	}
	
	a.clsQuery:Hover {
		color: #E0E0E0;
		text-decoration: none;
	}

	a.clsTreeLabelText {
		font-size: 11px;
		font-family: arial;
		text-align: left;
	}

	a.clsRequired {
		text-align: center;
		vertical-align: text-bottom;
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
	}

	a.clsVerySmall {
		color: #FFFFFF;
		font-size: 8px;
		font-family: arial;
		text-decoration: none;
	}
	
	a.clsVerySmall:Hover {
		color: #FFFFFF;
		font-size: 9px;
		text-decoration: none;
	}
	
	a.clsSmall {
		color: #FFFFFF;
		font-size: 11px;
		font-family: arial;
		text-decoration: none;
	}
	
	ul.disc {
		list-style-type: disc;
	}
	
	ul.circle {
		list-style-type: circle;
		list-style-image: url(bullet.gif)
	}
	
	ul.square {
		list-style-type: square;
	}
	
	ul.clsNone {
		list-style-type: none;
		margin-left:10px;
		margin-top:10px;
		
	}
	ul.clsNoneDisplay {
		list-style-type:none;
		display:none
	}
	li.clsNone {
		list-style-type: none;
	}
	input.clsInputButton {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	input.clsInputBackButton {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
		width: 75px;
	}
	input.clsInputFile {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	input.clsInputSubmit {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}

	input.clsInputText {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
	}
	
	input.clsInputCheckbox {
		font-size: 11px;
		font-size: arial;
		font-weight: normal;
	}
	
	textarea.clsInput {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
	}
	
	select,select.clsInput {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
		border-STYLE: solid;
	}

	hr.clsLine {
		width: 110px;
		left: 5px;
		height: 2px;
	}
	
	.clsSearchBarControl { 
		margin: 0px; 
		background-color: black; 
		color: white; 
		border-top: none; 
		padding: 1px; 
		opacity: 1.0; 
		width: 28px; 
		height: 15px; 
		filter: alpha(opacity=100); 
		font: 11px DejaVu Sans Condensed; 
		font-weight: bold; 
		text-align: center; 
		float: left; 
		cursor: pointer; 
		
	}
	.clsSearchBar { 
		overflow: hidden; 
		width: 100%; 
		transition: max-height 0.2s ease-out
	}
	td.clsStatusUnknown {
		color: #000000; 
		background-color: #00FFFF; 
		border: 1px solid #F0F0F0; 
		padding: 2px; 
		font-size: 8pt; 
		font-family: arial;
		font-weight: bold;
	 }
	td.clsStatusUp {
		color: #000000;
	 	background-color: #00FF00; 
	 	border: 1px solid #F0F0F0; 
	 	padding: 2px; 
	 	font-size: 8pt; 
	 	font-family: arial; 
	 	font-weight: bold;
	 }
	td.clsStatusDown {  
		color: #000000; 
		background-color: #FF0000; 
		border: 1px solid #F0F0F0; 
		padding: 2px; 
		font-size: 8pt; 
		font-family: arial; 
		font-weight: bold;
	}
	td.clsStatusDisabled {
		color: #000000; 
		background-color: #FFFF00; 
		border: 1px solid #F0F0F0; 
		padding: 2px; 
		font-size: 8pt; 
		font-family: arial; 
		font-weight: bold;
	}
	div.clsUserGroup {
		color: #FFFFFF; 
		font-family: arial; 
		font-size: 4pt;
	}
	label.clsUserGroupLabel:onmouseover {
		font-size: 8pt;
	}
	label.clsUserGroupLabel:onmouseout {
		font-size: 4pt;
	}
	div.clsDivButton {
		position:fixed;
		z-index: 101; 
		bottom:1%; 
		left:18px;
	}
	div.clsSideMenuLogo {
		width: 110px; 
		height: 55px; 
		background-color: #FFFFFF;
	}
	div.clsDivHeader {
		text-align: center; 
		min-width: 100%; 
		position: fixed; 
		z-index: 2; 
		top: 0px; 
		left: 0px;
	}
	img.clsInstallationLogo {
		background-color: #FFFFFF;
		height:55px;
		width: 110px;
		}
	div.clsDivContent {
		text-align: center; 
		min-width: 100%; 
		position: absolute; 
		top: 80px; 
		left: 0px;
	}
	.clsSearchBarControls { 
		position: absolute; 
		bottom:-12px; 
		text-align: center;
		width: 60px; 
		left: 50%; 
		margin-left: -30px; 
		background-color: Black; 
	}
	.clsSearchBarContainer { 
		position: fixed; 
		z-index: 6; 
		top: 70px; 
		right: 0px;
		width: 400px; 
		left: 50%; 
		margin-left: -150px; 
		align: center; 
	}
	.clsPageHeadingBackground { 
		text-align: center; 
		min-width: 100%; 
		position: fixed; 
		z-index: 2; 
		top: 0px; 
		left: 0px;
	}	

	table.clsParameterSet {
		background-color: #F0F0F0; 
		margin: 18px 12px 18px 36px; 
		border: 1pt solid #606060; 
		border-collapse: collapse; 
	}
	
	th.clsParameterSet    {
		color: #000000; 
		margin-bottom:4px; 
		border-bottom: 1px solid #606060; 
		padding: 2px 4px 2px 4px; 
		font-size: 8pt; 
		font-family: arial; 
		font-weight: bold; 
	}
	
	a.clsRequired {
		color: #86001B; 
		font-size: 8pt; 
		font-family: arial; 
		font-weight: bold;
		text-decoration: none; 
	}
	
	td.clsParameterSet    {
		color: #000000; 
		background-color: #E0E0E0; 
		padding: 2px 4px 2px 4px; 
		font-size: 8pt; 
		font-family: arial; 
	}
