table.vanillatable {
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 100%;
}

td.vanilladata {
 margin: 0px;
 padding: 0px;
}

td.leftstyle {
 font-family: Arial;
 font-weight: bold;
 font-size: 18px; 
 background-image: url(leftbar.png);
 color: white;
 padding: 20px; 
 padding-top: 12px; 
 margin: 0px;
 width: 119px; 
 vertical-align: top;  
}

td.patchdata A {
  display: block;
  width: 100%;
  height: 100%;
}

td.patchdata A:link {
  text-decoration: none;
  display: block;
}

td.patchdata A:hover {
  color: #333333;
  text-decoration: none;
  display: block;
}


td.pagestyle {
 font-family: Arial;  
 color: #000000;
 font-size: 14px;   
 margin: 0px; 
 padding: 20px;
 padding-top: 12px;
 vertical-align: top; 
}


td.rightstyle {
 margin: 0px;
 padding: 20px;
 padding-top: 12px;
 font-family: Arial;
 font-size: 10px;
 vertical-align: top;
 width: 160px; 
 background-image: url(rightbar.png);
}


td.leftcorner {
 background-image: url(leftcorner.png);
 padding: 0px;
 margin: 0px;
 width: 159px;
 height: 6px;
}

td.bottom {
  background-image: url(bottom.png);
  height: 6px;
  text-align: center;
}

td.rightcorner {
 background-image: url(rightcorner.png);
 height: 6px;
 width: 12px;
 
}


td.patchdata {
 margin: 0px;
 padding: 0px;
 background-image: url(patch_1.png);
 width: 156px;
 height: 145px;
} 

td.patchdata A {
  display: block;
  width: 100%;
  height: 100%;
}

td.patchdata A:link {
  text-decoration: none;
  display: block;
}

td.patchdata A:hover {
  background-image: URL(patch_2.png);
  text-decoration: none;
  display: block;
}



td.nopatchdata {
 margin: 0px;
 padding: 0px;
 background-image: url(nopatch_1.png);
 width: 156px;
 height: 145px;
} 


td.headerdata {
 margin: 0px;
 padding: 0px;
 background-image: url(topbar.png);
 height: 145px;
 text-align: center; 
}

td.menudata {
 margin: 0px;
 padding: 0px;
 height: 35px;
}


.jqueryslidemenu{
 position: absolute;
 top: 110px;
 left: 156px;
 font: 15px Impact; 
 background: #333333; 
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #333333; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b; 
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
background: #333333;
}

.jqueryslidemenu ul li a:hover{
background: #888888; /* #999999;*/ /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Arial; /* Verdana; */
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
/* background: #eff9ff; */
background-image: url(topbar.png);
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


body {
 padding: 0px;
 margin: 0px;
 height: 100%; /* ? */
}


td.mymenu {
 margin: 0px;
 padding: 0px;
 width: 100%;
}


td.patchstyle {
 background-image: url(patch1b.png); 
 width: 142px;
 height: 142px;
 
}

td.spacestyle {
 width: 100%;
 heigth: 142px;
}


td.footerstyle {
 font-family: Arial;
 font-weight: bold;
 color: #333333;
 font-size: 14px;
 height: 35px;
 padding: 0px;
 margin: 0px;
 text-align: center;
}


td.rightcorner {
 background-image: url(rightcorner.png);
 width: 6px;
 height 142px;
}


td.leftstyle A {
  color: white;
 }

td.leftstyle A:hover {
 color: #330000;
 text-decoration: none;
}

td.leftstyle A:visited {
 text-decoration: none;
}

td.leftstyle A:link {
 text-decoration: none;
}

td.rightstyle A {
  color: black;
 }

td.rightstyle A:hover {
 color: white;
}

td.rightstyle A:visited {
}

td.rightstyle A:link {
}




td.pagestyle A {
  color: #000099;
 }

td.pagestyle A:hover {
 color: #CC0000;
 font-weight: bold; 
 text-decoration: none;
}

td.pagestyle A:visited {
 text-decoration: none;
 font-weight: bold; 
}

td.pagestyle A:link {
 font-weight: bold; 
 text-decoration: none;

}


table.tablestyle {
 border-collapse: collapse;
 border-color: #000000;
 width: 100%;
 align: center;
 font-size: 15px; 
}

table.tablestyle th {
  background-color: #CC0000;
  border-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px; 
  padding-top: 5px;
  padding-bottom: 5px;
}

table.tablestyle td {
 padding-top: 5px;
 padding-bottom: 1px;
 padding-left: 2px;
 border-color: #000000; 
 color: #000000;
}

table.tablestyle A {
  color: #000099;
 }

tr.grayrow {
  background-color: #DDDDDD;
}

th.th5 {
 width: 5%;
}

th.th15 {
 width: 15%;
}

th.th20 {
 width: 20%;
}

th.th25 {
 width: 25%;
}


table.tablestyle A:hover {
 color: #CC0000;
 font-weight: bold; 
 text-decoration: none;
}

table.tablestyle A:visited {
 text-decoration: none;
 font-weight: bold; 
}

table.tablestyle A:link {
 font-weight: bold; 

 text-decoration: none;

}

table.tinytablestyle {
 border-collapse: collapse;
 border-color: #000000;
 width: 50%;
 font-size: 15px; 
}

table.tinytablestyle th {
  background-color: #CC0000;
  border-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px; 
  padding-top: 5px;
  padding-bottom: 5px;
}

table.tinytablestyle td {
 padding-top: 5px;
 padding-bottom: 1px;
 padding-left: 2px;
 border-color: #000000; 
 color: #000000;
}



h1 {
 font-family: Impact, Arial;
 font-size: 25px; 
 font-weight: normal; 
 color: #CC0000; 
 padding: 0px;
 margin: 0px;
 
}

h4 {
  font-family: Impact, Arial;
 font-size: 25px; 
 font-weight: normal; 
 color: /* #CC0000; */ white;
 padding: 0px;
 margin: 0px;
}

h5 {
 font-family: Impact, Arial;
 font-size: 25px; 
 font-weight: normal; 
 color: /*  #CC0000; */ #333333;
 padding: 0px;
 margin: 0px;
}

h2 {
 font-family: Impact, Arial; 
 font-size: 21px; 
 font-weight: normal; 
 color: #333333;
 margin-bottom: 0;
} 

h3 {
 font-family: Impact, Arial; 
 font-size: 17px;
 font-weight: normal;  
 color: #CC0000;
 margin-bottom: 0;
} 


table.pixstyle {
 border-collapse: collapse;
 border-color: #000000;
 color: #FF0000;
 font-size: 10pt; 
}

table.pixstyle th {
  background-color: #CC0000;
  border-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt; 
  padding-top: 5px;
  padding-bottom: 5px;
  
}

table.pixstyle td {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 border-color: #000000; 
 color: #000000;
}



table.menuitems {
 padding: 0;
 margin: 0;
 border-spacing: 0;
 height: 100%;
}









