﻿@media screen
{
    /**/
    .tabHeader
    {
        color:Black; 
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        font-size:12px;
    }

    div.row
    {
        clear: both;
        padding: 2px;
        width: 700px;
        min-width: 700px;
    }

    div.row span.label
    {
        float: left;
        width: 80px;
        text-align: right;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
    }

    div.row span.formw
    {
        float: left;
        width: 400px;
        text-align: left;
        padding: 0px;
        margin-left: 4px;
    }

    div.row span.formL100
    {
        float: left;
        width: 40px;
        text-align: left;
        padding: 0px;
        margin-left: 4px;
    }

    div.row span.formN200
    {
        float: none;
        width: 200px;
        text-align: left;
    }

    .EmptyDataRow
    {
        visibility: hidden;
    }

    .frmDropDown
    {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    input.frmInpLong
    {
        width: 655px;
    }

    input.frmInpMedium, .w365
    {
        width: 365px;
    }

    input.frmInpShort
    {
        width: 180px;
    }

    input.frmInpTiny
    {
        width: 70px;
    }

    input.inpLong
    {
        margin-top: 4px;
        width: 550px;
        border: 1px solid #7F9DB9;
        font-style: normal;
    }

    input.inpMedium
    {
        margin-top: 4px;
        width: 320px;
        border: 1px solid #7F9DB9;
        font-style: normal;
    }

    input.inpShort
    {
        margin-top: 4px;
        width: 200px;
        border: 1px solid #7F9DB9;
        font-style: normal;
    }

    input.inpTiny
    {
        margin-top: 4px;
        width: 100px;
        border: 1px solid #7F9DB9;
        font-style: normal;
    }

    input.required
    {
        padding: 2px;
        border: 1px solid #FF6060 !important;
    }


    td.label2
    {
        height: 25px;
        text-align: left;
        padding: 0px 0px 0px 5px;
    }

    td.label1
    {
        text-align: right;
        font-weight: bold;
        white-space: nowrap;
    }

    span.label2
    {
        float: left;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }

    span.txtbox1
    {
        float: right;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }
    /**/

    div.ItmTemplate, div.AltTemplate, div.EdtTemplate, div.FrmTemplate
    {
        width: 900px; /*max-width:750px;     min-width: 750px;*/
        border: 1px solid #7F9DB9;
        margin: 0px;
        padding: 10px 10px 5px 10px;
    }
    /*
    div.FrmTemplate {background-color: #E0E0D0;}
    */
    div.FrmTemplate
    {
        background-color: #eee;
    }
    div.ItmTemplate {
        background-color: #eee;
    }
    div.AltTemplate {
        background-color: #eee;
    }
    div.EdtTemplate {
        background-color: #eee;
    }

    table.tableFirm
    {
        width: 100%;
    }
    table.tableFirm .td_1
    {
        width: 100px;
    }
    table.tableFirm .td_2
    {
        width: 220px;
    }

    tableAlt {
        width: 800px;
        background-color: #eee;
        border: solid 1px #336699;
    }
    /**/
    .inpBtn
    {
        background-color: #CCCCFF;
        height: 22px;
        width: 60px;
        margin: 5px;
    }

    .Btn
    {
        width: 60px;
        height: 22px;
    }
    
    .Btn2
    {
        margin: 2px;
        width: 150px;
        height: 22px;
    }
    
    .inpData
    {
        background-color: #FFFFCC;
    }

    tr.NameRow
    {
        font-size: 1em !important;
    }

    div.top
    {
        overflow: hidden;
    }

    div.bot
    {
        overflow: auto;
        height: 450px;
    }

    .dropdown
    {
        border-color: #7F9DB9;
        border-style: solid;
        border-width: 1px;
        background-color: #ffffff;
        font-style: normal;
        text-decoration: none;
    }

    div.banner
    {
        clear: both;
        padding: 2px;
        min-width: 700px;
        height: 34px;
        border-bottom: solid 1px #7F9DB9;
    }

    div.fRight
    {
        float: right;
        /*margin-left: 30px;*/
    }

    div.fCentre
    {
        float: left;
        text-align: center;
    }

    div.fLeft
    {
        float: left;
    }

    div.fLeft .dropdown
    {
        float: left;
        margin-top: 4px;
    }

    .jAddr
    {
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-color: #808080;
        border-width: 1px;
    }
    td.tab_head
    {
        border-bottom-style: solid;
        border-color: #808080;
        border-width: 1px;
    }

    .tab_on
    {
        width: 60px;
        font-size: 11px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        cursor: pointer !important;
        white-space: nowrap;
        background-color: #BFBFBF;
        border-style: solid solid none solid;
        border-width: 1px;
        border-color: #808080;
    }

    .tab_off
    {
        width: 60px;
        font-size: 11px;
        color: #666666;
        text-align: center;
        font-weight: bold;
        cursor: pointer !important;
        white-space: nowrap;
        border: solid 1px #808080;
    }

    input.inpBanner
    {
        width: 320px;
        border: 1px solid #7F9DB9;
        font-size: 12px;
        color: #333399;
        font-style: normal;
        background-color: #ffffff;
        text-decoration: none;
        margin: 6px;
    }

    span.lblBanner
    {
        margin: 6px 6px 20px 6px;
        float: left;
    }

    .errText
    {
        float:left;
        clear:both;
        color: Red;
        /*position: relative;*/
        background-color: White;
        padding: 1px;
        font-size: 1em;
        top: 0px;
        left: 0px;
    }

    .red
    {
        color: Red !important;
    }

    .frmTable
    {
        width: 100%;
        line-height: 20px;
    }

    .w90
    {
        width: 90px;
        white-space: nowrap;
    }

    .w15
    {
        width: 15px;
        white-space: nowrap;
    }

    .w60
    {
        width: 60px;
        white-space: nowrap;
    }
        
    .w120
    {
        width: 120px;
        white-space: nowrap;
    }
    
    .w150
    {
        width: 150px;
        white-space: nowrap;
    }

    .w250
    {
        width: 250px;
        white-space: nowrap;
    }

    .w320
    {
        width: 320px;
        white-space: nowrap;
    }

    .w400
    {
        width: 400px;
        white-space: nowrap;
    }
    
    .w500
    {
        width: 500px;
        white-space: nowrap;
    }
    
    .w600
    {
        width: 600px;
        white-space: nowrap;
    }
    
    .frmData
    {
        /* background-color: #F0F1FC; */
        background-color: #F0F1FC;
    }

    .frmHeader
    {
        font-size: 11px;
        background-color: #BFBFBF;
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
        padding-right: 4px;
    }

    .frmHeader120
    {
        width: 120px;
        font-size: 11px;
        background-color: #BFBFBF;
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
        padding-right: 4px;
    }

    .frmHeader90
    {
        width: 90px;
        font-size: 11px;
        background-color: #BFBFBF;
        font-weight: bold;
        text-align: right;
        white-space: nowrap;
        padding-right: 4px;
    }

    .frmHeader60
    {
        width: 60px;
        font-size: 11px;
        background-color: #BFBFBF;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        line-height: 21px;
    }

    .frmDataTiny
    {
        font-size: 11px;
        color: #333333;
        white-space: nowrap;
        width: 90px;
        line-height: 22px;
    }
    .frmDataShort
    {
        font-size: 11px;
        color: #333333;
        white-space: nowrap;
        width: 200px;
        line-height: 22px;
    }
    .frmDataMedium
    {
        font-size: 11px;
        color: #333333;
        white-space: nowrap;
        width: 420px;
        line-height: 22px;
    }
    .frmDataLong
    {
        font-size: 11px;
        color: #333333;
        white-space: nowrap;
        width: 620px;
        line-height: 22px;
    }
                
    .frmDataTextLong
    {
        font-size: 11px;
        color: #333333;
        width: 655px;
        height:40px; 
    }
    
    .SortListItem
    {
        position: relative;
        list-style-type: none;
        list-style: none;
        list-style-image: none;
        height: 42px;
        clear: both;
        width: 800px; /**/
        padding: 2px;
        margin: 8px;
        font-size: 14px;
        text-align: left;
        vertical-align: middle;
        color: #003366;
        background-color: #E0DFE3;
    }
        
    .SortListItem a, .SortListItem a:hover, .SortListItem a:visited, .PlainA
    {
        color: #003366;
        text-decoration:none;
    }
    
    .SortList
    {
        position:relative;
	    padding: 0px;	
	    margin: 0px;
    }

    .SortHandle, .cursorPointer
    {
        cursor: pointer;
    }
    
    .NonSortListItem
    {
        position: relative;
        list-style-type: none;
        list-style: none;
        list-style-image: none;
        height: 26px;
        /*width: 840px; */
        padding: 2px;
        margin: 8px;
        font-family: 'Arial Unicode MS';
        font-size: 12px;
        text-align: left;
        vertical-align: middle;
        color: #003366;
        background-color: #E0DFE3;
    }
    
    .DeleteThumbnail
    {
        position: absolute;
        top: 5px;
        right: 2px;
        cursor: pointer;
    }
/*
        position:relative; 
        background-position: #CCCCCC;
        background: #FFFFFF;
        color: #003366;
*/   
    .CompletionListItemCssClass
    {
    }
     
    .CompletionListHighlightedItemCssClass
    {
        background-color: #C0C0C0;
    }

    div.InpTemplate
    {
        width: 90%; /*max-width:750px;     min-width: 750px;*/
        border: 1px solid #7F9DB9;
        margin: 10px;
        padding: 10px;
        background-color: #CCCCCC;
    }
    
    .AltCss
    {
        background-color: #FFFFFF;
    }   
    .ItmCss
    { 
        background-color: #FFFFFF;
    }
    .InsCss
    {
        background-color: #FFFFFF;
    }
    
    .EdtCss
    {
        background-color: #FFFFFF;
    }
     
}
