/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */

/* See for all classes used in Controls /development/DejaVuUserControlStyles.css */

/************ DO NOT DELETE OR RENAME *************/
/* used in backend for showing inserted Cristal Controls in page content */
.cristalControlDiv
{
	text-decoration: none;
	border: 0px solid #666666;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
/************************************************/
 
* 
{
	padding: 0;
	margin: 0;
}

body 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family:Verdana,Arial,helvetica,sans-serif;
	font-size:8pt;
}

table, table td
{		
	padding: 0;
	margin: 0;
	font-family:Verdana,Arial,helvetica,sans-serif;
	font-size:8pt;
}

a:link, a:visited 
{
	color:#F05C79;
	text-decoration:none;
}

a:hover, a:active 
{
	color:#F05C79;
	text-decoration: underline;
}

.UnSubscribeDiv,
.ContentDiv
{
	background-color: #FFFFFF;
	margin:10px;
	padding:5px;	
}

.FooterTd
{
	background-color:#7D6A55;
	color:#FFFFFF	
}