﻿body, td, th {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #000000;
}

a {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 90px; /*position where enlarged image should offset horizontally */

}

    #aspplus_tab {
      float:left;
      width:100%;
          background:;
      font-size:99%;
      line-height:normal;
          border-bottom:3px solid #BCD2E6;
      }
    #aspplus_tab ul {
          margin:0;
          padding:1px 1px 0 10px;
          list-style:none;
      }
    #aspplus_tab li {
      display:inline;
      margin:0;
      padding:0;
      }
    #aspplus_tab a {
      float:left;
      background:url("tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #aspplus_tab a span {
      float:left;
      display:block;
      background:url("tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #aspplus_tab a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #aspplus_tab a:hover {
      background-position:0% -42px;
      }
    #aspplus_tab a:hover span {
      background-position:100% -42px;
      }

      #aspplus_tab #current a {
              background-position:0% -42px;
      }
      #aspplus_tab #current a span {
              background-position:100% -42px;
      }
