<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cs_commondlg td {
	text-align: left;
}

#cs_commondlg table {
	margin: 0;
	padding: 0;
}

.clsOKButton, .pushbutton{
	background-color: #FFFFFF;
	/*display: none;*/
	font-size: 10px;
	vertical-align: middle;
	padding: 2px;
	/*line-height: 20px;*/
	border-style: outset;
   overflow: visible;
}

.cs_dlgNormal {
	font-size: 11px;
	font-weight: normal;
	color:black;
}
.cs_dlgNormalRed {
	font-size: 11px;
	font-weight: normal;
	color: red;
}
.cs_dlgNormalRight {
	text-align: right !important;
	font-size: 11px;
	font-weight: normal;
	color:black;	
}

.cs_dlgNormalBold {
	font-size: 11px;
	font-weight:bold;
	cursor: auto;
	color:black;
}
.cs_dlgTitle {
	/*background-color: #004080;*/
	background:transparent none repeat scroll 0 0;
	color:#013466;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;	
	font-weight: bold;
	padding: 4px;
	display: none;
}
.cs_dlgWarningTitle {
	background-color: #800000;
	color: #ffffff;
	font-weight: bold;
	text-align: center !important;
	font-size: 12px;
	padding: 4px;
}
.cs_dlgDesc {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	display: none;
}
.cs_dlgRedDesc {
   color: #ff0000;
	font-weight: bold;   
   font-size: 12px;
}
.cs_dlgLabelForOptionText{
	font-size: 11px;
	font-weight: normal;
	color:black;
	line-height: 20px;
}
.cs_dlgLabel {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.cs_dlgLabelBold, .cs_dlgLabelBoldNoAlign, .cs_dlgSectionBar {
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	cursor: auto;
	text-decoration: none;
	color: #27527D;
}
.cs_dlgLabelBold {
	text-align: right !important;
}

.cs_dlgBoldError {
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
	text-decoration: none;
	color: #ff0000;
}

#MainTable td &gt; label, #MainTable .CS_FormFieldLabelContainer {
	font-weight: bold;
	text-align: right !important;
	font-size: 11px;
	text-decoration: none;
	color: #27527D;
	/* cursor:pointer; */
}

.cs_dlgLabelRequired
{
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	cursor: auto;
	text-decoration: none;
	color: #27527D;
}
.cs_dlgLabelOptional
{
	font-weight: normal !important;
	line-height: 16px;
	font-size: 11px;
	cursor: auto;
	text-decoration: none;
	color: #27527D;
}	
.cs_dlgSectionBarSmall {
	background-color: #C0C0C0;
	color: #000080;
	font-weight: bold;
	font-size: 10px;
	padding: 4px;
}
.cs_dlgLabelSmall {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align: left !important;
}

.cs_dlgLabelSmallBold {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.cs_dlgLabelSmallBoldAlign {
	color: #000000;
	font-weight: bold;
	text-align: right !important;
	font-size: 10px;
}
.cs_dlgControl {
	font-size: 10px;
	font-weight: normal
}
.cs_dlgDisabledControl {
	font-size: 10px;
	background-color: silver;
}
.cs_dlgGhost {
	color: #808080;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.cs_dlgGhost:hover {
	text-decoration: underline;
}
.cs_dlgError {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}
.cs_dlgErrorNormal {
	color: #ff0000;
	font-weight: normal;
	font-size: 12px;
}
.cs_dlgWarning {
	color: #FF0000;
	font-size: 10px;
}
.cs_dlgErrorSmall {
	color: #ff0000;
	font-weight: bold;
	font-size: 10px;
}
.cs_dlgItemLink {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.cs_dlgItemLinkSmall {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.cs_dlgAddLink {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
}
.cs_dlgTable {
	border: 0px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
}
.cs_dlgTable th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px 1px 0px;
	background-color: #cccccc;
	color: #cc6600;
}
.cs_dlgTable td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	background-color: #ffffff;
	color: #000000;
}
.cs_dlgTable tr.alt td {
	background-color: #eeeeee;
}


form{
   margin: 0px;
}
.cs_dlgStyledTableHead
{
	background-image:url(/commonspot/dashboard/images/controls/header_blue.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	padding-left:8px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;	
}
.cs_dlgStyledTableCell
{
	border-bottom:1px solid #CCCCCC;
	padding:8px 0 3px 8px;
	font-size: 11px;
	font-weight: normal;
	color:black;
}
</pre></body></html>