/* PURPLE COLOR THEME */

/* 
===========================================================
Header Colors 
===========================================================
*/
#topic-title h1,
#content-main h1,
#topic-title h2,
#topic-title h1 a,
#topic-title h2 a{
color: #3d316a;
}

/* 
===========================================================
Breadcrumb Colors 
===========================================================
*/
#breadBox,
#breadBox ul{
background-color:#F3F2F9;
}

/* 
===========================================================
Left Nav Colors 
===========================================================
*/

#content #nav-container h3 a{
	background-image: url('/TemplatePackage/images/bg_navH3_purple.gif');
}

#nav,
#nav-container .bottom {
background: transparent url('/TemplatePackage/images/bg_leftNav_purple.gif') repeat-y top left; 
}
#nav ul li {
background: #c5bee1;
}
#nav ul li ul li{
background: #dad5eb;
}
#nav-container .bottom { 
	background-position: bottom left;
}

/* Selected state for Level 1 link */
#nav ul li a.selected{
	background-image: url('/TemplatePackage/images/leftNav_arrow_purple.gif');
}
/* Selected state for Level 2 link */
#nav ul ul li a.selected{
	background-image: url('/TemplatePackage/images/leftNav_arrow_purple.gif');
}
/* Selected state for Level 3 link */
#nav ul ul ul li a.selected{
	background-image: url('/TemplatePackage/images/leftNav_arrow_purple.gif');
}

#nav ul li a:hover{
	background-color: #c5bee1;
}
#nav ul li ul li a:hover{
	background-color: #dad5eb;
}

/* 
===========================================================
Page Options Colors 
===========================================================
*/

#content-secondary .pageOptions{
	background: #F3F2F9 url('/TemplatePackage/images/bg_repeatPageOptions_purple.gif') 0 0;
	border-top: 1px solid #BAB1DB;
}
#content-secondary .pageOptions .pageOptions-inner{
	background:transparent url('/TemplatePackage/images/bg_pageOptions_purple.gif') 0 bottom no-repeat;
}
.pageOptions-horizontal,
.pageOptions-horizontal ul{
	background-color:#F3F2F9;
}

/* 
===========================================================
Module Colors 
===========================================================
*/
#wrapper .module h3,
#wrapper .rounders h3,
#content-main h2{
color:#3d316a;
}
.rounders .inner,
.rounders .t,
.rounders .b,
.rounders .b div,
.rounders.top-blocks .inner,
.rounders.top-blocks .t,
.rounders.top-blocks .b,
.rounders.top-blocks .b div{
background-image:url('/TemplatePackage/images/bg_twoBlocksPurple.gif');
}

.rounders.grey .inner,
.rounders.grey .t,
.rounders.grey .b,
.rounders.grey .b div {
background-image:url('/TemplatePackage/images/bg_greyStroke.gif'); 
}

#content-secondary .rounders .inner,
#content-secondary .rounders .t,
#content-secondary .rounders .b,
#content-secondary .rounders .b div {
background-image:url('/TemplatePackage/images/bg_emailUpdates.gif');
}
.rounders .inner{
position: relative;
margin: 0px;
padding: 12px 12px 0 0;
}
.rounders .t{
position:absolute;
left:0;
top:0;
width:12px; 
margin-left:-12px;
height:100%;
background-position:top left;
}

.rounders .b{
position:relative;
width:100%;
margin-top: -5px;
}

.rounders .b,
.rounders .b div{
height:12px; 
font-size:1px;
}

.rounders .b{
background-position:bottom right;
}

.rounders .b div{
position:relative;
width:12px;
margin-left:-12px;
background-position:bottom left;
}

.rounders .hd,
.rounders .bd,
.rounders .ft {
position:relative;
}

.page-curl h3{ 
background-color:#eeecf6;
}
.double-rule{ background: white url('/TemplatePackage/images/bgDivDouble_purple.jpg') 0 0 repeat-x;}
.double-rule h3{
background:#F0EFF7 url('/TemplatePackage/images/bgDoubleRule_purple.gif') right bottom repeat-x;
}