/* 
    Document   : default
    Created on : January 12, 2006, 5:47 PM
    Author     : llturro
    Description:
        Purpose of the stylesheet follows.
*/

body {
  font-size: 13px;
  font-family: Verdana, "Helvetica medium", Sans, Arial, sans-serif;
	background-color: White;
}

h1 {
  font-size: 140%;
  color: #6e6f6e;
}

h2 {
  font-size: 120%;
  color: #6e6f6e;
}

h3 {
  font-size: 110%;
  color: #6e6f6e;
}

h4 {
  font-size: 105%;
  color: #6e6f6e;
}

h5 {
  font-size: 100%;
  color: #6e6f6e;
}

td {
  font-size: 13px;
}

div {
  margin-right: 2px;
  margin-bottom: 2px;
}

dt {
  color: gray;
  font-size: 110%;
  font-weight: bold;
}

dd {
  padding-bottom: 5px;
}

pre, samp, code, tt {
  font-family: "Courier New", monospace;
  font-size: 100%;
  overflow: auto;
}

textarea, input, select, button {
  font: inherit;
}

form {
	margin: 0px;	
  font: inherit;
}

a {
  text-decoration: none;
  color: #6b7594;
}

a:hover {
  color: #a4756b;
}

a.externalLink, a.externallink:link, a.externallink:visited, a.externallink:active, a.externallink:hover {
  background: url('external_link.png') right center no-repeat;
  padding-right: 15px;
}

a.newwindow, a.newwindow:link, a.newwindow:visited, a.newwindow:active, a.newwindow:hover {
  background: url('new_window.png') right center no-repeat;
  padding-right: 15px;
}

div.default-element {
  margin: 0px;
  padding: 0px;
}

div.default-body {
  padding-left: 5px;
  padding-right: 5px;
}

div.buttons {
  font-weight: normal;
  font-family: monospace;
  font-size: 90%;
  padding: 8px;
}

div.buttons a {
  margin-left: 5px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  color: #6e6e6e;
	border: 1px solid #dddddd;
	background-color : #eeeeee;
}

div.buttons a:hover {
  color: #316ac5;
	border: 1px solid #a2b3df;
	background-color : #c2d3ef;
}

div.buttons img {
  border: none;
  vertical-align: top;
}

div.container {
  background: #fff;
  padding: 0;
}

/* colored divisions */

div.sand {
  border: solid 1px #cecfce;
  background-color: #efefde;
}

div.softgreen {
  border: solid 1px #cecfce;
  background-color: #e7efe7;
}

/* SQL navigator */

div.dbnav ul {
  list-style: none;
  padding: 0;
}

div.dbnav li {
  padding: 5px;
  float: left;
}

div.dbnav li a {
  display: block;
  font-weight: bold;
  color: #6e6f6e;
  text-decoration: none;
}

div.dbnav li.active {
  background-color: #eeeeee; 
}

div.dbnav li.active a {
  font-weight: bold;
  color: #000;
}

/* Tips */
.tip {
  color: #666666;
  font-size: 120%;
}

/* User actions */

div#useractions {
  border-top: solid 1px #cecfce;
  background-color: #efefde;
  padding: 5px;
}

div#useractions a {
  margin-left: 10px;
}

div#useractions span {
  color: #aeafae;
  font-weight: bold;
}

/* Feedback */

div#feedback {
  text-align: left;
  padding: 5px;
  padding-left: 50px;
  background-color: #3191b1; 
  color: #fff;
}

span#fbthanks {
  color: #666;
  font-size: 120%;
}

/* wiki */

TABLE.tb_wiki {
	border: 1px solid #316ac5;
}

TD.thd_wiki {
	border-bottom: 1px solid #316ac5;
	color : Black;
  font-weight: 700;
}

TR.thr_wiki {
	background-color : #c2d3ef;
}

TD.tbd_wiki {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

DIV.note_wiki {
  margin-left: 3em;
  font-style: italic; 
  padding: 0.5em; 
  border: solid 1px #cfcfce;
  background-color: #efefe7;
}

DIV.note_wiki I {
  font-style: normal; 
}

TD.utab_wiki {
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 4px solid white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
	color: Gray;
	font-weight: 700;
	background-color: #eeeeee;
	cursor: pointer;
  border-bottom: 1px solid #dddddd;
}

TD.stab_wiki {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
	color: Black;
	font-weight: 700;
	background-color: white;
	cursor: pointer;
}

TABLE.tab_wiki {
  border: 1px solid silver;
}

DT.blind_wiki {
  cursor: pointer;
  margin-top: 10px;
}

DD.blind_wiki {
  margin-left: 5px;
}
