BODY {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	color:#1C1C1C;	
	background-color:#FFFFFF;
	font-size:13px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

TABLE {
	font-size:13px;
}
a:link     { color:#003366; text-decoration:none; font-weight:bold;}
a:active   { color:#003366; text-decoration:none; font-weight:bold;}
a:visited  { color:#003366; text-decoration:none; font-weight:bold;}
a:hover    { color:#990000; text-decoration:underline; font-weight:bold;}

.miniFormField {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	color:#434343;
	font-size:10px;
	font-weight:bold;
}

.normalFormField {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	color:#434343;
	font-size:11px;
	width:150px;
}

.size9 {
	font-size:9px;
}

.size10 {
	font-size:10px;
}

.size11 {
	font-size:11px;
}

.size12 {
	font-size:12px;
}

.size13 {
	font-size:13px;
}

.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}

.white {
	color:#FFFFFF;
}

.midgray {
	color:#CECECE;
}

.darkergray{
	color:#666666;
}

.black {
	color:#000000;
}

.bold {
	font-weight:bold;
}


.warn {
	color:#CC0000;
}

label.w75{
	width: 75px;
	float: left;
	text-align:left;
	display:block;
}

label.w175{
	width: 175px;
	float: left;
	text-align:left;
	display:block;
}

.green{
	color:#006600;
}

.note{
	font-size:11px;
	color:#666666;
}

.sample_swatch{
	float:left;
	width:25px;
	height:19px;
	cursor:pointer;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
