body
{
  margin: 0px;
  background-image: url(page_bg.png);
  background-repeat: repeat-x;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.maintable
{
  width: 892px;
  height: 100%;
}


.cell_main
{
  width: 700px;
  background-image: url(cmain_bg.png);
  background-repeat: repeat-y;
  height: 100%;
}

.headertable
{
  width: 700px;
  height: 158px;
  background-image: url(cmain_top_bg.png);
  background-repeat: no-repeat;
}

.contenttable
{
  width: 700px;
}

.leftmenutable
{
  width: 165px;
}

.leftmenutable td
{
  text-align: right;
}

.mhover a
{
  background-color: #FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
  color: #777D9A;
  text-decoration: none;
}


.mhover a:hover
{
  background-color: #777D9A;
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

.subheader
{
  width: 668px;
  height: 26px;
  font-size: 12px;
  background-color: #777D9A;
  color: #FFFFFF;
}

.centered
{
  text-align: center;
}

.bolded
{
  font-weight: bold;
  padding-left: 6px;
}

.t_header
{
  width: 540px;
  height: 120px;
  margin-left: 12px;
  font-size: 12px;
  color: #777d9a;
}

h1
{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

h2
{
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.t_header a
{
  font-size: 12px;
  color: #777D9A;
  text-decoration: none;
  background-color: #FFFFFF;
}

.t_header a:hover
{
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #777D9E;
}

.contentbox
{
  width: 668px;
  font-size: 12px;
  background-color: #E1E2EB;
  color: #000000;
  padding: 6px;
}

.contentbox a
{
  font-size: 12px;
  color: #555b7c;
}

.contentdivider
{
  height: 6px;
  background-color: #FFFFFF;
}

.subheader a
{
  background-color: #777D9E;
  color: #FFFFFF;
  text-decoration: none;
}

.subheader a:hover
{
  background-color: #FFFFFF;
  color: #555B7C;
  text-decoration: none;
}


.headBox {
	background-color: #CCCCCC;
	border: 2px gray solid;
	margin-bottom: 1em;
	text-align: center;
}

.navBox {
	width: 600px;
	padding: 5px;
	background: white;
	border: 0px gray solid;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 1em;
}

.navBoxHead {
	color: #777d9e;
	font-weight: bold;
	font-size: 10pt;
}

.totalsBox {
	width: 600px;
	text-align: left;
	margin-bottom: 1em;
}

.totalsTable, table.totalsTable, .totalsTable td, .totalsTable th {
	width: 250px;
	padding: 4px;
	border-collapse: collapse;
	border: 0px;
	font-weight: bold;
	text-align: center;
}

.totalsTable th {
	font-weight: normal;
	text-align: left;
}

ul {
	margin-top: 0px;
}

.head { 
	color: #FFFFF0;
	background-color: #777d9e;
	background-image: url("cc141.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-width: 0px;
}

.footer, .footer a:link, .footer a:visited, .footer a:hover {
	text-align: center;
	color: black;
	background-color: #e0e2eb;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: 555b7c;
}

.label  {
	font-size: 8pt;
}

.value  {
	text-align: center;
	padding-left: 4px;
	font-size: 8pt;
	color: gray;
}

.vBarBorder, .hBarBorder {
	border: 1px black solid;
	left: 0px;
	font-size: 1px;
}

.box {
	border: 0px;
	margin-bottom: 1em;
	overflow: visible;
}

.box p {
	padding-left: 1em;
}

.boxTable { padding: 3px; font-size: 12px;} /* table used within the box */

.darkbg {
}

.blockedReferer, .hiddenReferer {
	color: red;
	font-weight: bold;
    font-size: 12px;
}

.selfReferer {
	color: navy;
	font-weight: bold;
    font-size: 12px;
}

.detailedTable {
	border: 0px gray solid;
	border-collapse: collapse;
	text-align: center;
	font-size: 8pt;
}

th.detailedTable {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #EFEFEF;
}

.success {
	font-weight: bold;
	color: green;
}

.error {
	font-weight: bold;
	color: red;
}

table.modifyTable {
	width: 500px;
}

.modifyTable, .modifyTable th, .modifyTable td {
	border: 0px black solid;
	padding: 4px;
}

.modifyTable th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.noborder, .noborder th, .noborder td {
	border: none;
	padding: 2px;
    border-width: 0px;
}
