/* CSS Document */
/* --------------- GENERAL ----------------------------*/
a:link,a {color:#333333;
		text-decoration:none;
		}
a:visited{color:#666666;}
a:hover{ color:#333333; }
body{	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
		margin-left:5px;
}
#note{
	width:60%;
	margin-left:5px;
}
table td{
	vertical-align:top;
}
h4{
	font-size:14px;
}
h5{
	font-size:16px;
}
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
input.hoverButton{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}
input.button{
	/* border:#333333 1px solid; */
	filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	margin:5px;
}
input.textField{
	border:#666666 1px solid;
}
.standardTable{
	margin-left:5px;
	border:black 1px solid;
	background-color:#EEF0F7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	letter-spacing:1.1ems;
	padding:0px;
} 

.infoIcon{
	cursor: help;
}

#pellucid,#pellucid a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	border-top:silver 1px solid;
}

/* --------------- master.php --------------------------- */
#masterTable{
	width:98%;
}
#masterTable td{
	vertical-align:bottom;
	border-bottom:silver 1px solid;
	border-right:silver 1px solid;
}
#numHitchSize{visibility:hidden;}
.hideOnPrint{visibility:visible;}
.topCell	{ border-top:black 2px solid 	! important; }
.bottomCell	{ border-bottom:black 2px solid ! important; }
.startCell	{ border-left:black 2px solid 	! important; }
.endCell	{ border-right:black 2px solid	! important; }
.standardBoxedCell{};
.standardDataCell{};
.allTableCells{};
.winter { bgcolor:blue;}