html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: inherit;
    vertical-align: baseline;
}

a {
    color: #bc0926;
}


th a
{
    color: #FFF;
}

body {
    font-family: Helvetica, sans-serif, monospace;
    font-size: 12px;
    margin: 0px auto;
    background-color: #F0F0F0;
    width: 1000px;
}

fieldset{
    background: #eae6db;
    border:2px groove #CAB99F;
}

iframe {
  border: none;
  width: 100%;
  height: 800px;
}

img {
    border: 0;
    text-align: center;
}

label {
    text-align: right;
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: top
}

p {
    margin-bottom: 1px;
    vertical-align: bottom;
}

select {
    width: 225px;
}


table {
    border-spacing: 0px;
    border: 0px;
    width: 100%;
}

tbody {
   border: 0px;
}

textarea.form {
    width: 260px;
    height:125px;

}
.button {
    margin:10px 0px 10px 0px;
    padding:5px;
    text-align:right;
}

tr {
    vertical-align: top;
}

th {
    border: 0px;
    background: #000;
    color: #fff;
    text-align: left;
}

input.s {
    border: solid 1px #bbb;
    font-size: 10px;
    margin-top: 5px;
}
input.sv {
    font-size: 10px;
    margin-top: 5px;
    border: solid 1px #bbb;
}

.form {
    border: solid 1px #bbb;
    vertical-align:top;
}

.invalid {
    border: solid 1px red;
}

.paginationbox {
    padding-right: 5px;
    float: right;
}
.paginationbox a {
    border:solid 1px;
    text-decoration:none;
    padding:0px 2px 0px 2px;
    width:2em;
}

.pagination {
    padding-right: 5px;
    float: right;
    padding:2px 0px 2px 0px;
}
.pagination a {
    border:solid 1px;
    text-decoration:none;
    padding:1px 3px 1px 3px;
}
a.next_page {
    border:none;
}

a.prev_page {
    border:none;
}

.sortdown {
    background: url(/images/arrow_down.gif) no-repeat #000;
    padding-left: 12px
}
.sortup {
    background: url(/images/arrow_up.gif) no-repeat #000;
    padding-left: 12px
}

.upgrade {
    border: 0;
    text-align: center;
}

input.login {
    font-size: 10px;
    border: solid 1px #bbb;
}

div.hidden {
    display: none;
}


#content {
    background-color: #eae6db;
    padding-top: 10px;
    padding-bottom: 10px;
}

#emailcheck {
    padding-left: 4px;
    color: #8f7a69;
}

#filterbox {
    padding-left: 5px;
    padding-bottom: 5px;
    float: left;
}

#footer {
    background: #cab99b;
    padding: 5px;
    color: black;
    text-align: right;

}

#header {
    background-image: url("../../images/header.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 174px;
    background-color: #fff;
    color : #000;
}

#locale {
    float: right;
}

div#menu a
{
    color: #fff;
}

#menu {
    background: #000;
    color: white;
    float: left;
    font-size: 120%;
    padding: 3px;
    font-variant:small-caps;
}

#menubar {
    background: #000;
    color: white;
    height: 30px;
    padding: 0px 5px;
}

#errors {
    text-align: left;
    padding: 5px;
    font-size: 11px;
    margin: 5px 0px 5px 0px;
    color: red;
    
    background: #fff;
    border-color: red;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
div.freefields {
    float:left;
    width:50%;
}
div.nonfreefields{
    float:right;
    width:49%;
    background-color:white;
}
div.form {
    float:left;
    width: 76%;
    background-color: #eae6db
}
div.info {
    width: 23%;
    float: right;
    background-color: inherit;
}
div.fields{
    float:left;
    width:49.5%;
}

div#banners {
    float:left;
    width:25%;
    margin-left:1px
}

div#links {
    float:left;
    width:25%;
    margin-left:1px
}



div h1  {
    font-size:14px;
    font-variant: small-caps;
    padding:4px 0px 2px 0px;
}

div h1 {
}
div p {
    padding: 0px 0px 2px 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom :0px;
}

li {
    margin: 0 1.5em;
}

.odd {

}
.even{
 background-color:white;
}


.message {
    text-align: left;
    padding: 5px;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    color: #000;
    
    background: #cab99b;
    border-color: #8f7a69;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

#upgrade {
    background-color:lime;
    color:white;
    padding:6px;
    text-align:center;
}

#upgrade a {
    color:white;
    text-decoration:none;
    font-size:16px;
}
#upgrade .hover a {
    background-color:black;
}

.subheader {
    background-color:#8f7a69;
    color:white;
    padding:3px;
    text-align:center;
    font-size:13px;
    font-variant: small-caps;
    height:2.5em;
    margin:0px 0px 6px 0px;
    vertical-align:middle;
}