/* ------------------------------------------------------------------------------------------------*/
BODY
{
	margin: 5px;	
}

A.default, A.small
{
	color: #606060;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	
	padding: 0px 0px;
}

A.default:hover, A.small:hover
{
	color: #800000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
}

A.small, A.small:hover
{
	
	font-size: 11px;
}
/* ------------------------------------------------------------------------------------------------*/
.page_title
{
	color: #FFFFFF;
  font-size: 15px;
	font-family: Tahoma;
  font-weight: bold;
  text-align: center;
  border: 1px #000080 solid;
  padding: 5px 10px;
  display: block;
  cursor: default;
  margin-bottom: 5px;
  background-image: url(../img/cellpic3.gif);
}

SPAN.title
{
	color: #000080;
  border-bottom: 1px #000080 solid;
  font-size: 15px;
	font-family: Tahoma;
  font-weight: bold;
  text-align: left;
  padding: 3px 5px;
  display: block;
  cursor: default;
  margin-bottom: 5px;
}

TD.title
{
	color: #000080;
  border-bottom: 1px #000080 solid;
  font-size: 15px;
	font-family: Tahoma;
  font-weight: bold;
  text-align: left;
  padding: 3px 5px;
  cursor: default;
  margin-bottom: 5px;
}

.subtitle
{
	color: #000080;
  border-bottom: 1px #ECECEC solid;
	font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px;
  cursor: default;
}
/* ------------------------------------------------------------------------------------------------*/
.button, .button_on
{
	background: whitesmoke;
	color: Gray;

	font-family: Tahoma;
	font-size: 11px;

	border: 1px Gray solid;
	padding: 2px 10px;
	cursor : default;

  white-space: nowrap;
}

.button_on
{
  background: #ECECEC;
}
/* ------------------------------------------------------------------------------------------------*/
.gensmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* ------------------------------------------------------------------------------------------------*/
.genmedium
{
	font-family: Verdana; /*Verdana, Arial, Helvetica, sans-serif*/;
	font-size: 11px;
	text-align: justify;
	display: block;
}
/* ------------------------------------------------------------------------------------------------*/
.warning
{
  font-family: Tahoma;
  font-size: 11px;
  color: #FF8040;
  border: 1px #FF8040 solid;
  text-align: center;
  padding: 5px 15px;
  margin: 5px;
}
/* ------------------------------------------------------------------------------------------------*/
TH
{
  color: #000080;
  background: #E0E0E0;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}
TH.subtitle
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  cursor: default;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;

  background: #D0D0D0;
  color:#FFFFFF;
}

TR.default_row, TR.default_row_on
{
  font-family: Tahoma;
  font-size: 11px;
  background: #F0F0F0;

  cursor: default;
}

TR.default_row_on
{
  background: #E0E0E0;
  color: #000080;
}
.grand_total
{
  background: #E0E0E0;
  color:#000080;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}
/* ------------------------------------------------------------------*/
A.explorer_header
{
  color: #000080;

  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;

  white-space: nowrap;
  text-decoration: none;
}

A.explorer_header:hover
{
  color: #FF8000;

  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;

  white-space: nowrap;
}

.explorer_header
{
  background: #E0E0E0;

  text-align: left;

  white-space: nowrap;
  padding: 3px 3px;
}
