﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}
.pageMaster
{
    width: 1024px;
    background-color: #fff;
    margin: 150px auto 0px auto;
    border: 1px solid #496077;
    vertical-align: middle;
    text-align: center;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu img
{
    border: 0px;
    padding-right: 5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Lucida Sans Unicode';
    background-color: #C0C0C0;
}

div.menu ul li a:hover
{
    outline: none;
    background-color: #F17E3C;
    color: #000000;
    text-decoration: none;
    font-family: 'Lucida Sans Unicode';
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    font-family: 'Lucida Sans Unicode';
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.ImgMasterTitle
{
    background-image: url('../Images/ImgMaster.jpg');
    background-repeat: no-repeat
}

.HomeInfoLine
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000 #FFFFFF #000000 #FFFFFF;
}

.TitleOne
{
    font-family: 'Lucida Sans Unicode';
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.TitleMaster
{
    font-family: 'Lucida Sans Unicode';
    color: #272727;
    font-size: 20px;
    font-weight: bold;
}
.MenuMaster
{
    border-style: none;
    background-color: #C0C0C0;
}
.LogMaster
{
    text-align: right;
    text-indent: 10px;
}
.TxtPageInfo
{
    font-family: 'Lucida Sans Unicode';
    color: #808080;
    font-size: 14px;
}
.IconImageBorder
{
    text-align:center;
    vertical-align:middle;
    border:1px solid;
    border-radius:15px;
}
.AppInfoLabel
{
    font-family: 'Lucida Sans Unicode';
    color: #000000;
    font-size: 14px;
    height: 36px;
}
.AppButton
{
    font-family: 'Lucida Sans Unicode';
    color: #FFFFFF;
    font-size: 14px;
    background-color: #0B5598;
    text-align:center;
    vertical-align:middle;
    border:1px solid;
    border-radius:5px;
    height: 28px;
    cursor: pointer; 
    cursor: hand;
}
.AppButtonInactive
{
    border-style: none;
    border-width: 1px;
    border-color: inherit;
    font-family: 'Lucida Sans Unicode';
    color: #000000;
    font-size: 14px;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    height: 28px;
}
.AppLabel
{
    font-family: 'Lucida Sans Unicode';
    color: #000000;
    font-size: 13px;
}
.PanelHdrLabel
{
    font-family: Verdana;
    font-size: 11pt;
    color: #0000CC;
    height: 40px;
}
.PanelTxtLabel
{
    font-family: Verdana;
    font-size: 10pt;
    height: 40px;
    color: #000000;
    text-align: justify;
    word-spacing: normal;
}
.homeOthers
{
    background-image: url('../Images/Home/bgtexture.jpg');
    background-position: center top;
    background-repeat: repeat;
    padding: 0px 2px;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
}
.homeGroup
{
    background-image: url('../Images/Home/bgtexture.jpg');
    background-repeat: repeat;
}
.InputCell
{
    background-color: White;
    text-indent: 5px;
    height: 32px;
}
.InputCellEven
{
    background-color: #F4F4F4;
    text-indent: 5px;
    height: 30px;
}
.ReadOnlyTxt
{
    border: 1px solid #800000;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
    height: 25px;
    background-color: #F4F4FD;
}
.InputTxt
{
    border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #333333;
    height: 25px;
    border-radius: 5px;
}
.InputTxt:focus
{
    border: 1px solid #9966FF;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
    height: 25px;
    border-radius: 5px;
}
.InputTxtCenter
{
    border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #333333;
    height: 25px;
    text-align: center;
}
.InputTxtCenter:focus
{
    border: 1px solid #9966FF;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
    height: 25px;
    text-align: center;
}
.InputTxtDisplay
{
    border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #333333;
    height: 25px;
    background-color: #C0C0C0;
}
.InputTxtDisplay:focus
{
    border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
    height: 25px;
    background-color: #C0C0C0;
}
.NumberTxt
{
    border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #333333;
    text-align: right;
    height: 25px;
}
.NumberTxt:focus
{
    border: 1px solid #0000FF;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
    text-align: right;
    height: 25px;
}
.PageTitleLabel
{
    font-family: Verdana;
    font-size: 16pt;
    color: white;
    height: 40px;
}
.PageHdrLabel
{
    font-family: Verdana;
    font-size: 12pt;    
    color: white;
    height: 40px;    
}
.FrameLabel
{
    font-family: Verdana;
    font-size: 9pt;    
    color: white;
}
.InputLabel
{
    font-family: Verdana;
    color: Black;
}
.ValidError
{
    font-family: Verdana;
    color: Red;
    text-decoration: blink;
}
.GroupLnk:link
{
    color: #800000;
    text-decoration: none;
    height: 24px;
}
.GroupLnk:visited
{
    color: #800000;
    text-decoration: none;
    height: 24px;
}
.GroupLnk:hover
{
    color: #CC3300;
    text-decoration: none;
    height: 24px;    
}
.MoreLnk:link
{
    color: #0033CC;
    text-decoration: none;
    height: 24px;
}
.MoreLnk:visited
{
    color: #0033CC;
    text-decoration: none;
    height: 24px;
}
.MoreLnk:hover
{
    color: #0033CC;
    text-decoration: none;
    height: 24px;    
}
.FooterLink
{
    text-align: center;
    background: url('../Images/FooterBar.png');
    background-repeat: repeat-x;
    font-family: Arial Narrow;
    font-size: 11pt;
    color: White;
}
.BottomLnk 
{
    font-family: Arial Narrow;
    font-size: 11pt;
    color: White; 
    text-decoration: none; 
}
.BottomLnk:link 
{
    color:White;
}
.BottomLnk:visited 
{
    color: White;
}
.BottomLnk:hover
{
    text-decoration: none;
    color: #FFDBA4;
}
.BottomLnk:active 
{
    color: red;
    text-decoration: none
}
.PgTitleBar
{
    text-align: center;
    background: url('../Images/ImgBBCenter.png') repeat-x;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    border: none;
    height: 32px;
}
.PgTableBorder
{
    border: 1px solid #CCCCCC;
}
.SelTitleBar
{
    text-align: center;
    background: url('../Images/ImgSubHdrCenter.gif') repeat-x;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    border: none;
    height: 28px;
}
.InfoTxt
{
    color: #800000;
    text-decoration: none;
}
.ClassicBorder
{
border: 1px solid #C0C0C0;
}
.InfoCell
{
    padding: 2px;
    background-color: White;
    height: 25px;
    margin-left: 5px;
}
.FormHdrLeft
{
    border: 1px solid #C0C0C0;
    background-color: #FFCC00;
    margin-left: 5px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: left;
}
.FormHdrCenter
{
    border: 1px solid #C0C0C0;
    background-color: #FFCC00;
    height: 28px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: center;
}
.FormHdrRight
{
    border: 1px solid #C0C0C0;
    background-color: #FFCC00;
    height: 28px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: right;
    text-indent: 5px;
}
.FormCellLeft
{
    border: 1px solid #C0C0C0;
    margin-left: 5px;
    height: 28px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: left;
    text-indent: 5px;
}
.FormCellCenter
{
    border: 1px solid #C0C0C0;
    height: 28px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: center;
}
.FormCellRight
{
    border: 1px solid #C0C0C0;
    height: 28px;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    text-align: right;
    text-indent: 5px;
}
.FormSingleRow
{
    border: 1px solid #C0C0C0;
    margin-left: 5px;
    height: 28px;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: Black;
    text-align: left;
    text-indent: 5px;
    background-color: #FFCCFF;
}
.CmdButton
{
    text-align: center;
    background: url('../Images/btnGray.JPG') repeat-x;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    border: none;
    height: 24px;
    border: 1px solid #C0C0C0;
    margin-left: 0px;
}
.CmdButton:hover
{
    text-align: center;
    background: url('../Images/btnYel.JPG');
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    border: none;
    height: 24px;
    border: 1px solid #C0C0C0;
}
.FormHdrLable
{
    text-align: center;
    font-family: Tahoma;
    font-size: 12pt;
}

.DFormTitleLeft
{
    height: 30PX;
    background-image: url('../Images/ImgGrpLgtLeft.gif');
    background-repeat: no-repeat;
    width: 12px;
}
.DEFormTitleCenter
{
    height: 30PX;
    background-image: url('../Images/ImgGrpLgtCenter.gif');
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma;
    font-size: 12pt;
    color: #000000;
}
.DFormTitleRight
{
    height: 30PX;
    background-image: url('../Images/ImgGrpLgtRight.gif');
    background-repeat: no-repeat;
    width: 12px;    
}
.TROne
{
    background-color: #FFF3E1;
}
.TROne:hover
{
    background-color: #9999FF;
}
.TROne:visited
{
    background-color: #FFF3E1;
}
.TRTwo
{
    background-color: #FFFFFF;
}
.TRTwo:hover
{
    background-color: #9999FF;
}
.TRTwo:visited
{
    background-color: #FFFFFF;
}
.TRGroup
{
    background-color: #996633;
    font-weight: bold;
    color: White;
    height: 28px;
    text-indent: 5px;
}
.ReportHdrLeft
{
    background-image: url('../Images/ImgRepLeft.gif');
    background-repeat: no-repeat;
    width: 12px;
    height: 32px;
    font-size: 10pt;
    color: #000000;
}
.ReportHdrCenter
{
    background-image: url('../Images/ImgRepCenter.gif');
    background-repeat: repeat-x;
    height: 32px;
    font-size: 10pt;
    color: #000000;
}
.ReportHdrRight
{
    background-image: url('../Images/ImgRepRight.gif');
    background-repeat: no-repeat;
    width: 12px;
    font-size: 10pt;
    color: #000000;
}
.PanelLblCell
{
    text-indent: 10px;
    height: 32px;
    vertical-align: middle;
    }
.PanelGreyRow
{
    height: 32px;
    vertical-align: middle;
    background-color: #F5F5F5;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;    
}
.PanelWhiteRow
{
    height: 32px;
    vertical-align: middle;
    background-color: #FFFFFF;
    font-family: 'Lucida Sans Unicode';
    font-size: 10pt;
    color: #000000;
}
.InputNumDisplay
{   border: 1px solid #999999;
    font-family: 'Lucida Sans Unicode';
    font-size: 12pt;
    color: #800000;
    height: 25px;
    text-align: right;
    vertical-align: middle;
}
.RptTitle
{
    font-family: Aharoni;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
.RptAddress
{
    font-family: Tahoma;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color: #000000;
    height: 30px;
}
.RptTitleHdr
{
    font-family: Verdana;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.RptSubTitleHdr
{
    font-family: Verdana;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.RptLabel
{
    font-family: Verdana;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    color: #000000;
    background-color: White;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.RptLabelRight
{
    font-family: Verdana;
    font-size: 15px;
    text-align: right;
    font-weight: normal;
    color: #000000;
    background-color: White;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.RptLabelCaptionLeft
{
    font-family: Verdana;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #000000;
    background-color: White;
    padding-left: 5px;
}
.RptLabelCaption
{
    font-family: Verdana;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: White;
}
.AppFilterButton
{
    font-family: 'Lucida Sans Unicode';
    color: #FFFFFF;
    font-size: 14px;
    background-color: #DE493E;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 5px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
}
.AppResetButton
{
    font-family: 'Lucida Sans Unicode';
    color: #FFFFFF;
    font-size: 14px;
    background-color: #10A862;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 5px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
}
.AppControlLabel
{
    font-family: Arial;
    color: #333333;
    font-size: 13px;
    font-style: italic;
}