/*
 * Colors I can't remember
 *
 * burgundy:	#800000
 */

a:hover {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: none;
}


/*
h2 {
	padding-left: 10px;
}
*/

h3 {
	padding-left: 20px;
}

hr {
	margin: 0 50px 50px 5px;
}


legend {
	background-color: transparent;
	color: #000000;
	font-size: 10pt;
}

/*
p {
	padding-left: 10px;
	width: 700px;
}
*/

td {
	vertical-align: top;
}


*:target {
	/*border: 1px solid #e80000;*/
	background-color: #edda74;
	border: 1px solid black;
	margin: -1px 0 -1px 0;
}

.ad {
	background-color:#f5f5f5;
	border:solid black 1px;
	padding: 3px;
	margin: 20px;
	width:2in;
}

.basicIndicator {
	background-color: transparent;
	font-family: monospace, courier;
}

.bodyBg {
	background-color: #c0c0c0;
}

.bold {
	font-weight: 900;
}

.code {
	font-family: monospace, courier;
	font-size: 10pt;
	color: #006600;
}

pre.code {
	border-left: dashed 1px #000000;
	padding: 0 0 1.5em 1em;
	overflow-x: auto;
	width: 100%;
}

span.code {
	/*background-color: #f5f5f5;*/
	/*border-top: dashed 1px #000000;*/
	/*border-left: dashed 1px #000000;*/
	padding: 0px 2px 0px 2px;
}

.comment {
	color: #800000;
}

.el_body {
	background-color: transparent;
	border:solid black 1px;
	margin-bottom: 10px;
	padding: 3px;
	width: 85%;
	/*display: inline;*/
}

.el_head {
	background-color: silver;
	border:solid black 1px;
	/*width: 85%;*/
	display: inline;
}

.file {
	background-color: #494949;
	color: #f5f5f5;
	font-family: monospace, courier;
	font-size: 10pt;
	padding: 0px 2px 0px 2px;
	/*font-weight: bold;*/
}

.floatBox {
	background-color: #c0c0c0;
	border-top: 1px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
	display: none;
	min-width: 200px;
	position: absolute;
}

.fw { /* Fixed Width */
	font: 12pt monospace,courier;
}

.grey {
	/*
	background-color: transparent;
	background-image: url('/static/images/green-trans-bg.png');
	*/

	/* The transparent background was kind of harsh.
	 * This strikes a balance between green and grey.
	 */
	background-color: #6e9a78;
}

/* People */
.jon {
	color:#cc6600;
	font-weight:900;
}
.josh {
	/*color:#99ff99;*/
	/*color:#33ff00;*/
	color:green;
	font-weight:900;
}
/* /People */

/*
.indicator {
	background-color: #000000;
	color: #6e9a78;
	font-family: monospace, courier;
}
*/


.leftLinkBullet {
	background-color: transparent;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 5px;
	margin-left: -5px;
	margin-top: 2px;
	position: absolute;
}


.output {
	font-weight: bold;
}


.p {
	padding-left:25px;
	text-indent: -25px;
}

.prompt {
	color: #bb0000;
}

.resizor_bigsun {
	background: #ffffff url('/static/images/bigsun.jpg');
}
.resizor_bing {
	background: #ffffff url('/~josh/images/funny/bing.gif');
}
.resizor_none {
	background: #ffffff;
}
.resizor_orly {
	background: #ffffff url('/~josh/images/funny/orly.gif');
}
.resizor_wtfcat {
	background: #ffffff url('/~josh/images/funny/wtf-cat.jpg');
}

.sqrButton {
	width:35px;
	height:35px;
	text-align:center;
}

#windowsCmdTable tr td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.suggestionStyle {
	color: #707070;
}

.nicebox {
	background-color: #f5f5f5;
	margin: 10px;
}

.nicebox .edge {
	height: 1px;
}
.nicebox .content {
	margin: 10px;
}

.nicebox .edge.round1 {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
.nicebox .edge.round2 {
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}
.nicebox .edge.round4 {
	border-left: 4px solid #c0c0c0;
	border-right: 4px solid #c0c0c0;
}

/* FORTUNE */
#fortuneContent {
	background-color: #99cc88;
	border: 1px solid #000000;
	margin: 2px;
	padding: .5em;
	position: relative;
}
