/* $Rev: 2550 $ */
/**
	PCH browser reset
	author: Eric Williams
	acknowldgements: Eric Meyer and Yahoo YUI
**/

/* remove browser-specific margin/padding */
a,abbr,acronym,applet,address,body,blockquote,caption,cite,code,div,d,dl,dt,dd,fieldset,form,
html,h1,h2,h3,h4,h5,h6,img,input,iframe,label,legend,li,ol,object,pre,textarea,p,span,table,
tbody,tfoot,thead,th,td,ul
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
	text-decoration: none;
}

/* make IE honor thead and tfoot when printing */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }

/* reset headers */
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* remove unwanted borders */
fieldset, abbr, acronym, img, a img, :link img, :visited img
{
	border: 0;
}

/* cellspacing = 0 still needed for ie! */
table
{
	border-collapse:collapse;
	border-spacing:0;
	font-size: inherit;
	font: 100%;
}

/* no bullets */
ol,ul
{
	list-style: none;
}

/* remove font variants */
/* set default sizes (keywords for old IE, x-small for IE6 quirks mode */
body
{
	font:13px/1.22 arial,helvetica,clean,sans-serif;
	color: black;
	background: white;
	*font-size: small;
	*font: small;
}

/* 99% for safari */
select, input, textarea, option
{
	font: 99% arial,helvetica,clean,sans-serif;
	background-color: white;
	color: black;
}

/*  code format (Bump up (latter for IE for 13px) */
pre,code,kbd,samp,tt
{
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

caption,th,td
{
	text-align: left;
}

/* remove default quotation marks */
q:before, q:after
{
	content: '';
}

blockquote, q
{
	quotes: "" "";
}

font
{
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}

strong
{
	font-weight: bold;
}

.clearer
{ 
	clear: both;  
	height: 1px;
}  

.clear_left
{
	clear: left;
	height: 1px;
}

.clear_right
{
	clear: right;
	height: 1px;
}

.hidden 
{  
	position: absolute;  
	left: -10000px;
	display: none;
}  

.left 
{  
	float: left; 
}  

.right
{  
	float: right; 
}

button
{
  cursor: pointer; /* hand-shaped cursor */
}

/* outline form elements */
input, textarea, select
{
	background-color: white;
	color: black;
	border: 1px solid black;
}

/* default sf submit button styling */
input.submit
{
	display: block;
	border: none;
	width: auto;
 	cursor: pointer;
}

.mouseover
{
 	cursor: pointer;
}
