/* v-- FORMATTING TO CENTER BODY --v */
/* The following link imports another style sheet that includes
   formatting that might make the pages difficult to use in Dreamweaver - 
	 which is why they are being imported. I would suggest that you cloak the "_cloak"
	 folder and delete any local copies of the hidden-style-www3-positioning.css
	 file - DO NOT DELETE THE REMOTE FILE!! Deleting the local copy will 
	 cause Dreamweaver to render the pages in a way that is useable while 
	 the live pages import the styles properly.  If anyone can figure out 
	 a better way of doing this - please let me know!!! */
	 
/* @import url("/_cloak/hidden-style-www3-positioning.css"); -- doesn't work well in IE for Mac */

/* ^-- FORMATTING TO CENTER BODY --^ */

BODY, TABLE, TH, TD, INPUT, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

B, STRONG, TH {
	font-size: 11px; /* -- no longer req'd now that default font-size is 11px */
}

P, .pad {
	margin-top: 0px;
	margin-bottom: 1.5em;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A:link, A:visited {
	color: #6699CC;
	text-decoration: underline;
}

A:active, A:hover {
	color: #336699 !important;
	text-decoration: underline;
}

#subnav {
	font-size: 11px; /*10px;*/
	/*font-weight: bold;*/
	color: #FFFFFF; /*#999999;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#subnav A:link, #subnav A:visited {
	color: #FFFFFF; /*#999999;*/
	text-decoration: none;
}

#subnav A:hover, #subnav A:active {
	color: #999999; /*#FFFFFF;*/
	text-decoration: none;
}

#siteChatter IMG {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

#scrollableTable {
	border-top: 1px solid #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px dotted #FFFFFF;
}

/* to fix the horizontal scrolling issue on IE5.x for Mac, set the padding-right to 16px (not implimented - requires updating every page!) */
#news {
	width: 210px;
	max-width: 210px;
	margin: 0px; 
	padding: 0px;
	overflow: auto; 
	height: 100%
}

#productiframe {
	width: 265px;
	max-width: 265px;
	margin: 0px; 
	padding: 0px;
	overflow: auto; 
	height: 100%
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.txtXXXBig {
	font-size: 20px;
}

.txtXXBig {
	font-size: 16px;
}

.txtXBig {
	font-size: 14px;
}

.txtBig {
	font-size: 12px;
}

.txtNormal {
	font-size: 11px;
}

.txtSmall {
	font-size: 9px;
}

.txtXSmall {
	font-size: 8px;
}

A.noUnderline, A.noUnderline:link, A.noUnderline:visited {
	text-decoration: none;
}

A.noUnderline:active, A.noUnderline:hover {
	text-decoration: underline;
}

A.makingOf, A.makingOf:link, A.makingOf:visited {
	color: #000000;
	text-decoration: none;
}
A.makingOf:active, A.makingOf:hover {
	color: #FD6706 !important;
	text-decoration: underline;
}

a.zbutn {
	display:block;
	width:400px;
	background-color:#666666; 
	color:#ffffff; 
	padding:4px;
	font-weight:bold; 
	border-top:1px solid #bbbbbb; 
	border-right:1px solid #777777; 
	border-bottom:1px solid #777777; 
	border-left:1px solid #bbbbbb;
	margin:1px;
	text-decoration:none;
}

a.zbutn:hover {
	display:block;
	width:400px;
	cursor:pointer;
	background-color:#cccccc; 
	color:#003366; 
	padding:4px; 
	font-weight:bold;	
	border-top:1px solid #ffffff; 
	border-right:1px solid #666666; 
	border-bottom:1px solid #666666; 
	border-left:1px solid #ffffff;
	margin:1px;
	text-decoration:none;
}

a.zbutn:active {
	display:block;
	width:400px;
	cursor:pointer;
	background-color:#333333; 
	color:#FD6706; 
	padding:4px; 
	font-weight:bold;	
	border-top:1px solid #666666; 
	border-right:1px solid #ffffff; 
	border-bottom:1px solid #ffffff; 
	border-left:1px solid #666666;
	margin:1px;
	text-decoration:none;
}

.c6699CC {
	color: #6699CC;
}

.c336699 {
	color: #336699;
}

.c000000 {
	color: #000000;
}

.cFFFFFF {
	color: #FFFFFF;
}

.cF76931 {
	color: #F76931;
}

.prodTitle {
	color: #F76931;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

abbr, acronym, .dfn {
	cursor: help;
	border-top: 0px dashed #6699CC;
	border-right: 0px dashed #6699CC;
	border-bottom: 1px dashed #6699CC;
	border-left: 0px dashed #6699CC;
}

TD.footer {
	font-size: 10px;
	color: #585858;
}

TD.footer A, TD.footer A:link, TD.footer A:visited, TD.footer A:active, TD.footer A:hover {
	color: #585858;
}

.c003366 {
	color: #003366;
}

