html{height: 100%;}

body
{ background: #FFFFFF url(back.png) repeat;
  color: #656F57;
}

blockquote
{ background: #FFFFFF;
  color: #656F57;
  border-color: #83B82E;
}

#main
{ background: #FFFFFF url(main.png) repeat-y;
  color: #656F57;
}

#links, #footer
{ background: #83B82E url(linkfoot.png);
  color: #FFFFFF;
  border-color: #656F57;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}

#logo
{ background: #FFFFFF url(logo.gif) no-repeat right;
  color: #656F57;
  border-top-color: #656F57;
  border-bottom-color: #8AAF55;
}

#logo h2
{ background: transparent;
  color: #EEE;
}

h1, h2
{ background: transparent;
  color: #83B82E;
  border-color: #E1E1E1;
}

#menu
{ background: transparent;
  color: #656F57;
}

#menu li a
{ background: #B8D58F;
  color: #656F57;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #8AAF55;
  color: #FFFFFF;
}

#content, #column2, #column2 a
{ background: #FFFFFF;
  color: #656F57;
  border-color: #656F57;
}

#column2 a:hover
{ background: #FFFFFF;
  color: #83B82E;
  border-color: #83B82E;
}

.sidebaritem
{ background: #F9F9F9;
  color: #656F57;
  border-color: #E1E1E1;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(link_arrow.png) no-repeat left center;
  color: #656F57;
}

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(link_arrow_sel.png) no-repeat left center;
  color: #83B82E;
}

.other a, .other a:hover
{ background: none;
}

input, textarea, select
{ background: #FFFFFF;
  color: #656F57;
  border-color: #E1E1E1;
}

.codeSample {
	background:#EEEEEE;
	border: 1px dashed #666666;
}

.loading {
	background: url(../images/loading.gif) no-repeat center;
}

.loadingDone {
	background: none;
}

.warning {
	background: url(../images/warning.gif) no-repeat left top;
}

.redFlag {
	background: url(../images/flag_red.gif) no-repeat left top;
}
