﻿a  { color: #222222; font-size: 10pt; font-family: arial; text-decoration: none; margin: 0; padding: 0; border: 0 white; outline-style: none; outline-color: white    }
.class  { color: #222222; font-size: 10pt; font-family: arial  ; text-decoration: none; }
a:visited  { color: #222222; font-size: 10pt; font-family: arial; text-decoration: none; border-style: none; border-color: white; outline-style: none; outline-color: white   }
a:active    { color: #222222; font-size: 10pt; font-family: arial; font-weight: bold; text-decoration: none; border: none; outline-style: none; outline-width: inherit   }
body    { color: black; font-size: 10pt; font-family: arial; font-size-adjust: inherit; text-decoration: none; background-color: white;line-height:130%;overflow:auto; }
table  { color: black; font-size: 10pt; font-family: arial ; text-decoration: none; }
a:link { color: #222222; font-size: 10pt; font-family: arial; font-weight: normal; text-decoration: none; }
a:hover { color: #777777; font-size: 10pt; font-family: arial; font-weight: normal; text-decoration: none; }
html {overflow-y:scroll;}	
h1 {font-size:18pt;line-height:100%;}
h2 {font-size:12pt;line-height:100%;}

#aContainer{
	position:relative;
	width:1024px;
	height:400px;
/*	border: solid 0px #000000*/
}

.aPhoto{
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}

div.transbox
{
  width: 1024px;
  height: 40px;
  margin: 0px 0px;
  background-color: #ffffff;
  border: 0px solid black;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
	position:relative;
	top: -40px;
	z-index: 1;
	float: left;
}

td.vnewsticker a { color:#000000
; }

.image {
        position:relative;
   
    }
.image img {
        position:relative;
        z-index:1;
    }
.image a {
    color: black;
    text-decoration:none;
}
.image .info {
        display: none;
    	

    }

#infotext  {      position: absolute;      bottom: 0;  } 

.image:hover .info {
    display: block;
    

    position:absolute;
    z-index:2;
    left:0px;
    top:0px;
    padding:0px 5px;
    width:90px;
    height: 121px;
      font: bold 12px/22px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   
   
    background: rgba(255, 255, 255, 0.4);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
    zoom: 1;
    }



