﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Links StyleSheet - RI4rent.com
*           Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the links css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Custom Link Styles
-------------------------------------------------------------------------------*/
.printerfriendlylink { float: right; text-align: right; }
.printerfriendlylink a { text-decoration: none; }

/* Default Link Styles
-------------------------------------------------------------------------------*/
a:link, a:visited{ color: #1C3996; font-weight: bold; font-size: 12px; }
a:hover { color: #F9A253; }

.white:link, .white:visited { color: #FFFFFF; font-weight: bold; font-size: 12px; 
    text-decoration: none; }
.white:hover { text-decoration: underline; }

.reversed:link, .reversed:visited { color: #F9A253; font-weight: bold; font-size: 12px; }
.reversed:hover { color: #1C3996; }

/* Main Navigation Styles
-------------------------------------------------------------------------------*/
.logo { position: absolute; width: 241px; height: 74px; top: 18px; left: 25px;
    background: url("../../images/master_logo.gif") no-repeat; }
    
.mainnav_rental:link, .mainnav_rental:visited 
    { float: left; width: 101px; height: 25px; 
        background: url("../../images/mainnav_rental.gif") no-repeat left bottom; }
.mainnav_rental:hover, .mainnav_rental_selected
    { float: left; width: 101px; height: 25px; 
        background-position: right top; }

.mainnav_post:link, .mainnav_post:visited
    { float: left; width: 98px; height: 25px; 
        background: url("../../images/mainnav_post.gif") no-repeat left bottom; }
.mainnav_post:hover, .mainnav_post_selected
    { float: left; width: 98px; height: 25px; 
        background-position: right top; }
        
.mainnav_why:link, .mainnav_why:visited
    { float: left; width: 95px; height: 25px; 
        background: url("../../images/mainnav_why.gif") no-repeat left bottom; }
.mainnav_why:hover, .mainnav_why_selected
    { float: left; width: 95px; height: 25px; 
        background-position: right top; }
                
.mainnav_resources:link, .mainnav_resources:visited
    { float: left; width: 80px; height: 25px; 
        background: url("../../images/mainnav_resources.gif") no-repeat left bottom; }
.mainnav_resources:hover, .mainnav_resources_seleced
    { float: left; width: 80px; height: 25px; 
        background-position: right top; }
        
.mainnav_contact:link, .mainnav_contact:visited
    { float: left; width: 89px; height: 25px; 
        background: url("../../images/mainnav_contact.gif") no-repeat left bottom; }
.mainnav_contact:hover, .mainnav_contact_selected
    { float: left; width: 89px; height: 25px; 
        background-position: right top; }
        
/* Footer Navigation Styles
-------------------------------------------------------------------------------*/
#master_footernav a:link, #master_footernav a:visited 
    { text-decoration: none; color: #FFFFFF; font-weight: normal; }
#master_footernav a:hover, #master_footernav_selected
    { color: #1C3996; }
    
.footernav_home   { float: left; margin: 1px 0px 0px 50px; }
.footernav_advertise { float: left; margin: 1px 0px 0px 22px; }
.footernav_policy    { float: left; margin: 1px 0px 0px 21px; }
.footernav_terms    { float: left; margin: 1px 0px 0px 21px; }

#copyright_right a { color: #868377; }

/* Content Editor Styles
-------------------------------------------------------------------------------*/
.edit_link { position: absolute; right: 38px; top: 2px; }
.rightbar_edit_link { display: block; position: relative; top: -10px; text-align: right; }
.edit_inline_link { text-align: right; display: block; }
