/** aMember-specific styles here */

/* this is stuff you only want to appear on printer page */
#printheader, #bottomprint  {
  display : none;
}
/* properties for entire page and text inside tables */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 84%/1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
    font-size: small;

}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 12px;
}
hr { 
    background-color: #4479BE;
    border: 0px none;
    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 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h3 {
    color: #000077;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; line-height: 160%; }
h2 { font-size: 130%; line-height: 150%; }
h3 { font-size: 120%; line-height: 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; } 

p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
    font-size: 12px;
}
/* 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: small;
    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;
}



/* Process table from processes directory */
.processtable td {
    background-color: #FFF;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
	height: 50px;
}
.processtable td.header {
    background-color: #FFF;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.processtable {
    border-collapse: collapse;
}

#header {
	margin-top: 0px;
	height: 41px;
	background: #2e10a3 url('https://www.journalingtools.com/images2/bg_header.gif') repeat-x;
	}
#login {
	margin-top: 0px;
	}
#wrapper {
	background-color: #36c;
	}
#leftcolumn {
	background: #36c url('https://www.journalingtools.com/images2/bg_left_col.jpg') no-repeat;
	color: #fff;
	text-align: center; padding-left:0; padding-right:0; padding-top:200px; padding-bottom:15px
	}
.highlights {
	FONT-WEIGHT: bold; LINE-HEIGHT: 16px; FONT-SIZE: 12px; COLOR: #0000FF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-color: #0000FF
}
#contentwrapper {
	background: #FFFFFF url('https://www.journalingtools.com/images2/bg_content.gif') repeat-y;
	}
#content {
	padding: 0 15px 15px 15px;
	}

#leftlinks li {
	text-decoration: none;
	}
#leftlinks {
	padding:5px;
  	margin:5px;
	text-align: left;
	text-decoration: none;
	background-color: #36c;
	}
#rightcolumn {
	background: #2e10a3 url('https://www.journalingtools.com/images2/bg_right_col.jpg') repeat-y;
	}
#bottomlinks {
	text-align: center;
	font-size: x-small;
	}
#footer {
	background: #2e10a3 url('https://www.journalingtools.com/images2/bg_footer.gif') repeat-x;
	}
.privacy {
	font-size: 70%;
	}
#header a:link, #header a:visited, #leftcolumn a:link, #leftcolumn a:visited {
	color: #fff;
	}
#header a:hover, #leftcolumn a:hover {
	color: #fc0;
	}
#topnav a:link, #topnav a:visited {
	color: #EAECDD;
	text-decoration: none;
	}
#topnav a:hover {
	color: #fff;
	text-decoration: underline;
	}
.formfield {
	margin-bottom: 3px;
	}
#contentwidth
  width: 540;
}
