﻿/*-----------------------------------------------------------------------------------------*/
/* Used with ProjectScotlandVolunteerStory.aspx layout page
/*-----------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Elements
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Ids
/*--------------------------------------------------------------*/

#htmlEditableMainDivLeft{

}

#mainWebPartZoneLeft{
}

#htmlEditableMainDivRight{
    height:353px;
	overflow:auto;
	scrollbar-face-color : #667EE8; 
	scrollbar-highlight-color : #667EE8; 
	scrollbar-3dlight-color : #667EE8;
	scrollbar-darkshadow-color : #667EE8; 
	scrollbar-arrow-color : white; 
	scrollbar-shadow-color : #667EE8; 
	scrollbar-track-color: white;
	
	color:black;
	font:Ariel;
	color:black;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	padding-right:15px;
	line-height:20px;

}

#mainWebPartZoneRight{

}

/*--------------------------------------------------------------*/
/* Classes
/*--------------------------------------------------------------*/

/*Table with 2 columns in placeHolderMainDiv */
.placeHolderMainTwoColTable{
	width:100%;
}

.placeHolderMainTwoColTableRow{
	vertical-align:top;	
}

.placeHolderMainTwoColTableLeftCol{
	width:15%;
	text-align:center;
	padding:10px;
}

.placeHolderMainTwoColTableRightCol{
	width:85%;
	padding:10px;
}

/*Title Div for volunteer story*/
.volunteerTitleDiv{
	color:#2C489E;
	font-size:1.2em;
	font-weight:600;
	font: Arial;
	text-transform:uppercase;


}

/*Body Div for volunteer story*/
.volunteerBodyDiv{

}


