body {
      background-color: #D8D8D8;
	 margin: 5px;
      color: #000000;
      font-family:Verdana;
      font-size:9pt;
	  background-image:url('http://www.banjo.li/images/banjo_bg.gif');
	  }

div.menu      { font-size:9pt; border-width:1px; border-color:#000000; background-color: #D6D6D6; }

div.content   { margin-left:10px; margin-right:10px; z-index:1; }

div.menur     { z-index:10; text-align:right; }
div.menul     { z-index:10; }

table         { border-width:0; cellspacing:1; cellpadding:2; border-color:#000000; }
table.content { border-width:0; cellspacing:1; cellpadding:2; background-color: #000000; border-color:#000000; table-layout:auto; }
table.head    { border-width:0; cellspacing:1; cellpadding:2; background-color: #000000; border-color:#000000;}
table.info    { border-width:0; cellspacing:1; cellpadding:1; background-color: #000000; border-color:#000000;}
table.panel   { width: 150px; background-color: #ADC6E3; border-color: #4583C0; margin-bottom: 5px; }

td.headfill   { background-image:url('http://www.banjo.li/images/headfill.png'); }

th { font-family:Verdana; font-size:10pt; }

td { font-family:Verdana; font-size:9pt; }

td.head { background-image:url('http://www.banjo.li/images/thhead.png'); }
th.head { background-image:url('http://www.banjo.li/images/thhead.png'); 
	     text-align:left; 	 }

th.info { background-color: #FF9933; color: #000000; border: 1px solid #4583C0; }
td.info  { background-color:#FF9933; }
td.infoo { background-image:url('http://www.banjo.li/images/headfill.png'); }

td.header { background-color:#F6DFC2; }
th.header { background-color:#EAD4B8; }
td.left   { background-color:#DAD4CC; }
td.right  { background-color:#D4C9BB; } 
td.center { background-color:#3663B5; } 
td.odd    { background-color:#CCCCCC; }
td.even   { background-color:#D4D0CC; } 
td.top    { background-color:#CDB79A; }
td.bottom { background-color:#F6DBB8; }

td.menu   { background-color:#D8D8D8; }

table.quote {
   background-color: #FF0000;
   border: 1px solid #4583C0;
}

td.quote {
   padding: 3px;
   background-color: #FF0000;
   border-top: 1px dashed #4583C0;
}

A:link    { text-decoration: underline; color:#462B08; }
A:visited { text-decoration: underline; color:#462B08; }
A:active  { text-decoration: underline; color:red; }
A:hover   { text-decoration: underline; color:#737373; background-color:#D8D8D8; }

input      { border-color: #90D0F0; background-color:#EEEEEF; color:#000000; font-size:10pt; }
input.send { border-color: #90D0F0; background-color:#EEEEEF; color:#000000; font-size:10pt; }
select     { background-color: #EEEEEF; border-color: #000000; font-family: arial; font-size:10pt; color:#000000; }
textarea   { background-color: #EEEEEF; border-color: #000000; font-family: arial; font-size:10pt; color:#000000; }
fieldset   { border-color: #000000; background-color:#FFDFB7; }
legend     { font-family:Verdana; font-size:10pt; color: #000000; background-color:#FFDFB7; }

font.body  { color: #000000; }

div.phpcode
{
	width: 600px;
	overflow: auto;
	overflow-y: hidden;
}


table.pmain {
    border: none;
    width: 770;
    padding: 0px;
    margin: 0px;
}
td.ptop {
    background: url('http://www.banjo.li/images/topcenter.png');
	overflow-y: hidden;
}
td.pleft,td.pright {
    width: 150px;
    vertical-align: top;
    margin: 0px;
    padding: 10px 0px;
}
td.pcontent {
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 8px;
}
td.pbottom {
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
}

div.mleft {
    border: 1px solid black;
    font-size: 12px;
    font-family: Verdana;
    padding: 2px;
    margin: 3px 0px 10px;
}
p.mleft {
    margin: 0px;
    padding: 0px;
}

div.mright {
    border: none;
    font-size: 10px;
    font-family: Verdana;
    padding: 0px;
    margin: 0px 0px 10px;
}

div.rotator {
    position: absolute;
    top: 45px;
    right: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

a:link,a:visited {
    text-decoration: underline;
    color:#462B08;
}
a:active {
    text-decoration: underline;
    color: red;
}
a:hover {
    text-decoration: underline;
    color:#737373;
    background: #D8D8D8;
}

img {
    border: none;
}
