/*
  -------------------------------------------------------------------------- 
  $Header$ main.css v3.03 12/FEB/2008 hashjoin.com
  --------------------------------------------------------------------------
*/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #ededed;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.srtht {
color: rgb(0,102,204);
font-size: 9pt;
background-color:transparent;
}

pre { 
color: black;
font-size: 10pt;
line-height: 1.2em;
/* background-color: #efefff; */
  margin: 0;
  padding: 3ex 1ex 3ex 5.5mm;
/* font-family: Courier, Monaco, Monospace; */
/*margin: auto;*/
/*overflow: auto;*/
}

select {
    font-size : 9pt;
    font-family : verdana, arial, helvetica, sans-serif;
}

/*
select {
   color: #ECE9D8;
   background-color: #564F48;
}
input {
   color: #ECE9D8;
   background-color: #564F48;
}
textarea {
   color: #ECE9D8;
   background-color: #564F48;
}
*/

/* ##### Header ##### */

.superHeader {
  font-size: 91%;
  font-weight: normal;
  color: #303030;
  background-color: #D8E4F8;
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.15ex;
}

.midHeader {
  color: #ededed;
  background-color: #333333;
}

.headerTitle {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 0 2mm;
  padding: 0.5ex 0;
}

.subHeader {
  color: #303030;
  background-color: #ededed;
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;

}

.subHeader a {
  color: #303030;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: #cc6633;
  background-color: transparent;
}

.lowHeader {
  font-size: 91%;
  color: #303030;
  background-color: #dadada;
  text-align: right;
  line-height: 1.95em;
  margin: 0;
  padding: 0 2.5mm 0 2.5mm;
}

.lowHeader a {
  color: #303030;
  background-color: transparent;
  text-decoration: underline;
}  

/* ##### Side Bar ##### */

#side-bar {
  width: 12em;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: #cc6633;
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

  
#side-bar a, .thisPage {
  color: #18397c;
  font-weight: bold;
  font-size: 95%;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
/*padding: 0.25em 1ex 0.25em 5mm;*/
  padding: 0em 0ex 0.25em 3mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
}

#side-bar a:hover {
  color: white;
  background-color: #808080;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  /*text-align: justify;*/
  line-height: 1.4em;
  /* margin: 0 0 0 10em;            ## see bug#001 */
  margin: 0 0 0 5px;
  padding: 0.5mm 5mm 5mm 2mm;
  /* border-left: 1px solid rgb(153,153,153); ## see bug#001 */
}

#main-copy p {
/*  margin: 1em 1ex 2em 1ex;*/
  margin: 1em 1ex 1em 0ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0, 51, 153);
  background-color: transparent;
}

#main-copy a:visited {
    color: rgb(153, 102, 51);
}

#main-copy a:hover {
  color: rgb(255, 0, 0);
  text-decoration: none;
}

#main-copy h1 {
  color: inherit;
  background-color: inherit;
  font-size: 180%;
  font-weight: bold;
  line-height: 1em;
}


#main-copy h2 {
  color: inherit;
  background-color: inherit;
  font-size: 140%;
  font-weight: bold;
  line-height: 1em;
}

#main-copy h3 {
  color: #303030;
  background-color: #ece9d8;
  font-size: 92%;
  font-weight: bold;
  margin: 1em 0 1em 0;
  padding: 1.25ex 0 1.25ex 1ex;
  border-bottom: 1px solid rgb(153,153,153);
  border-top: 1px solid rgb(153,153,153);
}

#main-copy h4 {
  /*color: #564F48;*/
  font-family: arial,sans-serif;
  font-size: 120%;
  font-weight: bold;
  /*border-bottom: 1px solid rgb(153,153,153);*/
  /*padding: 0.25ex 0 1ex 0ex;*/
  margin-bottom: 2ex;
  margin-top: 1ex;
}

#main-copy .notes {
  background-color: #f7f7f7;
  color: inherit;
  border: 1px solid #dadada;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}



/* ##### Footer ##### */

#footer {
  color: #ece9d8;
  background-color: #333333;
  font-size: 91%;
  margin: 0;
  padding: 0.25em 2.5mm 1.3ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: #ff9933;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/* ### Boxes ### */
.hbox {
  color: #303030;
  line-height: 1.5em;
  border: 1px solid rgb(153,153,153);
  background-color: #ffffd9;
/*  margin: 2em 2ex 2em 2ex;*/
  margin-bottom: 2ex;
  padding: 1ex;
}

.wbox {
  width:475px;
  color: #303030;
  font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #aaaaaa;
  background-color: rgb(255,255,225);
  margin: 2em 2ex 2em 2ex;
  padding: 1ex;
}

.mbox {
  width:350px;
  color: #303030;
  font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid rgb(153,153,153);
  background-color: rgb(255,255,225);
  margin: 2em 2ex 2em 2ex;
  padding: 1ex;
}

.cbox {
  text-align: center;
  margin: 2em 2ex 2em 2ex;
  padding: 1ex;
}



/* ### Tables ### */

table {
/*table-layout: fixed;*/
/*border-collapse: collapse;*/
/*margin: 5px 20px 5px 20px;*/
/*font-size: 98%;*/
font-size: 9pt;
/* margin: 1em 0 0 0; */
margin: 0 0 0 0;
}

td {
/*color: #D4D0C8;*/
/*padding: 0.15em;*/
}

.thead {
color: #303030;
/*background-color:rgb(225, 235, 251);*/
background-color: #dadada;
font-weight:bold;
padding: 0.5em;
}

.ttit {
color: #303030;
/*background-color:rgb(225, 235, 251);*/
background-color: #dadada;
font-weight:bold;
padding: 1em;
}

/* thead link color used to be here */

.error {
color: #FF0000;
}

.success {
color: green;
}

.pend {
color: red;
}

.work {
color: green;
}

.closed {
color: black;
}

.regular {
background-color: #f7f7f7;
/*font-size: 9pt;*/
}

.alternate {
background-color: #ededed;
/*font-size: 9pt;*/
}


.smallfont {
  font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}



/* ### bug#001 ### */

.container {
   font-size: 100%;
   margin: 0 0 0 0;
}

.leftmenu {
   padding: 0 0 0 0;
   width: 10em;
}

.content {
   padding: 0 0 0 0;
   background-color:white;
}


/* ### Parameter Formatting ### */

.note_toc {
  margin: 0;
  padding: 1ex 0ex 0ex 5.5mm;
  font-size: 14px;
  font-weight: bold;
}

.note_image {
  margin: 0;
  padding: 0ex 0ex 0ex 5.5mm;
}

.mod_by {
  font-size: 8pt;
  margin: 0;
  padding: 0ex 0ex 1ex 1.5mm;
}

#gadsence {
  margin: 0;
  padding: 0;
}

div#crumbs {
  width:100%;
  font-size: 10pt;
  margin: 3mm 0 5mm 0;
}

.crumbsAText {
  font-weight:bold;
}

.crumbsIText {
}

body table#NEW_TOPIC_FORM #trSev {display:none;}
body table#EDIT_TOPIC_HEADER #trSev {display:none;}
body table#TOPICS_TOPEN .tdServ {display:none;}
body table#TOPICS_TOPEN_SEARCH .tdServ {display:none;}
body table#TOPICS_TROW .tdServ {display:none;}
body table#TOPICS_TROW_SEARCH .tdServ {display:none;}
/* body table#TOPICS_TCLOSE {display:none;} */
body table#TOPIC_HEADER #trSev {display:none;}

.sitethumb img{border: 1px solid #ccc;}
.sitethumb:hover img{border: 1px solid #000000;}
.sitethumb:hover{color: blue; /* IE bug */}


