﻿BODY
{
}
.centered
{
    margin: 0 auto;
    float: none !important;
    display: table;
}
.headertextBold
{
    font-size: large;
    color: black;
    font-family: Arial;
    font-weight:bold;
}
.headertext
{
    font-size:large;
    color: black;
    font-family:Arial;
}
.pageTitle
{
	FONT-SIZE: 20px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold
}
.tableMaster
{
    border-collapse: separate; 
    empty-cells: show;
    width: 1000px;
}
.tableSub
{
    border-collapse: separate; 
    border-spacing: 5px;
    empty-cells: show;
    width: 100%;
}
.centered
{
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.siteTitle
{
    font-size: x-large;
    font-weight: bold;
}
.defaultLabels
{
    font-family:Arial;
    font-size: x-small;
}
.priceValues
{
    font-family:Arial;
    font-size:small;
    font-weight: bold;
    color: darkgreen;
}
.bodyText
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial;
}
.bodyTextBold
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: Bold;
}
.input
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.inputBold
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold
}
.message
{
    font-size: 16px;
    font-family: Arial;
    font-weight:bold
}
.gridView {
    border-top: 2px solid black;
    border-bottom:2px solid black;
}
.hyperlink {
    font-family: Arial;
    font-size: 14px;
}
.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.popupContainer
{
    min-width:200px;
    min-height:150px;
    background:white;
}
.section
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #003366;
}
.fieldlabel 
{
    font-family: Verdana;
    font-size:small;
}
.datagrid
{
    font-family: Arial;
    font-size: 14px;
    font-names: Arial;
}