/* default settings */
div {
    position:relative;
}

table.data, div.buttons {
    width:99%;
}
div.buttons div {
    width:100%;
}

/* table and form settings */
table th,
table td {
    vertical-align:top;
    text-align:left;
    padding:0px 0.75em;
}
form.button {
    display:inline;
}
form table th {
    background-color:#EEEEEE;
}
form .required,
form .error {
    color:red;
}
/* form layout */
form table colgroup.label {
    width:30%;
}
form table colgroup.content {
    width:69%;
}
form table input.text,
form table input.password,
form table select,
form table textarea {
    width:80%;
}
form table td.group input.text,
form table td.group input.password,
form table td.group select,
form table td.group textarea {
    width:auto;
}
/* table tweaks */
tr.even {
    background-color: #EEEEEE;
}
tr.hover, tr.hover a {
    color:white;
    background-color:blue;
}
/* fonts */
div, p, th, td, input, textarea, select {
    font-family: Times New Roman, times, serif;
}
.trunc_tip h3 {
    font-weight:normal;
    font-size:1em;
}
/* messages */
#message_frame {
    color:darkgreen;
}
/* site frame positioning */
#auth_info_frame {
    position:absolute;
    float:right;
    width:25%;
    top:0px;
    right:0px;
    text-align:right;
}
#manual_upload {
    display:none;
    position:relative;
    z-index:5;
    padding:0.2em;
    border:solid black 1px;
    text-align:left;
}
/*  pager */
#pager_top {
    display:inline;
    float:right;
    width:18em;
    text-align:right;
}
#pager_bottom {
    text-align:center;
}
div.pager {
}

