.gallery_image
{
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 2px 10px;
}
.gallery_text
{
	text-align: center;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
}
.gallery_action
{
	text-align: center;
	vertical-align: top;
	padding: 2px 10px 10px 10px;
}
.errormsg
{
	color: red;
	font-weight: bold;
}
.errormsgc
{
	color: red;
	font-weight: bold;
	text-align: center;
}
.buttons
{
	text-align: center;
}
.new
{
	background-color: #C0E0E0;
}
.enabled
{
	background-color: #C0E0C0;
}
.disabled
{
	background-color: #E0C0C0;
}
.enabled_image
{
	border: 2 solid #C0E0C0;
}
.disabled_image
{
	border: 2 solid #E08080;
}
.section
{
	color: white;
	font-weight: bold;
}
.header
{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 15px;
}
.header2
{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 15px;
	text-align: center;
}
.title
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 6px;
}
.action
{
	color: red;
}
.section_link
{
	font-weight: bold;
}
th
{
	font-size: 11pt;
}
p
{
	color: black;
	margin: 2px 2px 2px 2px;
}
form
{
	margin: 0px 0px 0px 0px;
}
input, select, textarea
{
	border: 1px solid;
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
	background-color: white;
}