﻿
a
{
   text-decoration: underline;
   color: #ff5400;
}

a:link
{
   text-decoration: underline;
   color: #ff5400;
}

a:visited
{
   text-decoration: underline;
   color: #ff5400;
}

a:hover
{
   text-decoration: underline;
   color: #ff5400;
}

a img
{
   border: solid 2px #ff5400;
}

a.arrow
{
   background-image:url(/Globals/Images/Arrow.png);
   background-position: right 6px;
   background-repeat: no-repeat;
   padding-right: 8px;
}

a.postComment
{
   background-image:url(/Globals/Images/PostComment.png);
   background-position: left 2px;
   background-repeat: no-repeat;
   padding-left: 12px;
}

a.CmsAdmin
{
   background-color: #DDF;
   padding: 0px 4px 0px 4px;
   font-family: Tahoma;
   font-size: 10pt;
}

a.CmsAdmin:link
{
   font-family: Tahoma;
   color: #00F;
   text-decoration: underline;
}

a.CmsAdmin:visited
{
   font-family: Tahoma;
   color: #00F;
   text-decoration: underline;
}

a.CmsAdmin:hover
{
   font-family: Tahoma;
   color: #00F;
   text-decoration: underline;
}

/* Menu buttons */

a.menuButton 
{
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 18px;
   text-decoration: none;
   color: #fff;
   display: block;
   float: left;
   padding: 0px 0px 0px 22px;
}	

a.menuButton:link
{
   color: #fff;
   text-decoration: none;
}

a.menuButton:visited
{
   color: #fff;
   text-decoration: none;
}

a.menuButton span 
{
   padding: 2px 22px 2px 0px;
}

a.menuButton span, x:-moz-any-link { padding-top: 1px; } 
a.menuButton span, x:-moz-any-link, x:default { padding-top: 2px; }


a.menuButton:hover, .currentMenu
{
   color: #000;
	background:url(/Globals/Images/MenuButton.png) no-repeat 0 0;
}	

a.menuButton:hover span, .currentMenu span
{
	background:url(/Globals/Images/MenuButton.png) no-repeat 100% 0;
}

a.currentMenu:link, a.currentMenu:visited
{
   color: #000;
}

a.caseStudyLink
{
}

a.caseStudyLinkCurrent
{
   font-weight: bold;
   font-style: italic;
}

#twitter_div a
{
   color: #fff;
   font-weight: bold;
}

#twitter_div span a
{
   font-weight: normal;
}