﻿/**
 * Links
*/


a, a:visited, .ui-widget-content a {
    color: #107C10;
    font-weight: normal;
    text-decoration: none;
}

.SearchResults a{
	color: #76B900;
}
a:hover, a:focus {
    color: #107C10;
    cursor: pointer;
}
a:active {
    color: #107C10;
}

/**
 * Print and MailTo module icon
 */
	
a.ms-rteStyle-button-printer:link,
a.ms-rteStyle-button-printer:visited,
a.ms-rteStyle-button-printer:hover {
	background: url(images/print.png) no-repeat 0 0;
}

a.ms-rteStyle-button-email:link,
a.ms-rteStyle-button-email:visited,
a.ms-rteStyle-button-email:hover {
	background: url(images/email.png) no-repeat 0 0;
}

/**
 * Walkthrough template page
 */

    div#walkthrough_area ul#walkthrough_nav li a
    {
        color: #76b900;
        background: url(images/nav_icon.png) 275px 5px no-repeat;
    }
    
    div#walkthrough_area ul#walkthrough_nav li a:HOVER, 
    div#walkthrough_area ul#walkthrough_nav li.visited a:HOVER
    {
        color: #76b900;
        background: url(images/nav_icon.png) 275px -55px no-repeat;
    }
            
    div#walkthrough_area ul#walkthrough_nav li.visited
    {
            
    }
        div#walkthrough_area ul#walkthrough_nav li.visited a
        {
            background: url(images/nav_icon.png) 275px -115px no-repeat;
        }
        
    div#walkthrough_area ul#walkthrough_nav li.current a
    {
        color: #222;
        background: url(images/nav_current.png) -2px 0px no-repeat;
        margin-bottom: 5px;
    }
    
    div#walkthrough_area ul#walkthrough_nav li.current a:HOVER
    {
        color: #666666;
        background: url(images/nav_current.png) -2px 0px no-repeat;
        margin-bottom: 5px;
        text-decoration: none;
    }
    
	div.walkthrough_content a.next,
    div#walkthrough_area div#content_area a.next
    {
        background: url(images/next_icon.png) 154px 4px no-repeat;
        background-color: #76b900;
    }
    
/** FeedBack**/
    
.FeedbackControlHeading h2
{
    font-family:Arial;
    display: block;
    min-height: 45px;
    font-size: 16px;
    color: #76B900;
    background:url(images/feedback-icon.gif) no-repeat 0px 0px;
    padding-left: 48px;
    padding-top: 0.75em;
    margin-top:8px;
}

.FeedbackControlThankyou h2
{
    font-family:Arial;
    display: block;
    min-height: 45px;
    font-size: 16px;
    color: #76B900;
    background:url(images/icon_smile.png) no-repeat 0px 0px;
    padding-left: 48px;
    padding-top: 0.75em;
    margin-top:8px;
}