body
{
  background-color: #999999;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

form
{
  padding: 0px;
  margin: 0px;
}

img
{
  display: block;
  border: 0px;
}

object
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.listing
{
  margin-top: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

table.listing tr
{
  background-color: #FFF;
}

table.listing tr.altrow
{
  background-color: #DDD;
}

table.listing tr td
{
  border-bottom: 2px solid #000;
}

table.listing tr td.rightborder
{
  border-right: 2px solid #000;
}

table.listing tr td.width400
{
  width: 400px;
}

table.listing tr td.width700
{
  width: 700px;
}

#backend_nav
{
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#backend_nav li
{
  display: inline;
  margin-left: 10px;
}

#backend_nav li a
{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-bottom: 3px double #009;
}

#backend_nav li a:hover
{
  border-bottom: none;
}

#container
{
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

#container2
{
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

#emp_access .bgimage
{
  background-image: url('../images/emp_access_btn.gif');
  background-repeat: no-repeat;
  height: 133px;
}

#emp_access .content
{
  text-align: center;
  width: 175px;
  padding-left: 68px;
  padding-top: 30px;
}

#emp_access .content a
{
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#emp_access .content a:hover
{
  color: #914c4c;
}

#emp_form .description
{
  font-size: 12px;
  color: #f7f7f7;
  font-weight: bold;
  margin-bottom: 15px;
}

#emp_form input
{
  padding: 2px;
  font-size: 11px;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
}

#emp_form input.button_style
{
  width: 75px;
  background-color: #f8f8f8;
}

#emp_form label
{
  margin-right: 10px;
  font-weight: bold;
  color: #f8f8f8;
}

#emp_form .title
{
  color: #f8f8f8;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #c1c1c1;
}

#footer
{
  font-family: arial, helvetica, sans-serif;
  color: #f4f4f4;
  margin-top: 35px;
}

#footer a
{
  text-decoration: none;
  color: #f4f4f4;
}

#footer a:hover
{
  text-decoration: underline;
  color: #2f2f2f;
}

#page_nav
{
  font-weight: bold;
}

#page_nav .page_box
{
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #EEE;
}

#port_manager
{
  margin-top: 10px;
}

#port_manager .buttons
{
  margin-top: 10px;
}

#port_manager .buttons input
{
  width: auto;
  color: #fff;
  border: 1px solid #333;
  background-color: #666;
}

#port_manager .description
{
  width: 500px;
  height: 160px;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

#port_manager .info
{
  font-weight: bold;
  color: #fff;
}

#port_manager input
{
  font-size: 11px;
  width: 180px;
  padding: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}

#port_manager input.date
{
  width: 90px;
}

#port_manager input.large
{
  width: 500px;
}

#port_manager input.fileinput
{
  margin-right: 5px;
}

#port_manager input.numberinput
{
  width: 30px;
}

#port_manager label
{
  padding-top: 5px;
  float: left;
  width: 120px;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
}

#port_manager .message
{
  margin-bottom: 10px;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  background-color: #ff0000;
  font-weight: bold;
}

.clearall
{
  clear: both;
  line-height: 0px;
}

.fltlft
{
  float: left;
}

.fltrt
{
  float: right;
}

.message
{
  margin-bottom: 10px;
  color: #990000;
  font-weight: bold;
}

.pagetitle
{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.radiocheck
{
  width: auto !important;
}

.right_buttons
{
  margin-left: 125px;
}