/**********************************************************************
// <copyright file="Content.css" company="denniscozart.com">
//     Copyright (c) denniscozart.com.  All rights reserved.
// </copyright>
//
// denniscozart.com content styles
// Dennis Cozart - dennis@denniscozart.com
//
**********************************************************************/

.Center
{
    text-align: center;
}

.DisplayNone
{
    display: none;
}

.Hidden
{
    visibility: hidden;
}

.Highlight
{
    font-size: 1.3em;
    font-weight: 700;
}

.Right
{
    text-align: right;
}

.Strong
{
    font-weight: 700;
}

table.ActionTable
{
    margin: 1em 0em;
    width: 100%;
}

table.ActionTable tr td
{
    padding: .5em 1em !important;
    white-space: nowrap;
}

table.ActionTable tr th
{
    padding: .5em 1em !important;
    text-align: center;
    white-space: nowrap;
}

table.Action1, table.Action1 tr td
{
    border: .1em solid rgb(255, 011, 091);
}

table.Action1 tr th
{
    background: rgb(255, 011, 091);
    color: rgb(255, 255, 255);
}

table.Action2
{
    border: .1em solid rgb(011, 206, 255);
}

table.Action2 tr th
{
    background: rgb(011, 206, 255);
    color: rgb(255, 255, 255);
}

table.ListView
{
    border: rgb(225, 225, 225) .1em solid;
}

table.ListView caption
{
    background: rgb(240, 240, 240);
    border: rgb(225, 225, 225) .1em solid;
    color: inherit;
    font-weight: 700;
    padding: .3em !important;
}

table.ListView tr td, table.ListView tr th
{
    border: rgb(225, 225, 225) .1em solid;
    padding: .3em !important;
}

table.ListView tr th
{
    background: rgb(240, 240, 240);    
    color: rgb(125, 125, 125);
}

table.ListView tr.Pager td
{
    background: rgb(240, 240, 240);
    color: inherit;
}

.NoWrap
{
    white-space: nowrap !important;
}

.Warning
{
    background: rgb(255, 255, 0);
    color: rgb(255, 0, 0);
    margin: 0em .1em;
    padding: .1em .3em;
}

.New
{
    background: rgb(255, 255, 000);
    color: rgb(000, 000, 000);
    font-size: 80%;
    font-weight: 700;
    margin: 0em .3em;
    padding: .1em .6em;
    letter-spacing: .2em;
}

.Updated
{
    background: rgb(153, 255, 000);
    color: rgb(000, 000, 000);
    font-size: 80%;
    font-weight: 700;
    margin: 0em .3em;
    padding: .1em .6em;
    letter-spacing: .2em;
}

.Width40Pct
{
    width: 40%;
}

.Width50Pct
{
    width: 50%;
}

.Width75Pct
{
    width: 75%;
}

.Width100Pct
{
    width: 100%;
}

ul.Loose
{    
    margin: .8em .5em .8em 1.6em;
}
