@charset "utf-8";
/*--------------------------------------------------------
top.css
--------------------------------------------------------*/
table#listTable {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-right: 0;
  clear: both;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
}

table#listTable th {
  background: #f2f2f2;
  border: 1px solid #bbbbbb;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: center;
}

table#listTable tr td {
  background: #ffffff;
  border-right: 1px solid #cccccc;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}

table#listTable tr.altrow td {
  background: #f4f4f4;
}

/* count style */
div.rightSide {
  text-align: center;
}

/* paging style */
div.paging {
  background: #ffffff;
  color: #cccccc;
  margin-bottom: 2em;
  text-align: left;
}

div.paging div.disabled {
  color: #dddddd;
  display: inline;
}

/*
form .submit input[type="submit"] {
  color: #333333;
  background: #cecece;
  display: block;
  width: 8em;
}
*/

div.jHtmlArea {
  border: solid 1px #ccc;
}

