﻿a
{
	/* set global link properties here */
	/*color:#000000 !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:#97c007 !important;	
}

.corpLargeHeaderInner
{
	/* set left background image of header */
	background-image:url(/graphics/Internet2007/RecycleHeader.gif) !important;
} 

.corpLargeHeaderInnerLogo
{
	/* set logo in the header */
	background-image:url(/graphics/Internet2007/corpLogoRecycle.gif) !important;
}
 
#corpCoreNavigation
{
	/* Set colors for nav bar that lies horizontally under large header */ 
	background-color:#c69c6d !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:#a1c46b !important;
}
 
.navigationSection
{
	/* Set left nav main header properties i.e. background color */
	background-color:#c69c6d !important;
} 
 
.corpLeftNavigation h1, .corpLeftNavigation h2
{
	/* Set left nav 'See also' header */
	background-color:#c69c6d !important;
	color:#000000 !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:#c69c6d !important;
	color:#000000 !important;
}

.otherPagesInThisSection h1, .otherPagesInThisSection h2
{
	/* Set Other pages in this section heading located in centre column of page */
	background-color:#c69c6d !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/CrumbTrailFadeRecycle.gif') !important;	
}

.crumbTrail a
{
	/* set crumbtrail entry arrow graphic */
	background-image:url('/graphics/Internet2007/crumbTrailArrowRecycle.gif') !important;
}

#contactsWrapper
{
	background-color:#a1c46b !important;
} 

#contactsWrapper h1, #contactsWrapper h2
{
	background-color:#c69c6d !important;
	color:#000000;
	border-bottom:1px solid #ffffff !important;
}

.usefulWebLinks, .usefulLinks
{
	/* set background color for useful links section */
	background-color:#a1c46b !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:#c69c6d !important;
	color:#000000;
	border-bottom:1px solid #ffffff !important;
}

.fileDownloads
{
	/* set background color for downloads section */
	background-color:#a1c46b !important;
}

.fileDownloads h1,  .fileDownloads h2
{
	/* set header background color for downloads section */
	background-color:#c69c6d !important;
	color:#000000;
	border-bottom:1px solid #ffffff !important;
}

fieldset legend
{
	background-color:#a1c46b !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:225px; 
    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 */