@import url('/static/tabs.css');

body{
  font-family: bitsream vera sans, verdana, sans-serif;
  font-size: 11pt;
  line-height: 115%;
  background: #5f8dd3 ;
}

p{
  margin: 10px 0px 5px 0px;
}

p.first{
  margin: 5px 0px 5px 0px;
  font-weight: bold;
  font-size: 110%;
  line-height: 120%;
}

p.box{
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  padding: 8px;
  width: 400px;
  background-color: #fbffd5;
  border: 1px dashed #ff0000;
}

p.box2{
  margin: 0px;
  font-weight: bold;
  padding: 15px;
  width: 250px;
  background-color: #b8bb91;
  border: 1px solid #000000;
}

a{	
  color: #5f8dd3;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
}

h1{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 200%;
  margin: 0px 0 10px 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
}

h2{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 140%;
  margin: 30px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
}

h3{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 140%;
  margin: 20px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
  font-weight: bold;
}

h4{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 125%;
  margin: 30px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
}

ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 0px 15px;
  list-style: circle;
}

li {
  margin: 0px 00px 10px 00px;
}

li.bold {
  font-weight: bold;
}


/* -------------------------------------------------
      CLASSED TAGS
------------------------------------------------- */

h1.title{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 250%;
  color: #ffffff;
  margin: 0 0 0 0;
  text-align: right;
  padding: 5px 3px 0 0px; 
  border-top: 0px #554400 solid;
  border-bottom: 0px #554400 solid;
}

h5.copy{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 80%;
  margin: 0 0 0 0;
  text-align: right;
  color: #554400;
}

blockquote {
  font-style: italic;
  margin: 10px 10px 10px 10px;
}

p.dict{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 85%;
  color: #ffffff;
  margin: 0px;
  text-align: right;
  padding: 15px 3px 0px 0px;
}

p.pad {
  line-height: 249px;
  font-size: 249px;
}

p.border{
  font-size: 10%;
  margin: 00px 0 0 0;
  color: #554400;
  border-top: 1px #554400 solid;
}

.pref { font-size: 12px }
.pref label { font-size: 14px }
.pref input.text { width: 99% }
div.pref { margin: 10px 10px; padding: 5px; background: #d7e3f4; }

/* -------------------------------------------------
      NAVBAR
------------------------------------------------- */

#nav a {	
  color: #554400;
  text-decoration: none;
  line-height: 5px;
  font-size: 80%;
}

#nav a:hover {	
  color: #ff0000;
  text-decoration: none;
}


/* -------------------------------------------------
      LINKNEWS
------------------------------------------------- */

#linknews ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 10px 0px;
  list-style: none;
  line-height: 20px;
  width: 280px;
  padding: 0px;
}

#linknews li {
  font-size: 90%;
  padding: 0px 0px 0px 0px;
}

#linknews a {
  color: #5f8dd3;
}

#linknews a:hover {
  color: #990000;
}

#linknews h4{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 125%;
  margin: 10px 0 0 0;
  color: #2c5aa0;
  padding: 0px 0px 10px 0px;
}


/* -------------------------------------------------
      VARIANTS LINK STYLES
------------------------------------------------- */

a.smallref, a.smallref:visited, smallref:hover {	
  font-size: 80%;
  text-align: right;
  margin-bottom: 2px;
  color: #554400;
  text-decoration: none;
}

a.smallref:hover {
  color: #ff0000;
  text-decoration: none;
}


/* -------------------------------------------------
      Table
------------------------------------------------- */

table.listtable {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  width: 500px;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}

td {
  padding: 5px;
}

td.listhead {
  border-bottom: 1px solid black;
  background: #afafaf;
  font-weight: bold;
}

td.listaltrow {
  border-bottom: 1px solid black;
  background: #dddddd;
}

.error {
  color: red;
}

.message {
  color: green;
}

.new {
  color: green;
  font-weight: bold;
  font-style: italic;
  font-size: 70%;
}

label {
   font-weight: bold;
}

tt {
  font-size: 70%;
  color: green;
}

.iicon {
  display: inline;
  vertical-align: middle;
}

