/* 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;
}

ul li
{
	margin-left: 15px;
}

body 
{
	background-color: #FFFFFF;
	color: #2F4A5D;
	font: normal 13px Arial, Helvetica, sans-serif;
	background-color: #B7B7B7;
}

table, table td
{		
	padding: 0;
	margin: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

a:link, a:visited 
{
	color: #009CDD;
	text-decoration: none;
}

a:hover, a:active 
{
	text-decoration: underline;
}

h1 
{
	color: #009CDD;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 6px;
}

h2
{
	color: #009CDD;
	font: bold 14px Arial, Helvetica, sans-serif;
}

h3
{
	color: #009CDD;
	font: normal 13px/140% Arial, Helvetica, sans-serif;
}


.NoScript
{
	color: #000000; 
	background-color: #FFFF00; 
	padding: 5px 10px; 
	margin-bottom: 10px;
	position: relative; 
	z-index: 2000; 
	top: 0; 
	left: 0; 
	letter-spacing:1px; 
	border: 1px solid #FF0000;
}

/********************
*					*
*		Layout		*
*					*
********************/
#outerDiv
{
	width: 100%;
	text-align: center;
	z-index: 1;
}

#innerDiv
{
	width: 975px;
	margin: 0 auto;
	text-align: left;
	margin-top: 13px;
	z-index: 1;
}

#headerDiv
{
	position: relative;
	width: 975px;
	height: 90px;
	background-color: #FFFFFF;
	z-index: 1000;
}

#contentOuterDiv
{
	position: relative;
	width: 975px;
	border-top: solid 10px #B7B7B7;
	background-color: #FFFFFF;
	z-index: 1;
}

#contentInnerDiv
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#contentTd
{
	Width: 650px;
	background-color: #FFFFFF;
	height: 100%;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

#rightMenuTd
{
	background-color: #FFFFFF;
	vertical-align: top;
}
 
#logoTd
{
	border-right: solid 10px #B7B7B7;
	width: 250px;
	height: 90px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}

#bannerTd
{
	background-color: #FFFFFF;
}

#menuTd
{
	vertical-align: bottom;
	padding-bottom: 10px;
}

#footerDiv
{
	width: 975px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 10px;
}

#footerDiv a
{
	color: #FFFFFF;
	text-decoration: none;
}

/********************
*					*
*		Header		*
*					*
********************/

#headerLogoDiv 
{
	position: relative;
	height: 85px;
	background-color: #FFFFFF;
}

#headerMenuDiv 
{
	position: relative;
	width: 995px;
	border: 2px solid #009CDD;
	border-width: 2px 0;
	height: 22px;
}

.LogoImage
{
	border: none;
	padding-left: 10px;
	padding-top: 10px;
}

/********************
*					*
*		Content		*
*					*
********************/
#contentDiv Input,
#contentDiv TextArea
{
	border: 1px solid #009CDD;
}

#contentDiv Button,
#contentDiv .BtnAction
{
	border: 1px solid #009CDD;
	background-color: #009CDD;
	color: #FFFFFF;
	padding: 0 10px;
}

#contentDiv ul, 
#contentDiv ol
{
	margin-left: 24px;	
}

.tdEditCaption
{
	color: #FFFFFF;
}


/********************
*					*
*	RightColumn		*
*					*
********************/
#RightMenuDiv
{
	width: 300px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 13px;
}

#RightMenuHeaderDiv
{
	background-color: #B32E39;
	height: 25px;
	vertical-align: middle;
	margin-bottom: 2px;
}

#RightMenuHeaderRightTd
{
	text-align: right;
	padding-right: 5px;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0;
	text-transform:uppercase;
	font-size: 11px;
}

#RightMenuHeaderRightTd a
{
	color: #FFFFFF;
	text-decoration: none;
}

#RightMenuHeaderLeftTd
{
	text-align: left;
	padding-left: 5px;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0;
	text-transform:uppercase;
	font-size: 13px;
}

#RightMenuHeaderLeftTd a
{
	color: #FFFFFF;
	text-decoration: none;
}

#RightMenuListDiv
{
	background-color: #009CDD;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 18px;
}

#RightMenuListDiv a
{
	color: #FFFFFF;
}

.RightMenuItemDiv
{
	padding-bottom: 5px;
}

.formTextTd
{
	vertical-align: top;
	padding-right: 10px;
}

.NewsDiv
{
	line-height: 20px;
}

.NewsTitleSpan,
.EventTitleSpan
{
	font-weight: bold;
}

.TagResultNameDiv
{
	margin-bottom: 10px;
	color: #000000;
}

.TagResultTagName
{
	color: #009CDD;
	font-weight: bold;
}

.TagCloudContainerDiv
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.TagCloudContainerDiv a
{
	display: inline-block;
	margin: 0 2px 0 2px;
}

.ContentFormTextTd
{
	vertical-align: top;
	width: 150px;
}

.ContentFormDiv label
{
	padding-left: 5px;
}

/* Membership link control */
.MembershipLink,
a.MembershipLink
{
	font-weight: bold;
}
