/* Grid */
table.Grid {
  background-image: url(bg_table.gif);
  background-repeat: repeat-x;
  border-collapse: collapse;
  background-position: 0 -30px;
  border-bottom: 1px solid rgb(126, 160, 230);
}

table.Grid th,
table.Grid td {
  border-top: 1px solid rgb(126, 160, 230);
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
table.Grid td.Edit {
  border-left: 1px solid rgb(126, 160, 230);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
table.Grid .Head {
  font-weight: bold;
}
table.Grid .Head td,
table.Grid .Head th {
  padding-bottom: 1em;
  padding-top: 1em;
}
table.Grid .Head a {
  color: Black;
  font-weight: bold;
}
table.Grid .Head a:hover {
  color: Red;
  font-weight: bold;
}
table.Grid .Number {
  padding-right: 1em;
  text-align: right;
}
table.Grid .Chart {
  width: 205px; /* width of td chart + width of round image width*/
  padding : 0px 0px 0px 0px;
  text-align: left;
}
table.Grid .Percent {
  width: 10px;
  padding : 0px 0px 0px 0px ;
  text-align: center;
}
table.Grid .First {
  padding-left: 1em;
}

/* Command */
div#command {
  text-align: right;
  padding-top: 2em;
  padding-right: 2em;
  float: right;
}
.dark_blue {
  cursor: pointer;
  border-top: solid 1px rgb(80, 130, 255);
  border-left: solid 1px rgb(80, 130, 255);
  border-right: solid 1px rgb(5, 10, 20);
  border-bottom: solid 1px rgb(5, 10, 100);
  background-color: rgb(78, 125, 209);
  color: rgb(255, 255, 255);
  font-size: 105%;
  text-decoration: none;
  padding-top: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
  font-weight: bold;
}
a.dark_blue {
  font-weight: bold;
  padding-top: 0.2em;
  padding-right: 1.5em;
  padding-bottom: 0.2em;
  padding-left: 1.5em;
  cursor: pointer;
  margin: 0em;
}
.dark_blue:hover {
  text-decoration: none;
  background-color: rgb(80, 130, 225);
  color: rgb(250, 250, 250);
}

div.TDatePicker .calendarHeader,
div.TDatePicker .calendarBody,
div.TDatePicker .calendarFooter{
	display: block !important;
	margin-right: auto !important;
}

.listtableheader {
	font-weight:bold;
	text-align:center;
	BACKGROUND-COLOR: #eeeeee;
	
}
.listtableitem 
{
    height:15pt;
	BACKGROUND-COLOR: #ffffff
}

.listButton
{
	font-size:9pt;
	height:15pt;
	color:#FFFFFF;
	background-color:#0099CC;
}

.listButton a
{
	font-size:9pt;
	height:15pt;
	color:#FFFFFF;
	background-color:#0099CC;
	width:60px;
}

.listTab
{
    height:15pt;
	color:#FFFFFF;
	background-color:#0099CC;
}

.listTab a
{
	height:15pt;
	color:#FFFFFF;
	background-color:#0099CC;
	width:60px;
}
