﻿
body {
	background-image: url(Images/background.jpg); 
	background-position: top;
	vertical-align: top; 
	background-repeat: repeat-x; 
	background-color: #300809;
	margin-top: 0px
}

UL
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}

TABLE 
{
    FONT-SIZE: 8pt;  /* effects calendar cell size */
}







/* Buttons */
.ShortButton
{
    HEIGHT: 20px;
    font-size: 9pt;
}


/* Text */
.Label
{
	FONT-SIZE: 8pt;
	Color: #A67B3F;
}

.LabelBold
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	Color: #A67B3F;
}

.LabelSmall
{
	FONT-SIZE: 8pt;
	Color: #A67B3F;
}

.LabelSmallBold
{
	FONT-SIZE: 8pt;
	Color: #A67B3F;
	Font-weight: bold;
}
	

.HelpText
{
    COLOR: navy
}
.HelpTextBold
{
    FONT-WEIGHT: bolder;
}

.HyperlinkLabel
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	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: #A67B3F;
    TEXT-ALIGN: center
}

.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: Medium;
    COLOR: #A67B3F;
    TEXT-ALIGN: center
}


/* Misc */
.Copyright
{
	font-size: 8pt;
	Color: #A67B3F;
	display:none;
}


/* Errors */
.ErrMsg
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
}

.ErrMsgSmall
{
color: maroon;
font-size: 8pt
}

/* not used yet */
.RequiredField
{
	font-weight: bold;
	color: Red
}

/* not used yet*/
.Validation
{
	FONT-SIZE: 8pt;
	Color: Red
}

/* Text Boxes, height & font size specified in Skin.skin*/
.TextBoxWritable
{
  
  BACKGROUND-COLOR: #ffffff;
}

.TextBoxReadOnly
{
	
   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;
	
}
