﻿/* Floater Style */
.sen-rteCustom-floater {
	/*font-size: 66%;*/
	font-weight: bold;
	margin: 0px;
	padding: 20px 10px 0px 10px;
	color: #666666;
}

.sen-rteCustom-floater a:link, 
.sen-rteCustom-floater a:visited, 
.sen-rteCustom-floater a:active { color: #6f6ca6; text-decoration: none; }

.sen-rteCustom-floater a:hover { color: #042454; text-decoration: underline; }

/***  Start:  CSS classes avaiable as part of RADEditor ***/
.sen-rteCustom-note {
	font-family: arial, helvetica, sans-serif;	
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

span.sen-rteCustom-note { font-weight: normal; color: #666666; }

/*
.sen-rteCustom-required { color: #ff0000; }
*/

/* Key caps is used for the "Q" and "A" of FAQs, but may have other applications for emphasis. The orange is the same as used for "OR" in forms -- see */
.sen-rteCustom-key-caps { font-weight: bold; color: #e88f00; }


/* Styles created for use inside the content editors */
/*div.content-placeholder-area {	margin: 10px 0 0 10px; }*/

span.sen-rteCustom-content {
	font-family: arial, helvetica, sans-serif;	
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

span.sen-rteCustom-content h2 {
	font-family: arial, helvetica, sans-serif;	
	font-size: 126%;
	font-weight: bold;
	color: #000000;
	padding: 10px 10px 0px 0px;
	margin: 0px;
}
span.sen-rteCustom-content sub {
	font-size: 101%;
	vertical-align: -2px;
	line-height: 88%;
}

span.sen-rteCustom-content sup {
	font-size: 101%;
	vertical-align: 3px;
	line-height: 88%;
}
span.sen-rteCustom-content .sen-rteCustom-note {
	font-family: arial, helvetica, sans-serif;	
	font-weight: normal;
	font-size: 100%;
	font-style: italic;
	color: #666666;
	padding: 5px 10px 0px 0px;
	margin: 0px;
}
span.sen-rteCustom-content .sen-rteCustom-floater {
	font-size: 84%;
	font-weight: bold;
	margin: 0px;
	padding: 20px 10px 0px 0px;
	color: #666666;
}

span.sen-rteCustom-content .sen-rteCustom-floater a:link, 
.sen-rteCustom-floater a:visited, 
.sen-rteCustom-floater a:active { color: #6f6ca6; text-decoration: none; }

span.sen-rteCustom-content .sen-rteCustom-floater a:hover { color: #042454; text-decoration: underline; }
/* END - Styles created for use inside the content editors */

/* 
table.content is a stub so that the editor will allow adding that style to a table. 

What really does the work is [table.content td] which makes a td cell in a table.content table the same size as a <p>
*/
table.sen-rteCustom-content {}
table.sen-rteCustom-content td {
	font-family: arial, helvetica, sans-serif;	
	/*font-size: 75%;*/
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

table.sen-rteCustom-content th {
	font-family: arial, helvetica, sans-serif;	
	/*font-size: 75%;*/
	font-weight: bold;
	font-style: normal;
	color: #000000;
	padding: 10px 10px 0px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 10px;
}


/*  Special class to make text appear like a h2 tag for healthvision news list control.*/
 table.sen-rteCustom-content th.title-h2 {
	font-family: arial, helvetica, sans-serif;	
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 10px 10px 0px 0px;
	margin: 0px;
}

/***  End:  CSS classes avaiable as part of RADEditor ***/
