@charset "utf-8";
/* CSS Document */
/* CSS CONTENTS */
/*
- MASTHEAD
- TOOLS
- UDM
  - UDM Sub Nav
- NAV2
- CONTENT LAYOUT
- CONTENT
- FORMS
- FOOTER
- RIGHT HAND FEATURE BOXES
*/
body
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    /*font-size:90%;*/
}
#content a:link, #feature a:link
{
    color:#00516D;
    color:#004382; /* new blue */
}
#content a:visited, #feature a:visited
{
    color:#7f97ea;
    color:#7f90a4;
}
#content a:hover, #feature a:hover
{
    color:#C28212;
}

/* MASTHEAD */
    #header
    {
        background-image:url(http://www.courts.qld.gov.au/header_bkg.jpg);
        background-repeat:no-repeat;
        background-position:top right;
        height:90px;
        margin:0em;
        padding:0em;
    }
    
    #qglogo
    {
        margin:0em;
        padding:0em;
    }
    
    #agency
    {
        display:none;
    }
    
    #banner
    {
        display:none;
    }
    
/* TOOLS */
    #tools
    {
        font-size:10px;
        margin-top:3px; /* Edited by D. Hill */
    }
    #tools a:link
    {
        color:#00516D;
    }
    
    #tools a:visited
    {
        color:#00516D;
    }
    
    #tools a:hover
    {
        color:#C28212;
    }
    
    #tools input
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        border:none;
        background-color:transparent;
        color:#00516D;
        font-size:10px;
        padding:0em;
        margin:0em;
        width:50px;
        position:relative; /* swapping position of text field and button */ 
        right:110px;
    }
    
    #tools input:hover
    {
        color:#C28212;
    }
    
    #tools input.searchinput /*search text field */
    {
        border:1px solid #00516D;
        background-color:#FFF;
        width: 100px; 
        padding:.1em;
        position:relative;
        left: 47px; /* edited by D. Hill */    
    }
    
    #tools input.searchinput:hover
    {
        color:#00516D;
    }
    
/* UDM - navigation bar */
    #udm
    {
        background-color:#000000;
        position:absolute;
        top:90px;
        font-size:90%;
        margin-left:-1px;
    }
    
    #udm li
    {
        background-image:url(http://www.courts.qld.gov.au/udm_divider.gif);
        background-repeat:no-repeat;
        background-position:center left;
        padding-left:1px;
    }
    
    #udm li a:link
    {
        color:#FFF;
        text-decoration:none;
        font-weight:normal !important;
    }
    
    #udm li a:visited
    {
        color:#FFF;
        text-decoration:none;        
        font-weight:normal !important;
    }    
    
    #udm li a:hover
    {
        font-weight: bold !important; /* added by R Athanasiov */
        color:#C28212;
    }
    
    #udm li a:active
    {
        color:#FFF;
        text-decoration:none;
        font-weight:normal !important;
    }
        
    
        /* UDM sub navigation */
        
        #udm ul
        {
            background-color:#CCDCE2;
            border:none;
            margin-top:4px !important;
            padding:3px;
        }
        
        #udm ul a:link
        {
            color:#00516D;
            text-decoration:none;
            background-color:#CCDCE2;
        }
        
        #udm ul a:visited
        {
            color:#00516D;
            text-decoration:none;
            background-color:#CCDCE2;
        }        
        
        #udm ul a:hover
        {
            color:#C28212;
            background-color:#CCDCE2;
        }    
        
        #udm ul a:active
        {
            color:#00516D;
            text-decoration:none;
            background-color:#CCDCE2;
        }            
        
        #udm ul li
        {
            padding:2px 0px 2px 0px;
            background-image:none;
        }
        
/* NAV2 */
    #nav2
    {
        /* font-weight:bold; changed at Courts request */
        /* font-size:11px; changed at Courts request */
        font-size:90%;
    }
    #nav2 li
    {
        margin-top:8px;
    }
    
    #nav2 a:link
    {
        color:#00516D;
        color:#004382; /* new blue */
        text-decoration: none;        
    }
    
    #nav2 a:visited
    {
        color:#00516D;
        text-decoration: none;
        color:#004382; /* new blue */        
    }    
    #nav2 a:hover
    {
        color:#C28212;
        text-decoration: underline;
    }
    
    #nav2 a:active
    {
        color:#00516D;
        color:#004382; /* new blue */
        text-decoration: none;        
    }        
    
/* CONTENT LAYOUT */
    #feature
    {
        width:230px;
        padding:0em;
    }
    #nav2
    {
        width:17%;
        padding-top:0em;
        margin-top:0em;
    }
    
    #content
    {
        width:53%;
        margin:0em;
        padding-bottom:0em;
        padding-top:0em;    
    }
    
    body{ /* Layout width fix */
        min-width:870px;
    }
    
    #content.double
    {
        width:84%
    }
    
    #header
    {
        margin-bottom:35px;
    }
    
/* CONTENT */
    
    #content h1
    {
        color:#C28212;
        font-size: 170%; /* 160%; changed at Courts request*/
        font-weight:normal;
    }
    
    h2
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#7A2010;
        /* color:#7F7F7F; changed at Courts request */
        font-size:120%; 
        font-weight:bold;


    }
    
    h3
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#7F7F7F;
        /* color:#7A2010; changed at Courts request */
        font-size:120%;
        font-weight:bold; 
    }

    
    /* People Listing */
    
    table.people_listing
    {
        width:100%;
    }
    
    .people_listing caption
    {
        display:none;
    }
    
    .people_listing th
    {
        display:none;
    }
    
    .people_listing td
    {
        padding-right:2em;
    }
    
    
    /* Document listing */
    
    .doc_listing img
    {
        border:0;
    }
    
    .doc_listing .image_links
    {
        float:left;
        width:30px;
        clear:both;
    }
    
    .doc_listing li
    {
        margin-bottom:.5em;
    }
    
    .doc_listing
    {
        margin-left:0em;
        padding-left:0em;
        list-style-type:none;
    }
    
    .doc_listing h4
    {
        font-weight:normal;
        font-size:100%;
        display:inline;
        text-indent:16em;
        margin-left:1em;
        margin-right:3em;
    } 
    
    .doc_listing p
    {
        display:inline;
        text-indent:16em;
    }
    
    .top
    {
    background-image:url(http://www.courts.qld.gov.au/top_page.gif);
    background-repeat:no-repeat;
    display:block;
    width:29px;
    height:13px;
    margin:2em 0em 2em 0em;
    }
    
    .bold_list
    {
    padding-top:.5em;
    padding-bottom:.6em;
    margin-bottom:-1px;
    border-top:1px solid #CCDCE2;
    border-bottom:1px solid #CCDCE2;
    }
    
/* FORMS */
 
      form.inline:after,
      form.inline fieldset:after,
      form.inline .actions:after{
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
      }
      form.inline,
      form.inline fieldset,
      form.inline .actions { display:inline-block; }
      /* Hide from IE Mac \*/
      form.inline,
      form.inline fieldset,
      form.inline .actions {display:block;}
      /* End hide from IE Mac */
 
 
      form.inline div
      { /* used to style buttons row as there is no class on this */
            border:1px solid #CCDCE2;
            border-top:none;
            margin-top:-1.6em;
            margin-left:0;
            margin-right:0;
            padding-top: 0;
            padding-bottom:0;
            background-color: #ffffff;    
            position:relative;
            top: -1px; 
            z-index: 10;
      }
      
      form.inline div.actions {
            padding-bottom: 0.5em;
      }
      
      form.inline div button {
            z-index: 100;
            position: relative;
            top: 0;
      }
 
      form.inline fieldset div,
      form.inline div div  
      { /* remove button styling from other div's in the form */
            margin: 0;
            padding: 0;
            border: none;
            position:static;
            background-color: transparent;
      }
 
      form.inline .form-column-1 {
            clear: both;
            float : left;
            margin-right : 5px;           
            text-align : left;
            width : 200px;
            margin-bottom:1em;      
      }
      form.inline .form-column-2 {
            clear: right;
            float: left;
      }
      form.inline {
            margin-top: 0;
            margin-bottom: 1em !important;
            position:relative !important;
      }
 
      form.inline label
      {
            padding-top: 3px;
            display: block;
            color:#7F7F7F;
            font-weight:bold;
      }
      
      form.inline input
      {
            border:1px solid #7F7F7F;
      }
      
      form.inline legend
      {
      border:1px solid black;
      background-color:red;
      margin-left:-1em;
      margin-top:-2em;
      background-color:#00516D;
      color:#FFF;
      font-weight:bold;
      border:0px;
      padding:.5em 3em .5em .5em;;
      background-image:url(http://www.courts.qld.gov.au/title_corner-1.gif);
      background-repeat:no-repeat;
      background-position:top right;
      }
      
      form.inline fieldset
      {
            border:1px solid #CCDCE2;
            padding:1em;
            margin:4em 0 1.5em 0;
      }
      
      form.inline div button
      {
            background-image:url(http://www.courts.qld.gov.au/reset_button.gif);
            background-position:top left;
            background-repeat:no-repeat;        
            height:18px;
            width:37px;
            font-size:10px;
            color:#FFF;
            border:0px;
            margin-left:5px;
      }     
      
      form.inline div button:first-child,
      form.inline div button.submit,
      form.inline div button.submitsfhover /* used as hook for javascript for IE6 */
      {
            background-image:url(http://www.courts.qld.gov.au/search_button.gif);
            background-position:top left;
            background-repeat:no-repeat;        
            height:18px;
            width:43px;
            font-size:10px;
            color:#FFF;
            border:0px;
            margin-left:1em;  
      }
 
      form.inline div button:hover,
      form.inline div button.sfhover
      {
            background-image:url(http://www.courts.qld.gov.au/reset_button_hover.gif);
      }     
      
      form.inline div button:first-child:hover,
      form.inline div button.submit:hover,
      form.inline div button.submitsfhover
      {
            background-image:url(http://www.courts.qld.gov.au/search_button_hover.gif) !important;     
      }

      form.inline fieldset

      {
        margin-top: 20px !important;
      }

    
    
/* FOOTER */
    #footer
    {
        background-color:#CCDCE2;
        text-align:center;
        font-size:10px;
    }
    
    #footer
    {
        background-image:url(http://www.courts.qld.gov.au/white_column.gif);
        background-position:top center;
        background-repeat:no-repeat;
        padding:.2em 0em .5em 0em;
        margin-top:1em;
        width:100%;
        margin-bottom:0em;
    }
    
    
    #footer img
    {
       /* display:none; as per Lee Williams Request*/
    }
    
    #footer a:link
    {
        color:#4D6F89;
    }
    
    #footer a:hover
    {
        color:#C28212;
    }
    p.updated
    {
        text-align:center;
        font-size:10px;
        margin-top:3em;
    }
    
    #content
    {
        margin-bottom:0em;
        padding-bottom:0em;
    }
    
    
/* RIGHT HAND FEATURE BOXES */
    #feature ul
    {
        margin-left:0em;
        padding-left:0em;
        padding-bottom:.3em;
    }    
    
    #feature li
    {
        margin-bottom:.3em;
        padding-left: 0.8em;
    }
    /* Pictures */
    
    .Right_Hand_Picture_Box_Yellow,
    .Right_Hand_Picture_Box_Red,
    .Right_Hand_Picture_Box_Blue
    {
        font-size:90%;
        width: 230px;
    }

    .Right_Hand_Picture_Box_T_Yellow
    {
        background-color:#C28212;
        background-image:url(http://www.courts.qld.gov.au/title_corner-2.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size: 90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;
    }
    
    .Right_Hand_Picture_Box_Body_Yellow
    {
        margin-top:2px;
    }
    
    
    .Right_Hand_Picture_Box_T_Red
    {
        background-color:#7A2010;
        background-image:url(http://www.courts.qld.gov.au/title_corner-4.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;    
    }
    
    .Right_Hand_Picture_Box_Body_Red
    {
        margin-top:2px;
    }    
    
    
    .Right_Hand_Picture_Box_T_Blue
    {
        background-color:#00516D;
        background-image:url(http://www.courts.qld.gov.au/title_corner-1.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;    
    }
    
    .Right_Hand_Picture_Box_Body_Blue
    {
        margin-top:2px;
    }
    
    
    /* Full Boxes */
    
    .Right_Hand_Links_Box_H_Fill_Yellow
    {
        background-color:#C28212;
        background-image:url(http://www.courts.qld.gov.au/title_corner-2.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;
        margin:0em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Yellow
    {
        font-size:90%;
        margin:0em;
        padding:0em;
        background-color:#C28212;
        border:1px solid #C28212;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Yellow ul
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Yellow li
    {
        background-image:url(http://www.courts.qld.gov.au/bullet_white.gif);
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;
        color:#FFF;
    }
    
    #feature .Right_Hand_Links_Box_Body_Fill_Yellow a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Links_Box_Body_Fill_Yellow a:visited
    {
        color:#FFF;
    }    
    #feature .Right_Hand_Links_Box_Body_Fill_Yellow a:hover
    {
        color:#00516D;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Yellow li    
    {
        line-height:1.5em;
        color:#FFF;
    }                
    
    
    .Right_Hand_Links_Box_H_Fill_Red
    {
        background-color:#7A2010;
        background-image:url(http://www.courts.qld.gov.au/title_corner-4.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;
        margin:0em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Red
    {
        margin:0em;
        padding:0em;
        background-color:#7A2010;
        border:1px solid #7A2010;
    }
    .Right_Hand_Links_Box_Body_Fill_Red ul    
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Red li
    {
        background-image:url(http://www.courts.qld.gov.au/bullet_white.gif);    
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;    
    }
    
    #feature .Right_Hand_Links_Box_Body_Fill_Red a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Links_Box_Body_Fill_Red a:visited
    {
        color:#FFF;
    }    
    #feature .Right_Hand_Links_Box_Body_Fill_Red a:hover
    {
        color:#C28212;
    }    
    
    .Right_Hand_Links_Box_Body_Fill_Red li    
    {
        line-height:1.5em;
    }        
    
    .Right_Hand_Links_Box_H_Fill_Blue
    {
        background-color:#00516D;
        background-image:url(http://www.courts.qld.gov.au/title_corner-1.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        color:#FFF;
        font-weight:bold;
        padding:.5em;
        margin:0em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Blue
    {
        font-size:90%;
        margin:0em;
        padding:0em;
        background-color:#00516D;
        border:1px solid #00516D;
     }
    .Right_Hand_Links_Box_Body_Fill_Blue ul    
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Blue li
    {
        background-image:url(http://www.courts.qld.gov.au/bullet_white.gif);
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;    
    }    
    
    #feature .Right_Hand_Links_Box_Body_Fill_Blue a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Links_Box_Body_Fill_Blue a:visited
    {
        color:#FFF;
    }    
    
    #feature .Right_Hand_Links_Box_Body_Fill_Blue a:hover
    {
        color:#C28212;
    }
    
    .Right_Hand_Links_Box_Body_Fill_Blue li    
    {
        line-height:1.5em;
    }            
        
    
    /* Single Link */
    
    .Right_Hand_Link_T_Yellow    
    {
        background-color:#C28212;
        background-image:url(http://www.courts.qld.gov.au/title_corner-2.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        font-weight:bold;
        padding:.5em;
    }
    
    #feature .Right_Hand_Link_T_Yellow a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Link_T_Yellow a:visited
    {
        color:#FFF;
    }
        
    #feature .Right_Hand_Link_T_Yellow a:hover
    {
        color:#00516D;
    }
        
    
    
    .Right_Hand_Link_T_Red    
    {
        background-color:#7A2010;
        background-image:url(http://www.courts.qld.gov.au/title_corner-4.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 12px; changed at Courts request */
        font-weight:bold;
        padding:.5em;
    }
    
    #feature .Right_Hand_Link_T_Red a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Link_T_Red a:visited
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Link_T_Red a:hover
    {
        color:#C28212;
    }    
    
    
    .Right_Hand_Link_T_Blue    
    {
        background-color:#00516D;
        background-image:url(http://www.courts.qld.gov.au/title_corner-1.gif);
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90% !important; /* 12px; changed at Courts request */
        font-weight:bold;
        padding:.5em;    
    }
    
    #feature .Right_Hand_Link_T_Blue a:link
    {
        color:#FFF;
    }
    
    #feature .Right_Hand_Link_T_Blue a:visited
    {
        color:#FFF;
    }                
    
    #feature .Right_Hand_Link_T_Blue a:hover
    {
        color:#C28212;
    }    
    
    
        
    /* Transparent */
    
    .Right_Hand_Links_Box_H_Trans_Yellow
    {
        background-image:url(http://www.courts.qld.gov.au/outline_corner_2.gif);
        border-left:1px solid #C28212;    
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 11px; changed at Courts request */
        font-weight:bold;
        padding:.5em;
        color:#00516D;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Yellow
    {
        font-size:90%;
        border:1px solid #C28212;
        border-top:0px;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Yellow ul
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Yellow li    
    {
        background-image:url(http://www.courts.qld.gov.au/bullet.gif);
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;    
        line-height: 1.5em;        
    }        
    
    
    .Right_Hand_Links_Box_H_Trans_Blue
    {
        background-image:url(http://www.courts.qld.gov.au/outline_corner_1.gif);
        border-left:1px solid #00516D;    
        background-position:top right;
        background-repeat:no-repeat;
        font-size:90%; /* 11px; changed at Courts request */
        font-weight:bold;
        padding:.5em;
        color:#00516D;
    }
    
    
    .Right_Hand_Links_Box_Body_Trans_Blue
    {
        font-size:90%;
        border:1px solid #00516D;
        border-top:0px;
    }
    
    
    .Right_Hand_Links_Box_Body_Trans_Blue ul    
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Blue li
    {
        background-image:url(http://www.courts.qld.gov.au/bullet.gif);
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;    
        line-height: 1.5em;                
    }        
    
    
    .Right_Hand_Links_Box_H_Trans_Red
    {
        background-image:url(http://www.courts.qld.gov.au/outline_corner_4.gif);
        border-left:1px solid #7A2010;    
        background-position:top right;
        background-repeat:no-repeat;
        font-size: 90%; /* 11px; changed at Courts request */ 
        font-weight:bold;
        padding:.5em;        
        color:#00516D;
    }
    
    
    
    .Right_Hand_Links_Box_Body_Trans_Red
    {
        font-size:90%;
        border:1px solid #7A2010;
        border-top:0px;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Red ul    
    {
        list-style:none;
        margin-top:0em;
        margin-bottom:.5em;
    }
    
    .Right_Hand_Links_Box_Body_Trans_Red li    
    {
        background-image:url(http://www.courts.qld.gov.au/bullet.gif);
        background-position:0em .6em;
        background-repeat:no-repeat;
        margin-left:.5em;    
        line-height: 1.5em;                
    }    
    
    .Right_Hand_Links_Box_Body_Trans_Red a    
    {
        padding-top:1em;
    }
 
    #search .searchbutton {
        width:47px;
        height:16px;
        top: 4px;

    }
    /* Added by R. Athanasiov */

    #content h6
    {
        color:#7F7F7F;
        font-size:100%;
        font-weight:normal;
        position: relative;
        margin-top: -13px;
        padding-top:0px;
        font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
        font-style: italic;
    }

    .sub-btn {
        background-image:url(http://www.courts.qld.gov.au/SearchOnPage.gif);
        background-position:top left;
        background-repeat:no-repeat;        
        height:18px;
        width:100px;
        font-size:10px;
        background-color:transparent;
        color:#FFF;
        border:0px;
        margin-left:1em;  
    }

    .Right_Hand_Links_Box_H_Fill_Yellow,
    .Right_Hand_Links_Box_H_Fill_Blue,
    .Right_Hand_Links_Box_H_Fill_Red,
    .Right_Hand_Links_Box_H_Trans_Yellow,
    .Right_Hand_Links_Box_H_Trans_Blue,
    .Right_Hand_Links_Box_H_Trans_Red,
    .Right_Hand_Link_T_Yellow,
    .Right_Hand_Link_T_Blue,
    .Right_Hand_Link_T_Red,
    .Right_Hand_Picture_Box_T_Red,
    .Right_Hand_Picture_Box_T_Blue,
    .Right_Hand_Picture_Box_T_Yellow
    {
    font-family:Verdana, Arial, Helvetica, sans-serif !important;
    font-size:100% !important;
    font-weight:bold !important;
    }

    .Right_Hand_Links_Box_Body_Fill_Yellow,
    .Right_Hand_Links_Box_Body_Fill_Blue,
    .Right_Hand_Links_Box_Body_Fill_Red,
    .Right_Hand_Links_Box_Body_Trans_Yellow,
    .Right_Hand_Links_Box_Body_Trans_Blue,
    .Right_Hand_Links_Box_Body_Trans_Red
    {
    font-family:Verdana, Arial, Helvetica, sans-serif !important;
    font-size:100% !important;
    font-weight:normal !important;
    }

    #qglogo
    {
     width: 358px !important;
     height: 90px !important;
    }


    h4 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
        font-size:100% !important;
        font-weight:bold !important; 
    }

#reddothelptext {

}

/* Rebecca Athanasiov Added 04/09/2008 */
.invisible {
    display: none !important;
}

/* Added by R. Athanasiov to format search results 08-12-2008 */
.resultfilesize {
    font-size: 90% !important;
    color: #d9e5ea !important;
    margin-left: 10% !important;
}
.liveURL {
    color: #666699 !important;
}
.file_type {
        color: #666699 !important;
}
.resulttext {
    margin-left: 10% !important;
}
.Rank {
    margin-left: -6% !important;
    display: inline-block !important;
    width: 3% !important;
}
.file_type_name {
    margin-left: -3% !important;
    display: inline-block !important;
}