/* table */
table.infobox {
width: 100%;
margin-bottom: 10px;
margin-top: 4px;

}
/* TH */
table.infobox th { font-weight: bold; border-bottom: 1px solid #C0C880; border-left: 1px solid #0E070B; vertical-align: top; text-align: left; background-color: #F09848; padding: 4px; margin: 0px; color: #D8DCB8; width: 28%; }

/* title Cell */
table.infobox th.ibtitle { background-color: #59417C; border: 1px solid #0E070B; color: #F4EDF1; font-weight: bold; text-align: left; text-transform: capitalize; width: 28%; }
	/* Img on title (for Lists) */
	table.infobox th.ibtitle img {  vertical-align: middle; margin-right: 5px; }

/* TD */
table.infobox td  { font-weight: normal; text-align: center; padding: 4px; margin: 0px; background-color: #D8DCC0; border-bottom: 1px solid #F0AC88; width: auto; }

/* photo cell */
	table.infobox td.photo { border-right: 1px solid #0E070B; text-align: right; max-width: 258px; vertical-align: top; } 
	table.infobox td.photo img { border: 1px solid #5F5583; max-width: 250px; max-height: 250px;  }
/* empty cells */
	table.infobox td.ibempty { border-bottom: 1px solid #0E070B; background-color: #E8F0F8; }
/* actions cells */
	table.infobox td.ibactions { border-bottom: 1px solid #0E070B; border-right: 1px solid #0E070B; border-left: 1px solid #0E070B; background-color: #D5CFDE; text-align: right; padding-top: 8px; padding-bottom: 8px; }
	/* Links in action cells */
		table.infobox td.ibactions a { background-color: #703450; text-align: center; font-size: 10px; border: 2px outset #8E426D; padding: 1px; white-space: nowrap; color: #E3E7BF; font-weight: bold; text-decoration: none; }
	/* Statistics */
	table.infobox td.stats { border-right: 1px solid #5F5583; }
	

/* Access level Cell TH */
	table.infobox th.ibaccess { font-weight: bold; border-bottom: 1px solid #C7A1B7; border-left: 1px solid #0E070B; vertical-align: top; text-align: left; background-color: #A4C0FC; padding: 4px; margin: 0px; color: #E8F0F8; width: 25%; }
/* Access level Cell Td */
	table.infobox td.ibaccess { text-align: left; border-right: 1px solid #0E070B; }
	/* img in Access level Cell Td */
	table.infobox td.ibaccess img { float: left; margin-right: 4px; margin-left: 4px; }

	/* Explanation Cell */
	table.infobox td.ibexplanation { text-align: left; padding: 12px 4px 12px 4px; border-left: 1px solid #0E070B; }
	
/* -------------------------------------------------------------------------------------------------------------- */	
/* actions cells */
	table td.ibactions2 { border-bottom: 1px solid #0E070B; background-color: #D5CFDE; text-align: right; padding-top: 8px; padding-bottom: 8px; }
	/* Links in action cells */
		table td.ibactions2 a { background-color: #703450; text-align: center; font-size: 10px; border: 2px outset #8E426D; padding: 1px; white-space: nowrap; color: #E8F0F8; font-weight: bold; text-decoration: none; }	

/* --------------------------------------------------------------------------------------------------------------- */
/* Edit photo show */
p.editphoto { display: block; text-align: center; border: 1px solid #0E070B; background-color: #D8DCC0; padding: 4px; }
p.editphoto img { border: 1px solid #5F5583; }
