

/* General styling */

.welcome
{
	font-family: customFont_1,"Times New Roman", Times, serif;
	font-size:3em;
	text-align:center;
}

/* Main page - All category displayed */

.category tr td, .category tr th
{
	padding:10px;
	text-align:center;
	border:3px groove white;
}

th.title_category, td.title_category
{
	color:white;
	font-weight:bold;
	font-size:1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-variant:small-caps;
}

.category
{
	margin:10px auto;
}

.category img
{
	margin:3px;
}

.category a:hover img
{
	margin:0;
	border:3px solid #00CC00;
}

/* Specific galleries */

#gallery_title
{
	text-align:center;
}

#gallery_description
{
	text-align:center;
}

div.gallery_element
{
	margin:2px;
	float:left;
	border:2px solid #00FFFF;
}

div.img
{
	height:122px;
	width:122px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}

div.img img
{
	display:inline;
	margin:1px;
	vertical-align:middle;
}

div.img a:hover img
{
	margin:0px;
	border:1px solid #00CC00;
}

div.caption
{
	text-align:center;
	font-weight:normal;
	font-size:0.7em;
	width:120px;
	height:50px;
	margin:1px;
}

/* Styling for admin section */

tr.options_category
{
	color:white;
	font-size:0.9em;
}

