body {
font-family: Tahoma;
font-size: 8pt;
background-color: #242424;
//background: #212121 url("pic/bg.gif");
color: #A4A4A4;
margin-top: 15px;
margin-bottom: 20px;
padding-left: 35px;
padding-right: 35px;
}

table {
border-collapse: collapse;
border: none;
background-color: #313131;
}

table.ncode_imageresizer_warning {
    background: #2D2D2D;
    color: #000000;
border-width: 1px;
border-color: #2D2D2D;
border-style: solid;
    cursor: pointer;
}

table.ncode_imageresizer_warning td {
    font-size: 12px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: bold;
}

table.ncode_imageresizer_warning td.td1 {
    padding: 2px;
}

table.ncode_imageresizer_warning td.td2 {
    padding: 2px;
}

textarea {
background: #000000;
background-color: #313131;
border: #414141 1px solid;
color: #242424;
}

input,select {
background: #ffffff;
border: #414141 1px solid;
}

.onLoad	{
color: #ffffff;
background: #000000;
scrollbar-base-color: #212121;
border-width: 1px;
border-color: #414141;
border-style: solid;
}

input.button {
background: none;
border: none;
}

table.cHs{ background: #212121;
border: none;
}

td.cHs { border: none;

}

table.main, table.mainouter {
background-color: #2d2d2d;
}

table.bottom {
background: transparent;
}

h1 {
font-size: 12pt;
}

h2 {
font-size: 10pt;
margin-bottom: 6px;
}

p {
font-size: 8pt;
}

p.sub {
margin-bottom: 4pt;
}

td {
font-size: 8pt;
border: solid #414141 1px;
}

td.embedded {
border: none;
padding: 0px;
text-align: left;
}

td.bottom {
border: none;
}

td.heading {
font-weight: bold;
}

td.text {
padding: 10pt;
text-align: left;
}

td.comment {
padding: 10pt;
font-size: 8pt;
text-align: left;
}

td.colhead {
font-weight: bold;
color: #ffffff;
background-color: #414141;
}

td.rowhead {
font-weight: bold;
text-align: right;
vertical-align: top;
}

td.title {
font-size: 14pt;
}

td.navigation {
font-weight: bold;
font-size: 10pt;
padding-left: 10px;
padding-right: 10px;
border: none;
}

td.clear {
padding: 0px;
border: 0px;
background: transparent;
}

form {
margin-top: 0;
margin-bottom: 0;
}

.sublink {
font-style: italic;
font-size: 7pt;
font-weight: normal;
}

font.gray
{
color: #ACA899;
text-decoration: none;
}

img {
text-decoration: none;
border: none;
}

a:link, a:visited {
text-decoration: none;
color: #59A7EF;
/**/
}

a:hover {
text-decoration: none;
color: #B12B2B;
}

a.index {
text-decoration: none;
color: #59A7EF;
}

a.sort {
text-decoration: none;
color: #59A7EF;
}

a.biglink {
font-weight: bold;
font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
text-decoration: none;
color: #59A7EF;
}

a.altlink:hover {
text-decoration: none;
color: #59A7EF;
}

a.altlink_blue:link, a.altlink_blue:visited{
text-decoration: none;
color: #59A7EF;
}

a.altlink_blue:hover {
text-decoration: none;
color: #59A7EF;
}

a.altlink_green:link, a.altlink_green:visited{
text-decoration: none;
color: #59A7EF;
}

a.altlink_green:hover {
text-decoration: none;
color: #59A7EF;
}

.important {
font-weight: bold;
font-size: 8pt;
}

.red {
color: #ffffff;
}

.yellow {
color: #ffffff;
}

.sort {
font-weight: bold;
color: #FFFFFF;
background-color: #ffffff;
}

.green {
color: #000000;
}

input, select, textarea {
font-family: tahoma;
font-size: 8pt;
background: #ffffff;
border: #414141 1px solid;
}

.btn {
background: #ffffff;
border: #414141 1px solid;
}

.small {
font-size: 7pt;
}

.big {
font-size: 10pt;
}

li {
margin-top: 6pt;
margin-bottom: 6pt;
}

ul {
margin-left: 16pt;
margin-top: 0px;
margin-bottom: 0px;
}
/*------------------- For scrolling checklist ---------------------*/
.checklist {
    border: none;
    list-style: none;
    height: 100px;
    overflow: auto;
    width: 150px;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    height: 25%;
}

.checklist label:hover { background: #777; color: #fff; }

/*------------------- Added to TBDev code ---------------------*/