@charset "utf-8";

/*==============================================================================
  Title       : Command and Control Page Style (Admin Page)
  Author      : Fumito Arakawa as Phize (http://phize.net/) and Geeklog Japan
  Description : Command and Control page style style for admin.
  Apply       : admin/commandcontrol/commandcontrol.thtml
==============================================================================*/



/*--------------------------------------
  Command and Control Page 
--------------------------------------*/

ul.admin-commandcontrol {
  list-style-position: outside;
  list-style-type: none;
  overflow: hidden;  /* Adjust floating element */
  margin: 0;
  padding: 0;
}

/* Content generated by the float clear */
ul.admin-commandcontrol:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* Win IE 6(Adjust floating element) { \*/
* html ul.admin-commandcontrol {
  height: 1%;
  overflow: visible;
}
/* } Win IE 6(Adjust floating element) */

ul.admin-commandcontrol li {
  float: left;
  width: 20%;
  height: 8em;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.admin-commandcontrol li a {
  display: block;
}
