/* [LE] */

.grey {
  background-color: transparent;
  background-image: url('/static/images/grey-trans-bg.png');
  font:10pt monospace,courier;
}
.code {
	margin-left: 75px;
	margin-right: 50px;
	padding: 0 10px 0 25px;
}
.el_head {
        background-color: silver;
        border:solid black 1px;
        /*width: 85%;*/
        display: inline;
} 
.el_body {
        background-color: transparent;
        border:solid black 1px;
        width: 85%;
        margin-bottom: 10px;
        /*display: inline;*/
}

.bad {
	background-color: transparent;
	color: red;
}
.good {
	background-color: transparent;
	color: green;
}

body {
	color:black;
	/* This doesn't work out so well because it just EATS the cpu
	   to have the semi-transparent png above the bgimage when
	   the user scrolls. Its neat, but not that neat.
	background-attachment: fixed;
	*/
	background-color:white;
	/*background-image: url('/images/background.jpg');*/
	background-image: url('/static/images/faded.jpg');
	background-repeat: no-repeat;
	background-position: 0 40px;
	font-family: arial,sans-serif;
	font-size: 10pt;
}

h1 {
	padding:0 0 0 0;
	/*background:green;*/
	border:solid green 1px;
	color: green;
}
h2 {
	padding:0 0 0 25px;
	background:silver;
	border:solid green 1px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
h3 {
	padding:0 0 0 40px;
	background:silver;
	border:solid green 1px;
}

img {
	border: 0;
	margin-bottom: 0px;
}

input {
	color:black;
	background:transparent url('/static/images/green-trans-bg.png');
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight:700;
}
textarea {
	color:black;
	background:transparent url('/static/images/green-trans-bg.png');
	font-family: arial,sans-serif;
	font-size: 10pt;
	/*font-weight:700;*/
}

.par {
	padding: 3px 3px 3px 3px;
	/* I hate to give in like this, but it really looks like crap
	   in IE. Gonna have to use gif until IE supports alpha-channel
	   in pngs.

	   Nevermind, I forgot how ghastly gif's can be. Guess everyone
	   will need to upgrade to IE7 or get a real browser: mozilla.org
	background: transparent url('/images/grey-trans-bg.gif');
	*/
	background: transparent url('/static/images/grey-trans-bg.png');
	/* so far, this is NOT the way to do it. to screwy.
  background-color:green;
  opacity: .5;
  filter: alpha(opacity=50);
  	*/
	/*background: #cccccc;*/
	border:solid black 1px;
	color: #000000;
	margin-left: 3px;
	margin-right: 10px;
}
.inline {
	padding: 3px 3px 3px 3px;
	background: transparent url('/static/images/grey-trans-bg.png');
	border:solid black 1px;
	color: #000000;
	margin-left: 3px;
	margin-right: 10px;
}

.thumb {
	border:solid #000000 2px;
}

#tstcnt {
	/*position:absolute;*/
	/*margin-left: 20px;*/
	/*display:inline;*/
	/*color: grey;*/
	/*font-size:large;*/
	color: lightgrey;
}
