﻿html
{
	font-family:Arial;
	font-size:12px;
	}
a 
{
    color:#0066cc;
    text-decoration:none;
       
}
a:hover
{
    color:#0066cc;
    text-decoration:underline;
       
}
h1
{
    font-size:25px;
    color:black;
    margin-bottom:8px;
    margin-top:4px;    
}
h2
{
    font-size:20px;
    color:Black;    
}
h3
{
    font-size:18px;
    font-weight:bold;
    color:#0066CC;    
    margin-top:5px;
    margin-bottom:6px;
}
.labelColumn
{
    width:20%;
}
.dataColumn
{
    width:80%;
}
.labelColumnWide
{
}
.dataColumnWide
{
    width:65%;
    margin-left: 40px;
}
.triLabelColumn
{
	width:25%;
}
.triDataColumn
{
	width:50%;
}
.triValColumn
{
	width:25%;
}
.unitSize
{
    background-color:White;
    border:1px solid #c2c2c2; 
    width:400px; 
    height:40px; 
    margin:4px; 
    padding:6px; 
    font-size:15px;   
    cursor:pointer; 
}
.unitSizeNoClick
{
    background-color:White;
    border:1px solid #c2c2c2; 
    width:400px; 
    height:40px; 
    margin:4px; 
    padding:6px; 
    font-size:15px;   
    
}
.unitSize:hover
{
    background-color:#efefef;
}
.unitSizeSelected
{
    background-color:#efefef;
}
.grayBoxTop
{
    background-image:url('images/grayBoxTop.gif');
    width:436px;
    height: 10px;
}
.grayBoxBottom
{
    background-image:url('images/grayBoxBottom.gif');
    width:436px;
    height: 10px;
}
.grayBoxBody
{
    background-image:url('images/grayBoxSlice.gif');
    width:426px;
    padding: 0px 5px 0px 5px;
    
}
.popUpWindow
{
    background-color:White;
    border: 2px solid black;
    padding:10px;
}
.grayParagraph
{
    color:#666666; 
    margin:4px 0px 4px 0px;    
}
.grayOut
{
	width:100%; 
	position:fixed; 
	left:0px; 
	right:0px;
	top:0px; 
	bottom:0px; 
	height:100%;
	background-color:Black;
	opacity:0.6; 
	filter:alpha(opacity=60);
		
}
.pushdown
{
    width:100%;
    clear:both;
}
