﻿/* used in the Account.Master page */

.accountHint, .accountError
{
  float: left;
  font-weight: 500;
  height: 17px;
  margin-bottom: 5px;
  padding-top: 5px;
  text-indent: 10px;
  width: 100%;
}

/* refers to all grids of Account */

.accountGridView
{
  float: left;
  font-size: inherit;
  max-width: 800px;
  white-space: normal;
  width: 100%;
}

.accountGridView td, .accountGridView th
{
  padding: 5px;
}

.accountGridView a:hover
{
  text-decoration: none;
}

/* Period Picker */

.periodPicker
{
  float: left;
  margin-bottom: 15px;
}

.periodPicker .period, .periodPicker .monthList, .periodPicker .yearList
{
  font-family: inherit;
  font-size: inherit;
}

.periodPicker .periodWrap, .periodPicker .periodFrom, .periodPicker .periodTo
{
  float: left;
  margin: 4px 20px 0 0;
  width: auto;
}

.periodPicker .periodFrom .caption, .periodPicker .periodTo .caption
{
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  padding-right: 3px;
}

.periodPicker .goButtonWrap
{
  float: left;
  margin-top: 2px;
}
