﻿/* common */

.noBorder
{
  border-style: none;
}

.hide
{
  visibility: hidden;
}

.show
{
  visibility: visible;
}

.center
{
  text-align: center;
}

.bold
{
  font-weight: bold;
}

.alignCenter
{
  text-align: center;
}

.alignRight
{
  text-align: right;
}

.alignLeft
{
  text-align: left;
}

.floatLeft
{
  float: left;
}

.floatRight
{
  float: right;
}

.clearLeft
{
  float:left;
  width:100%;
}