/*************** The following attributes are using in photos' details view ***************/
/*
 * It uses for view all photos' sizes (show-hide) within a boundary box at bCol
 */
.photo_setting_box {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #1B1B1B;
   text-align: center;
   vertical-align:middle;
   padding: 3px 3px 3px 3px;
   width: 560px;
   height: auto;
   border: 1px #e5e5e5; /*#b9daf5*/
   border-style: solid;
}

/*
 * Dividing the spaces between the contents within view all sizes (show-hide) boundary box
 */
.padding_photo_settings {
   padding: 15px 0px 0px 0px;
}

/*
 * Dividing the spaces between photo and view all sizes (show-hide) boundary box
 */
.photo_size_padding {
   padding: 10px 0px 0px 0px;
}

/*
 * It pre-sets all photos' alignment in the center of bCol
 */
.photo {
   text-align: center;
}

/*
 * It uses for a photos' description within a boundary box
 */
.photo_description_box {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #1B1B1B;
   text-align: center;
   vertical-align:middle;
   padding: 3px 3px 3px 3px;
   width: 500px;
   height: auto;
   border: 1px #e5e5e5; /*#b9daf5*/
   border-style: solid;
}

/*
 * It uses for a photo's uploaded time within a boundary box
 */
.photo_uploaded_time {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   text-align:center;
   color: #B6B6B6;
}

/*
 * Dividing the spaces between photo and its description boundary box
 */
.photo_padding {
   padding: 0px 0px 15px 0px;
}


/**** The following attributes are using in comments section ****/

/*
 * For creating a boundary box on each comment
 */
.td_box { 
   border: 1px solid #dce7e6;
   border-width: 0px 1px 1px 1px;
}

/*
 * For applying the following attribute into a comment's title
 */
.comment_title {
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;
	text-align:left;
}

/*
 * For applying the following attribute into a comment's contents
 */
.comment_text {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align:justify;
}

/*
 * For applying the following attribute into a comment's date and time
 */
.comment_date {
    font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	text-align:right;
}

/*
 * For applying the following attribute on each zorpian's info (user_name, country_name and city_name or so on)
 */
.zorpian_info {
    font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}

/*
 * For applying the following attribute into option hyperlinks (such as Reply, Edit or Delete)
 */
.options
{
   font-family: tahoma, arial, helvetica, sans-serif; 
   font-size: 11px;
   text-align:right;
   border-top: 1px solid #dce7e6;
}

/*
 * Dividing the spaces between description and comment
 */
.padding_comment {
   padding: 10px 0px 0px 0px;
}



/** 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;
}

/*
 * For applying into Photo 1 of 30 with by <user_name_hyperlink> (For Groups only) at cCol
 */
.photo_counter {
   font-size:10px;
   color: #5E5E5E;
}

.padding {
   padding: 15px 0px 15px 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*/
}

/*
 * Dividing spaces between all contents within camera properties
 */
.exif_info_padding {
   padding: 15px 0px 15px 0px;
}


.style2 {width: 240px; height: 20px; background-color: #D2E4FC; border-bottom: #75A3EE 2px solid; padding: 0px 3px 3px 3px; font-weight: bold; }
.style3 {
	width: 240px;
	height: 20px;
	background-color: #D2E4FC;
	border-bottom: #75A3EE 2px solid;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}