﻿#container
{
    background-color: #ffffff;
    height: 100%;
}

#quickLinks
{
    clear: both;
    position: absolute;
    top: 110px;
    right: 0px;
    margin: 0px;
}

.content
{
    margin: 0px;
    padding: 10px 0px 0px 10px;
}

.headerBackground
{
    background-image: url(../images/headerbackground.gif);
    background-repeat: repeat-x;
    width: 100%;
}

.username
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.customername
{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.pagetitle
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    z-index: 1;
    margin-left: 5px;
}

.messageBoxIFrame
{
    border: 0px;
    filter: alpha(opacity=0);
    z-index: 100;
    left: 420px;
    position: absolute;
    top: 170px;
    width: 350px;
    height: 45px;
}

.successMessageTable
{
    z-index: 170;
    filter: alpha(opacity=95);
    cursor: hand;
    left: 420px;
    position: absolute;
    top: 170px;
    width: 350px;
    height: 45px;
    border: 1px solid;
    border-color: #009900;
    margin: 1px;
    background-color: #bdea90;
}

.errorMessageTable
{
    z-index: 170;
    filter: alpha(opacity=95);
    cursor: hand;
    left: 420px;
    position: absolute;
    top: 170px;
    width: 350px;
    height: 45px;
    border: 1px solid;
    border-color: #ff0033;
    margin: 1px;
    background-color: #fee2e1;
}

.warningMessageTable
{
    z-index: 170;
    filter: alpha(opacity=95);
    cursor: hand;
    left: 420px;
    position: absolute;
    top: 170px;
    width: 350px;
    height: 45px;
    border: 1px solid;
	border-color: #b68e02;
    margin: 1px;
	background-color: #ffff99;
}

.errorMessageButton
{
    z-index: 170;
    cursor: hand;
    position: absolute;
    left: 10px;
    top: 185px;
    width: 18px;
    height: 16px;
}

.successMessageButton
{
    z-index: 170;
    cursor: hand;
    position: absolute;
    left: 10px;
    top: 185px;
    width: 18px;
    height: 16px;
}

.warningMessageButton
{
    z-index: 170;
    cursor: hand;
    position: absolute;
    left: 10px;
    top: 185px;
    width: 18px;
    height: 16px;
}

.newsTable
{
    width: 200px;
    border: 1px solid #c0c0c0;
}

.newsHeading
{
    background-color: #045c97;
    color: White;
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding: 2px;
}

.newsContent
{
    padding: 10px;
}

.bulletCell
{
    vertical-align: top;
    padding-top: 5px;
    padding-right: 2px;
}

.newsColumn
{
    margin: 0px 35px 0px 0px;
    padding: 20px 10px 10px 10px;
    float: left;
}

.contentColumn
{
    margin: 0px;
    padding: 20px 10px 10px 10px;
}

.dashboardTable
{
    width: 510px;
}

.dashboardCell
{
    width: 170px;
    margin: 0px;
    padding: 20px 10px 20px 10px;
    text-align: center;
}

.feedbackTable
{
    width: 510px;
    text-align: center;
}

.dashHeader
{
    font-weight: bold;
    font-size: 12px;
}

.processing
{
    position: absolute;
    border: 0px;
    filter: alpha(opacity=90);
    z-index: 170;
    left: 320px;
    position: absolute;
    top: 200px;
    width: 182px;
    height: 67px;
    background-image: url( '../Images/processing_background.gif' );
}
