/*reset.css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*fonts.css*/
body {
 font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
* font-size : small;
* font : x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

select, input, textarea, button {
    font: 99%;
}

pre, code {
    font: 115% monospace;
* font-size : 100 %;
}

body * {
    line-height: 1.22em;
}

button, .button {
    font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
    /*
    letter-spacing:0.05em;
    padding:3px; */
    cursor:pointer;
    border:outset 1px #ccc;
    background:#999;
    color:#666;
    font-weight:bold;
    padding: 1px;
    background:url(/img/input_shadow.gif) repeat-x left top;
}

button img, .button img {
    vertical-align:text-bottom;
    margin-right:4px;
}

.button {
    padding:3px 6px 3px 6px;
}


.errorLabel {
    color: darkred;
    font-size:120%;
}

input.errorInput, textarea.errorInput, select.errorInput {
    background: #FFFFFF url( /img/input_shadow_red.gif ) no-repeat 0 0;
    border-color: #a85252 #ef7d7d #ef7d7d #a85252;
    border-style: solid;
    border-width: 1px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida', Arial, Verdana, sans-serif; /*font-size:1em;*/
    padding: 0.3em;
}



input.blue, select, textarea.blue {
    background: #FFFFFF url( /img/input_shadow.gif ) no-repeat 0 0;
    border-color: #777777 rgb( 170, 170, 170 ) rgb( 170, 170, 170 ) rgb( 119, 119, 119 );
    border-style: solid;
    border-width: 1px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida', Arial, Verdana, sans-serif;
    font-size:1.5em;
    padding: 0.3em;
}

input.blue, select, input.errorInput {
    /*height:2em;*/
    width:20em;

}

textarea.blue, textarea.errorInput {
    height:8em;
    font-size:1.5em;
    width:40em;
}

/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}

/**/

img.ic {
    width: 16px;
    height: 16px;
    border: none;
    behavior: url(/css/pngbehavior.htc);
}

img.p32 {
    width: 135px;
    height: 32px;
    border: none;
    behavior: url(/css/pngbehavior.htc);
}

img.menu {
    width: 32px;
    height: 32px;
    border: none;
    vertical-align: text-bottom;
    /*
    position:relative;
    bottom:-8px;*/
}


td {
    padding:3px;
}

th {
    padding:4px;
    font-weight:bold;
    background-color:whitesmoke;
}

h1 {
    font-size:180%;
    font-weight:bold;
    color:#30373e;
    margin-top:6px;
    margin-bottom:6px;
}

h2 {
    font-size:140%;
    font-weight:bold;
    color:#30373e;
    margin-top:6px;
    margin-bottom:6px;
}

h3 {
    font-size:110%;
    font-weight:bold;
    margin-top:4px;
}

table.datatable {
    margin-left:4px;
    margin-right:4px;
}
table.datatable td, th {
    border:1px solid gainsboro;
    padding-right:4px;
    padding-left:4px;
}

table.datatable th {
    text-align:center;
    padding:4px;
}

td.plain {
    border:none;
    padding:0;
}
.formLabel {
    font-size:120%;
}

#menurow {
    background-color:slategray;
    color:white;
}

#menu {
    width:100%;
    background-color:slategray;
    color:white;
    font-size:125%;
    text-align:center;
}

#menu a {


    /*
    text-decoration:none;
    text-decoration:none;
    font-weight:bold;
    border-left:1px solid aliceblue;
    border-right:1px solid aliceblue;
    */
    font-size:110%;
    padding-left:8px;
    padding-right:8px;
    color:white;
}
#menurow a {

    color:white;
}
#menurow a:visited {
    color:white;
}
#menurow a:hover {
    color:blanchedalmond;
}

a {
   color:midnightblue;
}
a:visited {
    color:midnightblue;
}
a:hover {
    color:chocolate;
}
/*
a:active {
    color:firebrick;
}
*/

td.tableComment {
    font-size:80%;
    color:slategray;
    text-align:right;
}

table.detailTable td, th {
    border:none;
    padding-top:1px;
    padding-bottom:1px;
    font-size:90%;
}
table.detailTable th {
    text-align:center!important;
}


table.propertyTable {
    margin:6px;
}

table.propertyTable td, th {
    border:1px solid gainsboro;
    padding-right:4px;
    padding-left:4px;
}

table.propertyTable th {
    text-align:right;
}

h2.divider {
    margin:6px 0px 0px 0px;
    background-color:aliceblue;
    padding-bottom:2px;
}


html, body {
    height: 100%;
}
