/** 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; }
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;
}


body { margin:0px; padding:0px; background-color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#4d545c; }



/* Structure */

#page { width:861px; margin: 0 auto 0 auto; padding: 0; }

#wrapper { width:798px; background-color:#FFFFFF; padding: 0 }

#content { padding: 0 14px 10px 14px; }

#content a { text-decoration:underline }

#content h4 a { text-decoration:none }

#sidebar { width:196px; border:1px solid #9EA1A6; padding:5px; background-color:#F7F7F7; }

#footer { background-color:#F7F7F7; border-top:solid 1px #999DA1 }



/* Links */

a { color:#000080; text-decoration: none }

a:visited { color:#000080; text-decoration: none; }

a:active { color:#000080; text-decoration: none }

a:hover { color:#FF0000; text-decoration:underline }



img { border:none }

form { margin:0; padding:0 20px }



/* Headings */

h1,h2,h3,h4,h5 { margin:0; padding:5px 0 10px 0; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 { color:#0082D6; font-size:16px; padding-bottom:5px}					/* Large blue (Title) */

h2 { color:#FF0000; padding:3px 0; font-size:14px }						/* Large red (Sidebar) */

h3 { color:#0082D6; font-size:14px; padding-bottom:0 }					/* Medium blue (Text title) */

h4 { color:#FFFFFF; padding-top:30px; padding-left:20px; padding-right:15px; font-size:12px; } 	/* Medium white (Table header) */

h4 a:visited, h4 a, h4 a:hover, h4 a:active { color:#FFFFFF; } 			

h5 { color:#555555; font-size:12px }									/* Medium black (Subtitle) */



/* Text styles */

.white { color:#FFFFFF }

.red { color:#FF0000 }

.navy { color:#000080 }													/* not used */

.bold { font-weight:bold }

.center { text-align:center }

.divcenter { margin:0 auto; width:470px }								/* not used */



/* Page border background */

.tlcorner { background-image:url(http://www.n2news.com/images/left_top.gif); width:31px; height:24px; }

.trcorner { background-image:url(http://www.n2news.com/images/right_top.gif); width:32px; height:24px; }

.blcorner { background-image:url(http://www.n2news.com/images/bottom_left.gif); width:31px; height:26px; }

.brcorner { background-image:url(http://www.n2news.com/images/bottom_right.gif); width:32px; height:26px; }

.topbg { background:url(http://www.n2news.com/images/topbg.gif) repeat-x; height:24px; }

.leftbg { background:url(http://www.n2news.com/images/leftbg.gif) repeat-y; width:31px; }

.bottombg { background:url(http://www.n2news.com/images/bottombg.gif) repeat-x; height:26px; }

.rightbg { background:repeat-y right url(http://www.n2news.com/images/rightbg.gif); width:32px; }

.headerbgline { background:url(http://www.n2news.com/images/headerline.gif) repeat-x; height:12px; }

.mainimage { background:url(http://www.n2news.com/images/main_image.gif) no-repeat; width:231px; height:174px}

.header { background:url(http://www.n2news.com/images/header.gif) no-repeat; vertical-align:middle; width:450px; height:91px; }



/* Other styles */

.table { margin:10px auto; width:500px; text-align:center; background-color:#F7F7F7; border-color:#117AD0 }



.table1 { 
     margin:0px auto; 
	 width:500px; 
	 border:none; 
	 background-color:#FFFFFF; 
} 
     




.sidetext { text-align:center; background-color:#F7F7F7; font-weight: bold; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }



.menubox { border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; height:18px; background-color:#FFFFFF; text-align:center }

.menutext { font-size: 10px; line-height: 18px; font-weight: bold; color: #3D5857; text-decoration: none; }

.menutext:hover { color:#1F3332; text-decoration:none }



.footertext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#656565; text-decoration:none; font-weight:bold; line-height:18px; }

a.footertext:visited { color:#656565 }

a.footertext:hover { text-decoration:underline; color:#656565 }



.redtext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FA0505; text-decoration:none; font-weight:bold; line-height:18px; }

.redtext:hover { text-decoration:underline; }

.search_inputbox { border:1px solid #4C8CD4; background-color:#FFFFFF; width:140px; height:19px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#656565; padding-left:4px; line-height:19px; vertical-align:middle; }

