
#userContent table th, #userContent table td {
border:0px solid #999999;
}

#userContent td {
background-color:#FFFFFF;
font-size:small;
padding:2px;
}

#userContent table {
border:1px solid white;
}


a
{
	/* set global link properties here */
	color:#014A6F;
}


#corpCoreNavigation a
{
	/* set global link properties here */
	color:#014A6F !important;
}

a:active, a:focus
{
	/* set global properties for tabbed over links */
	background-color:#BFE1EF !important;
	color:#014A6F !important;
}

#corpLargeHeader
{
	/* Set background color of header */
	background-color:#00496b !important;	
}

.corpLargeHeaderInner
{
	/* set left background image of header */
	background-image:url(/graphics/Internet2007/leeds_arena_logo.gif) !important;
	text:'Hello';
} 


.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:#E4EFF5;
border-bottom:1px solid #014A6F;
color:#014A6F;
font-family:verdana,arial,helvetica,sans;
} 

#corpCoreNavigation li
{
	/* Set colors for nav bar list items that lies horizontally under large header */ 
	border-right:solid 1px #000000 !important;
}

.corpLeftNavigation
{
	/* Set left nav background color */ 
	background-color:#00496B !important;
}

.corpLeftNavigation a {
color:#ffffff;
}
 
.navigationSection
{
	/* Set left nav main header properties i.e. background color */
	background-color:#00496B !important;
} 
 
.corpLeftNavigation h1, .corpLeftNavigation h2
{
	/* Set left nav 'See also' header */
	background-color:#E4EFF5 !important;
	color:#014A6F !important;
} 

.selected a
{
	/* set color of selected entry in left navigation */
	background-color:#BFE1EF !important;
	color:#014A6F !important;
} 

#userContent h2, #userContent h1
{
	/* Set user content headings in centre column of page */
	background-color:#00496B !important;
	color:#ffffff !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/crumbTrailArrow.gif') !important;
}

.crumbTrail
{
	/* Set crumbtrail background */
	background-image:url('/graphics/Internet2007/CrumbTrailFade.jpg') !important;	
}

.crumbTrail a
{
	/* set crumbtrail entry arrow graphic */
	background-image:url('/graphics/Internet2007/crumbTrailArrow.gif') !important;
}

#contactsWrapper
{
/*	background-color:#00496b !important;   */
	background-color:#E4EFF5 !important;
	
} 


#contactsWrapper .contactEmail 
{
/*	background-image:url('/graphics/Internet2007/emailIconWhite.gif');  */
}



#contactsWrapper h1, #contactsWrapper h2
{
/*	background-color:#E4EFF5 !important;  */
/*	color:#014A6F;   */
	border-bottom:1px solid #ffffff !important;
	
		background-color:#00496B !important;
	color:#ffffff;

}







.usefulWebLinks, .usefulLinks
{
	/* set background color for useful links section */
	background-color:#E4EFF5 !important;
}

.usefulWebLinks ul a, .usefulLinks ul a 
{
	/* set arrow graphic for each entry in useful links */
/*	background-image:url('/graphics/Internet2007/WhiteArrow.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:#00496B !important;
	color:#ffffff;
	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:#00496b !important;
	color:#ffffff;
	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 */
