/* Begin File */

body.topLevel 
{
/*   background-color: black; */
/* background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedCopper.jpg); background-repeat: repeat; */
/*   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/lblue136.gif); background-repeat: repeat; */
   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/Stucco-01.gif); background-repeat: repeat; 
/*   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedLighter2Copper.jpg); background-repeat: repeat; */
   background-attachment: scroll;
}

body.midLevel 
{
/*   background-color: black; */
   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/Stucco-01.gif); background-repeat: repeat; 
/* background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedCopper.jpg); background-repeat: repeat; */
/*   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedLighter2Copper.jpg); background-repeat: repeat; */
   background-attachment: scroll;
}

body.detailLevel 
{
/*   background-color: black; */
/*   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/lblue136.gif); background-repeat: repeat; */
/* background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedCopper.jpg); background-repeat: repeat; */
/*   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/burnishedLighter2Copper.jpg); background-repeat: repeat; */
   background-image: url(http://www.knockknockwebanalytics.com/backgrounds/Stucco-01.gif); background-repeat: repeat; 
   background-attachment: scroll;
}

div.div80
{
   align:"center";
   width:80%;
}

table.full
{
   width:100%; 
   color: black; 
   border-collapse: collapse;
/*   centering the table is done in the table */
   text-align: center;
}

table.ninety
{
   width:90%; 
   color: black; 
   border: 1px solid black;
/*   centering the table is done in the table */
   text-align: center;
   background-color: white;
}

table.ninetyLeft
{
   width:90%; 
   color: black; 
   border: 1px solid black;
   text-align: center;
   background-color: white;
   text-align: left;
}

table.ninetyNoBorder
{
   width:90%; 
   color: black; 
   border-collapse: collapse;
/*   centering the table is done in the table */
   text-align: center;
}

table.ninetyNoBorderLeft
{
   width:90%; 
   color: black; 
   border-collapse: collapse;
   text-align: left;
}

table.eightyNoBorderLeft /* text portion of all Visitor pages without border */
{
   width:80%; 
   color: black; 
   border-collapse: collapse;
   text-align: left;
/*   font-weight: bold; */
   font-size: small;
   background-color: #FFFFCC;
}

table.eightyLeft /* text portion of all Visitor pages with border */
{
   width:80%; 
   color: black; 
/*   border-collapse: collapse; */
   text-align: left;
/*   font-weight: bold; */
   font-size: small;
   background-color: #FFFFCC;
}

/*This table is not working */
table.eightyLeftTopBorder /* text portion of all Visitor pages with top border only */
{
   width:80%; 
   color: black; 
/*   border-collapse: collapse; */
   text-align: left;
/*   font-weight: bold; */
   font-size: small;
   border-color: black;
   border-right: hidden;
   border-left: hidden;
   border-bottom: hidden;
   border-top: 1px;
   background-color: #FFFFCC;
}

table.eightyNoBorderNoBkgrdLeft
{
   width:80%; 
   border-collapse: collapse;
   text-align: left;
/*   font-weight: bold; */
}

th
{
   font-size: medium;
   font-color: black;
   font-weight: bold;
   border: 1px solid black;
   padding: 0;
}

td
{
   font-size: 16px;
   font-color: black;
   border: 1px solid black;
   padding: 0;
}

td.noBorder
{
   font-size: medium;
   font-color: black;
/*   font-weight: bold; */
   border: none;
}

td.noBorderVisitor /* text portion of all Visitor pages no border */
{
   font-size: small;
   font-color: black;
   padding: 30px;
/*   font-weight: bold; */
   border: none;
}

td.visitor /* text portion of all Visitor pages with border */
{
   font-size: small;
   font-color: black;
   padding: 30px;
/*   font-weight: bold; */
/*   border: none; */
}

td.header
{
   font-size: medium;
   font-color: black;
   font-weight: bold;
}


/* img {border: 0 none;} */

a img {border: none;}

a:link {color:blue;}
a:hover{color:#000000}


/* End File */
