   /*barchart css code derived from http://applestooranges.com/blog/post/css-for-bar-graphs/?id=55 */

   /* tab css code taken from http://nontroppo.org/test/tab1.html */
   body {
		margin: 20px;
		padding: 0px;
		background: #CACCB4;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #ABAD85;
		border-bottom: 3px solid #ABAD85; }

	#tabmenu a:hover {
		color: #fff;
		background: #ADC09F; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #ABAD85;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #E8E9BE; }

	#content a:hover { background: #898B5E; }


/*styling submit buttons more nicely*/
input.bluster_input {
      background-color: #FDFFE2; 
      font-family: "Trebuchet MS", Arial, sans-serif;
      font-weight: bold; 
      font-size: 1em; /*12px; */ 
      color: black;}

select.bluster_select {
      background-color: #E8E9BE; 
      font-family: "Trebuchet MS", Arial, sans-serif;
      width: 4.5em;
      font-size: 1em; /*12px; */ 
      color: black;}

textarea.bluster_textarea {
background-color: #FDFFE2;
border: black 2px solid;
color: black;
font-family: courier;
font-size: 11pt;
font-weight: normal;
width: 90%;
}

input.bluster_checkbox
{
   background-color: #E8E9BE;
	width: 25px;
	height: 25px;
}

td.bluster_td{
/* Use a lighter shade of blue in the background */
    background-color: #000000;
}

.text_field {
background-color: #FDFFE2;
font-family: verdana;
font-size: 12pt;
color: black;
}


fieldset
{
padding-left: 1em;
padding-bottom: 0px;
border: 2px solid black;
width:90% 
}

legend
{
color: black;
background: #ABAD85;
border: 1px solid black;
padding: 2px 6px
}


errorbox
{
color: black;
background: #FF3300;
border: 1px solid black;
padding: 2px 6px
}

.barchart 
{
     border: 1px solid #B3B6B0;
     padding: 1px; 
}

