﻿/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/*    SHOULD ONLY HAVE COLOURS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

.sectionImage{
	background-image:url('../PSImages/section_headers/sectionheader_donate.gif');
}

/*Container Div for htmlEditableMainDivLeft and mainWebPartZoneLeft - just used to set scroll bar colors*/
#mainTwoColTableLeftDiv{
	scrollbar-face-color : #C21F26; 
	scrollbar-highlight-color : #C21F26; 
	scrollbar-3dlight-color : #C21F26;
	scrollbar-darkshadow-color : #C21F26; 
	scrollbar-arrow-color : white; 
	scrollbar-shadow-color : #C21F26; 
	scrollbar-track-color: white;
}


/*Container Div for htmlEditableMainDivLeft and mainWebPartZoneLeft - just used to set scroll bar colors*/
#mainTwoColTableRightDiv{
	scrollbar-face-color : #C21F26; 
	scrollbar-highlight-color : #C21F26; 
	scrollbar-3dlight-color : #C21F26;
	scrollbar-darkshadow-color : #C21F26; 
	scrollbar-arrow-color : white; 
	scrollbar-shadow-color : #C21F26; 
	scrollbar-track-color: white;
}

/*Main editable area*/
#htmlEditableMainDiv{
	scrollbar-face-color : #C21F26; 
	scrollbar-highlight-color : #C21F26; 
	scrollbar-3dlight-color : #C21F26;
	scrollbar-darkshadow-color : #C21F26; 
	scrollbar-arrow-color : white; 
	scrollbar-shadow-color : #C21F26; 
	scrollbar-track-color: white;
}


/*--------------------------------------------------------------*/
/* Classes
/*--------------------------------------------------------------*/


/*Left column of tableWithMenu*/
.tableWithMenuLeftCol{
	background-color:#C21F26;
}

/*Right column of tableWithMenu*/
.tableWithMenuRightCol{
	background-color:#E6AA90;
}

/*Image Cell of tableWithMenu*/
.tableWithMenuImageCell{
	background-color:#C21F26;
}


/*Title Cell of tableWithMenu*/
.tableWithMenuTitleCell{
	background-color:#C21F26;
}

/*Cell for Menu*/
.tableWithMenuPageMenuCell{
	color: white;
}

/*Cell for Menu*/
.tableWithMenuPageMenuCell A{
	text-decoration:none !important;
}


/*Cell for Main Contents*/
.tableWithMenuPageMainContentsCell{
	color:black;
}


/*Div for Page Title/Breadcrumb*/
.tableWithMenuPageTitleDiv{
	color:silver;
}

/*A for Page Title/Breadcrumb*/
.tableWithMenuPageTitleDiv A{
	color:white;
	text-decoration:none;
}
/* -- Left Nav --*/
.leftNavPS{
	background-color: #E6AA90;
}

.leftNavSelectedPS
{
	background-color:#E6AA90;
	color: silver;
}


.leftNav3PS

{
	color: white;
}


.leftNav2PS

{
	color: white;
}


.leftNav1PS
{
	color: white;
}


.leftNavHoverPS
{
	background-color: #E6AA90;
	color:white;
}

/*-- end of Left Nav --*/

/*--------------------------------------------------------------*/
/* Classes - Sharepoint overrides
/*--------------------------------------------------------------*/

/*Breadcrumb links*/
A.ms-sitemapdirectional{
	color:silver ;
}

/*Current Breadcrumb item*/
.breadcrumbCurrent{
	color:white;
}

.tableWithMenuPageMenuExtraPlaceHolder{
	
	padding-left:20px;
}

