/*added by Tom */




#logo {
	text-align: left;
	position: absolute;
	padding-left: 15px;
	padding-top: 12px;
	top:0;
	left:0;
	width: 300px;
	background-position: left;
	
	
	font-size:	8pt;
	font-family: Arial, Myriad Web, Syntax, sans-serif;
	color:	#DFBB77;
	font-weight:	bold;
	
	
 }

#logo_right {
	text-align: right;
 position: absolute;
 padding-right: 15px;
	padding-top: 12px;
 top:0;
 right:0;
 width: 600px;
	
	
	font-size:	8pt;
	font-family: Arial, Myriad Web, Syntax, sans-serif;
	color:	#DFBB77;
	font-weight:	bold;
	
	
 }
 
 



#wrapper {
	min-width: 850px;
}

	
	

A.banner:link {
	color:	#DFBB77;
	text-decoration:	none;
	font-style: italic;
	font-size:	8pt;
	font-family: Verdana, sans-serif;
	font-weight:	bold;
	
	
	}	

A.banner:visited {
	color:	#DFBB77;
	text-decoration:	none;
	font-style: italic;
	font-size:	8pt;
	font-family: Verdana, sans-serif;
	font-weight:	bold;
	
	
	}	

A.banner:active {
	color:	#DFBB77;
	text-decoration:	none;
	font-style: italic;
	font-size:	8pt;
	font-family: Verdana, sans-serif;
	font-weight:	bold;
	
	
	}	
	
	
A.banner:hover {

	color:	#DFBB77;
	background-color:	#0E0E32;
	text-decoration:	underline;
	
	}


p.banner {
	font-size:	8pt;
	text-align: right;
	font-family: Arial, Myriad Web, Syntax, sans-serif;
	color:	#FFFFFF;
	font-weight:	bold;
	padding-right: 1em;
	}


#empty {
	height: 50px;
	width: 5px;
	position: relative;
	margin: 0 auto;
 }




	#block {
	position:relative;
	margin: 0 auto;
	width: 100%;
	height: 745;		
	text-align: left; /* counter the body center */

		}


body {
	text-align: center;
background-image: url(/images/bodybg.jpg);
background-repeat:repeat-x;
color:#000000;
font-size:	9pt;
font-family: Arial, Myriad Web, Syntax, sans-serif;
	font-weight:	normal;
 line-height: 1.2;
}

body.coursepopup {
	text-align: left;
	font-weight:	bold;
color:#222222;
}


A:link { color: #000066; text-decoration: none; font-weight: bold; }
A:visited  { color: #000066; text-decoration: none; font-weight: bold; }
A:active { color: #000066; text-decoration: none; font-weight: bold; }
A:hover  { color: #000000; text-decoration:	underline;font-weight: bold;}




A.gray:link	{	
	text-decoration:	none;
	color:	#DFBB77;
	}	

A.gray:visited	{	
	text-decoration:	none;
	color:	#DFBB77;
	}	
		
A.gray:active	{	
	text-decoration:	none;
	color:	#DFBB77;
	}	

A.gray:hover	{
	text-decoration:	underline;
	color:	#DFBB77;
	background-color:	#000033;
	text-align: center;
	}	
	

	
p.white {
font-family: verdana; font-size: 10px; font-style: normal; color: #FFFFFF;
}
	
p.gray {
font-family: verdana; font-size: 10px; font-style: normal; color: #000000;
}


	
p.whitepadding {
font-family: verdana; font-size: 10px; font-style: normal; color: #FFFFFF;
}







/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: arial, "Lucida Grande","Lucida Sans Unicode",geneva,arial,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: arial, "Lucida Grande","Lucida Sans Unicode",geneva,arial,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #000066;
    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: #000000;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
	}
	
h1.yellow {
    color: #FFCC33;
    font-weight: bold;
    text-align: left;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

h1 { font-size: 110%; }
h2 { font-size: 105%; }
h3 { font-size: 105%; }

/* 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: #CDC19B;
    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: #CDC19B;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    background-color: #CCCCCC;
    border: #000066 1px solid;
    margin: 0px 0px 0px 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;
}



