	
/* Custom Styles for Loyal Home Improvements */
.notice 
{
	color:Red;
	font-family:Arial;
	font-size:.7em;
}

.warning 
{
	color:Red;
	font-family:Arial;
	font-size:12pt;
}

.smallwarning 
{
	color:Red;
	font-family:Arial;
	font-size:10pt;
}

.tickler 
{
	color:Red;
	font-family:Arial;
	font-size:10pt;
}

.hidden 
{
  display:none;
}

.listLabel 
{
   font-size: 14px; 
   color: #23238E;
   font-weight: bold;
   text-decoration: underline;  
   font-family: Times New Roman;
}

.formLabel 
{
   font-size: 14px; 
   color: #23238E;
   font-weight: bold;
   font-family: Times New Roman;
}

.directions 
{
   font-size: 14px; 
   color: #27408B;
   font-family: Times New Roman;
   /* font-family: Arial, Helvetica, sans-serif;
   font-weight: bold; */
}

.pageName 
{
   font-size: 20px;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
}

.information 
{
   font-size: 12px; 
   color: #27408B;
   font-style:italic
}

.smallLabel 
{
   font-size: 10px; 
   color: #27408B;
   font-weight: bold;
   font-family: Times New Roman;	
}

.measureSheetHeader 
{
   font-size: 14px; 
   color: #27408B;
   font-weight: bold;
   font-family: Times New Roman;	
}

.formPalLarge
{
   font-size: 14px; 
   color: black;
   font-family: Times New Roman;
   white-space:nowrap;	
}

.formPalMedium
{
   font-size: 13px; 
   color: black;
   font-family: Times New Roman;
   white-space:nowrap;		
}

.formPalSmall
{
   font-size: 12px; 
   color: black;
   font-family: Times New Roman;
   white-space:nowrap;		
}

.measureSheetData
{
   font-size: 12px; 
   color: #27408B;
   font-family: Times New Roman;	
}

.loyalButton
{
	background-color:Teal;
	font-size: 12px; 
	color: Black;
	font-family: Times New Roman;	
}

.header 
{
   font-size: 20px; 
   color: Black;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

.subheader 
{
   font-size: 16px; 
   color: #27408B;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

.custInfoSubHeader 
{
   font-size: 16px; 
   color: Blue;
   font-weight: bold;
   text-decoration: underline;    
   font-family: Arial, Helvetica, sans-serif;
}

.drag 
{
	CURSOR: hand; POSITION: absolute;
}

.scrollingDiv
{
	width: 100%; 
	height: 250; 
	overflow: auto; 
}

TD 
{
   font-size: 14px; 
   color: #23238E;
   font-family: Times New Roman;
}

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000080;
	background-color:#F0F8FF;
	}
	
.tooltip
{
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	WIDTH: 250px;
	BORDER-TOP: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	Z-INDEX: 200;
	BACKGROUND-COLOR:yellow;
	FONT: 10pt bold arial,sans-serif;
	COLOR:black;
	HEIGHT:100;
	OVERFLOW:auto
 }
 
/* For Drop-Down Links */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
background-color: yellow;
}

.toDoMonthRow 
{
   background-color:#F0F8FF;
   font-size: 28px; 
   color: #27408B;
   font-weight: bold;
   border-bottom-style:double; 
   border-color:black;
   font-family: Arial, Helvetica, sans-serif;
}

.toDoDay
{   
   font-size: 20px; 
   color: black;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}
.toDoDayName
{   
   font-size: 16px; 
   color: #27408B;
   font-weight: bold;
   border-bottom-style:double; 
   border-color:black;
   font-family: Arial, Helvetica, sans-serif;
}

.nowrap { white-space: nowrap; }

