﻿/* ---------------------------------------------------------------------
   ----------
   ---------- THIS STYLESHEET IS USED BY DEFAULT AND WILL BE USED BY  
   ---------- PUBLIC AND CMS PAGES. 
   ----------
   ---------- HOWEVER, PLEASE DO NOT DEFINE CMS SPECIFIC CLASSES IN HERE
   ----------
   --------------------------------------------------------------------- */

/* -------------------------- FONT FACES ------------------------------ */
/* See: http://www.fontsquirrel.com/fontface  */
 


.hyperlink_primelogic
{
    color: #116f3a;
    font-family: Verdana, Arial;
    font-size: 9pt;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    font-weight:bold;
    
    
}
.hyperlink_primelogic:link {text-decoration:none; color: #116f3a; cursor:pointer; }
.hyperlink_primelogic:visited {text-decoration: none; cursor:pointer;}
.hyperlink_primelogic:hover {color:#666666;text-decoration:underline; cursor:pointer;  }
.hyperlink_primelogic:active {text-decoration: none; cursor:pointer;}


.hyperlink_cms
{
    color: #0E773F;
    font-family: Verdana, Arial;
    font-size: 9pt;
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
    padding: 2px 2px 2px 2px;
}
.hyperlink_cms:link {cursor:pointer; }
.hyperlink_cms:visited {cursor:pointer;}
.hyperlink_cms:hover {color:black; cursor:pointer; }
.hyperlink_cms:active {cursor:pointer;}

.hyperlink_cms_disabled
{
    color: Gray;
    font-family: Verdana, Arial;
    font-size: 9pt;
    text-decoration: underline;
    text-align: left;
    cursor: default;
    padding: 2px 2px 2px 2px;
}



