<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header styles */

.listViewPaginationTdS1
{
    padding: 1px 5px 2px 5px;
    border: none;
    background-color: #eeeeee;
    font-size: 12px;
    vertical-align: top;
    color: #444444;
}
.listViewPaginationTdS1 td
{
    background-color: #fafafa;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/*
.listViewPaginationTdS1 td td a
{
    background-color: #fafafa;
    display: block;
    vertical-align: middle;
    border: 0px;
    width: 65px;
    white-space: nowrap;
}

.listViewPaginationTdS1 td td img
{
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
}
*/
table.listView td a:link, table.listView td a:visited, a.listViewThLinkS1:link, a.listViewThLinkS1:visited
{
    color:Blue;
     /*color:darkorange;*/
  
}

a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited
{
    padding: 2px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.listViewPaginationTdS1
{
    padding: 1px 5px 2px 5px;
    border: none;
    background-color: #eeeeee;
    font-size: 12px;
    vertical-align: top;
    color: #444444;
}
.listViewPaginationTdS1 td
{
    background-color: #fafafa;
}
a.listViewPaginationLinkS1:hover
{
    color: #990033;
    text-decoration: underline;
}

/* ListView styles */
table.listView
{
    border-top: 1px solid #cccccc; /*border-left: 1px solid #999999;*/
    border-bottom: 1px solid #cccccc; /*border-right: 1px solid #999999;  font-size: 9.5px;*/
    /*font-size: 10px; */
    font-size: 11.5px;
}

table.listView table tr
{
    border: none;
}

tr.listViewPaginationTdS1
{
    padding: 1px 5px 2px 5px;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #999999;
}
table.listView th, tr.listViewThS1
{
   padding: 3px 5px 3px 5px;
  border-top: 1px solid #cccccc;
  /* border-left: 1px solid #999999; */
  border-bottom: 1px solid #cccccc;
  /* border-right: 1px solid #999999; */
  border-left: none;
  border-right: none;
  white-space: normal !important;
  font-weight: bold;
  color: White !important;
  text-align: left;
  /*background-color: #437091;*/
    background-color: #636a6f;
}
.listViewThS1 td
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.listViewThS1 a
{
    text-decoration: none;
      color: White !important;
}
.listViewThS1 a:hover
{
    text-decoration: underline;
}

.listViewThS1 h2
{
    font-size: 12px;
    margin: 0 0 0 0;
}

table.listView td
{
    border-left: none;
    border-right: none;
}

.pageNumbers
{
    color: #444444;
    vertical-align: 0.3em;
}
table.listview th a:hover, a.listViewThLinkS1:hover
{
    color: #990033;
}
tr.oddListRowS1, tr.evenListRowS1
{
    padding: 2px 8px 4px 5px;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    border-top: none;
}
tr.oddListRowS1 h3, tr.evenListRowS1 h3
{
    color: Black;
    font-weight: bolder;
  /*  font-size: 8px; */
  font-size: 9px;
    margin: 0 0 0 0;
    background: none;
}
tr.oddListRowS1:hover, tr.evenListRowS1:hover
{
    background: #ecf7ff; /*cursor: pointer;*/
}
tr.oddListRowS1
{
    /*background-color: #f6f6f6;*/
    background-color: ghostwhite;
    cursor: pointer;
    cursor: hand;
}
tr.evenListRowS1
{
    background-color: white;
    cursor: pointer;
    cursor: hand;
}
a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited
{
    color: #990033;
    text-decoration: none;
}
a.listViewTdLinkS1:hover
{
    color: #000000;
    text-decoration: underline;
}
a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited, a.listViewTdToolsS1:hover
{
    text-decoration: none;
}
a.listViewCheckLink:link, a.listViewCheckLink:visited
{
    /*font-size: 9.5px;*/
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
/*a.listViewCheckLink:hover
{
}*/

/* Button styles */
.button
{
    background-color: transparent;
    border:3px solid darkgray !important;
    /*background-color: #eeeeee;*/
    background-image: url(Images/bgGray.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: normal;
    color: #444444;
    margin: 0 0 5px 5px;
    font-size: 10px;
    cursor: pointer;
    min-width: 50px;
    border-radius: 6px !important;
}
.button:hover, .button:focus
{
    border-color: #999999;
    color: #444444;
}

.buttonOn, .buttonOn:focus
{
    border: 1px solid #999999;
    background-color: #eeeeee;
    background-image: url(Images/bgGray.gif);
    background-repeat: repeat-x;
    background-position: top;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

input[type="submit"]:disabled
{
    color:#B6B8BA;
    border: 1px solid #CCCCCC;
    cursor:default;
}
input[type="button"]:disabled
{
    color:#B6B8BA;
    border: 1px solid #CCCCCC;
    cursor:default;
}

.lb
{
    text-decoration: none;
    font-size: 9;
}

.required, .warning, .error
{
   color: White;
   float:right;
}

/* Input Element Styles */
  textarea
{
    border: 1px solid #999999;
    background-color: #ffffff; /*font-size: 12px;     font-family: inherit;*/
} 
/*input:focus, select:focus, textarea:focus
{
    
    
    
}*/

.checkbox, .checkbox input, .checkbox td input, .radio, .radio td input, .radio input
{
    margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    background-color: transparent;
    vertical-align: bottom;
    border: 0px ;
    background-color: #F6F6F6;
}

/* Table Form Styles */

.tabForm
{
  padding: 10px 5px 12px 10px;
  /*background-color: #f6f6f6;*/
   background-color: white;
  /* font-size: 9.5px; */
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  font-family:Helvetica;

  /*font-family: 'Segoe UI Semibold' , 'Segoe UI' , 'Lucida Grande' ,Verdana,Arial,Helvetica,sans-serif*/
}
table.tabForm td ul li
{
    margin-bottom: 10px;
    list-style-type: none;
}

/* Edit Form Style */
table.tabEditView
{
    border: none;
    border-collapse: collapse;
    width: 100%;
}
table.tabEditView td
{
    border: inherit;
    padding: 5px;
}
table.tabEditView tr
{
    padding: 5px;
}

table.tabEditView th
{
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
    padding: 5px;
}

/* Search Form */
table.tabSearchForm
{
    /*border-top: 1px solid #999999; 	border-bottom: 1px solid #999999;*/
    padding : 10px 5px 5px 10px;
    font-size: 9.5px;
    color: #000000;
}
table.tabSearchForm td ul li
{
    margin-bottom: 10px;
    list-style-type: none;
}

table.tabSearchForm td
{
    border: inherit;
    padding: 5px;
}
table.tabSearchForm tr
{
    padding: 5px;
}

table.tabSearchForm th
{
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
    padding: 5px;
}

table.tabSearchForm .button
{
    margin: 0 5px 5px 0px;
}
.dataLabel
{
    padding: 5px 5px 5px 5px;
    font-size: 9.5px;
    font-weight: normal;
    text-align: left;
}


.dataField, .dataFieldSelect, .dataFieldUpload {
    /*   font-size: 9.5px;
    font-weight: normal;
    width: 180px;
    border: 1px solid #cccccc;*/
    border: 1px solid #cccccc;
    color: #696969;
    width: 180px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    /*border: 1px solid #999999;
    border-radius: 5px;
    padding: 1px;*/
}
.dataField {
    border-radius: 2px;
    border: 1px solid #999999;
    padding: 1px;
}

.dataFieldSelect {
    width: 185px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 1px;
    /*background-color:white;*/
}

.ddlField {
    font-size: 9.5px;
    font-weight: normal;
    width: 58px;
    border: 1px solid #cccccc;
    
}

.dataFieldUpload input {
    width: 180px;
    border: 1px solid #999999;
    background-color: #ffffff;
 
}

.dataFieldUpload input:focus
{
    width: 180px;
    border-color: #aaaaaa;
    background-color: #ffffff;
}

/* Accordian Styles */
.accordionHeader
{
    cursor: pointer;
}

.accordionHeaderSelected
{
    cursor: pointer;
}
.accordionHeader Div
{
    background-color: Transparent;
    background: url(Images/expand.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.accordionHeaderSelected Div
{
    background-color: Transparent;
    background: url(Images/ns-expand.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/*  Tab Container Styles */

.gray .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(Images/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.gray .ajax__tab_header .ajax__tab_outer
{
    background: url(Images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.gray .ajax__tab_header .ajax__tab_inner
{
    background: url(Images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.gray .ajax__tab_hover .ajax__tab_inner
{
    color: #000;
}
.gray .ajax__tab_active .ajax__tab_outer
{
    background: url(Images/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.gray .ajax__tab_active .ajax__tab_inner
{
    background: url(Images/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}
.gray .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/*  Tab Container Styles */

/* ajax__tab_xp-theme theme */
.linkedin .ajax__tab_header
{
    font-size: 11px;
    font-weight: bold; /*font-family: arial, sans-serif;*/
    cursor: pointer;
}
.linkedin .ajax__tab_active .ajax__tab_outer, .linkedin .ajax__tab_header .ajax__tab_outer, .linkedin .ajax__tab_hover .ajax__tab_outer
{
    margin-right: 4px;
}
.linkedin .ajax__tab_active .ajax__tab_inner, .linkedin .ajax__tab_header .ajax__tab_inner, .linkedin .ajax__tab_hover .ajax__tab_inner
{
    margin-left: 3px; /* offset the width of the left image */
}
    .linkedin .ajax__tab_active .ajax__tab_tab, .linkedin-blue .ajax__tab_inner.active .linkedin .ajax__tab_hover .ajax__tab_tab, .linkedin .ajax__tab_header .ajax__tab_tab {
        .linkedin-blue .ajax__tab_inner color:White;
        margin-right: 0px;
        padding: 8px 23px 8px 20px;
    }

.linkedin .ajax__tab_body
{
    /*font-family: verdana,tahoma,helvetica;*/
    font-size: 10pt;
}

.linkedin-gray .ajax__tab_header
{
    color: #fff;
}
.linkedin-gray .ajax__tab_outer
{
    background: url(Images/gray_left.gif) no-repeat 0px 0px;
}
.linkedin-gray .ajax__tab_inner
{
    background: url(Images/gray_right.gif) no-repeat 100% 0px;
}
.linkedin-gray .ajax__tab_hover .ajax__tab_outer
{
    background: url(Images/gray_left.gif) no-repeat 0px -150px;
}
.linkedin-gray .ajax__tab_hover .ajax__tab_inner
{
    background: url(Images/gray_right.gif) no-repeat 100% -150px;
}
.linkedin-gray .ajax__tab_active .ajax__tab_outer
{
    background: url(Images/gray_left.gif) no-repeat 0px -300px;
}
.linkedin-gray .ajax__tab_active .ajax__tab_inner
{
    background: url(Images/gray_right.gif) no-repeat 100% -300px;
}
.linkedin-gray .ajax__tab_body
{
    border: solid 2px #778d98;
}

.linkedin-blue .ajax__tab_header
{
    color: #fff;
}
.linkedin-blue .ajax__tab_outer
{
    
}


.linkedin-blue .ajax__tab_inner {
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    overflow: hidden;
    border: 1px solid #999999;
}

.linkedin-blue .ajax__tab_inner.active {
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
        overflow: hidden;
        border: 1px solid #999999;
    background-color: #ccc;
}
    .linkedin-blue .ajax__tab_inner.active span {
        background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
        overflow: hidden;
        border: 1px solid #999999;
        background-color: #ccc;
    }




.linkedin-blue .ajax__tab_hover .ajax__tab_outer
{
    background: url(Images/blue_left.gif) no-repeat 0px -150px;
}

.linkedin-blue .ajax__tab_active .ajax__tab_outer {
   
}

.linkedin-blue .ajax__tab_body
{
    border: solid 2px #4498c2;
}

table fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #636a6f;
}

table fieldset legend
{
    background-color: #e8e8e8;
    color: #260859;
    padding: 3px;
    font-weight: 900;
    font-size: 1.1em;
    padding: 2px 4px 8px 4px;
}

table fieldset p
{
    margin: 2px 12px 10px 10px;
}

.newAccountHeader
{
    color: Gray;
    font-size: 11px;
    font-weight: bolder;
    text-align: left;
}

.exportPanel
{
    padding-bottom: 10px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 10px;
}

.dataLable
{
    color: Gray;
    font-size: 11px;
    font-weight: bolder;
    text-align: left;
}


/* Copyright © Maxim Saplin 2010, 2011
   Under LGPL License */

div.dd_chk_select
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	overflow: visible;
	color: Black !important;
	background-color: white;
	background-image: url(images/button.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* div.dd_chk_select:hover
{
	background-image: url(images/hoverButton.gif);
	cursor: pointer;
} */

div.dd_chk_select div#caption
{
	overflow: hidden;
	height: 16px;
	margin-right: 20px;
	margin-left: 2px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

div.dd_chk_drop
{
	background-color: white;
	border: 1px solid #CCCCCC;
	text-align: left;
	z-index: 1000;
	left: -1px;
	top: 18px;
	min-width: 100%;
}

div.dd_chk_drop div#checks
{
	border-style: none;
	padding: 4px 4px 4px 4px;
	max-height: 200px;
	overflow: auto;
}


div.dd_chk_drop div#buttons
{
	padding: 2px 4px 4px 4px;
	text-align: right;
	min-width: 154px;
}

div.dd_chk_drop div#buttons input
{
	text-align: center;
	width: 75px;
	font-size: 12px;
		 background-image:none;
     background-color:#3E82F0 ; 
  border:1px solid #3079ED; 
  color:White ; 
 font-weight:bold
}

/* div.dd_chk_drop div#buttons input:hover
{ position: absolute; 
	background-image: url(images/actionButtonHover.gif);
} */

.divinfo
        {
            padding: 3px; 
            font-size:10.5px; 
            left: 232px;
        
            text-align:left; 
            top: 525px;
            right: 170px;
           
            z-index: 1000;
            background-color:#BECBD7 ;
            border-width:1px;border-color:#046CB6;
            border-style:  solid ;

         }
         /*--------------------------*/

input[type="submit"]:focus
{
    border:1px solid #FF0000 !important;
    outline: none !important;
}
input[type="submit"]:hover
{
    border:1px solid #FF0000 !important;
outline: none !important;
}

 input[type="select"]:focus{

border:1px solid #FF0000 !important;
outline: none;
}
 input[type="calendar"]:focus{

border:1px solid #FF0000 !important;
outline: none;
}
 input[type="radio"]:focus{

border:1px solid #FF0000 !important;
outline: none;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,select:focus
{
border:1px solid #FF0000 !important;
outline: none;
}</pre></body></html>