/* ----------------------------------------------------

This is the base general stylesheet.

---------------------------------------------------- */


/* global reset of whitespace */
*
{
	padding: 0;
	margin: 0;
}

html, body, form 
{
	width: 100%;
	height: 99%;
}

body
{
	background: #fff;
	font-family:helvetica;
	font-size: 10pt;
	line-height: 16px;
	color: #000000;
	text-align: left !important;
}

/* START - CSS code to change the text size on the browser

We used KEYWORDS so IE users can increase and decrease the text size 

http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
*/
/*/*/a{}
body,
body td,
body th,
body li,
body b,
body strong,
body p {
  /*font-size: x-small;*/
  voice-family: "\"}\"";
  voice-family: inherit;
  /*font-size: small;*/
}
html>body,
html>body td,
html>body th,
html>body li,
html>body b,
html>body strong,
html>body p {
  /*font-size: small;*/
}  
/* */

/* END - CSS code to change the text size on the browser */

.hide {display:none;}
b, strong, .bold, .error,.bigbold,.smallbold
  {font-weight: bold}
.bold
  {font-size: 12px;}
.error
  {color: Red;}
.bigbold
  {font-size: 13px;}
.smallbold
  {font-size: 11px;} 
th
  {font-weight: bold; text-align: left;}
a, a:link, a:visited, a:hover, a:visited:hover
  {font-weight: normal; color: #006666; text-decoration:none;}
    
  
*/input, textarea, select
  {font-size: 12px; font-family:helvetica; font-weight: 100; padding-left:2px;}  */


input, textarea, select 
	{ font-size:11px;, font-weight:bold; padding-left:0px;background-color:#c2ea59; color:#577320; }


ul 
  {padding-left: 1em; margin-left: 1em;}
li 
  {padding-left: 0.1em;}    
pre
  {font-family:helvetica; font-size: 10px;}
.small
  {font-size: 10px;}
.smaller
  {font-size: 9px;}
.large
  {font-size: 12px;}
.larger
  {font-size: 15px;}
a.smaller, a.smaller:link, a.smaller:visited, a.smaller:hover, a.smaller:visited:hover
  {font-size: 9px;}
a.small, a.small:link, a.small:visited, a.small:hover, a.small:visited:hover
  {font-size: 11px;}

/* Headings */
/* CHANGED H3 FOR EVENT REGISTRATION CHECKOUT */
h1, .Heading1
  {font-size: 22pt; color: #777777;  font-family:sans-serif; font-weight:normal;}
h2, .Heading2
  {font-size: 12pt; color: #888888;  font-family:sans-serif;}
h3, .Heading3
  {font-size: 20px; COLOR:#777777;  font-family:sans-serif; font-weight:normal;}
h4, .Heading4
  {font-size: 16px; COLOR: #666666;  font-family:sans-serif;}
h5, .Heading5
  {font-size: 13px; COLOR: #333333;  font-family:sans-serif;}

h6, .Heading6
  {font-size: 12px; COLOR: red;  font-family:sans-serif;}

/* HIDA Home Google search button */

#ctl01_HomepageContentArea6_GoogleSearchHCA6_q {margin-left:0px;  }
#ctl01_HomepageContentArea6_GoogleSearchHCA6_sa {float:left; margin-left:-50px; border-style:none; background-color:#d5fbb0; padding:2px; color:#035f4f; cursor: hand;}
