﻿body 
{
    background-color: #fff;
    font-size: 0.9em;
    font-family: Tahoma, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

.page
{
    background-color: #fff;
    border-width: 0;   
    margin-left:0;
    margin-right:0;
    width:auto;
}

.pageHeader
{
    position:relative;
    background-color: #FFBC00;
    display:block;
    white-space:nowrap;
    width:auto;
    padding:5px;
    top: 0px;
    left: 0px;
    height: 43px;
}

.pageHeader h1
{
    color:#2E2E2E;
    font-size: 1.6em;
    margin:0;
    display:inline;
    padding-left:5px;
}

.pageSitePath
{
    background-color: #E6E6E6;
    font-size: 1em;
    display:block;
    padding: 5px 10px;
}

.pageContent
{
    padding: 0px 5px;
    display:block;
    height:auto;
}

.pageContent h3
{
    margin:0;
    padding: 5px;
    display: block;
    font-weight:bold;
    text-decoration:underline;
    white-space:nowrap;
}

/* A Links Style that applys to ALL */
a:link, a:visited
{
    color: #0080FF;
    text-decoration: none;
}

a:hover
{
    color: #0101DF;
}

a:active
{
    color: #0080FF;
    text-decoration: none;
}

/* Styles for Controls */
.Buttons
{
    font-weight:bold;
}

.ChoiceButtons
{
    font-size: 0.55em;
    text-align: center;
    float: left;
}

/* Styles for Tables */
table
{
    border-collapse:collapse;
    }

table td
{
    padding:5px;
    vertical-align:middle;
}

.Status /* For ACSReleaseStatus */
{
    text-align:center;
    font-size:3em;
    font-weight:700;
}

