<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.form-footer { margin: 10px 0 8px 0; }

.required:after { color: #ef4f38; content: '*'; font-size: 19px; Line-height: 7px; }

div.inline-block { display:inline-block; vertical-align: top; }

.disabled-block { display: block; margin: 0; color: #B8B8B8; line-height: normal; }

i.narrow{ margin-left: -0px; margin-right: 0px;}

.Hide { display: none;}

.FixedNoteTop
{
    z-index: 50;
    position:fixed; 
    line-height: 12px;
    right: 20px;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    padding: 0px 4px 2px 4px;
    background-color: #666666;
    color: #fff;
    font-size: .8em;
}

.spaceXS { height: 1px;}
.spaceS { height: 3px;}
.spaceM { height: 5px;}
.spaceL { height: 8px;} 
.spaceXL { height: 12px;} 

textarea { margin-bottom: 5px; }

hr {
	padding-top: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom-color: #ffffff;
}

.buttonFocus
{
	Width: 1px !important;
	Height: 1px !important;
	border-style: none !important;
	background-color: Transparent !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
	outline-style: none !important;
	z-index: -1 !important;
}

table.subtable { border: 0px solid #ffffff;}
table.subtable tr { border-bottom-style: dashed; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;}
table.subtable tr:last-child td { border-bottom: 1px solid #ffffff; }

table.eval-response-list td { padding-right: 20px; border-bottom: 0px solid transparent !important;}
table.eval-response-list td:first-child { padding-left: 5px;}
table.eval-response-list td:last-child { padding-right: 0px;}

table.eval-result { width: 100%; }
table.eval-result tbody td, table.eval-result tr td { vertical-align: top; }

table.eval-result-sum { width: 100%; }
table.eval-result-sum tbody td, table.eval-result-sum tr td { vertical-align: top; }

table.eval-result-dtl { width: 100%; }
table.eval-result-dtl tbody td, table.eval-result-dtl tr td { vertical-align: top;  padding-left: 10px; border-bottom: 1px solid #f0f0f0; }
table.eval-result-dtl tr:last-child td { border-bottom: 1px solid #ffffff; }
table.eval-result-dtl tbody td:first-child, table.eval-result-dtl tr td:first-child { padding-left: 15px; }

.print_verticaltext
{ 
	FILTER: flipH(); WRITING-MODE: tb-rl; 
}
.verticaltext
{ 
	FILTER: flipH()flipV(); WRITING-MODE: tb-rl; 
}

/*start data entry forms*/
.col1-right { width: 20%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p10 td:nth-child(1) { width: 10%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p15 td:nth-child(1) { width: 15%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p20 td:nth-child(1) { width: 20%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p25 td:nth-child(1) { width: 25%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p30 td:nth-child(1) { width: 30%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p35 td:nth-child(1) { width: 35%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p40 td:nth-child(1) { width: 40%; padding-bottom: 2px; padding-top: 2px; text-align: right;}
.col1-right-p50 td:nth-child(1) { width: 50%; padding-bottom: 2px; padding-top: 2px; text-align: right;}

.col1-left-p20 td:nth-child(1) { width: 20%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-p25 td:nth-child(1) { width: 24%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-p30 td:nth-child(1) { width: 30%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-p40 td:nth-child(1) { width: 40%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-p50 td:nth-child(1) { width: 50%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-p60 td:nth-child(1) { width: 60%; padding-bottom: 2px; padding-top: 2px; text-align: left;}
.col1-left-auto td:nth-child(1) { width: auto !important; text-align: left !important;}

.cols2-add-remove td:nth-child(1) { width: 51%; } .cols2-add-remove td:nth-child(2) { width: 49%; padding-left: 4px; }
.cols3-add-remove td:nth-child(1) { width: 45%; } .cols3-add-remove td:nth-child(2) { width: 10%; text-align:center; } .cols3-add-remove td:nth-child(3) { width: 45%; }
.cols5-add-remove td:nth-child(1) { width: 15%; } .cols5-add-remove td:nth-child(2) { width: 30%; text-align:center; } .cols5-add-remove td:nth-child(3) { width: 10%; } .cols5-add-remove td:nth-child(4) { width: 30%; } .cols5-add-remove td:nth-child(5) { width: 15%; }
/*end data entry forms*/

/*start responsive table*/
@media screen and (max-width: 767px) 
{
    table.responsive { border: 0 !important; }
    table.responsive thead, table.responsive th { display: none !important; }
    table.responsive tr { display: block !important; border-bottom: 2px solid #ddd !important; margin-bottom: 1px !important; }
    table.responsive td { display: block !important; border-bottom: 1px dotted #ccc !important; text-align: left !important; padding-left: 0px !important; width: 100% !important; }
    table.responsive td:before { float: left !important; width: 40% !important; }
    table.responsive td.data:after { content: "." !important; opacity: 0 !important; }
    table.responsive tr:first-child { border-top: 2px solid #e6e7e8 !important; }
    table.responsive td:last-child { border-bottom: 0 !important; }
    
    table.plain { border: 0 !important; }
    table.plain thead, table.plain th { display: none !important; }
    table.plain tr { display: block !important; border-bottom: 2px solid #FFFFFF !important; margin-bottom: 1px !important; }
    table.plain td { display: block !important; border-bottom: 1px dotted #FFFFFF !important; text-align: left !important; padding-left: 0px !important; width: 100% !important; }
    table.plain td:before { float: left !important; width: 40% !important; }
    table.plain td.data:after { content: "." !important; opacity: 0 !important; }
    table.plain tr:first-child { border-top: 2px solid #FFFFFF !important; }
    table.plain td:last-child { border-bottom: 0 !important; }
    
    table.rcTable td { display: table-cell !important; }
}
/*end responsive table*/

/*start responsive report table*/
table.report tr.rptHeader td { font-weight: bold; } 
table.report tr.rptFilter { background-color: #F1F1F1 !important; } 

table.report td.rptHeaderEmpty { border-bottom-color: #FFFFFF !important; background-color: #FFFFFF !important; }

table.report td.rptGroupEmpty { border-bottom-color: #FFFFFF !important; background-color: #FFFFFF !important; }
table.report td.rptGroupLast { background-color: #FFFFFF !important; }

table.report tr.rptGroup1 { border-top: 2px solid #e6e7e8 !important; }
table.report tr.rptGroup1 td:nth-of-type(1) { border-bottom: 2px solid #FFFFFF !important; }

table.report tr.rptGroup2 { border-top: 2px solid #e6e7e8 !important; }
table.report tr.rptGroup2 td:nth-of-type(1) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup2 td:nth-of-type(2) { border-bottom: 2px solid #FFFFFF !important; }

table.report tr.rptGroup3 { border-top: 2px solid #e6e7e8 !important; }
table.report tr.rptGroup3 td:nth-of-type(1) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup3 td:nth-of-type(2) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup3 td:nth-of-type(3) { border-bottom: 2px solid #FFFFFF !important; }

table.report tr.rptGroup4 { border-top: 2px solid #e6e7e8 !important; }
table.report tr.rptGroup4 td:nth-of-type(1) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup4 td:nth-of-type(2) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup4 td:nth-of-type(3) { border-top: 2px solid #FFFFFF !important; }
table.report tr.rptGroup4 td:nth-of-type(4) { border-bottom: 2px solid #FFFFFF !important; }

table.report td.rptDistinctFull { border-bottom: 1px solid #FFFFFF !important; } 
table.report td.rptDistinctEmpty { border-bottom: 1px solid #FFFFFF !important; background-color: #FFFFFF !important; }
table.report td.rptDistinctLast { background-color: #FFFFFF !important; } 

table.report tr.rptFooter { background-color: #FFFFFF !important; } 
table.report tr.rptFooter td { font-weight: bold; } 
/*end responsive report table*/

/*start roster*/
table.roster {
	border: 1px solid #808080;
	color: #222222;
	width: 100%;
}
table.roster thead {
	background: #F0F0F0;
}
table.roster th {
	font-weight: bold;
	color: #222222;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding : 5px 5px 5px 5px;
}
table.roster td {
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding : 5px 5px 5px 5px;
}
table.roster tr
{
	border-bottom: 1px solid #808080;
	height: 36px;
}

table.form tr td 
{ 
	display: table-cell; 
	padding: 0 10px; 
	vertical-align: top; 
}

table.nyrpt tr td
{
	page-break-inside: avoid !important;
}
table.nyrpt tr td.gray
{ 
	background: #C0C0C0 !important; 
}
table.nyrpt tr td.dkgray
{ 
	background: #A0A0A0 !important; 
}
/*end roster*/

/*start treeview*/
.TreeView
{
    line-height: 20px !important;
}

.TreeViewNode
{
    line-height: 16px !important;
    padding: 0 0 0 3px;
    vertical-align: top; 
    border-bottom: 0px solid white;
}
.RadSiteMap .rsmLink
{
    font-size: 14px;    
}
/*end treeview*/

/*start RadMenu*/
.RadMenu_Default .rmContentTemplate
{
	border: 1px solid black !important;
}
.RadMenu_Default .rmRootGroup
{
	border: 1px solid #c5c5c5 !important;
}
.RadMenu_Default .rmLink
{
	background-color: transparent !important;
}
/*end RadMenu*/

/*start RadMenu_Context*/
.RadMenu_Favorites .rmGroup .rmItem a.rmLink
{
    width: 85%;
    display: inline-block;
}
/*end RadMenu_Context*/

/*start RadToolTip*/
.RadToolTip {
	max-width: 800px !important;
}

.RadToolTip_Default .rtWrapper .rtWrapperLeftMiddle,
.RadToolTip_Default .rtWrapper .rtWrapperRightMiddle,
.RadToolTip_Default table.rtShadow .rtWrapperLeftMiddle,
.RadToolTip_Default table.rtShadow .rtWrapperRightMiddle 
{
	padding: 0px 1px 0px 1px !important;
}

.RadToolTip_Default .rtWrapper .rtWrapperContent 
{
	vertical-align: text-top !important;
	overflow: hidden;
}
/*end RadToolTip*/

/*start RadSiteMap*/
div.RadSiteMap .rsmTwoLevels ul li 
{
    font-weight: normal !important;
}
.rsmLevel1 .rsmItem
{ 
    font-size:small !important;
} 
.rsmLevel1 li 
{ 
    line-height: 15px;
} 
.RadSiteMap .rsmLink {
    padding: 2px 2px 2px 2px !important;
}
/*end RadSiteMap*/

/*start RadSplitter*/
.rdTop 
{
    font-size: 12px;
}
/*end RadSplitter*/

/*start RadScheduler*/
.rsMonthView
{
	border-style: none !important; 
}

.rsmLink
{
     border-width: 0px !important;    
}

.RadScheduler .rsMonthView .rsWrap,
.RadScheduler .rsMonthView .rsApt,
.RadScheduler .rsMonthView .rsAptOut,
.RadScheduler .rsMonthView .rsAptIn,
.RadScheduler .rsMonthView .rsAptMid,
.RadScheduler .rsMonthView .rsAptContent
{
    position: static !important;
    height: auto !important;
}

.RadScheduler .rsMonthView .rsWrap
{
    overflow: hidden;
    line-height: 0;
} 

.RadScheduler .rsMonthView .rsLastWrap
{
    height: auto !important;
}

.RadScheduler .rsMonthView .rsAptContent
{
    position: relative !important;
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: 0;
} 
.RadScheduler .rsDateHeader
{
    height:20px !important;
}
td.rsSelectedSlot, td.rsAptCreate
{
    background: none !important;
    border-color:#E8EAEC !important;
}

.rsSelectedSlot, .rsMonthView .rsSelectedSlot 
{
    background: none !important;
    border-color: none !important;
}	

* html .RadScheduler .rsMonthView .rsAptIn
{
    border-width: 0 1px;
    top: 0;
    margin-left: -1px;
    margin-right: -1px;
}

* html .RadScheduler .rsMonthView .rsAptMid
{
    top: 0;
    left: 1px;
    margin: 0 1px;
    border-width: 1px 0;
}

.RadScheduler .rsMonthView .rsWrap,
.RadScheduler .rsMonthView .rsAptContent
{
	min-height: 10px;
}

.rsAptDelete
{
	display: none !important;
}

A.SelectEvent, A.SelectEvent:link, A.SelectEvent:visited
{
    font-weight: bold;
    font-size: 12px;
    cursor: hand;
    color: #0079BC;
    text-decoration: none;
}

A.SelectEvent:hover
{
    color: #0079BC;
    text-decoration: underline;
}
/*end RadScheduler*/

/*start RadListBox*/
.RadListBox_Default
{
	 font-size: inherit !important;
}

.RadListBox_Default .rlbList .rlbSelected {
    color: inherit !important;
    background-color: #DBDCDE !important;
}
/*end RadListBox*/

/*start RichTextContent*/
div.RichTextContent ul {
 	list-style-position: inside !important;
	list-style-type: disc !important;
}

div.RichTextContent li &gt; p 
{
 	 display: inline !important;
}

.RichTextContent {
 	line-height: normal !important;
}
/*end RichTextContent*/

/*start RadTreeView*/
.RadTreeView_Default .rtIn, .RadTreeView_Default .rtSelected 
{
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    margin: 0 0 0 0 !important;
}
.RadTreeView_Default .SubItem
{
    margin-left: -10px !important;
    border-left-width: 10px !important;
    border-left-color: #FFFFFF !important;    
}
/*end RadTreeView*/

/*start RadDock*/
.RadDock .rdContent {
    margin-bottom: 2px !important;
    overflow-x :hidden !important;
}
.dashboard td
{
    vertical-align: top;
}
/*end RadDock*/

/*start z-index*/
.RadCalendarPopup {
	z-index: 9000 !important;
}
.RadCalendarFastNavPopup {
	z-index: 9001 !important;
}
.RadWindow {
	z-index: 7600 !important;
}
.RadMenu {
	z-index: 7400 !important;
}
.RadMenu_Filter {
	z-index: 7300 !important;
}
/*end z-index*/
</pre></body></html>