body {
  background: url(../images/rotator) no-repeat top;
  background-attachment: fixed; 
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif
  font-size: 14pt;
  margin: 0px;
  z-index: -3;
  height: 100%;
  padding-top: 20px;
}

div#body_overlay {
  position: fixed;
  /* IE doens't have position fixed until IE 7, so we use _position absolute and use JS for the _top */
  _position: absolute;
  top: 0px;
  _top:expression(eval(document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop));
  left: 0px;
  width: 100%;
  height: 100%;
  background: #5c2e0a;
  opacity: 0.85;
  filter: alpha(opacity = 85);
  z-index: -1;
}

a img {
  border: none;
}

a {
  color: #CFC;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  border: solid 3px white;
  width: 752px;
  margin: 0px auto;
}

#footer {
  width: 752px;
  margin: 0px auto;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  color: black;
}

#content {
/*  background-color: #FFF; */
  padding: 20px 40px;
  padding-top: 40px;
  color: white;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  color: black;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}


/*
Textee theme 
by Justin Hernandez
blog.transphorm.com
justin@transphorm.com
For use with Coderay output http://rd.cycnus.de/coderay/
For more information see
http://rd.cycnus.de/coderay/doc/classes/CodeRay/Encoders/HTML.html
Thanks to Rob Orsini for getting this plugin started
http://blog.tupleshop.com/2006/7/20/code-syntax-highlighting-in-mephisto-with-coderay
*/


.CodeRay {
  background-color: black;
  border: 1px solid silver;
  font-family: "lucida grande", verdana, sans-serif;
  color: white;
}
.CodeRay pre { margin: 0px }

/* 
If you use line_numbers="inline" then adjust these settings.
However color scheme will have to be adjusted as they are tweaked
for line_numbers="table"
*/
div.CodeRay {
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse; width: 100%; padding: 10px
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 10pt;
 }

span.CodeRay { 

 }

/* If you use line_numbers="table" then adjust these settings */
/* default settings width 80% sets code width */
table.CodeRay { 
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse; width: 75%; padding: 10px
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 1.25em;
}

table.CodeRay td { padding: 2px 4px; vertical-align: top }

.CodeRay .line_numbers, .CodeRay .no {
  background-color: #DDEEFF;
  color: #787878;
  text-align: right;
}
.CodeRay .line_numbers tt { font-weight: bold }
.CodeRay .no { padding: 0px 4px }
.CodeRay .code { width: 100% }

ol.CodeRay { font-size: 10pt }
ol.CodeRay li { white-space: pre }

.CodeRay .code pre { overflow:auto; width:39.5em; overflow-y:hidden }

.CodeRay .af { color:#00C }
.CodeRay .an { color:#007 }
.CodeRay .av { color:#700 }
.CodeRay .aw { color:#C00 }
.CodeRay .bi { color:#509; font-weight:bold }
/* #comments */
.CodeRay .c  { color:#AB50D6 }

.CodeRay .ch { color:#04D }
.CodeRay .ch .k { color:#04D }
.CodeRay .ch .dl { color:#039 }

.CodeRay .cl { color:#FFFFFF; font-weight:bold }
/* controller names Controller.method */
.CodeRay .co { color:#BB0066; font-weight:bold }
.CodeRay .cr { color:#0A0 }
.CodeRay .cv { color:#369 }
.CodeRay .df { color:#099; font-weight:bold }
.CodeRay .di { color:#088; font-weight:bold }
.CodeRay .dl { color:black }
.CodeRay .do { color:#970 }
.CodeRay .ds { color:#D42; font-weight:bold }
.CodeRay .e  { color:#666; font-weight:bold }
.CodeRay .en { color:#800; font-weight:bold }
.CodeRay .er { color:#F00; background-color:#000000 }
.CodeRay .ex { color:#F00; font-weight:bold }
.CodeRay .fl { color:#60E; font-weight:bold }
/* defintion name e.g. index, initialize */
.CodeRay .fu { color:#FFFFFF }
.CodeRay .gv { color:#d70; font-weight:bold }
.CodeRay .hx { color:#058; font-weight:bold }
/* numbers */
.CodeRay .i  { color:#0000DD; font-weight:bold }
.CodeRay .ic { color:#B44; font-weight:bold }

.CodeRay .il { background: #000000 }
.CodeRay .il .il { background: #000000 }
.CodeRay .il .il .il { background: #000000 }
.CodeRay .il .dl { font-weight: bold ! important; color: yellow ! important }

.CodeRay .in { color:#B2B; font-weight:bold }
/* @variable */
.CodeRay .iv { color:#E60000; font-weight:bold }
.CodeRay .la { color:#970; font-weight:bold }
.CodeRay .lv { color:#963 }
.CodeRay .oc { color:#40E; font-weight:bold }
.CodeRay .on { color:#000; font-weight:bold }
.CodeRay .op { }
/* nil true false */
.CodeRay .pc { color:#FFFF00; font-weight:bold }
.CodeRay .pd { color:#369; font-weight:bold }
.CodeRay .pp { color:#579 }
.CodeRay .pt { color:#339; font-weight:bold }
/* def end class */
.CodeRay .r  { color:#DE9309; font-weight:bold }

.CodeRay .rx { background-color:#000000 }
.CodeRay .rx .k { color:#0000FF }
.CodeRay .rx .dl { color:#0000FF }
.CodeRay .rx .mod { color:#C2C }
.CodeRay .rx .fu  { color:#404; font-weight: bold }

.CodeRay .s  { background-color:#000000 }
.CodeRay .s  .s { background-color:#000000 }
.CodeRay .s  .s  .s { background-color:#000000 }
.CodeRay .s  .k { color:#00FF00 }
.CodeRay .s  .dl { color:#00FF00 }

.CodeRay .sh { background-color:#000000 }
.CodeRay .sh .k { color:#2B2 }
.CodeRay .sh .dl { color:#161 }
/* :hash */
.CodeRay .sy { color:#2C83B7; font-weight:bold }
.CodeRay .sy .k { color:#2C83B7 }
.CodeRay .sy .dl { color:#630 }

.CodeRay .ta { color:#070 }
.CodeRay .tf { color:#070; font-weight:bold }
.CodeRay .ts { color:#D70; font-weight:bold }
.CodeRay .ty { color:#339; font-weight:bold }
.CodeRay .v  { color:#036 }
.CodeRay .xt { color:#444 }

/*
      <p>
      <a href="http://feeds.feedburner.com/transphorm"><img src="http://feeds.feedburner.com/~fc/transphorm?bg=7FD4FF&amp;fg=555555&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a>
      </p>
*/


div#header div#images {
  height: 171px;
  width: 751px;
}

div#header div#images img {
  height: 170px;
  width: 750px;
  top: 0;
  left: 0;
}


div#nm_ranch_man {
  height: 103px;
  width: 150px;
  position: absolute;
  z-index: 200;
  top: 160px;
  margin-left: -25px;
/*  border: 3px solid white; */
  background-image: url(../images/ranch_pics/nm_ranch_man_logo.jpg)
}


div.enable_disable_controls {
  float: right;
  padding-top: 2px;
  padding-bottom: 10px;
}

div.simple_cms_item {
  padding: 2px;
}

div.simple_cms_item_admin {	
  padding: 2px;
}

div.over_simple_cms {	
  padding: 1px;
  /* background-color: #ccf; */
  border: 1px solid #99a;
  /* cursor: pointer; */
}

div.controls {
  display: none;
}

div.over_simple_cms div.controls {
  display: block;
  float: right;
  cursor: pointer;
  background-color: #ffc;
  border: 1px dashed #aa8;
  border-right: 1px solid #ffc;
  border-top: 1px solid #ffc;
  padding: 3px 10px;
  font-size: 70%;
  color: black;
}

div.simple_cms_form textarea {
	font-size: 15px;
	height: 30em;
	width: 50em;
}


/* tables */
/*
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #e6EEEE; */
/*	border: 1px solid #FFF; */
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
/*
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
} */
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter
{
  border-collapse:collapse;
}
table.tablesorter, table.tablesorter th, table.tablesorter td
{
  border: 1px solid black;
  font-size: 8pt;
}


div#tabs ul {
  background-color: #aC6E4A;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  padding: 10px 10px;
  margin: 0px;
  padding-left: 145px;
}

div#tabs ul li {
  display:inline;
  margin-right: 5px;
}

div#tabs ul li.spacer {
}

div#tabs ul li a {
  color: #5C2E0A;
  font-size: 50%;
  text-decoration: none;
}

div#tabs ul li a:hover {
  color: white;
}

div#tabs ul li a.active_tab {
  font-size: 70%;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
