/* CSS styles for File Download pages*/

/* start - styles for List Select Menus */
.selectmenus {
    margin-top: 2.5em;
    }

.selectmenus.top {
    margin-top: 0;
    }

.selectmenu h6 {
    margin: 0;
    padding: 0 0 0.3em 0;
    }

.selectmenu select {
    width: 90%;
    }
/* end - styles for List Select Menus */

/* start - styles for File Listing */
#content .toc h5 {
    float: left;
    font-weight: bold;
    color: #878787;
    font-size: 1em;
    margin: 0.35em 0.75em 0 2.9em;
    }

#content .heading.filelist .hdg_a {
    position: relative;
    z-index: 2;
    }

#content .heading.filelist h4 .prefix,
#content .heading.filelist h4 .suffix {
    text-transform: none;
    }

#content .heading.filelist h4 .sorting {
    font-size: 0.65em;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    text-transform: none;
    color: #666;
    text-align: right;
    position: absolute;
    right: 2.5em;
    bottom: 0.5em; 
    }

#content .heading.filelist h4 .sorting .currentsort {
    font-weight: bold;
    }

#content .heading.filelist h4 .sorting a,
#content .heading.filelist h4 .sorting a:visited {
    color: #4271CF;
    }

#content .heading.filelist h4 .sorting a:hover {
    color: #1a1d55;
    text-decoration: underline;
    }

.filelistitem {
    padding: 0.5em 2em 1em 0;
    background: url(/images/rule_doclist.gif) no-repeat top right;
    position: relative;
    top: -0.1em;
    z-index: 1;
    }

#content .filelistitem.verbose .no {
    float: left;
    font-size: 1em;
    margin-right: 0.5em;
    width: 2.25em;
    text-align: right;
    }

#content .filelistitem .filetitle {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 125%;
    }

.filelistitem .filethb {
    width: 3em;
    height: 3em;
    float: left;
    margin: 0 0.5em 1em 0;
    }

#content .filelistitem .shortdescription {
    font-size: 1em;
    margin: 0.5em 2em 0.5em 0;
    }

#content .filelistitem .shortdescription span {
    file-size: 0.9em;
    font-weight: bold;
    }

#content .filelistitem .fileinfo {
    font-size: 1em;
    margin: 0.5em 2em 0.5em 0;
    }

#content .filelistitem .fileinfo span {
    margin-right: 1em;
    }
/* end - styles for File Listing */

/* start - styles for File Info & Download template */
.infoitem {
    margin: 2em 2em 0 0;
    }

.infoitem.title {
    margin-right: 1em;
    }

.infoitem.download {
    margin-top: 3em;
    padding-bottom: 2.5em;
    } 

.infoitem .filethb {
    width: 4.55em;
    height: 4.55em;
    margin: 0 0.5em -0.3em -0.5em;
    }

.infoitem h5 {
    color: #1a1d55;
    }

#content .infoitem.title h3 {
    color: #878787;
    text-transform: none;
    font-size: 1.8em;
    margin: 0.4em 0.56em 0 0;
    padding: 0;
    background: none;
    }

#content .infoitem.shorttitle h4 {
    color: #878787;
    text-transform: none;
    font-size: 1.6em;
    margin: 0;
    background: none;
    padding: 0.6em 0 0 0;
    }

img.fileicon {
    width: 1.6em;
    height: 1.8em;
    margin-right: 0.75em ;
    }

.infoitem.download img {
    width: 11.5em;
    height: 2.5em;
    }

.infoitem.video {
    position: relative;
    text-align: right;
    margin: -5em 3em 0 0;
    }    
    
.infoitem.video .videotitle,
.infoitem.video .videoframe {
    display: none;
    }
    
.js .infoitem.video .videotitle {
    display: inline;
    position: relative;
    z-index: 10;
    }
    
.js .infoitem.video .videotitle:hover {
    cursor: pointer;
    }
    
.js .infoitem.video .videoframe {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    }
    
.infoitem.video div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    }

.js .infoitem.video div {
    display: none;
    }
/* end - styles for File Info & Download template */
