/* Glacier Moments Stylesheet Page */

body 	{
			background-color : #ffffff; 
			margin : 0; 
		} 
		
font	{
			font-family:Georgia,Verdana,Trebuchet MS;
		}
		
font.script	{
			font-family:Georgia,Verdana,Trebuchet MS;
		}
		
font.orange	{
			font-size:10pt;
			color:#cc3300;
		}
		
a.item	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size:8pt;
			text-decoration:none;
			color:#000080;
		}
		
a.list  {
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size:8pt;
			text-decoration:none;
			color:#cc3300;
		}

a.fail	{
			font-weight:bold;
			font-size:10pt;
			text-decoration:none;
			color:#ff0000;
		}
		
font.item	{
			font-family:Georgia,Verdana,Trebuchet MS;
			font-size:8pt;
			text-decoration:none;
			color:#000080;
		}
		
font.label	{
			font-weight:bold;
			font-size:9pt;
			text-decoration:none;
			color:#000080;
		}
		
font.title	{
			font-weight:bold;
			font-size:14pt;
			text-decoration:none;
			color:#CC3300;
		}

		
		
font.white	{
			font-weight:bold;
			font-size:9pt;
			text-decoration:none;
			color:#ffffff;
		}
		
font.smallwhite	{
			font-weight:bold;
			font-size:8pt;
			text-decoration:none;
			color:#ffffff;
		}
		
a.label		{
			font-weight:bold;
			font-size:9pt;
			text-decoration:none;
			color:#000080;
		}
		
a.label:hover	{
			text-decoration:underline;
		}

		
#producttypes {
			font-family:Georgia,Verdana,Trebuchet MS;
			visibility:visible;
			}


div			{

			font-family:Georgia,Verdana,Trebuchet MS;
			color:#cc3300;
			font-size:9pt;
			position:absolute;
			visibility:hidden;
			left:0;
			top:0;
			width:100%;
			height:100%;
			margin: 0px;
			background-color:white;
			line-height:15pt;
			z-index:0;

			}
			
td.td		{
			border-color: #ddddff,#ddddff,#ddddff,#ddddff;
			background-color:#ddddff;
			}
			
select.select	{

			background-color:#ddddff;
			font-size:90%;
			color:black;
			}
			
			
#label		{
			font-weight:bold;
			font-size:9pt;
			text-decoration:none;
			color:#000080;
			}
			
h3			{
			font-weight:bold;
			font-size:10pt;
			text-decoration:none;
			color:#000080;
			}
			
input.identity	{
			font-size:9pt;

			}