﻿body, input, select, table, textarea
{
    font-family: Arial;
    font-size: 12px;
}
body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
a
{
    text-decoration: none;
    color: navy;
    vertical-align: top;
}
a:hover
{
    text-decoration: underline;
}
.alert
{
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    font-style: italic;
}

.main-shell
{
    border: solid 2px white;
    width: 100%;
    height: 100%;
}
.main-cell
{
    vertical-align: top;
    width: 100%;
}
.content-cell
{
    height: 99%;
}
.dim
{
    color: dimgray;
}
.dim-sm
{
    color: dimgray;
    font-size: 11px;
}
.title1
{
    color: #0a778e;
    font-size: 18px;
}
.title2
{
    color: #0a778e;
    font-size: 15px;
}
.title2 img
{
    vertical-align: middle;
    margin-right: .3em;
}
.hr
{
    height: 10px;
    width: 100%;
}
.imagelink img
{
    margin-right: 3px;
    vertical-align: middle;
    border: none;
}
.headermnu
{
    vertical-align: top;
    border: none;
    margin: 0px;
    padding: 0px;
}
.IdImage
{
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}
.HelpImage
{
    vertical-align: middle;
    position: inherit;
    right: 0px;
    float: right;
}
.imagetitle
{
    background-image: url(Images/mnuback.png);
    background-repeat: repeat-x;
    margin-top: 2px;
}
.linklabel
{
    color: #FF0000;
    font-size: 15px;
    font-style: italic;
}
.xheader
{
    width: 100%;
}

/* Admin Window */
.panelsize
{
  height: 210px;
  width: 100%;
}
.admintitle
{
    color: #0a778e;
    font-size: 18px;
    font-style: oblique;
}
 
/* Menu Bar */
.infospace
{
    width: 350px;
}
.imagespace
{
    vertical-align: top;
    margin-top: 5px;
    width: 20px;
    text-align: left;
}
.menudim
{
    color: dimgray;
    font-variant: small-caps;
    font-weight: 700;
    vertical-align: middle;
}

/*DocuViewer*/
.detailheadview
{
    color: #0a778e;
    font-variant: small-caps;
    font-weight: 700;
    vertical-align: middle;
}
.PrintImage
{
    vertical-align: top;
    position: inherit;
    right: 0px;
    float: right;
}
.DocuTitle
{
    color: #0a778e;
    font-size: 18px;
    vertical-align: middle;
}

/* FORMS */
.uploadbar
{
    background-color: lightyellow;
    border: solid 1px gainsboro;
    margin-bottom: 3px;
}
.uploadbar td
{
    white-space: nowrap;
}
.field
{
    white-space: nowrap;
    color: dimgray;
}
.neat span
{
    display: none;
}
.form-head
{
    background-image: url(Images/bg-form-head.jpg);
    background-repeat: no-repeat;
}
.sorted
{
    background-image: url(../Images/bg-head.png);
    background-repeat: repeat-x;
}
.unsorted
{
    background-color: #507cd1;
}
.backsearch
{
    color: #FFFFFF;
    background-image: url(../Images/booksearch.jpg);
    background-repeat: repeat-x;
    width: 100%;
}



/* GRIDS */
.grad-blue-x
{
    background-image: url(Images/bg-grad-blue-x.jpg);
    background-repeat: repeat-x;
}
.gridheader
{
    background-color: #0000FF;
    color: #FFFFFF;
}
.gridheader
{
    background-color: #0000FF;
    color: #FFFFFF;
}
.gridDOCID
{
    font-size: 14px;

}
.gridDOCHeader
{
    font-size: 16px;
    font-weight: 300;
    background-image: url(Images/bg-grad-blue-x.jpg);
    font-variant: small-caps;
    text-align: left;
}

.gridIcon
{
    max-width: 200px;
}
.gridDOCFile
{
    font-size: 12px;
}

.gridDescription
{
    color: dimgray;
    font-variant: small-caps;
    text-transform: lowercase;
}


/* MENUS */
.menupanel
{
    padding-left: 20px;
    padding-top: 20px;
    width: 180px;
    background-image: url('Images/bg-menupanel.jpg');
    background-repeat: no-repeat;
}
.menulink
{
    white-space: nowrap;
    width: 140px;
    padding: .3em;
    text-decoration: none;
    display: block;
}
.menulink:hover
{
    background-image: url(Images/bg-swirl.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    color: #0a778e;
}
.menulink img
{
    margin-right: 3px;
    vertical-align: middle;
}

/* Image Attributes */
.imageStandard
{

}
