/*
 * WaxFrenzy
 *
 * Default stylesheet
 * Full CSS options go in here
 */

a:link { 
  color: #3333cc; 
  background-color: transparent
}
a:visited { 
  color: #993399; 
  background-color: transparent
}
a:hover { 
  color: #9999ff; 
  background-color: transparent 
}
a:active {
  color: #9999ff; 
  background-color: transparent 
}

body {
  margin: 0;
  padding: 0;
  color: #336699;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 8px 0 8px 0;
  color: #666633;
  background-color: #ffffff;
}
p, ul, ol, li {
  margin: 0;
  padding: 4px 0 4px 8px;
}
li {
  color: #666633;
  background-color: #ffffff;
}
h1 { font-size: 20pt }
h2 { font-size: 16pt }
h3 { font-size: 14px }
h4 { font-size: 12px }
h5 { font-size: 10px }
h6 { font-size: 10px }
h7 { font-size: 10px }

ul {
  list-style: none;
}

#header { 
  position: relative; 
  left: 0; 
  top: 0;
} 
#content {
  position: relative;
  left: 0; 
  top: 0; 
  border-top: 1px solid #99ccff;
}
#footer {
  position: relative;
  left: 0;
  top: 0;
  border-top: 1px solid #99ccff;
  font-size: 9px;
} 
#header-col-1 { 
  position: relative; 
  padding: 8px;
} 
#content-left {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 128px;
  padding: 8px;
}
#content-main {
  position: relative; 
  top: 0; 
  left: 128px; 
  width: 60%;
  border-left: 1px dotted #99ccff;
  padding: 8px 0 8px 0;
} 
#content-right {
  position: absolute;
  top: 0;
  left: 80%;
  width: 15%;
  border-left: 1px dotted #99ccff;
  padding-left: 8px;
}
#footer-col-1 {
  position: relative;
  left: 128px;
  width: 80%;
  padding: 8px;
}
#top-section {
  padding-left: 16px;
}

.indent {
  padding-left: 16px;
}
.section {
  border-top: 1px dotted #ccccff;
  padding: 4px 8px 4px 16px;
}
.plugin-variant-id {
  position: absolute;
  padding-top: 4px;
  font-weight: bold;
}
.plugin-variant-label {
  position: absolute;
  left: 64px;
  padding-top: 4px;
}
.plugin-variant-ports {
  position: relative;
  left: 192px;
  padding-top: 4px;
}
.navigation {
  text-align: right;
}
