body { 
  background-color: #181818;
  color: #FFFFFF;
     }

.orange {  color: #FAA63B;  }

a img {border: 1px white solid; padding: 2px;}

a:link {
  font-family: Georgia;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #6699CC;
}

a:visited {
  font-family: Georgia;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #6699CC;
}

a:active {
  font-family: Georgia;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #6699CC;
}

a:hover {
  font-family: Georgia;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #C0C0C0;
}

.plugin_title{
  margin: 0;
  font-family: Georgia;
  font-size: 14pt;
  padding-left: 15px;
  padding-top: 5px;
  clear: left;
  font-weight: bold;

}

.plugin_box{
  border-top: 0px solid #cccccc;
  border-bottom: 0px;
  border-right: 0px solid #cccccc;
  border-left: 0px;
  background-color: transparent;
}

a.plugin_link {  text-decoration: underline;  font-size: 12px;}
a.plugin_link:link {  text-decoration: underline; }
a.plugin_link:active {  text-decoration: underline; }
a.plugin_link:visited {  text-decoration: underline; }
a.plugin_link:hover {  text-decoration: underline; }

.plugin_linkb {
  font-size: 12px;
}


.input {
   border: 1px solid #FAA63B;
   font-family: Verdana, Arial, sans-serif;
   font-size: 9pt;
   width: 150px;
}

.small_submit {
   font-family: Verdana, Arial, sans-serif;
   font-size: 8pt;
   text-align: center;
   width: 150px;
}
