    a:link{
        color:#000000;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
    }
    a:hover{
        color:red;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
    }
    a:visited:hover{
        color:red;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
    }
    a:visited{
        color:#000000;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
    }
    #popwingui {
    border:2px outset #c0c0c0;
}
#popwindiv {
}
#popwiniframe {
    border:1px inset #c0c0c0;
}
.table{
    border: dashed;
    border-width: 1px;
    border-color: #AAEEFF;
}
    table.bg {
        background-image: "images/voleybol_r11_c2.jpg";
        background-repeat: no-repeat;
    }
.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;    
} 

.mainDiv
{
  width:160px;
}
.topItem
{
    padding-left: 2px;
    width:160px;
    height: 15px;
    cursor:pointer;
    font-family: Arial;
    font-size: 12px;
}


.dropMenu
{
  border-top:0px solid #467BF2;
  border-left:0px solid #92B1F8;
  border-right:0px solid #92B1F8;
  border-bottom:0px solid #92B1F8;
}

.subMenu
{
    display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

li a:link{
	font-size:10px;
}

li a:hover{
	font-size:10px;
}

li a:visited{
	font-size:10px;
}


li a:visited:hover{
	font-size:10px;
}


    #thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
