﻿@media screen
{
    .Full 
    {
	    width: 100%;
    }

    .LabelContent
    {
	    margin-left: 5px;
	    padding: 1px 0px 1px 1px; 
	    border: 1px solid #ABABAB;
	    background: #FFFFFF;
    }

    .LabelBody 
    {
	    color: #000000;
        font-family: Verdana;
        font-size: 10px;
    }

    .LabelBody a:link 
    {
        color: #0066CC;
    }

    .LabelBody a:visited 
    {
        color: #0066CC;
    }

    .LabelBody a:hover 
    {
        color: #000000;
    }

    .LabelBody a:active 
    {
        color: #0066CC;
    }

    .LabelError 
    {
	    background: #DCDCDC url(Error.png) center no-repeat;
	    background-position: 14px 50%;
	    border-top: 2px solid #FF0000;
	    border-bottom: 2px solid #FF0000;
	    padding: 5px 20px 5px 45px;
	    vertical-align: middle;
	    text-align: left;
	    color: #000000;
        font-family: Verdana; 
        font-size: 10px;
        font-weight: bold;
    }

    .LabelError a:link 
    {
        color: #FF0000;
    }

    .LabelError a:visited 
    {
        color: #FF0000;
    }

    .LabelError a:hover 
    {
        color: #FF0000;
    }

    .LabelError a:active 
    {
        color: #FF0000;
    }

    .LabelHeader 
    {
	    background: #4682B4;
	    border-bottom: 1px solid #000000;
	    padding: 5px;
	    text-align: left;
	    color: #FFFFFF;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        display: block;
    }

    .LabelHeader a:link 
    {
        color: #000000;
    }

    .LabelHeader a:visited 
    {
        color: #000000;
    }

    .LabelHeader a:hover 
    {
        color: #3B3B3B;
    }

    .LabelHeader a:active 
    {
        color: #000000;
    }

    .LabelSuccess 
    {
	    background: #EEEEEE url(Success.png) center no-repeat;
	    background-position: 14px 50%;
	    border-top: 2px solid #006400;
	    border-bottom: 2px solid #006400;
	    padding: 5px 20px 5px 45px;
	    vertical-align: middle;
	    text-align: left;
	    color: #000000;
        font-family: Verdana; 
        font-size: 10px;
        font-weight: bold;
    }

    .LabelSuccess a:link 
    {
        color: #006400;
    }

    .LabelSuccess a:visited 
    {
        color: #006400;
    }

    .LabelSuccess a:hover 
    {
        color: #006400;
    }

    .LabelSuccess a:active 
    {
        color: #006400;
    }

    .LabelWarning 
    {
	    background: #EEEEEE url(Warning.png) center no-repeat;
	    background-position: 14px 50%;
	    border-top: 2px solid #C16803;
	    border-bottom: 2px solid #C16803;
	    padding: 5px 20px 5px 45px;
	    vertical-align: middle;
	    text-align: left;
	    color: #000000;
        font-family: Verdana; 
        font-size: 10px;
        font-weight: bold;
    }

    .LabelWarning a:link 
    {
        color: #C16803;
    }

    .LabelWarning a:visited 
    {
        color: #C16803;
    }

    .LabelWarning a:hover 
    {
        color: #C16803;
    }

    .LabelWarning a:active 
    {
        color: #C16803;
    }

    .LabelField 
    {
	    color: #000000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        padding: 3px 6px 3px 0px;
    }

    .LabelField a:link 
    {
        color: #000000;
    }

    .LabelField a:visited 
    {
        color: #000000;
    }

    .LabelField a:hover 
    {
        color: #3B3B3B;
    }

    .LabelField a:active 
    {
        color: #000000;
    }

    .LabelFieldValue
    {
	    color: #222222;
        font-family: Verdana;
        font-size: 10px;
        padding: 3px 6px 3px 0px;
        display: inline-block;
        word-wrap: break-word;
    }

    .LabelFieldValue a:link 
    {
        color: #000000;
    }

    .LabelFieldValue a:visited 
    {
        color: #000000;
    }

    .LabelFieldValue a:hover 
    {
        color: #3B3B3B;
    }

    .LabelFieldValue a:active 
    {
        color: #000000;
    }

    .labelPersistent
    {
        margin-bottom: 2px;
    }
}

@media print
{
    .LabelField 
    {
	    color: #000000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        padding: 3px 6px 3px 0px;
    }

    .LabelFieldValue
    {
	    color: #000000;
        font-family: Verdana;
        font-size: 10px;
        padding: 3px 6px 3px 0px;
        display: inline-block;
        word-wrap: break-word;
    }

    .LabelWarning
    {
        display: none;
    }

    .LabelSuccess 
    {
	    border-top: 2px solid #000000;
	    border-bottom: 2px solid #000000;
	    padding: 5px;
	    vertical-align: middle;
	    text-align: left;
	    color: #000000;
        font-family: Verdana; 
        font-size: 10px;
        font-weight: bold;
    }
}
