

/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; /*border: solid 1px #ff0000;*/}
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}


/* 
TOM'S ADDITIONS & CHANGES ARE ALL BELOW HERE
I have left old ones commented out in case you would like to bring the nav back in the future
*/


/* Start Main Menu
#nfsmainmenu{
	display: inline;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
	background-color: #CC0000;
	width: 950px;
	float: left;
	margin-bottom:20px;
}
	  
#nfsmainmenu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size:16px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}

#nfsmainmenu li {
	float: left;
	margin: 0px;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;	
	background-color: #970707;	
    border-right: 1px solid #CC0000;
	border-left: 0px solid #666666;
	
}
	  
#nfsmainmenu a {
      text-decoration: none;
      font-weight: bold;
	  background-color: #CC0000;	  
      color: #ffffff;
	  margin: 0px;
      padding: 2px 20px 2px 10px;	  
}

#nfsmainmenu a:hover {
	  text-decoration: none;
	  background-color: #AAA196;	  
}
	  
	  
#nfsmainmenu #current a {			
	  background-color: #cccccc;  
      color: #000000;
} */

/* End Main Menu */

#container {
width:911px; /* this has nothing to do with the '911' event */
margin:0 auto;
position:relative;
/*border: 3px solid #0000ff;*/
}

/*#container h1 {
float:right; 
font-size:15px;
font-weight:normal;
width:300px;
padding:10px 0 10px 0;
margin-top:65px;
font-family:"Trebuchet MS";
margin-bottom:0;
}

#container h1 a {
color:#0066cc;
text-decoration:none;
}*/

#container h1 a:hover {
color:#0066cc;
text-decoration:underline;
}

/* Self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

body {
/*background:#fff url("/amember/images/top.gif") repeat-x;*/
background:#fff;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size:13px;
color:#222;
padding:0;
margin:0;
}

* {
padding:0;
margin:0;
}



#content {
float:left;
width:911px;
}

/*#footer {
background-color:#eee;
font-size:11px;
color:#555;
margin:0 auto;
padding:10px 0;
text-align:center;
position:relative;
border-top:#bbb 1px solid;
border-bottom:#222 6px solid;
}

#footer a {
color:#555;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#333;
text-decoration:none;
}*/

/*ADDED BY TOM TO FORCE SCROLLS AND PREVENT PAGE SHIFT*/
html {
overflow-y: scroll;
}

.headerimage {margin-top:10px;}

