
* {
  margin: 0;
  padding: 0;
}

a {
  color: black;
}

a img {
  border: none;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #FFF;
  width: 900px;
  font-family: georgia, 'bitstream vera serif', 'dejavu serif', serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 100%;
  color: #454545;
}

h1 {
  font-size: 16pt;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-weight: normal;
}

input[type='file'] {

}

input[type='text'] {
  font-family: georgia, 'trebuchet ms', verdana, arial, sans-serif;
  border: 1px solid #454545;
  width: 180px;
}

input[type='password'] {
  font-family: georgia, 'trebuchet ms', verdana, arial, sans-serif;
  border: 1px solid #454545;
  width: 180px;
}

input[type='checkbox'] {
  border: 1px solid #454545;
}

input:focus {
  border: 2px solid #A5E718;
}

input[type='checkbox']:focus {
  border: 2px solid #A5E718;
}

input[type='submit'] {
  font-size: 12pt;
  font-family: georgia, 'trebuchet ms', verdana, arial, sans-serif;
  margin-top: 10px;
}

input[type='submit']:focus {
  border: none;
}

input[type='checkbox']:focus {
  border: 2px solid #A5E718;
}

label {
  font-weight: bold;
}

p {
  margin: 10px 0 10px 0;
}

select {
  border: 1px solid #454545;
  width: 150px;
}

select:focus {
  border: 2px solid #A5E718;
}

td {
  vertical-align: top;
}

textarea {
  font-family: georgia, 'trebuchet ms', verdana, arial, sans-serif;
  border: 1px solid #454545;
  width: 500px;
  height: 300px;
}

textarea:focus {
  border: 2px solid #A5E718;
}

ul {
  list-style-type: none;
}

ul.flatpages {
  margin: 10px 0 10px 0;
  list-style-type: square;
  margin-left: 20px;  
}

ul.latest-bugs {
  font-size: 10pt;
  list-style-type: none;
  line-height: 2em;
  margin-left: 0px;
}

#adsense {
  margin-top: 35px;
  margin-bottom: 20px;
}

#advert {
  float: right;
  width: 180px;
  min-height: 700px;
  margin-right: -20px;
}

#bug_shop {
  float: left;
}

#comment {
  margin-top: 20px;
}

#content {
  width: 650px;
  float: left; 
  margin-top: 20px;
  margin-bottom: 20px;
}

#firstbug {
  font-style: italic;
  text-align: right;
  float: right;
}

#footer {
  text-align: center;
  background-color: #FEDA3E;
  border: 1px solid #FF901A;
  padding: 15px;
} 

#footnote {
  text-align: center;
}

#gallery {
  display: none;
  background-color: white;
  border: 1px solid #FF901A;
  width: 898px;
  height: 560px;
  margin: auto;
  position: absolute !important;
  /*-moz-opacity: 0.7;*/
  /*opacity: 0.7;*/
  /*filter: alpha(opacity=70);*/
}

#gallery_nav {
  text-align: center;
  background-color: white;
  height: 30px;
}

#current {
  position: absolute;
}

#teaser {
  float: left;
  margin-right: 30px;
}

#teaser img{
  width: 300px;
  height: 225px;
  border: 10px solid #DDD;
}

#teaser img:hover {
  border: 10px solid #BBB;
}

#header {
  padding: 10px;
  height: 140px;
  border: 0px solid black;
}

#id_title {
  width: 320px;
}

#login_menu {
  float: right;
  height: 130px;
}

#login_menu ul {
  margin-top: 70px;
  text-align: right;
  list-style-type: none;
}

#logo {
  float: left;
}

#main {
  min-height: 600px;
  overflow: hidden;
}

#nav {
  background-color: #FEDA3E;
  border: 1px solid #FF901A;
  text-align: center;
  padding: 15px;
}

#picture {
  margin-top: auto;
  margin-bottom: auto;
}

#register_login {
  margin-left: -4px;
  overflow: visible;
}

#registration {
  width: 300px;
  float: left;
}

#results {
  border: 1px solid black;
  width: 300px;
}

#summary {
  float: right;
  text-align: right;
  margin-top: 20px;
  width: 180px;
}

#topline {
  font-size: 9pt;
}

.actionmsg {
  color: blue;
}

.antigravity {
  clear: both;
}

.bug_title {
  margin-bottom: 20px;
}

.comment_author {
  font-weight: bold;
}

.comment_body {
  
}

.error {
  color: red;
  width: 622px;
  margin: 20px auto 20px 0;
  border: 2px solid red;
  font-size: 10pt; 
  padding: 10px;
  background: white url(../images/exclamation.png) no-repeat scroll 10px 14px;
}

.faux_button {
  min-width: 50px;
  margin: 20px 0px 20px 20px;
  border: 2px solid #424242;
  display: inline;
  padding: 5px;
  font-variant: small-caps;
  background-color: #DDD;
  text-align: center;
  font-size: 9pt;
}

.faux_button a{
  text-decoration: none;
}

/*obsolete*/
.help {
  background-color: #FEDA3E;
  border: 1px dashed #424242;
  width: 200px;
  padding: 10px;
  color: #000;
  position: relative;
}

.help ol {
  margin-left: 20px; 
}

.help p {
  margin-top: 10px;
}
/*end obsolete*/

.help_text {
 font-size: 8pt; 
}

.info {
  color: #424242;
  width: 622px;
  margin: 20px auto 20px 0;
  border: 2px solid #A5E718;
  font-size: 10pt; 
  padding: 10px;
  background: white url(../images/accept.png) no-repeat scroll 10px 14px;
}

.info_msg {
  margin-left: 40px;
}

.error_msg {
  margin-left: 40px;
}

.invisible {
  display: none;
}

.lower_nav {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}

.resolution {
  margin: 20px 0 20px 0;
  clear: both;
}

.result:hover {
  background-color: #FFDB39;
  cursor: pointer;
  color: black;
  width: 300px;
  border-top: 1px solid #FF901A;
  border-bottom: 1px solid #FF901A;
}

.ruler {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dashed #FF901A;
  height: 0px;
}

.statusbox {
  border: 2px solid #A5E718;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.tools {
  width: 650px;
  text-align: right;
  margin-bottom: 20px;
}



