﻿body {
}

div.credit
{
    font-family: arial,verdana,tahoma;
    font-size: 9px; 
    margin-bottom: 0pt; 
    margin-top: 0pt; 
    text-align: right; 
    text-transform: uppercase;
    float:left;
}

.credit a:link
{
    text-decoration:none;
    color:#ffffff;
}

div.affiliation
{
    font-family: arial,verdana,tahoma; 
    font-size: 9px; 
    margin-bottom: 0pt; 
    margin-top: 0pt; 
    text-align: right; 
    text-decoration:none;
    float:left;
}

.affiliation a:hover
{
    text-decoration:none;
}
div#chooseSection
{
    display:none;
}

div.mediaInfoDiv
{
    width:100%;
    float:left;
}

div.multimediaCaption
{
    font-family:Arial;
    font-size:12px;
    display:none;
}


.leftIndex
{
    text-decoration:none;
    cursor:pointer;
    margin-top:0px;
    padding-right:0px;
    padding-left:0px;
    width:45%
}

.rightIndex
{
    text-decoration:none;
    cursor:pointer;
    margin-top:0px;
    padding-left:0px;
    padding-right:0px;
}

.viewer
{
    background-color:#EFEFEF;
    text-align:center;
    vertical-align:middle;
    position:relative;
}

img.shownImage
{
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
	border: solid 1px transparent;
}

div.navigate
{
    font-family: arial,tahoma,sans-serf;
    font-size: 14px;
    font-weight: bold;
    /*text-transform:uppercase;*/
}

div.captionAndNavigate
{
    background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /*padding: 2px 0 2px 2px;*/
    padding:0px;
    position: absolute;
}

div.changeIndex
{
    padding-top:0px;
    margin-top:0px;
    text-align:center;
}

span.img-idx
{
    padding-left:15px;
    padding-right:15px;
}

div.multimediaSection
{
    position:relative;
}

.overLaying
{
    z-index:20;
    color:#000000;
    opacity:0.7;
    filter: alpha(opacity=70);
    position:absolute;
    top:20;
    left:0;
}


.overLayImg
{
    z-index:20;
    color:#000000;
    opacity:0.7;
    filter: alpha(opacity=70);
    position:absolute;
    top:0;
    left:0;
    width:42px;
    height:42px;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    /*Chrome*/
    -webkit-border-radius: 5em;
    /*Firefox*/
    -moz-border-radius: 5em;
    /*IE*/
    border-radius: 5em;
    /*behavior: url(PIE.htc);*/
    background: url("/news/images/icons/icon_av_main.gif") no-repeat scroll 0 0 transparent;
}

.overLayImg:hover 
{
    background: url("/news/images/icons/icon_av_main.gif") no-repeat scroll 0 -42px transparent;
}

.overLayImg[title="Play Video"]
{
    background: url("/news/images/icons/icon_av_main.gif") no-repeat scroll 0 -126px transparent;
}

.overLayImg[title="Play Video"]:hover
{
    background: url("/news/images/icons/icon_av_main.gif") no-repeat scroll 0 -168px transparent;
}

.overLayImg[title="Watch Flash"]
{
    background: url("/news/images/icons/flash.png") no-repeat scroll 0 0px transparent;
}

.overLayImg[title="Watch Flash"]:hover
{
    background: url("/news/images/icons/flash.png") no-repeat scroll 0 -42px transparent;
}

