﻿html 
{
	overflow-y:scroll;
}

body 
{
    min-width:1074px;
    max-width:2000px;
    margin-left:10px;
    margin-right:10px;
}

.PthUser
{
    background:none;
}

.PthUser:hover
{
	text-decoration:none;
}

#divUserName
{
    position:absolute;
    right: 15px;
    top: 15px;
    color: White;
}

TD.state_inactive
{
    text-decoration: line-through;
}

TD.left_padding
{
    padding-left: 5px;
}

UL#ctlFlagList
{
    line-height: 18px;
    overflow: hidden;
}

UL#ctlFlagList LI.group_item
{        
    display: block;    
}

UL#ctlFlagList LI.group_item DIV.group_head
{
    /*background-image: url(pthimgs/information_small.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;    */
    font-size: 14px;
    color: #808080;
    display: inline;
}

UL#ctlFlagList LI.group_item UL.group_body
{
    display: inline;
}

UL#ctlFlagList UL.group_body LI.flag_item
{
    background-image: url(pthimgs/right_arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 18px;    
    
    display: inline;
}

UL#ctlFlagList UL.group_body LI.info
{
    background-image: url(pthimgs/information_small.png);
    background-position: 5px center;
    padding-left: 24px;   
}

.EmphText 
{
    font-size: 130%; 
    font-weight: 700;
    color: #802020;
}

.Highlight
{
    background-color: #FFCB67;
}

TD.NumCol, TH.NumCol
{
    text-align: right !important;
    padding-right: 1ex !important;
}

.AppWarningText
{
    font-weight: 700;
}

.AppErrorText
{
    font-weight: 700;
    color: Red;
}


TABLE.AppFlagsGrid TD.FlagField
{
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 3px center;
}

TABLE.AppFlagsGrid TD.FlagFieldError
{
    background-image: url(pthimgs/error_small.png);
}

TABLE.AppFlagsGrid TD.FlagFieldWarning
{
    background-image: url(pthimgs/warning_small.png);
}

TABLE.AppWarnGrid TD DIV.AppWarnCell_Error
{
    font-weight: 700;
    background-color: Red;   
    margin: 0 -4px 0 0;
    padding: 0 4px 0 0;
}

TABLE.AppWarnGrid TD DIV.AppWarnCell_Warning
{    
    font-weight: 700;
    background-color: Orange;           
    margin: 0 -4px 0 0;
    padding: 0 4px 0 0;
}

.InvalidStatus
{
    text-decoration: line-through;
    color: #808080;
}