/*************** The following attributes are using in album page ***************/

/** Attributes for using in bCol **/

/*
 * It is used for setting the size of category hyperlinks underneath an album title
 */
.category_link {
   font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
   font-size:10px;
   padding-bottom:2px;
   text-align:left;
}

/*
 * It is used for setting the album uploaded date/time and the form of display will be listed as below:
 * 1. < 1 week will display the date/time like: 2 secs ago; 15mins ago; 3 hours ago or 3 days ago;
 * 2. > 1 week will display the date/time like: Tuesday, January 10 2006
 */
.album_uploaded_time {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   color: #B6B6B6;
   text-align:left;
   padding: 0px 0px 10px 0px;
}

/*
 * It is used for setting the album description
 */
.album_description {
   font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   font-size:11px;
   padding-bottom:2px;
   text-align:justify;
}

/*
 * The following attributes are using for each photos' thumbmails in an album page
 */
.album_thumbnail_container 
{
   width: 146px; 
   padding: 0px; 
   margin: 5px 1px;
   color: #333; 
   font: .7em arial; 
   border: 0; 
   text-align: center;
}

div.album_thumbnail 
{
   background: #ffffff; 
   border-right: 2px solid #999; 
   border-bottom: 2px solid #999;
   margin: 0px 17px;
}

div.album_thumbnail img 
{
   border: 0px; margin: 4px 5px;
}

/*
 * It is used for setting the size of photo title hyperlinks underneath each photo
 */
.album_title a {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align:center;
}

/*
 * It is used for setting the font-face/sizes of each checkbox description
 */
.page_selection_boxes {
   font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
   font-size:10px;
   text-align:left;
}

/*
 * For using this attribute in Views / Photos underneath each thumbnails
 */
.vp {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color:#b6b6b6;
   padding: 3px 0px 0px 0px;
}

/*
 * It is used for setting page lists within an album
 */
.page_lists {
   font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
   font-size:10px;
   text-align:right;
} 



/** Attributes for using in cCol **/

/*
 * A vertical solid line is used for dividing the contents between bCol and cCol
 */
.cCol_line {
   border-top: 0px;
   border-bottom: 0px;
   border-left: 1px solid #CCCCCC;
   border-right: 0px;
}

/*
 * The following attributes are using for additional information and camera properties
 */
.additional_information
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#434343; /*#B6B6B6*/
	list-style-type: none;
	list-style-image: none;
}

.additional_information_items
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#77BBFF; /*#b9daf5*/
}

.padding {
   padding: 15px 0px 15px 0px;
}


/*
 * The following attribues (button) are using for Buttons (both photo's details & album thumbnails page)
 */
.button {
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#003399;
  text-align:left;
}

.button a:hover {
  color:#FF960F;
  text-decoration:underline;
}

.button_border {
   cursor:hand;
   border-top:1px solid #b9daf5; 
   border-bottom:1px solid #b9daf5; 
   border-left:1px solid #b9daf5;
   border-right:1px solid #b9daf5;
   width:100%;
   height:15px;
}

.button_width {
   width:100%;
   cursor:hand;
}

/* Album Button Style 5 - Blue Buttons for album page right-side header*/

.album_func_btn_5 a {
    margin: 1px;
    text-align: center;
    line-height: 120%;
	
	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#003399;
	
	padding: 2px;
	text-decoration: none;
	display: block;
	background-color: #EEF7FF;
	border-top: 1px #CCCCEE solid;
	border-left: 1px #CCCCEE solid;
	border-bottom: 1px #666699 solid;
	border-right: 1px #666699 solid;
}

.album_func_btn_5 a:link {
    color: #330066;
}
.album_func_btn_5 a:visited {
    color: #330066;
}
.album_func_btn_5 a:hover {
    color: #FF960F;
    text-decoration: underline;
}

.album_func_btn_5 a:active {
    color: #003399;
	border-top: 1px #003399 solid;
	border-left: 1px #003399 solid;
	border-bottom: 1px #003399 solid;
	border-right: 1px #003399 solid;
}