<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#banner
{
    background: #003201 url(banner.jpg) top left no-repeat;
    height: 32px;
    position: relative;
    z-index: 10;
}
.modtime
{
    position: relative;
    float: right;
    top: -32px;
    font-size: 0.7em;
    color: #666666;
}



#contentWrapper
{
    margin-top: 0 !important;
}

#cssdropdown
{
    position: absolute;
    top: 3px;
    left: 437px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    list-style: none;
    text-decoration: none;
    font-size: 0.75em;
}
li.headlink
{
    display: inline;
}
#cssdropdown a
{
    text-decoration: none;
    color: #2D7104;
}
#cssdropdown a:hover
{
    text-decoration: underline;
    color: black;
}

li.headlink ul
{
    display: none;
    border: 0px solid black;
    width: 250px;
    margin-left: 0px;
    padding-left: 10px;
    list-style: none;
    margin-top: -5px;
}

li.headlink:hover ul li
{
    display: inline;
}

div.videoimage a.colorbox-iframe img
{
    border: none;
}
div#cboxTitle
{
    display: block;
    top: 402px;
    width: 100%;
    text-align: center;
    color: Black;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}


/* ---Headings----------------------------*/
div.header
{
    border-bottom: 1px solid #c2c4ba;
    width: 100%;
}
div.header:after
{
    clear: both;
}
div.header span.subheader
{
    float: right;
    position: absolute;
    top: 45px;
    width: 75px;
    left: 82%;
    font-size: 0.7em;
}
div.locLink
{
    height: 20px;
}
a.locLink
{
    float: right;
    position: absolute;
    font-size: 0.8em;
    left: 82%;
    text-decoration: none;
}
a.locLink:hover
{
    text-decoration: underline;
}


h1, h2, h3, h4, span.section_title, span.codeblock_title
{
    margin-bottom: 0.5em;
    display: block;
}

h1
{
    font-weight: normal;
}

h2, span.section_title
{
    font-size: 22px;
    font-weight: normal;
    margin-top: 1.5em;
}

h3, span.cfgs_title
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top:1.5em;
}

h4, span.codeblock_title, span.cfg_title
{
    font-size: 13px;
    font-weight: bold;
}
pre
{
    margin-left: 15px;
    border: 1px dashed #c2c4ba;
    padding: 10px;
    padding-bottom: 25px;
    font-size: 110%;
    line-height: 1.2em;
    background-color: #EEEEEE;
    overflow-x: auto;
    overflow-y: hidden;
    width: 95%;
}

pre.lines
{
    background-color: #FFFFFF;
    border: medium none;
    font-family: verdana;
    font-size: 100%;
    line-height: 1.5em;
    margin-left: 15px;
    padding: 0;
}
pre.equation
{
    background-color: #FFFFFF;
    border: medium none;
    font-family: monospace;
    font-size: 110%;
    line-height: 1.5em;
    margin-left: 15px;
    padding: 0;
}



span.section_title, span.codeblock_title
{
    margin-left: 10px;
}
/*---Links -------------------------------*/
.section1, .section2, .section3, .section4
{
    /*clear:both;*/
}
/* ---Section1----------------------------*/
/*div.section1{
    margin-left: 10px;
}*/
div.section1 p, div.section1 ul, div.section1 &gt; *
{
    margin-left: 10px;
}

/* ---Section2----------------------------*/
div.section2
{
    margin-left: 10px;
}
div.section2 p
{
    margin-left: 10px;
}
/* ---Section3----------------------------*/
div.section3
{
    margin-left: 10px;
}
div.section3 p
{
    margin-left: 10px;
}
/*---Lists/steps------------------------------*/

/*li[purpose="li"]
{
    background: url("/en/shared/rc/images/bullet.jpg") no-repeat scroll 0 9px transparent;
    padding-left: 20px;
}*/
ol[purpose="ol"]{padding-left:20px;}
ul[purpose="ul"]{padding-left:10px;}
/*ul[purpose="ul"]{list-style:disc outside;}*/
ul[purpose="ul"] li {
          background: transparent url('/en/shared/rc/images/bluebullet.gif') no-repeat scroll 0px 3px;
          padding-left:20px;
          margin:7px 0;
}
ol[purpose="ol"], div.steps ol{list-style:decimal outside;}
li[purpose="li"] p {
  margin-left:0;
}


div.steps ol{margin-left:45px;}
div.step_title
{
    font-weight: bold;
    margin-left: 15px;
}
/* ---Tables----------------------------*/
table
{
    border: 1px solid #c2c4ba;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 95%;
    margin-left: 15px;
    width: 90%;
}
th p
{
    padding: 0;
    margin: 0;
}

td
{
    border: 1px solid #c2c4ba;
    padding: 2px 5px 0px 5px;
    vertical-align: top;
}
th, td.th_p, td.th_e, td.th_d, td.th_en, td.th_des
{
    font-weight: bold;
    color: #000000;
    background: #e2e2e2; /*#c2c4ba url(tblheader.jpg) repeat-x top;*/
    border: 1px solid #c2c4ba;
    vertical-align: middle;
    padding: 2px 0px 2px 4px;
    text-align: left;
}
td.th_p
{
    width: 20%;
}
td.th_e
{
    width: 60%;
}

.arcpyclass_retvaltbl td.th_e
{
    width: 80%;
}



td.th_d
{
    width: 20%;
}

.arcpyclass_retvaltbl td.th_d
{
    width: 20%;
}

td.th_en
{
    width: 30%;
}
td.th_des
{
}

td p
{
    padding-bottom: 2px;
}
span.table_title, span.sqltable_title
{
    font-size: 95%;
    font-weight: bold;
    margin-left: 15px;
    display: block;
}

span.table_desc
{
    font-size: 12px;
    font-style: italic;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    display: block;
}

div.section3 table.gptoolretvaltbl
{
    margin-left: 0px;
}

div.sqltblinfo th
{
    width: 15%;
}
div.sqltblinfo th + th
{
    width: 15%;
}
div.sqltblinfo th + th + th
{
    width: 60%;
}
div.sqltblinfo th + th + th + th
{
    width: 10%;
}

/*---Images------------------------------*/

div.image
{
    margin-left: 10px;
}
div.main-body.image{
  margin-bottom:25px;
}

div.image table
{
    width: 1px;
	font-size:100%;
	margin-left:0;
	margin-bottom: 15px;
}
div.image table, div.image table td
{
    border: none;
}
div.image table td{padding:0;}
div.caption, .story-embedvideo, #rc-story-body a.main-body span[clas=caption-webapp],#rc-story-body a.main-body span[class=caption-webapp] {
  font-size: 12px;
  font-style: italic;
  width: 100%;
  line-height: 18px;
  margin-left:15px;margin-right:15px;
}
#rc-story-body a.main-body span[clas=caption-webapp], #rc-story-body a.main-body span[class=caption-webapp] {
    display:block;
    width:140px;
    margin: 0 8px 0 8px;
    font-style: normal;
    text-align:left;
    color: #007ac2;
}
/*---Notes------------------------------*/
div.notes
{
    width: 90%;
    margin: 10px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    display: inline-block;
}

div.notes img.note_img
{
    margin-right: 5px;
    float: left;
    position: relative;
    top: 2px;
}

div.tipbody
{
    float: left;
    background: #FFFFFF;
    padding: 5px 5px 20px 0px;
    width: 80%;
}
div.tipbody p
{
    margin: 0 0.5em;
}
div.caution, div.legacy, div.license, div.divein, div.tip, div.note, div.subscription, div.casestudy
{
    float: left;
    padding: 5px 5px 20px 0px;
    font-weight: bold;
    height: 16px;
    display: inline;
}
div.caution
{
}
div.legacy
{
}
div.license
{
}
div.divin
{
}
div.tip
{
}
div.note
{
}

span.topiclicense
{
    font-style: italic;
}

span.sectionlicense
{
    font-style: italic;
}

/*---See Also------------------------------*/
div.seealso
{
    margin-left: 15px;
}
div.seealso div
{
    color: #AF7209;
    font-size: 15px;
    font-weight: normal;
}
div.seealso a
{
    display: block;
    margin-left: 10px;
}

/*---UI Elements------------------------------*/
span.uicontrol
{
    font-weight: bold;
    color:#444;
    /*font-size: 90%;*/
}
span.shortcut
{
    text-decoration: none;
    padding: 0 1px 0 1px;
    text-transform: uppercase;
}
span.usertext
{
    font-family: 'Courier New' , Courier, Monospace;
}
span.wintitle
{
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
}
span.greaterthan
{
    font-weight: normal;
    font-size: 100%;
}
span.arcpyref
{
    font-family: 'Courier New' , Courier, Monospace;
    font-weight: bold;
}
span.modelbuilder
{
    font-family: 'Microsoft Sans Serif';
    color: #777777;
    font-size: 90%;
    font-weight: bold;
}


/*---Glossary------------------------------
span.glossary {
    color: #2D7104;
    background-color: #FFFFFF;
    border-bottom:1px dashed #2D7104;

}
span.glossary:hover {
    color: #FFFFFF;
    background-color: #2D7104;
    border-bottom:1px dashed #FFFFFF;
}*/
/*---Footer------------------------------*/
.footer
{
    border-top: 1px solid #c2c4ba;
    color: #1A679E;
    font-size: 0.70em;
    margin: 5px auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/*--- Clean up --------------------------*/
div.foreign
{
    background-color: yellow;
    display: inline;
    font-weight: bold;
}

div.migration
{
    display: inline;
}
div.relatedtopic_block a.xref_bad
{
    display: inline;
}


/*--- ArcPy/GP Tool --------------------------*/
div.paramhint
{
    font-size: 0.9em;
}
div.expressionhint
{
    font-size: 0.9em;
    padding: 2px;
    border: 1px solid #999999;
    background-color: #FFFFE1;
}

div.arcpyclass_method_fullview
{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #CCCCCC;
}

/*--- concept subtype : Q&amp;A ----------*/
div.question
{
    font-size: 1.1em;
    font-weight: bold;
}

/* -- GP licensing tbl -- */
table.gplicensetable
{
    margin-top: 2em;
}
table.gplicensetable td
{
    padding: 3px;
    padding-left: 15px;
}
tr.tr_toolset td
{
    padding-left: 3px;
}

tr.tr_tool_even
{
    background-color: #EEEEEE;
}

tr.tr_tool_odd
{
    background-color: #EDF5FF;
}

td.th_gpl0, td.th_gpl1, td.th_gpl2, td.th_gpl3
{
    font-weight: bold;
    color: #000000;
    background: #C2C4BA url(tblheader.jpg) repeat-x top;
    border: 1px solid #c2c4ba;
    vertical-align: middle;
    padding: 3px !important;
    margin-left: 0px;
}

td.th_gpl0
{
}

td.th_gpl1
{
}

td.th_gpl2
{
}

td.th_gpl3
{
}

td.td_toolsetgpl1
{
    font-weight: bold;
    vertical-align: middle;
}

td.td_toolsetgpl2
{
    font-style: italic;
    vertical-align: middle;
}

td.td_toolsetgpl3
{
    font-style: italic;
    vertical-align: middle;
}

td.td_toolgpl
{
    vertical-align: middle;
    text-align: center;
    padding: 3px !important;
}

span.gpl_extension
{
    font-size: 75%;
}

.wfheader
{
    float: left; /*right;*/
    position: relative;
    font-size: 80%;
    border-right: 1px solid #c2c4ba;
    /*border-left: 1px solid #c2c4ba;*/
    padding: 5px;
    width: 200px;
    margin-left: -251px; /*15px;*/
    margin-bottom: 15px;
    line-height: 1.1em;
    color: #3C3c3c;
}
.wfmetahead
{
    font-weight: bold;
    display: block;
}
.wfmetacontent
{
    margin-left: 10px;
    display: block;
    margin-bottom: .5em;
}
/*---- CFGs -----*/
div.cfgs, div.cfg
{
    margin-left: 15px;
}

div.cfgs span.cfgs_title, div.cfg span.cfg_title
{
    margin-left: -15px;
}

/*-- video -- */
div.videoimage
{
    width: 100%;
    padding: 5px 5px 5px 0px;
}
div.videoimage table, div.videoimage table td
{
    border: none;
}
div.videoimage table
{
    width: 1%;
}
div.videoimage div.caption
{
    text-align: left;
    font-style: normal;
    font-size: 1em;
    padding-left: 5px;
}
div.video-container
{
    padding: 10px 0;
}
div.video-inner
{
    /*width: 200px;*/
}
table div.video-inner
{
    margin: 0 auto 0 auto;
}
div.video-inner a img
{
    border: none;
}


#rc-story .breadcrumb{margin-left:15px; font-size: 12px;}

#rc-story-body {
	width: 524px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#rc-story {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 25px;
}
#rc-story-body{
    margin: 20px 0 0 271px;
    padding-bottom: 20px;}

#rc-story-body .main-body img{max-width: 524px !important;}    
#rc-story-body .full-body img{max-width: 780px !important;}    
#rc-story-body img[esri_layout="main-body"]{max-width: 524px !important;}

#rc-story-body .gallerybox
    {
        margin:15px 0;
        padding:15px 0;
        border-top: 1px dotted #c1c1c1;
        border-bottom: 1px dotted #c1c1c1;
        line-height:0;
     }  
.gallerybox + .gallerybox{
	border-top:0 !important;
}

#rc-story-body div.gallerybox a {
  display:inline-block;
  width: 524px;
  height: 160px;
  line-height:0;
  vertical-align:top;
}

/*#rc-story-body div.gallerybox.full-body a[data-eachrow="four"]{
	width:195px;
}
#rc-story-body div.gallerybox.full-body a[data-eachrow="four"] img.webappimg{
	width:165px;
}*/
#rc-story-body div.gallerybox.full-body{
    width:524px !important;
    margin-left: 0 !important;
}
#rc-story-body div.gallerybox a img.webappimg{/*mb*/
    width:200px;
    height: 133px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 2px #CCCCCC;
    padding: 5px;    
}
#rc-story-body div.gallerybox a span[clas="caption-webapp"]{/*mb*/
    margin: 0 0 0 20px;
    width: 290px;
} 
#rc-story-body div.gallerybox a span[clas="caption-webapp"]{
    float:left;
}
#rc-story-body div.gallerybox a img.webappimg{
    float:left;
}

#rc-story p, #rc-story ul, #rc-story ol{margin-bottom:10px;}
#rc-story ul[purpose='choices']{padding-left:15px;}
#rc-story ul[purpose='choices'] li{
  padding-bottom:5px;
  list-style:disc;
}
 
 .rq, .lq
 {
 }
 

.left-sidebar, .left-sidebar-quote {
  clear: left;
  float: left;
  width: 224px;
  margin-left: -256px !important;
  font-size:20px; 
  line-height:28px;
  color: #4d4d4d;
  border: 0 !important;
}
.left-sidebar p.video-body, .left-sidebar-quote p.video-body {
  line-height:18px;
}
.full-body{
	clear:left;
	float:left;
	width: 780px;
	margin-left: -256px !important;
	
}
.image img{
	max-width:780px !important;
}
.left-sidebar img 
{
    max-width:224px !important;
}

div.callout{
	border-bottom: 1px dashed #B9E0F7;
	border-top: 1px dashed #B9E0F7;
	background-color: #EAF6FD;
	color:#191919;

}
.callout-title{
  background:#B9E0F7;
  padding:5px;
  text-align:center;
  font-size: 16px;
  line-height:23px;
  border-bottom: 1px dashed #EAF6FD;
}
.callout-body{
  font-size:14px;
  margin: 5px 10px;
  line-height: 20px;
}
.callout-body p{margin-left:0}
.quotation{ font-size:25px;line-height: 40px;
border-bottom:1px dotted #c1c1c1;
border-top:1px dotted #c1c1c1;
color:#666;
}
	
div.article-toc{border-right: 1px dashed #c1c1c1;}
.prevNext-foot{background:transparent url('/en/shared/rc/prevnext-back.png') repeat-y 0 0;height:50px; border-top:3px double #ccc;padding-top:20px;}
.prevArticle, .nextArticle{width:219px;height:100px;}
.prevArticle{float:left;}
.nextArticle{float:right;text-align:right;}
.prev{display:block;min-height:45px;background:transparent url(/en/shared/rc/images/lf-arr.png) no-repeat 0 0;padding-left: 45px;}
.next{display:block;min-height:45px;background:transparent url(/en/shared/rc/images/rt-arr.png) no-repeat 100% 0;padding-right: 45px;}
div.article-footer
{
	border-top: 3px double #c1c1c1;
	margin: 20px 0;
	padding-top:10px;
}
.video-playbtn {
    float: left;
    left: 100px;
    position: relative;
    top: 56px;
}
#rc-story-body div.gallerybox a.video-link{
    height: 135px;
    width: 240px;
    }
#rc-story-body div.gallerybox p.video-body a{width:auto;height:20px;margin-top:2px;vertical-align:baseline;}

#rc-story-body p.left-sidebar img {max-width: 224px !important;}</pre></body></html>