/***********************************************************************
 @ filename         : css/inner_frontline.css
 @ author           : Ken Wang
 @ description      : iTry inner - frontline page styles
 @ media            : screen
 @ modified         : 2008-03-12
**********************************************************************/
@import url(base.css);
@import url(inner_base.css);

/* styles used by wysiwyg editor - 200803 - ken */

div.event-desc,
div.more-block-body,
div.trial-product-desc { color: #666; font-size: 9pt; line-height: 150%; }
div.event-desc p,
div.more-block-body p,
div.trial-product-desc p {
}
div.event-desc a,
div.event-desc a:link,
div.event-desc a:visited,
div.more-block-body a,
div.more-block-body a:link,
div.more-block-body a:visited,
div.trial-product-desc a,
div.trial-product-desc a:link,
div.trial-product-desc a:visited {
	color: #485DCB;
	text-decoration: underline;
}
div.event-desc a:hover,
div.more-block-body a:hover,
div.trial-product-desc a:hover {
	color: black;
}
#section-inner-content .Orange-B { color: #fc9632; font-weight: bold; }
#section-inner-content .Orange { color: #fc9632; }
#section-inner-content .Blue-B { color: #4B5DCB; font-weight: bold; }
#section-inner-content .Blue { color: #4B5DCB; }
#section-inner-content .Red-B { color: #ce0030; font-weight: bold; }
#section-inner-content .Red { color: #ce0030; }
#section-inner-content .Gray-B { color: #999999; font-weight: bold; }
#section-inner-content .Gray { color: #999999; }
#section-inner-content .Default-B { color: #666666; font-weight: bold; }
#section-inner-content .Default { color: #666666; }
