<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);


body{
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	/*color:#002762;*/ color:#0E76BB;
	font-size: 10pt;
	table-layout: fixed;
	height: 100%;}

.StdFont{
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	color:#002762;	
	font-size: 10pt;}
	
.Dialog{
	/*
	padding: 5px;
	background-color: WhiteSmoke;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto;
	*/
	padding: 10px;
	background-color: whiteSmoke;
	overflow: auto;
	border:0;
	margin: 4px auto;
	box-shadow:1px 2px 10px rgba(0, 16, 43, .45);
	border-radius: 6px;}

.DialogImageMap{
	background-color: WhiteSmoke;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto;}
	
.Frame{
	padding: 5px;
	overflow: auto;}
	
.StatusFrame{
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #e00000;
	background-color: #FFFFCC;
	border-top: inset 1px Silver;
	border-left: inset 1px Silver;
	border-bottom: inset 1px #666666;
	border-right: inset 1px #666666;
	overflow: auto;}
	
.DisabledButton{
	padding: 0;
	background-color: WhiteSmoke;
	border-top: dotted 1px Silver;
	border-left: dotted 1px Silver;
	border-bottom: dotted 1px #666666;
	border-right: dotted 1px #666666;
	overflow: hidden;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url('img/silver25.gif');
	background-repeat: repeat-x;}
	
.SilverButton{
	/*
	padding: 0;
	background-color: WhiteSmoke;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: hidden;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url('img/silver25.gif');
	background-repeat: repeat-x;*/

	text-decoration: none;
	cursor: pointer!important;
	margin: .25em;
	padding: .25em .75em;
	overflow: auto;
	vertical-align: middle;
	font-weight: bold!important;
	border-style: solid;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	-moz-shadow: 0px 1px 5px rgba(0, 16, 43, .45);
	-webkit-shadow: 0px 1px 5px rgba(0, 16, 43, .45);
	box-shadow: 1px 2px 7px rgba(0, 16, 43, .55);
	font-size: 1.1em!important;
	white-space: nowrap!important;
	color: #D70080!important;
	border-color: #D70080;
	border-width:2px;
	border-radius: 5px;
	background: white none;}
.SilverButton:hover,.SilverButton:active{
	color:white!important; background-color:#D70080!important; border-color:white!important;
	-moz-shadow:none;	-webkit-shadow:none; box-shadow:none;}

.SilverButton SPAN,
.SilverButton SPAN SPAN,
.SilverButton SPAN SPAN SPAN,
.SilverButton SPAN SPAN SPAN SPAN{
	margin:0!important; padding:0!important;
	background:transparent none!important;
	border:0!important;}
	
.SilverTextLink{
	background-color: WhiteSmoke;
	overflow: hidden;
	text-decoration:underline;
	vertical-align: middle;
	font-weight: normal;}
	
.GreenButton{
	/*
	padding: 0;
	background-color: #d7ffe1;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: hidden;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url('img/green25.gif');
	background-repeat: repeat-x;*/

	text-decoration: none;
	cursor: pointer!important;
	margin: .25em;
	padding: .25em .75em;
	overflow: auto;
	vertical-align: middle;
	font-weight: bold!important;
	border-style: solid;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	-moz-shadow: 0px 1px 5px rgba(0, 16, 43, .45);
	-webkit-shadow: 0px 1px 5px rgba(0, 16, 43, .45);
	box-shadow: 1px 2px 7px rgba(0, 16, 43, .55);
	font-size: 1.1em!important;
	white-space: nowrap!important;
	color: #0E76BB!important;
	border-color: #v;
	border-width:2px;
	border-radius: 5px;
	background: white none;}
.GreenButton:hover,.GreenButton:active{
	color:white!important; background-color:#0E76BB!important; border-color:white!important;
	-moz-shadow:none;	-webkit-shadow:none; box-shadow:none;}

.GreenButton SPAN,
.GreenButton SPAN SPAN,
.GreenButton SPAN SPAN SPAN,
.GreenButton SPAN SPAN SPAN SPAN{
	margin:0!important; padding:0!important;
	background:transparent none!important;
	border:0!important;}
	
.SilverCommandButton{
	padding: 0;
	background-color: WhiteSmoke;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: hidden;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url('img/silver25.gif');
	background-repeat: repeat-x;}
	
.GreenCommandButton{
	padding: 0;
	background-color: #d7ffe1;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: hidden;
	height: 25px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url('img/green25.gif');
	background-repeat: repeat-x;}

.SimpleButton,
.SimpleButton_Green,
.SimpleButton_Red{
	text-decoration:none;
	cursor:pointer!important;
	margin:0; padding: .25em .75em;
	overflow: auto;	vertical-align: middle;
	font-weight:normal;
	border-width:1px; border-style:solid;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	border-radius: 2px;
	-moz-shadow:0px 1px 5px rgba(0, 16, 43, .45);
	-webkit-shadow:0px 1px 5px rgba(0, 16, 43, .45);
	box-shadow:0px 1px 5px rgba(0, 16, 43, .45);}
.SimpleButton:hover,.SimpleButton:active,
.SimpleButton_Green:hover,.SimpleButton_Green:active,
.SimpleButton_Red:hover,.SimpleButton_Red:active{
	text-shadow:none;
	-moz-shadow:none; -webkit-shadow:none; box-shadow:none;}
	
.SimpleButton{
	color:#0E76BB; font-weight:normal;
	text-shadow: 1px 1px 0 white;
	border-color:#e9f2f7;
	background-color:#e9f2f7;}
.SimpleButton:hover,.SimpleButton:active{
	color:#0E76BB; border-color:#0E76BB;
	background-color:white;}
	
.SimpleButton_Green{
	color:white!important; font-weight:bold;
	/*text-shadow: 1px 1px 0 black;*/
	border-color:#0E76BB;	
	background-color:#0E76BB;}
.SimpleButton_Green:hover,.SimpleButton_Green:active{
	color:#0E76BB; border-color:#0E76BB;
	background-color:white;}	
	
.SimpleButton_Red{
	color:white!important; font-weight:bold;
	/*text-shadow: 1px 1px 0 black;*/
	border-color:#D70080;	
	background-color:#D70080;}
.SimpleButton_Red:hover,.SimpleButton_Red:active{
	color:#D70080; border-color:#D70080;
	background-color:white;}	
	
.SilverCommandButton{
	padding: 1 2 1 2;
	background-color: WhiteSmoke;
	border-top: solid 1px Silver;
	border-left: solid 1px Silver;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	overflow: auto;	
	font-weight: bold;}
	
.SlimSilverRuler{
	line-height: 5px;
	height: 5px;
	border-top: solid 1px #c0c0c0;
	background-image: url('img/silver10.gif');
	background-repeat: repeat-x;}
	
.SilverRuler{
	line-height: 10px;
	height: 10px;
	border-top: solid 1px #c0c0c0;
	background-image: url('img/silver30.gif');
	background-repeat: repeat-x;}
	
.SilverBar1{
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	line-height: 40px;
	height: 40px;
	background-image: url('img/silver40.gif');
	background-repeat: repeat-x;
	padding-left: 30px;
	vertical-align: middle;}
	
.SilverBar2{
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	line-height: 30px;
	height: 30px;
	background-image: url('img/silver30.gif');
	background-repeat: repeat-x;
	padding-left: 20px;
	vertical-align: middle;}
	
.SilverBar3{
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	line-height: 20px;
	height: 20px;
	background-image: url('img/silver20.gif');
	background-repeat: repeat-x;
	padding-left: 10px;
	vertical-align: middle;}
	
.Break{
	line-height: 10pt;
	height: 10pt;}
	
.HalfBreak{
	line-height: 5pt;
	height: 5pt;}
	
.QuarterBreak{
	line-height: 2.5pt;
	height: 2.5pt;}
	
.Bold{ font-weight: bold;}

.Italic{ font-style: italic;}
	
.Caption1{ font-size: 18px; font-weight: bold;}
	
.Caption2{ font-size: 16px; font-weight: bold;}

.Caption3{ font-size:14px; font-weight: bold;}

.Title{
	font-size: 16pt;
	font-weight: bold;
	color: #333333;}

.Black{	color: Black;}

.DarkGray{	color: #666666;}

.Red{ color: #e00000;}


/* UI HACKS */
.RadGrid_Default{
	border:0!important;
	color:#002762!important;}

.RadToolBar_Default .rtbOuter,
.RadToolBar_Default .rtbMiddle,
.RadGrid_Default td.rgPagerCell,
.RadGrid_Default .rgFilterRow td{
	border:0!important;}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol{
	border-bottom-style:dotted!important;}

.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader A{
	color:#0E76BB!important;}

INPUT.rgFilterBox{
	border:2px #ccc solid!important;
	border-radius: 3px!important;}

</pre></body></html>