/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */


/************ 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;
}
/************************************************/
*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 18px;
}
 
html 
{
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	background-color: #ffffff;
}

table 
{		
	padding: 0px;
	margin: 0px;
	border: none;
}

td
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	border: none;
}

li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ol
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
input
{ 
	border-color: #000000;
	border-width: 1px;
}

textarea
{
	border-color: #000000;
	border-width: 1px;
}

p
{
	margin: 0px;
} 

a 
{
	color: #5bb531;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	text-decoration:underline;
	font-weight: bold;
}

a:link 
{
	color: #5bb531;
	text-decoration: none;
	font-weight: bold;
}

a:visited 
{
	color: #5bb531;
	text-decoration: none;
	font-weight: bold;
}

a:active 
{
	color: #5b3331;
	text-decoration: none;
	font-weight: bold;
}	

h1 
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #5bb531;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;

}

h3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}

#clearDiv
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
} 

#pageDiv
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;	
	text-align: center;
	height: 100%;
	background-image: url(../images/backGround.png);
	background-position: center;
	background-repeat: repeat-y;
}

#pageDiv #frmIndex
{
	position: relative;
	width: 975px;
	top: -1px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

#headerDiv
{
	position: relative;
	width: 975px;
	height: 105px;
	vertical-align: middle;
	background-color: #5bb531;
}

#topLinksDiv
{
	position: absolute;
	height: 84px;
	left: 10px;
	z-index: 2000;
	color: #ffffff;
	font: 11px Verdana, Helvetica, sans-serif;    
}

#topLinksDiv table
{
	height: 100%;
	vertical-align: bottom;
}

#topLinksDiv a
{
	text-decoration: none;
	color: #ffffff;
}

#headerLogoDiv 
{
	position: relative;
	top: 21px;
	right: 14px;
	text-align: right;
}

#menuDiv
{
	position: relative;
	background-color: #ffffff;
	height: 34px;
	width: 975px;
	z-index: 9000;
	margin: 0px;
}

#topImageDiv
{
	position: relative;
	height: 105px;
	width: 975px;
}

#contentDiv
{
	position: relative;
	width: 975px;
	text-align: left;
}

#contentBodyDiv
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#tooltipDiv
{
	background-color: Transparent;
}

.ArticleSeperator
{
	width: 580px;
	height: 1px;
	margin: 10px 0 9px;
}

.ResponseHeader
{
	font-weight: bold;
}
