﻿
fieldset label 
{
    display: block;
}

fieldset table label 
{
    display: inline;
}

fieldset label.inline 
{
    display: inline;
}

input[type="text"] 
{
    width: 200px;
}

input[type="password"] 
{
    width: 200px;
}

select
{
    width: 200px;
}

table 
{
  border: solid 1px #e8eef4;
}

table td 
{
  border: solid 1px #e8eef4;
}

.rowheaderlinks
{
    font-size:smaller;
    padding-right:3px;
}

.editor-label label
{
    display:block;
}

.editor-validation
{
    margin: 0.5em 0;
    font-style:italic;
    font-size:smaller;
}

/* Permit and Parcel View  
----------------------------------------------------------
h3, legend
{
    font-family: Nyala, 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
    font-size: 23px;
}
*/

.subtitle
{
    border:none;
}

.subtitle tr
{
    border:none;  
}

.subtitle td
{
    vertical-align:middle;
    border:none;  
}

.subtitle h2
{
    padding-bottom:0;  
}


div#subheader
{
    /*border: thin solid #000000;*/
    /*background: #E6E6E6;*/
    font-size: 2em;
}

div#subheaderleft
{
    float:left;
    text-align:left;
}

div#subheaderright
{
    float:right;
    text-align:right;
}

div#subheadercenter
{
    float:none;
    text-align:center;
}

.subheader
{
    border:none;
}

.subheader table
{
    border:none;
}

.subheader tr
{
    border:none;
}

.subheader td
{
    border:none;
    vertical-align:text-bottom;
}

div#subheader a
{
}

.imbeddedtable
{
    border:none;
}

.imbeddedtable td
{
    padding-left:0;
    padding-right:0;
    padding-top:2px;
    padding-bottom:2px;
    border:none;
}

.aligndata
{
    padding-top:2px;
    padding-bottom:2px;
}

.date
{
    text-align:center;
}

.leftside
{
    float:left;
    width:45%;
}

.rightside
{
    float:right;
    width:45%;
}

.searchitembox
{
    width:30%;
    height:33em;
    float:left;
    margin-left:2em;
}

.searchitemline
{
    margin-left:2em;
    margin-bottom:5px;
}

.searchitembox #community
{
    width:100%;
    height:90%;    
}

.searchitembox #ListCases
{
    height:17.5em;    
}

.searchitembox .datecluster
{
    margin-bottom:2em;
}

.typelist
{
    height: 90%;
    margin: 0px 0px 0px 0px;
    border: 1px solid #AAA;
    overflow:auto;
}

.typelist td
{
    border:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
}

.separatorrow
{
    font-weight:bold;
}

.smallprint
{
    font-size:xx-small;
    font-style:italic;
}

.stackleft
{
    float:left;
    width:25%;
}

.frozen-text
{
    font-size:small;
    font-style:italic;
}

/* Miscellanious Classes 
----------------------------------------------------------*/

.hidden
{
    display:none;
}

.requiredtag
{
    color: Red;
}

.left
{
    width: 50%;
    float: left;
}

.right
{
    width:50%;
    float: right;
}

.display-only input
{
    
}

.notes
{
    font-size:x-small;
    font-style:italic;
}

.emphasis
{
    font-weight:bold;
    font-style:italic;
}

.highlight
{
    font-weight:bold;
}

.largelink
{
    font-size:large;
}



/* Menu
----------------------------------------------------------*/

.menuheaderitem
{
    background-color:white;
    border:1px solid black;
    display:inline-block;
    padding:10px;
    width:7em;
    text-align:center;
    margin-right:4px;
    font-size:smaller;
    font-weight:bold;
}

a.menuheaderitem:hover
{
    background-color:Silver;
    color: Black;
}

.menuselectedheaderitem
{
    background-color:#A0C6EF;
    border:3px solid black;
}

.menubodyitem
{
    display:none;
}

.menuselectedbodyitem
{
    display:block;
}

/* Editor
----------------------------------------------------------*/
.display-label,
.editor-label
{
    float:left;
    width:130px;
    padding-bottom:0.5em;
}

.display-field,
.editor-field
{
    float:left;
    width: 200px;
    padding-bottom:0.5em;
    text-align:left;
}

.editor-field-full
{
    clear:both;
    width:95%;
}

.editor-field-full textarea
{
    width:95%;
}

.display-field-full
{
    clear:both;
    width:95%;
    padding-bottom:0.5em;
}

.display-field-full textarea
{
    width:100%;
}

.odd
{
    background-color:#ffffff; /*#eaeaea;*/
    float:left;
    width:100%;
}

.even
{
    background-color:#ffffff;
    float:left;
    width:100%;
}

.anchorlist
{
    font-size: 75%;
}

