body
{ 
  top: 0;
  left: 0;
  margin: 0;
  font-size: 12px;
  text-align: justify;
}

h1, h4
{ 
  text-align: center;
}

ul
{ 
  list-style-type: none;
  padding-left: 10px;
}

a
{ 
  text-decoration: none;
}

img
{ 
  border: 0;
}

#action
{ 
  right: 30px;
  font-weight: bold;
  color: #5D78B8;
  font-size: 10px;
  position: absolute;
}

#topbar
{ 
  padding: 5px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #EFEFEF;
  font-size: 14px;
  margin-bottom: 20px;
}

#topbar ul
{
  list-style-type: none;
  margin: 0;
}

#topbar li
{ 
  display: inline;
}

#topbar a
{ 
  color: rgb(215, 7, 81); 
  padding: 4px 20px;
}

#topbar a:hover
{ 
  background-color: #5D78B8;
  color: white;
  border: 1px solid black;
}

#sidebar
{ 
  width: 200px;
  border-right: 1px solid rgb(215, 7, 81);
  background-color: #EFEFEF;
  position: absolute;
  height: 100%;
}

#sidebar h4
{
  color: white;
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
  background-color: #5D78B8;
}

#main
{
  margin-left: 200px;
  padding: 2px 30px;
}

#listing
{ 
  width: 100%;
}

#listing td
{
  padding: 4px;
  border: 1px solid #5D78B8;
  vertical-align: top;
}

#listingHeader
{ 
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

#listingHeader td
{ 
  background-color: #5D78B8;
  color: white;
}

img.statusEnable
{ 
  border-top: 4px solid rgb(215, 7, 81);
}

div.status
{
  border: 1px solid #5D78B8;
  color: white;
  width: 100px;
  text-align: center;
  padding: 2px;
}
