﻿body
{
    font-family:Arial;
}
#formDesigner td
{
    font-size:13px;
}
.Required
{
	color: red;
}
.FieldEditor,
.FieldEditorHover
{
	border: solid 1px #666666;
	margin-bottom: 5px;
}
.FieldEditor .Handle,
.FieldEditorHover .Handle
{
	padding: 3px;
	width: 10px;
	width:16px;
	
	background-color: #84ADE7;
	border: solid 1px #A4DDFF;
	border-right-color: #547DB7;
	border-bottom-color: #547DB7;
}
.FieldEditor .Body,
.FieldEditorHover .Body
{
	padding: 5px;
	border-left: solid 1px #666666;
}

.FieldEditorHover .Handle
{
	background-color: #94BDF7;
	border: solid 1px #B4EDFF;
	border-right-color: #648DC7;
	border-bottom-color: #648DC7;
}
.FieldEditorHover,
.FieldEditorHover .Body
{
	border-color: black;
	background-color: #eeeeee;
	cursor: hand;
}

.Odd td
{
	xbackground-color: #EEEEEE;
}
.CustTop
{
	background-image: url(images/CFNK_top.jpg);
	width:364px;
	height:9px;
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
}
.CustMiddle
{
	background-image: url(images/CFNK_middle.jpg);
	width:364px !important;
	background-repeat:repeat-y;
	padding:10px 1px 10px 1px;
	font-size:13px;
}
.CustBottom
{
	background-image: url(images/CFNK_bottom.jpg);
	width:364px;
	height:9px;
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
}
.CustRightCol
{
	vertical-align:top;
	padding-top:24px;
	padding-right:17px;
	
}
.CustLeftCol
{
	vertical-align:top;
	padding-left:28px;
	padding-right:40px;
	padding-top:24px;
}
.CustBody
{
	background-color:#EBE8DE;
	width:700px;
}
.CustHead
{
	background-color:#EBE8DE;
	width:700px;
}
.CustFormHeader
{
    font-weight:bold;
    font-size:13px;
}

/*footer*/

#footerContainer
{
	margin: 0px 8px;
	padding-left: 14px;
	padding-right: 27px;
	display: block;
	background-repeat: repeat-x;
	height: 151px;
	color: black;
	font-size: 0.7em;
	padding-top: 11px;
}
#footerContainer .footerLinks
{
	text-align: left;
	line-height: 130%;
	float: left;
}
#footerContainer A
{
	color: black;
}
#footerContainer .footerLinks UL
{
	padding-bottom: 0px;
	margin: 0px 0px 0px 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#footerContainer .footerLinks LI
{
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#footerContainer .footerLinks LI.first
{
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
}
#footerContainer .footerCopyright
{
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}
#footerContainer .footerCopyright
{
	text-align: left;
	padding-left:400px;
}

