/* CSS definitions per stakeholder area */
/* Please throughly test ALL BROWSERS before committing modifications to this code */ 

.boldheading{
	font-weight: bold;
	letter-spacing: -0.04em;
}
div.pagephotocontainer{
	position: absolute;
	background: url(../images/pagephotos/photo-affiliates-home.jpg) no-repeat top left;
	width: 910px;
	height: 150px;
	top: 159px;
	left: 5px;
}

/* body text container */
div.mainheaderbold table tbody tr td{
	font-family: helvetica, 'helvetica neue', arial, sans-serif;
	letter-spacing: -2px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #2d2d2d;
}
div.mainheaderregular table tbody tr td{
	font-family: helvetica, 'helvetica neue', arial, sans-serif;
	letter-spacing: -2px;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #2d2d2d;
}
div.bodytext{
	width: 720px;
}

table.bodytexttable{
	width: 720px;
}
table.bodytexttable tbody tr td.text{
	width: 565px;
	line-height: 1.6em;
}

div.infobox{
	background: url(../images/affiliate-text-bgrptx.gif) repeat-x top left;
	padding: 0 10px 0 10px;
	margin: 2em 0 0 0;
}
div.infobox dl{
	padding: 6px 0 0 0;
}
div.infobox dl dt{
	font-weight: bold;
	padding: 0 0 0.5em 0;
	letter-spacing: -0.04em;
}
div.infobox dl dd{
	margin: 0 0 0 1em;
	padding: 0 0.6em 0.6em 0;
}

div.ourteam{
	background: url(../images/photo-affiliates-team.jpg) no-repeat center center;
	height: 150px;
	margin: 30px 0 20px 0;
}
div.ourteam table{
	height: 150px;
}
div.ourteam table tbody tr td a{
	display: block;
	padding: 5px;
	background-color: #000;
	color: white;
}

div.alreadymember{
	text-align: center;
	font-size: 11px;
	margin: 10px 0 10px 0;
}
div.alreadymember a{
 	text-decoration: none;
}
div.alreadymember a:hover{

 	text-decoration: underline;
}

table.arrowlist{
	margin: 0.6em 0 0.6em 0;
}
table.arrowlist tr td{
	padding: 5px;
}
table.arrowlist tr td.arrow{
	color: #002d62;
	font-size: 11px;
}

div.affiliatetools{
	background-color: #DDD;
	margin: 20px 0 20px 0;
}
div.affiliatetools table{
	width: 96%;
}
div.affiliatetools table tbody tr td.icon{
	padding: 10px;
}
div.afftoolsheader{
	padding: 5px 15px 5px 15px;
	background: url(../images/affiliate-tools-purplebgrptx.gif) repeat-x center center;
	border-right: 1px solid #888;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #888;
	color: white; 
	font-weight: bold;
	font-size: 16px;
}
div.afftoolstext{
	padding: 10px 15px 10px 15px;
	line-height: 1.4em;
}

.affnpteammember{
	margin: 20px auto 0 auto;
	line-height: 1.6em;	
}
.affnpteammember table tr td.text{
	padding: 10px 0 0 20px;	
}
.affnpteammember table tr td div.name{
	font-weight: normal;	
	font-size: 120%;
}
.affnpteammember table tr td div.title{
	font-style: italic;
	font-size: 85%;
	color: #888;	
}
.affnpteammember table tr td div.hometown{
	font-size: 90%;	
}
.affnpteammember table tr td div.question{
	font-weight: bold;
	font-size: 90%;
}
.affnpteammember table tr td div.answer{
	font-size: 90%;
}

.affnpfaq{
	margin: 20px auto 0 auto;	
}
.affnpfaq div.section{
	font-weight: bold;	
	color: #000;
 	margin: 10px 0 10px 0; 
}
.affnpfaq table tr td div.question{
	font-weight: bold;	
	color: #002d62;	
}
.affnpfaq table tr td div.answer{	
	
}
.affnpfaq table tr td div.answer ul li{
	padding: 1em 0 0 0; 
}

div.top{
	padding: 5px 0 5px 0;
	text-align: right;
}
div.top a{
	text-decoration: none;
}	
div.top a:hover{
	text-decoration: underline;
}


/* Upcoming Events */
table.upcomingevents{
	margin: 20px 0 20px 0;
}
table.upcomingevents tr td.photo{
	padding: 0 30px 0 0;
}
table.upcomingevents tr td.information{
	width: 100%;
	background-color: #DDD;
	padding: 10px 20px 10px 20px;
	border: 1px solid #888;
}
table.upcomingevents tr td.information div.photo{
}
table.upcomingevents tr td.information div.title{
	font-weight: bold;
}
table.upcomingevents tr td.information div.date{
}
table.upcomingevents tr td.information div.link{
	font-size: 80%;
}
table.upcomingevents tr td.information div.link a{
	text-decoration: none;
}
table.upcomingevents tr td.information div.link a:hover{
	text-decoration: underline;
}
table.upcomingevents tbody tr td.information{
	background-color: #FFF;
	border: 1px solid white;
	padding:0;
}

table.upcomingevents tbody tr td.information div.round{
	background-color: #EEE;
	border: 1px solid #CCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 10px;
}

table.upcomingevents div.place a.map{
	font-size: 10px;
}

table.upcomingevents div.details a{
	font-size: 10px;
}

