@charset "utf-8";
/* CSS Document */

.photo_album_header {
	text-decoration: none;
	color: #4e7195;
	font-size: 20px;
	font-weight:bold;
}

/* Light Grey Block  */
/* used for the block of the Photo categories */
.photo_album_main_categories_block {
	border: 1px solid #CCCCCC;
	background-color:#F3F3F3;
}

/* white block */
/* used for the block of the all photos of certain category */
.photo_album_group_photos_block {
	border: 1px solid #CCCCCC;
	background-color: #cccc;
}

/* not used */
.photo_album_single_photo_block {
	border: 1px solid #CCCCCC;
	background-color:#eee;
}

/* Grey Block  */
/* used for the block of the list of categories on the side */
.photo_album_side_categories_block {
	border: 1px solid #CCCCCC;
	background:#CCCC;
	text-align: center;
}

/* blue not used */
.spare {
	border: 1px solid #aeaed5;
	background-color: #e6efff;
}

/* This is used in the main page in TODAY's PHOTOS section */
.photo_album_today_photos {
	font-size: 28x;
	color: #800000;
	font-weight:bold;
	text-align: center;
}


/* This is used for the styling of the photo album category name LINK*/
.photo_album_category_name:link, .photo_album_category_name:active, .photo_album_category_name:visited   {
	text-decoration: none;
	color: #4e7195;
	font-size: 14px;
	font-weight:bold;
	text-align: right;
}
/* This is used for the styling of the photo album category name LINK*/
.photo_album_category_name:hover {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight:bold;	
	text-align: right;
}


/* the styling of the words more categories in the categopries list on side  */
.photo_album_more_categories {
	text-decoration: none;
	color: #4e7195;
	font-size: 20px;
	font-weight:bold;

}

/* This is used for the styling of the photo album category name LINK*/
.photo_album_side_category_name:link, .photo_album_side_category_name:active, .photo_album_side_category_name:visited   {
	text-decoration: none;
	color: #4e7195;
	font-size: 14px;
	font-weight:bold;
}
/* This is used for the styling of the photo album category name LINK appearing in the categopries list on side*/
.photo_album_side_category_name:hover {
	text-decoration: none;
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	background-color:#96BCD8;
}
