html
{
    overflow-y: scroll;
    overflow-x:hidden;
}
body {
    background:#fff;
    font-family:Lato,sans-serif;
    color:#444;
    background-color: #e8e8e8;
    width:100%;
    overflow-x: hidden;
}
i {
    color:#444;
}
a h3 {
     color:#444;
     text-decoration:none;
     
}
.l-box a:-webkit-any-link {
    text-decoration:none;
}
.banner {
    background: transparent url("././Content/CourtHouseBannerImage.v2.jpg")") 0 0 no-repeat fixed;
    text-align:center;
    height:auto;
}
.banner-head {
    font-size:3em;
    width: 100%;
    display:inline-block;
    clear:both;
}

.floatmenu {
    float:right;
    margin: 4em 4em;
    display:inline-block;
}
.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    background-color: rgba(0,0,0, 0.40);
}
.hero {
    background-color: rgba(0,0,0, 0.60);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding-bottom: 30px;
    color: #fff;
    max-width:900px;
    margin:0 auto 3em;
    padding:.5em;
    height:auto;
    clear:both;
}
.hero p {
    font-size:1.5em;
    line-height:1.25;
    color: #fff;
    text-transform:none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
  .button-fileclaimHome {
            background: rgb(2255, 128, 0); /* this is an orange */
            color:#fff;
            border-radius:4px;
            /*font-size: 125%;*/
        }

.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children {
   
    background-color: rgba(0,0,0, 0.40);
    }

.pure-menu a, .pure-menu .pure-menu-can-have-children > li:after {
        color:#eee;
    }
.pure-menu .pure-menu-selected a {
    color: #fff;
    background-color: rgba(0,0,0, 0.40);
    
}
.pure-menu.pure-menu-horizontal li a:hover {
        background-color: rgba(0,0,0, 0.60);
    }
.contentsection {
    margin:0 auto;
    padding: 1em 2em;
    max-width: 960px;  
}
.pure-table {
    width:auto;
    margin:0 auto;
    background-color:#fcfcfc;
}
.pure-table th,.pure-table td  {
    border: 1px solid #cbcbcb;
    border-width: 1px;
}
.button-back {
    color: white;
            border-radius: 2px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background: rgb(28, 184, 65); /* this is a green */
        }
.button-orange {
     color: white;
            border-radius: 2px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background: rgb(2255, 128, 0); /* this is an orange */
}

.pure-form-aligned .pure-control-group {
    margin-bottom:.5em;
}

.pure-form-aligned .pure-control-group label 
{
    width:16em;
    margin-bottom: 1em;
    margin:.5em 0;
    font-size:100%;
}

.pure-form-aligned .pure-control-group input, .pure-form-aligned .pure-control-group select, .pure-form-stacked .pure-control-group input, .pure-form-stacked .pure-control-group select {
padding:0 0 0 .6em;
padding: .25em .6em;
}

    .pure-form-aligned .pure-control-group input[type=checkbox],.pure-form-aligned .pure-control-group input[type=radio],  .pure-form-stacked .pure-control-group input[type=checkbox],  .pure-form-stacked .pure-control-group input[type=radio] {
        padding:0;
    }

span.formtext {
   vertical-align:25%;
    /*font-weight:bold;*/
}

.pure-form label.sticky, .pure-form input.sticky
{
    display:none;  
}

.pure-form legend{
    display:block;
    padding:.3em 0;
    margin-bottom:.3em;
    color:#333;
    border-bottom:1px solid #ccc;
     border-radius: 2px;
    width:auto;
    font-size:1em;
    border:inherit;
    background-color:#fcfcfc;
}

.confirmation
{
    border: solid 2px #ccc;
     border-radius: 2px;
    background-color:#fcfcfc;
    padding: .5em 1em 1em;
    width:auto;
    margin:1em auto;
}

.pure-form fieldset
{
    border: none;
    border-radius:0px;
    background-color:#fff;

    padding: 2em 5em 3em;
    width:auto;
    margin:1em auto;

    -webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.pure-form fieldset fieldset
{
    border: solid 2px #ccc;
     border-radius: 2px;
    padding: 5px 20px 20px 10px;
    padding:.5em .5em 0 .5em;
    background-color: #eee;
}

.pure-form .fieldsetConfirm
{
    border: solid 2px #ccc;
    padding: 20px 20px 20px 20px;
}


.pure-form fieldset legend
{
    padding: .5em 1em;
    font-weight: bold;
    border: solid 1px #ccc;
    border:none;
    border-radius: 2px;
    background-color:#fcfcfc;

       -webkit-box-shadow: 0 5px 3px -3px #777;
	   -moz-box-shadow: 0 5px 3px -3px #777;
	        box-shadow: 0 5px 3px -3px #777;
}


div.otherdiv input
{
    margin-top:.5em;
}

div.otherdiv label 
{
    font-style:italic;
}
div.otherdiv label.leftalign
{
    text-align:left;
}
/*input[type="radio"] , input[type="checkbox"]
{
    margin-left:1em;
}*/


.field-validation-error
{
    color: #770000;
    font-weight: bold;
}

.centertext {
    text-align:center;
}

/*span.req
{
    color: #770000;
   font-weight:bold;
   
}*/

.req::before {
    content: '*';
    color: #770000;
   font-weight:bold;
   font-size:1.5em;
}


.emspace 
{
    width: 2em;
}
/*div.footer 
{
    margin:4em 0 0 0;
}*/
.k-widget 
{
    font-size: 1em;
}

/**  grid header wrapping  **/
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
    padding: .25em .3em .2em .3em;
}
/**  end header wrapping   ****  */
/**  row height*/
.k-grid tbody tr{
    height: 2em;
}
 
.k-grid td{
    white-space: nowrap;
}

/*  Sticky Footer */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}



@media print
{
.pure-form-aligned .pure-control-group label 
{
    width: 10em;
}


}
/*
     FILE ARCHIVED ON 16:36:05 Feb 12, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:57:02 Jul 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.844
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.04
  esindex: 0.015
  cdx.remote: 74.583
  LoadShardBlock: 148.99 (3)
  PetaboxLoader3.datanode: 3346.162 (5)
  load_resource: 4190.28 (2)
  PetaboxLoader3.resolve: 959.116 (2)
*/