﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*          Hyperlink StyleSheet - BUYERSBoard.com Project
*           Created by Jeremy S. Cargilo for BUYERSBoard.com.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom hyperlink css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default Link Styles
-------------------------------------------------------------------------------*/
a:link, a:visited { color: #006699; text-decoration: none; }
a:hover { color: #FF9933; text-decoration: underline; }

/* Main Navigation HyperLink Styles
-------------------------------------------------------------------------------*/
.mainMenuItemLink:link, .mainMenuItemLink:visited 
    { font-weight: bold; text-decoration:none; color: #000000; margin-left: 18px; }
.mainMenuItemLink:hover { font-weight: bold; color:#F17214; text-decoration:underline; }
.mainMenuItemLink_selected { font-weight: bold; text-decoration:none; color: #000000 !important; 
    margin-left: 2px; }
.mainMenuItemLinkZipcode:link, .mainMenuItemLinkZipcode:visited 
    { font-weight: bold; text-decoration:none; color: #F17214; margin-left: 18px; }    
.mainMenuItemLinkZipcode:hover { font-weight: bold; color:#006699; text-decoration:none; margin-left: 18px;}
.mainMenuItemLinkZipcode_selected:link, .mainMenuItemLinkZipcode_selected:visited 
    { font-weight: bold; text-decoration:none; color: #000000 !important; margin-left: 18px;}
.mainMenuItemLinkZipcode_selected:hover { font-weight: bold; text-decoration:none; color: #F17214 !important; margin-left: 18px;}


/* Custom HyperLink Styles
-------------------------------------------------------------------------------*/
#loginForm a:hover { color: #000000; }
.master_homelink { position: absolute; left: 14px; top: 8px; width: 247px; height: 65px; }

/* Forum Hyperlink Styles
-------------------------------------------------------------------------------*/
.threadHeader a:link, .threadHeader a:visited { color: #990000; }
.threadHeader a:hover { color: #000000; }
