/*
 * General body styling
 */

body {
    background: #DEEDEC url(/members/images/bckgrnd_main.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333333;

}
#wrapper {
 margin: 0 auto;
 width: 1024px;
}

/* #header {
 width: 1045px;
 color: #0C1A57;
 height: 151px;
 margin-top: -8px;
 background-image: url(/members/images/header_02.png);
 background-repeat: no-repeat;
} */

#header {
 width: 1022px;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background-image: url(/members/images/headerbg.jpg);
 background-repeat: no-repeat;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

#header h3 {
 font-size: 1.6em;
}

.headertable {
 width: 100%;
 margin: auto;
 border-collapse: collapse;
 padding: 0px;
}
.headertable td {
 border-collapse: collapse;
 vertical-align:top;
 padding: 0px;
 border-spacing: 0px;
}

#navigation {
 width: 1024px;
 margin: 0px 0px 0px 0px;
 background-image: url(/members/images/navbg.jpg);
 background-repeat: repeat-x;
 height: 40px;
 text-align: center;
}

#content {
 width: 1024px;
 color: #000000;
 background: #ffffff;
 height: 100%;
 min-height: 350px;
 margin-top: 1px;
}

#content input, select, textarea {
 border: 1px solid #000000;
}

#footer { 
 width: 1004px;
 background: #202D5A;
 color: #ffffff;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

#footer a:link {
 color: #ffffff;
 text-decoration: none;
}

#footer a:hover {
 color: #ffffff;
 text-decoration: underline;
}

#footer a:visited {
 color: #ffffff;
 text-decoration: none;
}


.copyright {
 font-size: 0.9em;
 font-weight: normal;
 text-align: center;

}

a { text-decoration:none; }
a:visited { }
a:active  { }
a:hover   { }


/*
 * Headings: subtitles and the like, and that breadcrumb trail at the top
 */

.title    { font-size:14pt; font-weight:bold; font-style: italic;}
.subtitle { font-size:13pt; font-weight:bold; font-style: italic;}
.alert    { font-size:12pt; color:red; font-weight:bold; padding-top:0.5em; }
.small    { font-size:8pt; }
.bigtitle {
 font-size:20pt;
 font-weight:bold;
 font-style: italic;
 text-align: center;
 padding-top: 20px;
 color: #ffffff;
}

.adminlinks {
    font-size: 1.1em;
    font-weight: bold;
}

.adminlinks a:link {
 color: #808080;
 text-decoration: none;
}
.adminlinks a:active {
 color: #808080;
 text-decoration: none;
}
.adminlinks a:visited {
 color: #808080;
 text-decoration: none;
}

.adminlinks a:hover {
 color: #FF8303;
 text-decoration: none;
}

.breadcrumb { font-size:12pt; font-weight:bold; font-style:italic; }
.breadcrumb a { text-decoration:none; }

.maintitle1 {  font-size:20pt;  font-weight:bold;  font-style: italic;  text-align: center; }
.maintitle2 {  font-size:16pt;  font-weight:bold;  font-style: italic;  text-align: center; }
.maintitle3 {  font-size:12pt;  font-weight:bold;  font-style: italic;  text-align: center; }

/*
 * Layout and cosmetics for the listing, which is really the main page
 */

#categories {
    font-size: 1.2em;
}

#player {
 text-align: center;
}

#playlist {
 margin-left: 150px;
}


.loggedout {
    margin-left:0.5in;
}

.loggedout input {
 border: 1px solid #000000;
}

.loggedin {
 margin-left:0.5in;
 font-size:16pt;
 color:red;
}



.loggedin a {
 color:red;
}
.loggedin a:visited {
 color:red;
}

.maintable {
 width: 96%;
 margin: auto;
 padding: 10px;
}
.maintable td{
 vertical-align: top;
}
.signuptable {
 text-align: left;
}

.earnings_    {   }
.earnings_now { background-color:white;  }
.earnings_    {   }

.talkshoe {
 width: 160px;
 font-weight: bold;
 padding: 5px;
 font-size: .9em;
 margin: auto;
 border: 1px solid #000000;
 background: #C8DFF7;
}
.landpatentlist {
 list-style-image: url(/members/images/greencheck.png);
}

.landpatentlist li {
 padding-bottom: 13px;
}

.mejs__container{
  margin-left:auto;
  margin-right:auto;
}
