/*
 * BASE.CSS
 * Copyright (C) 2005 Six Ray Vision LLC.  All rights reserved.
 * $Source: /opt/cvs/lasvegas/war/style/base.css,v $
 */


/* ****************************************************
 * DEFAULT
 */

body {
  margin: 10px;
  padding: 0px;
  background: #ddd;
}

body, div, p,
table, td, th,
ul, li,
input, textarea, option, select {
  font-family: "verdana", "tahoma", "arial", "helvetica", "trebuchet", "trebuchet ms", "sans-serif";
  color: #666;
}

body, div, p, em,
table, td, th,
ul, li,
input, textarea, option, select {
  font-size: 11px;
}

a, a:link, a:active, a:visited {
  /* color: #bda070; */
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #333;
}

p
{ margin:          5px 0px 10px; }


h1, h2, h3, h4, h5, h6,
h1 p, h1 small, h2 p, h2 small, h3 p, h3 small {
  font-family: "Franklin Gothic Medium", "arial", "helvetica", "sans serif";
}
h1 p, h1 small, h2 p, h2 small, h3 p, h3 small {
  font-weight: normal;
}

h1 {
  font-family: "Franklin Gothic Medium", "arial", "helvetica", "sans serif";
  font-size: 36px;
  font-weight: normal;
  color: #333;
  margin: 0px 0px 15px;
  padding: 5px 0px 5px;
  border-bottom: 1px solid #666;
}

h1 p {
  font-size: 11px;
  margin: 3px 0px;
}

h2 {
  font-size: 14px;
  margin: 0px 0px 5px;
  padding: 0px;
  color: #333;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active {
  color: inherit;
}

h3 {
  font-size: 10px;
  color: #666;
  margin: 5px 0px;
}

h4, h5, h6 {
  font-size: 13px;
  color: #333;
}

/*
ol, ul {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 3px;
  padding-left: 10px;
}
*/
li {padding-top: 3px; padding-bottom: 3px; padding-left: 5px;}

ul, ol, li {
  padding: 3px 0px; padding-left: 0px; margin: 0px; margin-left: 10px;
}

form, div {
  margin: 0px;
  padding: 0px;
}

input, textarea, option, select {
  margin: 0px;
}

input, textarea {
  padding-left: 5px;
}

textarea {}

.radio input, input.radio {
  border: none;
}

pre {
  font-family: "courier new", "courier", "lucida console", "monospace";
  padding: 3px;
  background: #060;
  color: #006;
  border: 1px dotted #ccd;
}

hr
{ width:           100%;
  height:          1px;
  color:           #ccc;
  padding:         0px;
  margin:          8px 0px;
  border:          none;
  border-top:      1px solid #999;
}

hr.alt {
  border-top:      1px dotted #999;
}

hr.alt2 {
  text-align: center;
  width: 90%;
  border-top: 1px solid #ddd;
}

blockquote {
  padding: 3px;
  margin: 3px 0px 3px 10px;
}

fieldset {
  border: 1px solid #666;
  margin: 0px 0px 15px;
  padding: 8px;
}

legend {
  padding: 3px 10px;
  border: 1px solid #333;
  background: none;
  font-weight: bold;
}

dl {
}
dt {
  font-weight: bold;
  margin: 10px 0px 3px;
}
dd {
  margin-left: 10px;
}
