/* IW/DRM - These styles have been placed in sna_editor.css, as opposed to sna_screen.css, because they are  	*/
/* necessary for content to display correctly when viewed in the wysiwyg editor for ektron.				   		*/	

body {
	font-family:Tahoma, arial, sans-serif;
	font-size:0.7em;
	color:#000;
}

/* HTML Selector Styles ---------------------------------------------------------------------------------*/
p {
	margin-bottom:15px;
}
img {
	border:0px;
}
.imgRight {
	float:right;
	padding:0px 0px 5px 5px;
}
.imgLeft {
	float:left;
	padding:0px 5px 5px 0px;
}
a {
	color:#0076BF;
	text-decoration:none;
}
a.linkHdr {
	font-weight:bold !important;
	text-decoration:underline !important;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#EA0437; 
	font-family:Tahoma, arial, sans-serif; 
	font-size:1.6em; 
	font-weight:normal;
	line-height:0.8em;
	margin: 0 0 22px;
	padding-top:0px;
}
h1 span {
	font-size:0.8em !important;
	color:#000;
	padding-left:20px;
}
h2 {
	color:#000;
	font-family:Tahoma, arial, sans-serif; 
	font-size:1.3em; 
	font-weight:normal;
	margin:22px 0 5px;
	padding-bottom:6px;
	border-bottom:1px dotted #8E8E8E;
}
.underPrimaryHeader {
	margin-top:0px;
	caption:underPrimaryHeader - apply to h2 tags directly beneath primary header
}
h3 {
	color:#76B900;
	font-size:1.0em;
	letter-spacing:0.2em;
	padding:12px 0px 5px;
	position:relative;
	text-transform:uppercase;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 10px;
}
h4 span {
	font-weight:normal;
}
h5 {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0px 5px;
}
ul {
	list-style-type:disc;
	margin:5px 0 0 15px;
}
ul li {
	padding:3px 0px;
}
/* misc ------------------------------------------------------------------------------------------------*/

div.clr {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
}

div.newsAlerts {
	float:left;
	background:url(../images/blt_rss.gif) no-repeat center left;
	padding-left:16px;
}
/* next two styles broken into separate definitions for editor ----------------------------------------------------*/
.rightColBoxCenter ul, .contentBoxCenter ul {
	list-style-type:none;
	margin:5px 0 0 0 !important;
	visible:false;
}
ul.blueArrow {
	list-style-type:none;
	margin:5px 0 0 0 !important;
}

.rightColBoxCenter ul li, .contentBoxCenter ul li, ul.blueArrow li {
	background:url(../images/blt_blue_arrow.gif) no-repeat 6px 7px;
	padding:3px 15px 3px 15px;
	visible:false;
}
ul.mIcon {
	list-style-type:none;
	margin:5px 0 0 0;
}
ul.mIcon li {
	background:url(../images/icon_m.gif) no-repeat 1px 5px;
	padding:3px 15px 3px 15px;
	visible:false;
}

/* Featured Alert container----------------------------------------------------------------------------*/
div.featured {
	margin:5px -8px 0px -8px; 
	background-color:#EFF3E9; 
	padding:7px 10px;
}

div.featured div.pic {
	float:left;
	margin-right:13px;
	width:79px;
	visible:false;
}
div.featured div.content {
	float:left;
	padding:0px;
	width:280px;
	border-bottom:0px;
	visible:false;
}


/* plain content container with dashed border on the bottom ------------------------------------------------------------------*/

/*div.content {
	border-bottom:1px dotted #8E8E8E;
	padding: 0px 0px 10px;
	margin-bottom:10px;

}*/
div.dotDiv {
	padding-top:10px;
	border-bottom:1px dotted #8E8E8E;
	margin-bottom: 10px;
}
div.moreLink {
	float:right;
	background:url(../images/blt_more_arrows.gif) no-repeat center right;
	padding-right:18px;
}

/* gray boxes appearing the in the content area ---------------------------------------------------------------*/
.contentBox {
	float:right; 
	width:213px; 
	margin:0 0 9px 25px;
	clear:right;
	visible:false;
}
.contentBoxTop {
	background:url(../images/bg_content_box_top.gif) no-repeat top left;
	padding-top:9px;
	margin-bottom:9px;
	visible:false;
}
.contentBoxBot {
	background:url(../images/bg_content_box_bot.gif) no-repeat bottom left;
	padding-bottom:9px;
	visible:false;
}
.contentBoxCenter {
	border-left:1px solid #A9A9A9;
	border-right:1px solid #A9A9A9;
	background-color:#F5F5F5;
	color:#000;
	padding:0px 14px 0px 14px;
	width:183px;
	visible:false;
}
.contentBoxCenter div.dotDiv {
	margin:5px 0 !important;
	padding-top:0px;
	visible:false;
}