.required	{ color: blue; font-weight: bold; }
small, label, .grid-view table.items td	{ font-size:13px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
body, p, button, a, li { font-family:Arial, Helvetica, sans-serif; font-size:13px; }
.top-bar-section ul li > a {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; font-size:13px; }
.top-bar {
    background: #ffffff;
    border-bottom: 1px dotted #B5B5B5;
    margin-bottom:10px;
}
ul.right li {
    border-right: 1px dotted #B5B5B5;
}
.top-bar .name h1 a {
    color: #758799;
    text-transform: uppercase;
}
.row .row {
    margin: 5px 0 0 0 !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #ffffff;
    color: #758799;
    text-transform: uppercase;
    border-bottom: 1px dotted #B5B5B5;
    line-height:44px;
}
.top-bar-section ul {
    margin-right:10px;
}
.side-nav,.large-3.medium-3.small-6.columns {
    background: #1E282C;
    margin-left:0px !important;
    min-height: 500px;
}
.side-nav li {
    list-style: none;
    padding: 0px;
    margin-bottom: 3px;
}
.side-nav li a,.side-nav li a:not(.button) {
    list-style: none outside none;
    padding-left: 10px;
    color: #b8c7ce;
    display: block;
    padding: 7px;
    font-size: 12px;
}

.side-nav li a:before,.side-nav li a:before {
    content: url('../../images/vmenuitemicon.png');
    margin-right: 5px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color:white;
}
.top-bar-image .large-3 {
    border-right: 1px dotted #B5B5B5;
    padding: 5px;
}
.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover{
    background: #ffffff;
    color: #758799;
    text-transform: uppercase;
    border-bottom: 1px dotted #B5B5B5;
    line-height:44px;
}
.location{
    display: none;
}
.tabs dd > a,.tabs dd > a:hover{
    background: white;
}
.tabs dd {
    width: 125px;
}
/* Tabs Block */
/*.tabs dd > a{
	pointer-events: none;
	cursor: default;
}*/
.tabs dd.active > a{
    padding: 2px;
    background-repeat: no-repeat;
    background-image: url("../images/breadcrump-selected.gif");
    color: white;
    font-size: 13px;
    line-height: 26px;
}
.tabs dd > a{
    padding: 2px;
    background-repeat: no-repeat;
    background-image: url("../images/breadcrump-disable.gif");
    color: black;
    font-size: 13px;
    line-height: 26px;
}

.tabs dd.active > a:hover{
    padding: 2%;
    background-repeat: no-repeat;
    background-image: url("../images/breadcrump-selected.gif");
    color: white;
}
.tabs dd > a:hover{
    padding: 2%;
    background-repeat: no-repeat;
    background-image: url("../images/breadcrump-disable.gif");
    color: black;
}

/*.tabs {
	margin-bottom: -1px !important;
}*/
/*dd.active > a { border-bottom: 1px solid white; }*/
/*.tabs-content { border: 1px solid #AAA; margin-top: -1px;}*/


.art-nav
{
    background: none;
    border-bottom:1px dotted #A3B4C8;
    margin:0 auto;
    position: relative;
    z-index: 499;
    /* text-align: right; */
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover
{
    outline: none;
    position: relative;
    z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

ul.art-hmenu li
{
    position: relative;
    z-index: 5;
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

ul.art-hmenu li:hover
{
    z-index: 10000;
    white-space: normal;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

ul.art-hmenu, ul.art-hmenu ul
{
    min-height: 0;
}

ul.art-hmenu
{
    display: inline-block;
    vertical-align: bottom;
}

.art-nav:before
{
    content:' ';
}

.desktop .art-nav{
    /*width: 800px;*/
    padding-left: 0;
    padding-right: 0;
}

.art-hmenu-extra1
{
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    background-position: center;
}

.art-hmenu-extra2
{
    position: relative;
    display: block;
    float: right;
    width: auto;
    height: auto;
    background-position: center;
}

/*
.art-hmenu
{
   float: right;
}
*/

.art-menuitemcontainer
{
    background: none;
    margin:0 auto;
}
ul.art-hmenu>li {
    margin-left: 11px;
}
ul.art-hmenu>li:first-child {
    margin-left: 5px;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
    margin-right: 5px;
}

ul.art-hmenu>li>a
{
    background: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0 5px;
    margin:0 auto;
    position: relative;
    display: block;
    height: 34px;
    cursor: pointer;
    text-decoration: none;
    color: #758799;
    line-height: 34px;
    text-align: center;
}

.art-hmenu>li>a,
.art-hmenu>li>a:link,
.art-hmenu>li>a:visited,
.art-hmenu>li>a.active,
.art-hmenu>li>a:hover
{
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

ul.art-hmenu>li>a.active
{
    background: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0 5px;
    margin:0 auto;
    color: #FA5D0F;
    text-decoration: none;
}

ul.art-hmenu>li>a:visited,
ul.art-hmenu>li>a:hover,
ul.art-hmenu>li:hover>a {
    text-decoration: none;
}

ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
{
    background: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0 5px;
    margin:0 auto;
}
ul.art-hmenu>li>a:hover,
.desktop ul.art-hmenu>li:hover>a {
    color: #FA5D0F;
    text-decoration: none;
}

ul.art-hmenu>li:before
{
    position:absolute;
    display: block;
    content:' ';
    top:0;
    left:  -11px;
    width:11px;
    height: 34px;
    background: url('../../images/menuseparator.png') center center no-repeat;
}
ul.art-hmenu>li:first-child:before{
    display:none;
}

ul.art-hmenu li li a
{
    background: #B9C2CB;
    background: transparent;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:0 5px;
    margin:0 auto;
}
ul.art-hmenu li li
{
    float: none;
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

.desktop ul.art-hmenu li li ul>li:first-child
{
    margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child
{
    margin-bottom: 0;
}

.art-hmenu ul a
{
    display: block;
    white-space: nowrap;
    height: 24px;
    min-width: 7em;
    border: 0 solid transparent;
    text-align: left;
    line-height: 24px;
    color: #6A7D90;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin:0;
}

.art-hmenu ul a:link,
.art-hmenu ul a:visited,
.art-hmenu ul a.active,
.art-hmenu ul a:hover
{
    text-align: left;
    line-height: 24px;
    color: #6A7D90;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin:0;
}

ul.art-hmenu li li:after
{
    display: block;
    position: absolute;
    content: ' ';
    height: 0;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px dotted #C6D1DD;
}

.desktop ul.art-hmenu li li:first-child:before,
.desktop ul.art-hmenu li li:first-child:after
{
    display: none;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a
{
    background: #FFFFFF;
    background: transparent;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:0 auto;
}
.art-hmenu ul a:hover
{
    text-decoration: none;
    color: #F05305;
}

.desktop .art-hmenu ul li:hover>a
{
    color: #F05305;
}

ul.art-hmenu ul:before
{
    background: #EFF2F5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px dotted rgba(207, 216, 226, 0.9);
    margin:0 auto;
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
}
.desktop ul.art-hmenu li:hover>ul {
    visibility: visible;
    top: 100%;
}
.desktop ul.art-hmenu li li:hover>ul {
    top: 0;
    left: 100%;
}

ul.art-hmenu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: url('../../images/spacer.gif');
}



.accordion dd > a:before {
    content:'\25BA';
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
    padding-right: 5px;
}
.accordion dd.active > a:before {
    content:'\25BC';
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
    padding-right: 5px;
}

.art-postmetadataheader
{
    background: #C9D3DE;
    background: rgba(201, 211, 222, 0.8);
    border:1px solid #9CAFC4;
    border-left:none;
    border-right:none;
    margin:0 auto 10px 0;
    position:relative;
    z-index:1;
    padding: 1px;
}

.art-postheader
{
    color: #3D5166;
    margin: 7px 10px;
    font-size: 30px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
}

.art-postheader, .accordion dd > a, .accordion dd > a:hover, .accordion dd.active > a {
    color: #3D5166;
    margin: 7px 10px;
    font-size: 18px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    padding: 0px;
    background: transparent;
}
fieldset fieldset { margin:10px;}
fieldset fieldset legend, fieldset legend {color: #1b486a; font-size: 120%;}
input[type='text'] { background: #FFFFE6 !important; }
input[type='text'], input[type='password'], textarea, select {
    padding: 3px !important;
    margin-bottom: 0px;
    border: 1px solid #999 !important;
    height: auto !important;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    font-style: italic;
}
.button {
    margin: 0px;
    padding: 0px !important;
    border: 0px;
    background: transparent url('../images/but_right_blue.gif') no-repeat scroll top right;
    color: #1B486A;
    display: block;
    float: left;
    height: 29px;
    margin: 0px 6px 15px 0;
    padding-right: 12px !important;
    text-decoration: none;
    overflow: hidden;
    font-size: 12px;
    outline: none !important;
    cursor: pointer;
    font-weight: bold;
}
.button:hover { background-position: bottom right; }
.button span {
    background: url('../images/but_left_blue.gif') no-repeat left top;
    display: block;
    line-height: 29px;
    padding: 0px 0px 0px 12px;
    outline: none !important;
    float: left;
}
.button:hover span {
    background-position: left bottom;
    color: #1B486A;
}
#login {
    margin: 10px 0px 0px 0px;
    border: 1px solid #666;
    background: url(../images/bg_login.gif) repeat-x left top #F6F5F5;
    padding: 20px;
}
h1.login {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    color: white;
    text-align: right;
    padding: 15px;
    margin: 0px;
}
label.inline { padding: 5px 0; }
.hasDatepicker { width:90% !important; float:left; }
.ui-datepicker-trigger { margin-top: 5px; }
.buttons { padding-top:30px; }
#passwordStrength
{
    height:10px;
    display:block;
    float:left;
}

.strength0
{
    width:250px;
    background:#cccccc;
}

.strength1
{
    width:30px;
    background:#ff0000;
}

.strength2
{
    width:60px;
    background:#ff5f5f;
}

.strength3
{
    width:90px;
    background:#56e500;
}

.strength4
{
    background:#4dcd00;
    width:120px;
}

.strength5
{
    background:#399800;
    width:150px;
}
.grid-view .button-column {
    width:70px !important;
}
ul.square {
    list-style-position: outside;
}
.detail-view th { text-align: left !important; }
#map-canvas {height:200px; width:100%;}
.nopadding { padding: 0px;}
.ui-dialog { opacity: .9; -moz-opacity:.9; -webkit-opacity:.9;}
@-webkit-keyframes fadeIn {
    from { margin-left: 2%; opacity:0; }
    to { margin-left: 0; opacity:1;}
}
@keyframes fadeIn {
    from { margin-left: 2%; opacity:0; }
    to { margin-left: 0; opacity:1; }
}
.content.active {
    -webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#parcels-grid{
    padding-top: 0px;
}
.grid-view {
    padding-top: 0px !important;
}

@media only screen and (max-width: 480px) {
    .grid-view {
        max-width: 337px !important;
    }
}