﻿
/* --------------------------------------------------------------------------------------------- */

.SkillGameControlContainer
{
  background-image: url('Images/SkillGameControlDivider.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  clear: both;
  height: 62px;
  width: 182px;
}

.SkillGameControlContainer:hover
{
  background-color: #FF7107;
  color: #FFFFFF;
}

.SkillGameControlIconContainer
{
  float: left;
  height: 62px;
  text-align: center;
  width: 72px;
}

.SkillGameControlIconImage
{
  height: 60px;
  width: 60px;
}

.SkillGameControlTitleContainer
{
  float: left;
  height: 62px;  
  text-align: center;
  width: 92px;
}

.SkillGameControlTitleLabel
{
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}

.SkillGameControlFlagContainer
{
  float: left;
  height: 62px;
  width: 16px;
}

.SkillGameControlFlagImage
{
  height: 61px;
  width: 18px;
}

/* --------------------------------------------------------------------------------------------- */

.SkillCategoryControlContainer
{
  float: left;
  height: 62px;
  width: 182px;
}

.SkillCategoryControlIconContainer
{
  float: left;
  height: 62px;
  text-align: center;
  width: 72px;
}

.SkillCategoryControlIconImage
{
  height: 60px;
  top: 6px;
  width: 60px;
}

.SkillCategoryControlTitleContainer
{
  float: left;
  height: 62px;  
  text-align: center;
  width: 110px;
}

.SkillCategoryControlTitleLabel
{
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}

/* --------------------------------------------------------------------------------------------- */
