﻿/*match placeholder/watermark padding to border+padding for input element*/
input.placeholder {
    cursor: text;
    color: #999999;
}
/* html5 placeholder support */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}

input:placeholder, textarea:placeholder {
    color: #999999;
}

iframe {
    border: none;
    position: relative;
    float: left;
}

img {
    border: none;
}

table.cell {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

tr.odd {
    background-color: #fff;
}

tr.even {
    background-color: #eee;
}

th.cell, td.cell {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

li, p, th, td {
    font-size: 10pt;
}

th, td {
    vertical-align: top;
    padding: 2px;
}

    th.upheader {
        text-align: center;
        vertical-align: bottom;
        padding-right: 5px;
        padding-left: 5px;
    }

    th.leftheader {
        text-align: left;
        vertical-align: top;
        padding-right: 10px;
    }

.selectable {
    cursor: pointer;
}

.over {
    background-color: #eee;
}

th.number {
    width: 4em;
    white-space: nowrap;
}

td.number {
    width: 4em;
    text-align: right;
    white-space: nowrap;
}

th.code {
    width: 4em;
    white-space: nowrap;
}

td.code {
    width: 4em;
    text-align: center;
    white-space: nowrap;
}

th.name, td.name {
    width: 8em;
    white-space: nowrap;
}

th.first, td.first {
    padding-right: 10px;
}

th.middle, td.middle {
    padding-right: 10px;
    padding-left: 10px;
}

th.last, td.last {
    padding-left: 10px;
    width: 100px;
}

#border_details {
    position: relative;
    height: 0px;
    overflow: visible;
}

#container_details {
    background-color: White;
}