﻿/*Resources Finder   */
/* Inside Pages styles */
        
        #ip_left
        {
        	float:left;
        	width:25%;
        }
        #ip_right
        {
        	width:70%;
        	float:left;
        }
#popupinfo 
        {
            position: absolute;
            display: none; 
            width: 600px;
            min-width: 600px;
          
            top: 0;
            margin-top:107px;
            margin-left:45px;
            background: #ffffff;
            border: 2px solid gray;
            border-width: 1px 2px 2px 1px;
            padding: 5px;
            z-index:10000;
            
            
        }
        

        #main {
        height: 700px;
        }
        .PanelOptionsRf
        {
            background-repeat: no-repeat;
           
            height: 90px;
            font-size: 0.9em;
        }
       
       .ddnlist li
    {
        display: inline;
        float: left;
        margin-left: 3px;
        margin-bottom: 2px;
        width: 350px;
        height: 30px;
        position: relative;
        top: -7px;
        left: -10px;
    }
        .productlist li
        {
            display: inline;
            float: left;
            margin-left: -4px;
            margin-bottom: 3px;
            background-image: url(../images/SlidebgBlue.jpg);
            background-repeat: no-repeat;
            width: 175px;
            height: 175px;
            padding-left: 5px;
            overflow: hidden;
            font-size: 0.9em;
        }
       
        .ResultsResFinder
        {
            position: relative;
            top: -40px;
            background-color: Red;
        }
        .ThumbImage
        {
        }
        .ToolButton
        {
            position: relative;
            top: -10px;
            left: 10px;
        }
        .datapager
        {
            display: block;
            text-align: center;
            clear: both;
            font-size: small;
            font-weight: bold;
            position: relative;
            top: -10px;
        }
        .clear
        {
            clear: both;
            display: block;
            height: 1px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        .FolderList li
        {
            display: inline;
            float: left;
            list-style-type: circle;
            margin-left: 10px;
        }
        div.fileinputs
        {
        }
        div.fakefile
        {
            position: absolute;
            top: 40px;
            left: 0px;
            z-index: 1;
        }
        input.file
        {
            position: relative;
            text-align: right;
            display: none;
            z-index: 100;
            width: 130px;
        }
        .dp_current
        {
        font-size: 0.8em;
        border-bottom: solid 1px #333333;
        }
        .dp_link
        {
        font-size:0.8em;
        color: blue;
        text-decoration:none;
        	
        }
        .dp_link:hover
        {
        font-size: 0.8em;
        text-decoration: underline;
        }

