/*
 * A CSS file for general layout hints
 */

#page {
    clear: both;
}

#content {
    min-height: 400px;
    padding-bottom: 30px;
}

#sidebar p {
    line-height: 14px;
}

#feedback-message {
    background-color: yellow;
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin: 4px;

}

.entry table {
    border: 1px solid #4F81BD;
}

.entry table th, .entry table td {
    padding: 5px;
}

.entry table th {
    background-color: #4F81BD;
    color: white;
    text-align: left;
    border:2px solid #6F99D0;
}

.entry table td {
    color: black;
    border:2px solid #6F99D0;
}

.entry table .odd {
    background-color: #9EBBE5;
}

.entry table .even {
    background-color: #C7DAFF;
}

.entry table a {
    color: #990000;
}

.upload-file {
    color: #F58F1D;
    border-bottom: 1px dotted #F58F1D;
}

.wide table {
    width: 100%;
}

.framed {
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    padding: 5px;
}

dl.props dt {
    font-size: 100%;
    font-weight: bold;
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 4px;
    clear: left;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

dl.props dd {
    float: left;
    padding: 0px;
    margin: 0px;
}

#footer #legal p {
    text-align: center;
}

.bigskip {
    height: 20px;
}

.smaller td, .smaller p, .smaller th, .smaller input, .smaller select {
    font-size: 85%;
}