﻿/* Normal border */
.page-container, .menu-heading, .standard-table, .standard-table-centre, .standard-table-right, .cell-border
{
    border-style:solid;
    border-width:1px;
    border-color:#EABAFA;
}
/* Dark Border */
.page-heading, .standard-table-heading, .cell-border-dark
{
    border-style:solid;
    border-width:1px;
    border-color: #9955BB;
}

.cell-noborder
{
    border-style: none;
}

.menu-heading, .menu-item, .page-heading, .standard-table-heading, .cell-background
{
    background-color: #EABAFA;
}

.standard-text, .standard-text-right, .standard-text-left, .standard-table, body
{
    font-family: 'Trebuchet MS', Sans-Serif;
    font-size: medium;
    color: black;
    vertical-align: top;
}

.standard-text, .standard-text-left, .standard-table, body
{
    text-align: left;
}

.small-text
{
    font-family: 'Trebuchet MS', Sans-Serif;
    color: black;
    vertical-align: top;
    font-size: small;
}

.page-container
{
    padding:2px;
}

.menu-heading, .menu-item
{
    text-transform: capitalize;
    font-size: small;
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;    
}

.menu-heading
{
    font-weight: bold;
}

.menu-item
{
    font-weight: normal;
}

.page-heading
{
    font-weight: bold;
    font-size:large;
    text-transform: capitalize;
    width: 100%;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.section-heading, .standard-table-heading
{
    font-size:large;
    font-weight: bold;    
}

.standard-text-right
{
    text-align: right;
}

.standard-text-centre
{
    text-align: left;
}

.standard-table, .standard-table-right, .standard-table-centre
{
    padding: 0;   
}
.standard-table-right
{
    text-align:right;
}

.standard-table-centre
{
    text-align:center;
}

.awaiting-content
{
    font-size:large;
    font-weight: bold;
    font-style:italic;
    text-align: center;
    vertical-align:middle;
    height: 25px;
}
