﻿/* Sitecore Default Stylesheet */
html {

}

body {
  font-family: Arial, sans-serif, helvetica;
}
/* Tried to import rte.css 's from the Condition Hub and Condition Site, 
   but Sitecore RTE did not find the styles for CMs to apply, 
   so creating placeholder classes for the CMs to apply which is overriden by the rte 
   used by the site, but at least there is a visual cue.
*/
    
/* Metrics Tracked (Google Analytics) Link */
a.trackIt
{
}

/* Put placeholder tags here for Rich Text editor, details in the rte.css used for the Site */

/* Divider */
div.Divider {
height:25px;
background:url(/layouts/ConditionHub/_assets/divider.jpg) no-repeat top left;
}

/* arrow_link */
div.arrow_link {
/*float:left;
height:36px;*/
margin:-10px 35px 22px 43px;
/*background:url(../_assets/btn_bg.gif) no-repeat right top;*/
}

/* Portal Green Box */
p.IntroductionBox {
}
p.FirstParagraph {
}

li.indented {
}
ul.link_list {
}


