/* ------------------------------------------------------ */
/* set global link properties here */
a
{
	/*color:#000000 !important;*/
}




/*  The links on the left hand side     */
.LGNLNavigationList a
{
	color:#ffffff !important;
}

a:active, a:focus
{
	/* set global properties for tabbed over links */
	background-color:#516335 !important;
	color:#ffffff !important;
}

#corpLargeHeader
{
	/* Set background color of header */
	background-color:#9753A1 !important;	
}

.corpLargeHeaderInner
{
	/* set left background image of header  */
	 background-image:url(/graphics/Internet2007/CarersHeader11.gif) !important; 
} 

.corpLargeHeaderInnerLogo
{
	/* set logo in the header */
	
	background-image:url(/graphics/Internet2007/CarersSketch_purple7.GIF) !important;
	margin-right:10px;
}
 
#corpCoreNavigation
{
	/* Set colors for nav bar that lies horizontally under large header */ 
	background-color:#A4C1B0 !important;
	border-top-color:#ffffff !important;
	border-bottom-color:#ffffff !important;
} 

#corpCoreNavigation li
{
	/* Set colors for nav bar list items that lies horizontally under large header */ 
	border-right:solid 1px #ffffff !important;
}

.corpLeftNavigation
{
	/* Set left nav background color */ 
	background-color:#00B49D !important;
}
 
.navigationSection
{
	/* Set left nav main header properties i.e. background color */
	background-color:#9753A1 !important;
} 
 
.corpLeftNavigation h1, .corpLeftNavigation h2
{
	/* Set left nav 'See also' header */
	background-color:#9753A1 !important;
	color:#ffffff !important;
} 

.selected a
{
	/* set color of selected entry in left navigation */
	background-color:#516335 !important;
	color:#ffffff !important;
} 

#userContent h2, #userContent h1
{
	/* Set user content headings in centre column of page */
	background-color:#9753A1 !important;
	color:#ffffff !important;
}

.otherPagesInThisSection h1, .otherPagesInThisSection h2
{
	/* Set Other pages in this section heading located in centre column of page */
	background-color:#9753A1 !important;
	color:#000000;
}

.otherPagesInThisSection li a
{	
	/* set graphic to each entry in 'other pages in this section graphic */
	background-image:url('/graphics/Internet2007/crumbTrailArrowRecycle.gif') !important;
}

.crumbTrail
{
	/* Set crumbtrail background */
	background-image:url('/graphics/Internet2007/CrumbTrailFadeCarers2.jpg') !important;	
}

.crumbTrail a
{
	/* set crumbtrail entry arrow graphic */
	background-image:url('/graphics/Internet2007/crumbTrailArrowCarers.gif') !important;
}

#contactsWrapper
{
	background-color:#00B49D !important;
} 

#contactsWrapper h1, #contactsWrapper h2
{
	background-color:#9753A1 !important;
	color:#ffffff;
	border-bottom:1px solid #ffffff !important;
}

#contactsWrapper a
{
	color:#ffffff !important;
} 

.usefulWebLinks, .usefulLinks
{
	/* set background color for useful links section */
	background-color:#00B49D !important;
}

.usefulWebLinks ul a, .usefulLinks ul a 
{
	/* set arrow graphic for each entry in useful links */
	background-image:url('/graphics/Internet2007/WhiteArrowRecycle.gif') !important;	
}

.usefulWebLinks h1, .usefulLinks h1, .usefulWebLinks h2, .usefulLinks h2
{
	/* set header attributes i.e. background color and text color for useful links section */
	background-color:#9753A1 !important;
	color:#ffffff;
	border-bottom:1px solid #ffffff !important;
}


.usefulLinks a
{
	color:#ffffff !important;
}


.usefulWebLinks a
{
	color:#ffffff !important;
}



/* ------------------------------------------------------ */
/* The Downloads section  */

.fileDownloads
{
	/* set background color for downloads section */
	background-color:#00B49D !important;
}

.fileDownloads h1,  .fileDownloads h2
{
	/* set header background color for downloads section */
	background-color:#9753A1 !important;
	color:#ffffff;
	border-bottom:1px solid #ffffff !important;
}

.fileDownloads a
{
	color:#ffffff !important;
}

/* ------------------------------------------------------ */

fieldset legend
{
	/*background-color:#9A0000 !important;
	border-color:#618031 !important;  */

	background-color:#9A0000 !important;
	border-color:#618031 !important;
}



/* START: styling for RecycleHome.ascx user control */
.recycleFlashWrapper
{
    text-align:center; 
    position:relative;
    margin-bottom:10px;
    margin-top:10px; 
}

.recycleFlashWrapper .flashPositioner
{
    /* for ie6 */
    _width:516px;
    
    /* other browsers */
    min-width:258px; 
    max-width:516px;
    height:auto;      
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
}

.recycleFlashWrapper .flashPositioner .flashHolder
{
    width:240px; 
    height:265px; 
    float:left; 
    text-align:left;    
    background-color:#f1f4eb;
    padding:4px;    
    border:5px solid #ffffff;
}

.recycleFlashWrapper .flashPositioner .flashHolder .flashLink
{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
}
/* END: styling for RecycleHome.ascx user control */
