﻿/* Colors:
Dark Brown - #7B5239
Med Brown - #AB774C
Lt Brown - #C69C73
Dark Tan - #D2B497
Lt Tan - #DFCEB4
*/

BODY
{
    MARGIN: 0pt;
     FONT-FAMILY:  Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
}
UL
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}

TABLE 
{
    FONT-SIZE: 8pt;  /* effects calendar cell size */
}


a:link
{
   text-decoration: underline;
	color: #000099;
}

a:hover
{
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}

a:visited
{
  text-decoration: underline;
	color: #000099;
}



/* 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: navy
}
.HelpTextBold
{
    FONT-WEIGHT: bolder;
    COLOR: navy
}

.HyperlinkLabel
{
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: #000099;
	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: blue;
    TEXT-ALIGN: center
}

.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: Medium;
    COLOR: #990033;
    TEXT-ALIGN: center
}


/* Misc */
.Copyright
{
	font-size: 8pt;
	Color: #000099
}


/* Errors */
.ErrMsg
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: red
}

.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
{
  
  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;
	
}

/* New for IRMNet 3 */
/* tooltip box */ 
    #dhtml_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px 5px 5px 10px;
		font-size:1.0em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtml_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
	
	/* class for styling tooltips differently than hyperlinks if desired */ 
	.tooltip
	{
	  text-decoration : underline;
	  color: #0e317d; 
	}
	a.tooltip:link
	{
		text-decoration: underline;
		border-bottom: 1px solid;  
	   color : #0e317d; 
	}

	a.tooltip:hover
	{
		text-decoration: underline;
		border-bottom: 1px solid;
	    color: #0e317d;
	    font-weight: normal;
	    
	}
