body {
    font-family: Arial,sans-serif;
    font-size: 1em;
    margin: 0px;
}

input {
    font-size: 0.8em;
}

select {
    font-size: 0.8em;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

form.donate {
    margin-left: 20px;
}

.header {
    background: url('../img/headerbar.png') top left repeat-x;
    height: 30px; 
}

.mainmenu {
    float: right;
    height: 30px;
}

.mainmenu a {
    position: relative;
    top: -6px;
    color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.mainmenu a:hover {
    color: #00ff00;
}

.mainmenu img {
    margin-left: 1px;
    margin-right: 1px;
}

table {
    border-collapse: collapse;
    margin-left: 22px;
    margin-right: 22px;
}

table.results th {
    color: #009900;
    font-size: 11pt;
}

table.results td {
    border: 1px solid #ffcccc;
}

table.status th {
    color: #009900;
    font-size: 11pt;
}

table.status td {
    border: 1px solid #FFCCCC;
}

table.status td.count {
    text-align: center;
    font-size: 8pt;
}

table.status td.network {
    font-size: 8pt;
    color: #000000;
}

table.status td.network span {
    color: #999999;
}

table.record th {
    color: #009900;
    font-size: 11pt;
}

table.record td {
    border: 1px solid #ffcccc;
}

.n1 {
    border: 1px solid #cccccc;
    background: #FFCC66;
    width: 135px;
}

.n2 {
    border: 1px solid #cccccc;
    background: #FF9999;
    width: 135px;
}

.n3 {
    border: 1px solid #cccccc;
    background: #99CCFF;
    width: 135px;
}

.n4 {
    border: 1px solid #cccccc;
    background: #CCCC99;
    width: 135px;
}

.n5 {
    border: 1px solid #cccccc;
    background: #CCCCCC;
    width: 135px;
}

.n6 {
    border: 1px solid #cccccc;
    background: #89C0CC;
    width: 135px;
}

.na {
    border: 1px solid #cccccc;
    background: #ffffff;
    width: 135px;
}

.optn1{
    background: #FFCC66;
    width: 300px;
    padding: 5px;
}

.optn2 {
    background: #FF9999;
    width: 300px;
    padding: 5px;
}

.optn3 {
    background: #99CCFF;
    width: 300px;
    padding: 5px;
}

.optn4 {
    background: #CCCC99;
    width: 300px;
    padding: 5px;
}

.optn5 {
    background: #CCCCCC;
    width: 300px;
    padding: 5px;
}

label {
    font-size: 8pt;
    white-space: nowrap;
}

table td input {
    float: right;
}

table.results th {
    font-size: 10pt;
}

table.results td {
    font-size: 8pt;
}

table.results td span {
    color: #999999;
}

table.results td span.price {
    color: #008000;
    font-weight: bold;
}

table.results td a {
    color: #ff0000;
}

table.record th {
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
}

table.record td {
    font-size: 8pt;
}

table.record td a {
    color: #ff0000;
}


.searchsettings {
    width: 204px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.ss_head {
    padding-top: 4px;
    width: 204px;
    height: 14px;
    font-size: 7pt;
    color: #000000;
    font-weight: bold;
    text-align: center;
    background: #00ff00 url('../img/ss_head.png') top left no-repeat;
}

.ss_cont {
    width: 192px;
    font-size: 8pt;
    color: #000000;
    padding: 6px;
    background: #CCFFCC;    
}

.ss_cont a {
    color: #ff0000;
    text-decoration: none;
}

.ss_cont a:hover {
    text-decoration: underline;
}

.ss_cont span {
    font-weight: bold;
    color: #FF33CC;
}

.ss_foot {
    width: 198px;
    font-size: 7pt;
    color: #000000;
    padding: 3px;
    text-align: center;
}

p {
    margin-left: 22px;
    font-size: 8pt;
    color: #ff0000;
}

p span {
    color: #008000;
    font-weight: bold;
}

p.order {
    margin-left: 22px;
    font-size: 8pt;
    color: #000000;
}

p.order a {
    color: #ff0000;
    text-decoration: none;
}

p.order a:hover {
    text-decoration: underline;
}

#networkprofile {
    display: inline;
}

#merchantprofile {
    display: inline;
}

p.order a.signup {
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000;
    text-decoration: underline;
}

p.order a.signup:hover {
    color: #008000;
}

table.signup th {
    color: #ff0000;
    font-size:10pt;
    font-weight: bold;
    text-align: right;
}

table.signup td a {
    font-size: 8pt;
    color: #ff0000;
    text-decoration: underline;
}

.warning {
    width: 350px;
    height: 75px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #ff0000;
    background: #FAE4AA;
    font-size: 8pt;
}

.warning img {
    margin-right: 20px;
    float: left;
}

.warning a {
    color: #0000ff;
}

.warning a:hover {
    color: #ff0000;
}

.affwin {
    background:#FFCC66;
}

.buyat {
    background: #FF9999;
}

.tradedoubler {
    background: #99CCFF;
}

.webgains {
    background: #CCCC99;
}

.dgmpro {
    background: #CCCCCC;
}

.por {
    background: #89C0CC;
}

table.networkprofile th {
    color: #000000;
    font-size:10pt;
    font-weight: bold;
    text-align: right;
}

table.networkprofile th img {
    border: 1px solid #000000;
}

table.networkprofile td {
    text-align: left;
}

table.networkprofile td input{
    float: none;
}

table.merchantprofiletable {
    margin: 0px;
}

table.merchantprofiletable th {
    text-align:left;
}

table.merchantlist {
    margin: 0px;
    width: 960px;
}

p span.respage {
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
}

a.reslink {
    color: #ff0000;
}
a.reslink:hover {
    color: #009900;
}

table.colkey {
    margin: 0px;
}

#specialbox {
    display: none;
    visibility: none;
    position: absolute;
    background: #BBE1F0 url('../img/specialtop.png') top left repeat-x;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
}

#specialbox a {
    color: #ff0000;
}

#specialbox a:hover {
    color: #0000ff;
}

#profiledisplay {
    font-size: 8pt;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 30px;
    width: 220px;
    float: right; 
}

#profiledisplay span {
    font-weight: bold;
    color: #000000;
}

#profiledisplay input {
    margin: 2px;
    font-size: 8pt;
}

p.priv {
    width: 600px;
    color: #000000;
}

hr {
    margin-left: 20px;
    width: 600px;
    text-align: left;
    border: 1px solid #009900;
}

h1 {
    margin-left: 20px;
    font-size: 10pt;
    font-weight: bold;
    color: #cc0000
}

p.help {
    width: 600px;
    color: #000000;
}

p.help a {
    color: #ff0000;
    text-decoration: none;
}

p.help a:hover {
    text-decoration: underline;
}

.signupnow {
    margin-top: -8px;
    margin-left: 0px;
    margin-right: 10px;
    width: 190px;
    float: right; 
}
