/* Theme text color for links and headlines in this section */
h1, h2, h3, h4, h5,
#bodyContainer a, #bodyContainer a:hover, #bodyContainer a.activeMain:visited,
#menuContainer a.activeMain, #menuContainer a.activeMain:visited,
#menuContainer a.activeSub, #menuContainer a.activeSub:visited,
#footer,
#menuContainer ul ul a,
#menuContainer ul ul a:visited,
div.templateColor, span.templateColor {
	color: #702E82;
}

/* Only old sign-up page */
.grouped_headers {
	color: #702E82;
	font-weight: bold;
	font-size: 1.1em;
}

#bodyContainer ul {
	list-style-image: url(/resources/images/arrow_membership.gif);
}

/* theme background for this section */
.templateBox {
	background: #F0EAF2;
}

div.underline {
	border-bottom: 1px solid #702E82;
}

#menuContainer ul ul li {
	list-style-image: url(/resources/images/hyphen_purple.gif);
}


#bodyContainer .infoBox {
	border: 1px solid #c9c9c9;
	background-color: white;
	position: absolute;
	width: 400px;
	height: 200px;
	display: none;
}

#bodyContainer .infoBoxHeader {
	border: 1px solid #c9c9c9;
	color: white;
	background-color: #702E82;
	height: 30px;
	padding: 5px;
	display: block;
	font-weight: bold;
	cursor: move;
}

#bodyContainer .infoBoxHeader a {
	color: white;
	font-size: 9pt;
}

#bodyContainer .infoBoxHeader td {
	color: white;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 11pt;
}
#bodyContainer .infoBoxContent {
	overflow: scroll;
	padding: 5px;
	height: 166px;
}
.pointer {
	cursor: help;
}

.close {
	cursor: pointer;
}
