/* CSS Document */
* {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
}

#page{
	width:600px;
	margin:auto;
}
.inputClass{
	width: 85px;
	background-color:#FFFF00;
}
.outClass{
	width: 40px;
	border:none;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
}
#snowImage{
	background-image:url(../images/snow.jpg);
	height:240px;
	width:600px;
}
#snowImage td{
	height:15px;
	margin:0px;
	padding:0px;
	color:#8F3937;
	font-size:11px;
	font-weight:bold;
}
#snowImages2{
	background-image:url(../images/snow_2.jpg);
	height:135px;
	width:285px;
	margin:auto;
}
#snowImages2 td{
	color:#8F3937;
	font-size:11px;
	font-weight:bold;
}
.inputTable, .outputTable{
	background-color:#D3D4C9;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:550px;
width:575px;
z-index:2;
padding:12px;
font-size:11px;
background-color:#EAEAEA;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
#popupContactContent{
	font-size:11px;
	text-align:justify
}
#popupContactContent a{
	color:#000066;
	font-weight:bold;
}
blockquote{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:11px;
}
.divScreen, .divToolTip{
	display:none;
}

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:280px;
	
}

/*#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}*/


#tooltip .tipBody {
	background-color:#EEEEE6;
	padding:5px 5px 5px 15px;
	color:#000000;
}

/*#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}*/
