body, td, div, input, textarea { font-family: Tahoma; font-size: 13px; color: #333; }
body { margin: 20px; }

form { margin: 0px 0px 0px 0px; }
img { border: 0px; }
textarea { border: 1px solid #dcdcdc; }

a { outline: none; color: #0066CC; }

h3
{
  color: #e51937;
}

input.text-form
{
  padding: 2px;
  height: 22px;
  border: 1px solid #dcdcdc;
}

input.submit
{  width: 200px;  background: transparent;
  background-color: #f6f6f6;
  padding: 0px;
  height: 20px;
  border: 1px solid #666;
  font: 12px Arial; color:black;
}

input.checkbox
{  background: transparent;
  background-color: #ffffff;
}

table { border-collapse: collapse; }

table.mainframe td
{
	border: 1px solid #ccc;
	padding: 5px;
	color: #000;
}

table.mainframe td.nobo
{
	border: 0px;
}

table.mainframe td.nav
{
	width: 70px;
	height: 70px;
	border: 0px;
	border-right: 1px solid #ccc;
	text-align: center;
}

table.logs td
{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px;
  height: 20px;
  text-align: right;
  color: #000;
}

table.logs td.first
{
  border-left: 1px solid #ccc;
  text-align: left;
}

table.logs td.last
{
  border-right: 1px solid #ccc;
}

table.logs td.title
{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

table.logs a { padding-right: 10px; color: #333; text-decoration: none; }
table.logs a.current {color: #e51937; text-decoration: underline; }
table.logs a.bot { padding: 0px; cursor: pointer; color: #008CD2; text-decoration: underline; }

div.error
{
  color: red;
  padding: 5px;
}

#cpnav a
{
  display: block;
  padding: 5px 5px;
  border: 1px solid #DDDDDD;
  color: #333;
  text-decoration: none;
}

#cpnav a:hover
{
  background: #E86B21 none repeat scroll 0%;
  border-color: #003366;
  color: #FFFFFF;
  text-decoration: none;
}

#tooltip {  position: absolute;
  z-index: 3000;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  opacity: 1;
}

#tooltip h3, #tooltip div {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

div.links
{
  text-align: right;
}

div.links a:hover
{
  background: #E86B21 none repeat scroll 0%;
  border-color: #003366;
  color: #FFFFFF;
  text-decoration: none;
}

div.links a
{
  background: #FFFFFF none repeat scroll 0%;
  border: 1px solid #DDDDDD;
  color: #008CD2;
  padding: 2px 6px;
  text-decoration: none;
}

div.links b
{
  padding: 2px 6px;
  color: #E86B21;
}

a.sort
{  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.blacka a { color: #333; text-decoration: none; }

table tr.red td
{
  color: red;
}