﻿/* Search Page */

    #tdSearchResults a[href]:active,
    #tdSearchResults a[href]:hover,
    #tdSearchResults a[href]:link,
    #tdSearchResults a[href]:visited
    {
        font-size: 12px;
    }



.AI_GIF, .CSV_GIF, .DOC_GIF, .DOCX_GIF, .DOTX_GIF, .GIF_GIF, .GIS_GIF, .JPG_GIF, .HLP_GIF, .MDB_GIF, .MDBX_GIF, .OWA_GIF, .PDF_GIF, .PNG_GIF, .PPT_GIF, 
.PPTX_GIF, .PSD_GIF, .RPT_GIF, .TIF_GIF, .WMA_GIF, .WMV_GIF, .XFD_GIF, .XLS_GIF, .XLSX_GIF, .ZIP_GIF
{
    background-color: White;
    background-repeat: no-repeat;
    height: 16px;
    padding: 0 0 0 22px;
    margin: 2px 0 18px 0
}

.AI_GIF     { background-image: url('FileIcons/ai.gif') }   /* Adobe Illustrator - need icon */
.CSV_GIF    { background-image: url('FileIcons/xls.gif') }
.DOC_GIF    { background-image: url('FileIcons/doc.gif') }
.DOCX_GIF   { background-image: url('FileIcons/docx.gif') }
.DOTX_GIF   { background-image: url('FileIcons/docx.gif') }
.GIF_GIF    { background-image: url('FileIcons/jpg.gif') }
.GIS_GIF    { background-image: url('FileIcons/gis.gif') }
.JPG_GIF    { background-image: url('FileIcons/jpg.gif') }
.HLP_GIF    { background-image: url('FileIcons/hlp.gif') }
.MDB_GIF    { background-image: url('FileIcons/mdb.gif') }
.MDBX_GIF   { background-image: url('FileIcons/mdb.gif') }
.OWA_GIF    { background-image: url('FileIcons/owa.gif') }
.PDF_GIF    { background-image: url('FileIcons/pdf.gif') }
.PNG_GIF    { background-image: url('FileIcons/jpg.gif') }
.PPT_GIF    { background-image: url('FileIcons/ppt.gif') }
.PPTX_GIF   { background-image: url('FileIcons/ppt.gif') }
.PSD_GIF    { background-image: url('FileIcons/psd.gif') }  /* Photoshop - need icon */
.RPT_GIF    { background-image: url('FileIcons/rpt.gif') }
.TIF_GIF    { background-image: url('FileIcons/jpg.gif') }
.WMA_GIF    { background-image: url('FileIcons/audio_cd.gif') } 
.WMV_GIF    { background-image: url('FileIcons/audio_cd.gif') }  /* Windows Media Video - need icon */
.XFD_GIF    { background-image: url('FileIcons/xfd.gif') }  /* Extensible Form - need icon */
.XLS_GIF    { background-image: url('FileIcons/xls.gif') }
.XLSX_GIF   { background-image: url('FileIcons/xls.gif') }
.ZIP_GIF    { background-image: url('FileIcons/zip.gif') }


/* End Search Page */

/*
.Button_Cut
{
    background-image: url(  'Button/cut.gif' );
    background-repeat: no-repeat;
    background-position: center top;
    border: 0px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.Button_Team_Resizable
{
    background-color: #948A6B;
    border: thin outset #808080;
    color: white;
    cursor: hand;
    font-size: 10px;
    font-family: Arial;
}
*/

.file_grid_heading1 { font-weight: bold; font-size: 10pt; color: white; font-family: arial; background-color: #999999 }
.file_grid_text1 { font-size: 9pt; color: black; font-family: arial; background-color:#FFFFFF; }

.file_table      { font-size: 9pt; color: black; font-family: arial; background-color: white; text-align: left; vertical-align: top;}
.file_table_tr   { vertical-align: top;}
.file_table_th   { font-weight:bold; font-size: 10pt; color: white; background-color: #999999; cursor: hand; vertical-align: top; }
.file_table_icon { text-align: center; }

/*
.main_text { font-family: arial; color: #333333; font-size: 9pt; line-height: 150% }
*/

.sidebar_panel
{
    background: url('file/grid-bg.gif') repeat;
    border: 1px solid #566aa2;
    margin: 0;
    padding: 0px;
    width: 240px;
}
.sidebar_title
{   
    background: url('file/sidebar-bg.gif') no-repeat; 
    text-align:left;
    color: White;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    padding-left: 10px;
    padding-top: 5px;
    height:20px;
    vertical-align: top;
    width: 240px;
}

.sidebar_message
{
    overflow: hidden;
    width: 240px;
}

.sidebar_message_text
{
    font-size: 8pt;
    height: 260px;
    margin: 5px 5px 5px 5px;
    text-align: left;
    color: #333333;
    line-height:normal;
}
