/* Add local css to this file */
/* Try to keep the css classes to the minimum. Use classes from DNN skin css and global.css when you can. */

h2 {
    margin-top:1em;
}

select{
    width:22em;
    clear:both;
    background-color: #dcddde;
    padding:.5em;
}

select.dropDown4SearchBox{
    width:25.25em;
    clear:both;
    background-color: #dcddde;
    padding:.5em;
}

input[type="text"]{
    width:22em;
    margin-bottom:.5em;
}
input[type="text"].searchBox{
    width:20em;
    margin-bottom:.5em;
    float:left;
}
input[type="submit"], input[type="button"]{
    width:6em;
}

div.attorneyResults{
    background-color:#f1f3f4;
    padding:1em;
}

div.gNav {
    float:left;
    padding:.8em .6em;
    text-align:center;
}

#content-main div.gNav img {
    display:block;
}

div.textLeft{
    text-align:left;
}

table.formTable{
    width:auto;
}
div.formTable{
    width:auto;
    margin-bottom:.5em;
    padding:.2em;
}
table.formTable th, table.formTable td{
   border:none;
   padding: .1em .1em .1em .3em;
}

table.listing{
    table-layout:auto;
    padding:.5em .5em 1.5em .5em;
}
table.listing th, table.listing td{
    width:auto;
    padding:.5em;
    background-color:white;
}

table.formTable td.value {
    padding-bottom:.3em;
}

table.formTable th.label {
    width:18em;
}

td.figure, th.figure {
    text-align:right;
}

table.tablePrintMenu {
    width:auto;
    margin-bottom:.2em;
}
table.tablePrintMenu td { 
    border:none; 
    padding-right:.5em;
}

input[type="submit"].buttonSearchLift{
    margin-top:-2px;
    margin-left:-5px;
}

.titleLink {
    font-weight:bold;
    margin-top:.6em;
    margin-bottom:-.4em;
}

/* bar graph */
td.axis{
   padding:0px;
   width:4em;
   border-right:1px solid #999;
}
td.bars{
    white-space:nowrap;
    vertical-align: bottom;
}
img.bar{
    margin: 0px 0px -5px 0px !Important;
    padding: 0px 0px 0px 0px !Important;
    border-spacing: 0px;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 4px;
    vertical-align: bottom;
}
