﻿.ICON_ButtonIdle
{
	border-color: #000000;
	border-width: 2px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	cursor: hand;
	background-color: #790000;
	color: #FFFFFF;
}

.ICON_ButtonOver
{
	border-color: #0000FF;
	border-width: 2px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	cursor: hand;
	background-color: #790000;
	color: #FFF200;	
}

.ICON_ButtonCell
{
	height: 35px;
}

.ICON_CellLabel
{
	height: 35px;
	vertical-align: middle;
	font-family: Comic Sans MS;
	font-size: 16px;
	padding-right: 5px;
	text-align: right;
}

.ICON_CellHolder
{
	height: 35px;
	vertical-align: middle;
	padding-left: 5px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.ICON_CellLabelAnim
{
	height: 35px;
	vertical-align: middle;
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
