form.control, .table-container, .box
{
  background: #dedede;
  padding: 5px;
  border: 1px solid #c4c4c4;
  text-align: left;
  margin-bottom: 10px;
}
form.control h3, .table-container h3, .table-container a.title, .box h3.title
{
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0px #fff;
  border-bottom: 1px solid #c4c4c4;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #353535;
  display: block;  
}
form.control table
{
  width: 99%;
  border-collapse: collapse;
  color: #353535;
  font-size: 14px;  
}
form.control table td
{
  padding: 5px;
}
form.control input[type=submit], form.control input[type=reset]
{
  color: #fff;
  padding: 5px;
  background: #353535;
  border: 1px solid #353535;
  border-radius: 5px;
  cursor: pointer;
}
form.control input[type=submit]:hover,
form.control input[type=reset]:hover
{
  color: #000;
  background: #76EE00;
  box-shadow: inset 0px 0px 10px 0px #353535;
}
form.control input[type=text],
form.control input[type=number],
form.control select,
form.control textarea
{
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
form.control textarea
{
  width: 100%;
  height: 10em;
}
form.control table td:first-child
{
  width: 50%;
}
form.control input[type=text]
{
  width: 200px;
}
#message-box
{
  position: absolute;
  top: 10%;
  left: 30%;
  width: 30%;
  color: #353535;
  background: #fff;
  border: 1px solid #353535;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  z-index: 80;
  -webkit-box-shadow: 0px -1px 10px 0px #333;
  -moz-box-shadow: 0px -1px 10px 0px #333;
  box-shadow: 0px -1px 10px 0px #333;
}
table.base
{
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  background: #fff;
}
table.base input
{
  width: 100px;
  max-width: 150px;
}
table.base td
{
  border-left: 1px solid #353535;
}
table.base td.alert
{
  background: #CD3333;
}
table.base td.good
{
  background: #008B00;
}
table.base td.alert, table.base td.good
{
  color: #fff;
  font-weight: bold;
} 
table.base img
{
  max-width: 32px;
  max-height: 32px;
}
table.base tr:nth-child(even)
{
  background: #dedede;  
}
table.base tr:hover
{
  background: #90EE90;
  color: #000; 
}
table.base tr td
{
  border-collapse: collapsed;
  padding: 5px;  
}
table.base tr.head, table.base tr.head:hover
{
  background: #555555;
  color: #fff;
  text-align: center;
}
div.pager
{
  width: auto;
  padding: 5px;
  color: #353535;
  clear: both;
  border-top: 1px solid #c4c4c4;
  font-size: 13px;
  overflow: hidden;
  margin: 5px 0;
}
div.pager a 
{
  text-decoration: none;
  display: block;
  float: left;
  padding: 3px 5px 3px 5px;
  border: 1px solid #353535;
  border-radius: 3px;
  margin-right: 3px;
}
div.pager a.now
{
  color: #fff;
  background: #353535;
}
div.pager a:hover
{
  color: #000;
  background: #76EE00;
  box-shadow: inset 0px 0px 10px 0px #353535;
}
.box-content
{

}
.box ul, .box ul li
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.box ul li ul li
{
  margin-left: 30px;
  list-style-type: square; 
}
.box ul li a
{
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #353535;
}
.box ul li a:hover
{
  text-decoration: underline; 
}
.box ul li a.current, .box ul li a.current:hover
{
  background: #353535;
  color: #fff;
  text-decoration: none;
  padding: 5px;
}