﻿body
{
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    background-color: #B5B5B4;
}
.contentTable
{
    border: solid 0px transparent;
    width: 859px;
    background-color: White;
    border-spacing: 0px;
    border-collapse: collapse;
    border-style: none;
    border-width: 0px;
    outline-width: 0px;
}
.panelFill
{
    background-repeat: repeat-x;
    background-image: url(/images/panel1px.jpg);
}
.mainMenu
{
    text-align: left;
    width: 100%;
}
.searchButton
{
    padding-right: 5px;
}
.loginName
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}
.loginName a
{
    text-decoration: none;
}
.loginStatus
{
    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
}
.leftBorder
{
    background-repeat: repeat-y;
    background-image: url(/images/1px_left.jpg);
    width: 15px;
}
.contentSpace
{
    height: 400px;
    vertical-align: top;
    text-align: left;
    padding: 20px 20px 20px 20px;
    font-family: Microsoft Sans Serif;
    font-size: 14px;
}
.rightBorder
{
    background-repeat: repeat-y;
    background-image: url(/images/1px_right.jpg);
    background-position: right;
    width: 14px;
}
.footerFill
{
    background-repeat: repeat-x;
    background-image: url(/images/footer1px.jpg);
    font-family: Verdana;
    font-size: 9px;
    color: Black;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
}
.gridHeader
{
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 4px;
    white-space: nowrap;
    background: transparent url(/images/panel1x24px.jpg) repeat-x center;
    color: White;
}
.gridRow
{
    text-align: left;
    padding: 4px 4px 4px 4px;
    white-space: nowrap;
    background-color: #E6E6E6;
}
.gridAlternatingRow
{
    text-align: left;
    padding: 4px 4px 4px 4px;
    white-space: nowrap;
    background-color: #F2F2F2;
}
.gridCell
{
    text-align: left;
    padding: 4px 4px 4px 4px;
    white-space: nowrap;
}
.dialog
{
	margin-top: 20px;
	border: solid 1px Black;
}
.propertyKey
{
    color: #666666;
    text-align: left;
    padding: 4px 4px 4px 4px;
}
.propertyValue
{
    color: black;
    text-align: right;
    padding: 4px 7px 4px 4px;
    width: 300px;
    white-space: nowrap;
}
.buttonArea
{
    background-color: #eeeeee;
    color: black;
    text-align: right;
    padding: 4px 7px 4px 4px;
    width: 300px;
    white-space: nowrap;
}
a
{
	color: #2A5A8A;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, h3, h4, h6
{
    color: #404040;
}