/* <!--- MIGRATED --->                 */
/* ----------------------------------- */
/* BUG FIXES AND WORKAROUNDS           */
/* ----------------------------------- */

/* This must be the first A defined in stylesheet to prevent IE3 bug */
.ie3fix a {  text-decoration: underline; color: #006699}



/* ----------------------------------- */
/* SPECIAL TEXT CLASSES                */
/* Should be added to TDs or FONTS that contain HREFs   */
/* ----------------------------------- */


.pagetitle                {  font: normal 24px Georgia, "Times New Roman", Times, serif; color: #333333}

/* The optional subtitle (surtitle) that contextualises some page titles */
.pagesubtitle           {  font: 10px Verdanaobj, Arial, Helvetica, sans-serif; color: #666666}



/* --------------------------------- */
/* HEADER AND FOOTER MENU CLASSES    */
/* --------------------------------- */

.headergroupmenu         {  font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold}
.headergroupmenu a       {  text-decoration: none; color: #FFFFFF}
.headergroupmenu a:hover {  text-decoration: underline}

.headersectionmenu       { font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold}
.headersectionmenu a     {  text-decoration: none; color: #FFFFFF}
.headersectionmenu a:hover {  text-decoration: underline}

.headerwhiteline         {  background-image: url(../images/core/headerwhiteline.gif)}

.footertoplinks            {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#666666}
.footertoplinks a          {  font-weight: bold; text-decoration: none; color:#FFFFFF;}
.footertoplinks a:hover    {  text-decoration: underline; color:#FFFFFF}

.footersublinks            {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#666666}
.footersublinks a          {  text-decoration: none; color:#FFFFFF;}
.footersublinks a:hover    {  text-decoration: underline; color:#FFFFFF}

.footerfineprint        {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#666666}



/* ----------------------------------- */
/* LINK CLASSES                        */
/* Should be added to TDs or FONTS that contain HREFs  */
/* ----------------------------------- */


.pageUtilities        		{  font: 11px Verdana, Arial, Helvetica, sans-serif}
.pageUtilities .arrow  		{  color: #333333; font-weight: bold}
.pageUtilities a            {  text-decoration: none; color: #336699}
.pageUtilities a:hover      {  text-decoration: underline; color: #663399}



/* ----------------------------------- */
/* MANAGED CONTENT & OBJECT CLASSES    */
/* These are usually added to TD tags that will contain Managed Content   */
/* ----------------------------------- */

/* Content that is essentially a list of options or pages */

/* Normal content */
.contentplain                     {  font: 11px Verdana, Arial, Helvetica, sans-serif}
.contentplain h3                {  font: bold 14px Georgia, "Times New Roman", Times, serif; color: #333333}
.contentplain h4                {  font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #333333}


/* Objects: Featured Writers, Activities, Events */
.objTitle 				{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-transform: capitalize; color: #006699; text-decoration: none}
.objTitle a				{  color: #006699; text-decoration: none}
.objTitle a:hover		{  color: #006699; text-decoration: underline}
.objText 				{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666666}
.objLink 				{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006699; text-decoration: none}
.objLink a				{  color: #006699; text-decoration: none}
.objLink a:hover		{  color: #006699; text-decoration: underline}


