.rowselected
{
	height:1em;
	background-color:highlight;
	color:highlighttext;
	cursor:hand;
}
.rowunselected
{
	height:1em;
	background-color:transparent;
	color:windowtext;
	cursor:hand;
}
.gallistheading
{
	text-align:left;
	background-color:buttonface;
	HEIGHT:1em;
	font-style:normal;
}
.maintable
{
	position:relative;
	width:100%;
	height:100%;
	font-size:100%;
}
.galTitle
{
	PADDING-LEFT:10px;
	BACKGROUND-COLOR:activecaption;
}
.galTitleText
{
	FONT-WEIGHT:bolder;
	FONT-SIZE:x-large;
	COLOR:captiontext;
}
.galInputArea
{
	height:1%;
	background-color:buttonface;
}
.divgaltable
{
	background-color:window;
	HEIGHT:100%;
	overflow:auto;
	width:100%;
	border:solid 1 black;
}
.gallisttable
{
	border-collapse:collapse;
	width:100%;
	height:100%;
	font-size:100%;
}
.galButtons
{
	padding-bottom:5px;
	padding-top:5px;
	height:2.5em;
	background-color:buttonface;
}
INPUT, BUTTON
{
	font-size:100%;
}
