﻿
BODY
{
    MARGIN: 0pt;
    FONT-FAMILY:  Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: f9ecb8;
}
UL
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}

TABLE 
{
    FONT-SIZE: 8pt;  /* effects calendar cell size */
}


a:link
{
  text-decoration: underline;
        color: #5a3d15;
}

a:hover
{
        text-decoration: underline;
        color: #5a3d15;
        font-weight: bold;
        
}

a:visited
{
        color: #5a3d15;
        text-decoration: underline;
}


/* Buttons */
.ShortButton
{
    HEIGHT: 20px;
    font-size: 9pt;
}


/* Text */
.Label
{
        FONT-SIZE: 8pt;
        Color: black
}

.LabelBold
{
        FONT-SIZE: 8pt;
        FONT-WEIGHT: bold;
        Color: black;
}

.LabelSmall
{
        FONT-SIZE: 8pt;
        Color: black;
}

.LabelSmallBold
{
        FONT-SIZE: 8pt;
        Color: black;
        Font-weight: bold;
}
        

.HelpText
{
    COLOR: #5a3d15;
}
.HelpTextBold
{
    FONT-WEIGHT: bolder;
    COLOR: #5a3d15;
}

.HyperlinkLabel
{
        FONT-SIZE: 8pt;
        FONT-WEIGHT: bold;
        color: #5a3d15;
        text-decoration: underline;
}



/* SmallFont, Title, SubTitle not used in irm.net pages - available for userhtml pages */
.SmallFont
{
    FONT-SIZE: 8pt
}

.Title
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: large;
    COLOR: black;
    TEXT-ALIGN: center
}

.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: Medium;
    COLOR: #5a3d15;
    TEXT-ALIGN: center
}


/* Misc */
.Copyright
{
        font-size: 8pt;
        Color: #5a3d15;
}


/* Errors */
.ErrMsg
{
        FONT-WEIGHT: bolder;
        FONT-SIZE: 10pt;
        COLOR: #ffffff;
        background-color : #653b13;
}

.ErrMsgSmall
{
        color: #ffffff;
        font-size: 8pt;
        background-color : #653b13;
}

/* not used yet */
.RequiredField
{
        font-weight: bold;
        color: #ffffff;
        background-color : #653b13;
}

/* not used yet*/
.Validation
{
        FONT-SIZE: 8pt;
        Color: #0066CC;
}

/* Text Boxes, height & font size specified in Skin.skin*/
.TextBoxWritable
{
  
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
}

.TextBoxReadOnly
{
        
   COLOR: #000000;
   BACKGROUND-COLOR: #dcdcdc;
}

/* WebCombo Drop Downs */
.DropDownFrame
{
        background-color:white;
        border-width: 1px;
        border-color:  Gray;
        border-style: solid;
        font-size: 8pt;
        }
        
.DropDownRow
{
        background-color:White;
        font-size: 8pt;
        padding: 0 0 0 5px;
                
        }

.DropDownSelectRow
{
        background-color: #E1E1E1;
        font-size:  8pt;
        border: #E1E1E1;
        
}
.CancelPolicy{
color:#ffffff;
}
