/*
Menu Elements
-------------------------
*/

#menuArea {
	background-color: #bb3b86;
}

#menuArea a {
	border-right: 1px solid #dd9dc3;
}

#menuArea a.MenuOn {
	background-color: #9f2d5e;
}

#menuArea a.MenuOff {
	background-color: transparent;
}

/*
Drop-down menu elements
-----------------------
*/

#DropDownMenu {
	background-color: #bb3b86;
}

#DropDownMenu .DropDownSpacer {
	background-color: #dd9dc3;
}


/*
Page title h2 (news)
-----------------------
*/

#titleArea h2 {
	color: #bb3b86;
}

#titleArea h2 a {
	color: #bb3b86;
	text-decoration: none;
}
#titleArea h2 a:visited {
	color: #bb3b86;
	text-decoration: none;
}
#titleArea h2 a:hover {
	color: #ff3300;
	text-decoration: underline;
}


/*
News Panel elements
-----------------------
*/

#newsPanel a {
	color: #bb3b86;
}


/*
Main Content elements
-----------------------
*/

#twoColumns #leftArea {
	border-top: 1px solid #bb3b86;
}

#twoColumns #leftArea h2 {
	border-bottom: 1px solid #bb3b86;
}

#leftArea p.introParagraph {
	color: #bb3b86;
}

#leftArea ul li {
	background-image: url("/images/the_planning_centre/list_bullet.gif");
}

#leftArea a {
	color: #bb3b86;
}

/*
Sidepanel elements
-------------------------
*/

.sidepanel {
	background-color: #edc9e0;
	color: #000000;
}

.sidepanel h2 {
	background-color: #b84087;
}

.sidepanel a {
	color: #b84087;
	text-decoration: underline;
}

/*
Table elements
-------------------------
*/

table {
	background-color: #b84087;
}

table caption {
	background-color: #b84087;
	color: #ffffff;
}
table th {
	background-color: #ffffff;
	color: #000000;
}
table td {
	background-color: #FDF4F9;
	color: #000000;
}
.tableHeadings th {
	background-color: #F6DEEC;
	color: #b84087;
}

/*
Form elements
-------------------------
*/

#leftArea form h2 {
	background-color: #b84087;
}

#leftArea form #formArea {
	background-color: #edc9e0;
}

#leftArea form #formArea label {
	color: #b84087;
}

#leftArea form .helpText  {
	color: #000000;
}

#leftArea form #submitArea {
	background-color: #edc9e0;
}


/*
Footer elements
-----------------------
*/

#footer {
	background-color: #bb3b86;
	color: #dd9dc3;
}









