/*

body
{
	background: #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	//margin: 7px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	text-align: center;
}

*/
#container
{
	text-align: left;
}
#container, #top, #bottom
{
	margin: 0 auto;
	width: 840px;
	text-align: left;	
}
#top, #bottom
{
	display: block !important;
	height: 10px !important;
	width: 650px;
}
#top
{
	margin-top: 10px;
}
form.wufoo
{
	margin: 20px 20px 0 20px;
	padding: 0 0 20px 0;
	float: center;
}
h1
{
	/* background-color: #dedede;  */
	margin: 0;
	min-height: 0;
	padding: 0;
	text-decoration: none;
	/* text-indent: -9000px; */
}
h1 a
{
	background: url(/images/wflogo.png) no-repeat left top;
	display: block;
	height: 100%;
	min-height: 40px;
	overflow: hidden;
}
h2
{
	font-size: large;
	font-weight: bold;	
}
h3
{
	font-size: normal;
	font-weight: bold;	
}
* html h1 a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}
img
{
	behavior: url(/images/iepngfix.htc);
	border: none;
}
.confirm .info
{
	border: none !important;
	margin: 0 !important;
	padding: 70px 0 80px 0;
	text-align: center;
}
.footer a
{
	background-color: red;
	background-image: url(/images/wflogo.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	display: block;
	font-size: 110%;
	line-height: 40px;
	line-height: auto;
	margin: 0 auto 30px auto;
	padding: 5px 30px 5px 30px;
	text-align: right;
	text-decoration: none;
	width: 70%;
}
* html .footer a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}
.footer a:hover
{
	text-decoration: underline;
}
.wufoo
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: small;
}
.wufoo li
{
	width: 100%;
}
form ul
{
	font-size: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
form li
{
	margin: 0;
	padding: 4px 5px 2px 9px;
	position: relative;
}
form li:after, .buttons:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
form li, .buttons
{
	display: inline-block;
}
* html form li, * html .buttons
{
	height: 1%;
}
form li, .buttons
{
	display: block;
}
* html form li div
{
	display: inline-block;
}
form li div, form li span
{
	color: #444;
	margin: 0 4px 0 0;
	padding: 0 0 8px 0;
}
form li span
{
	float: left;
}
form li div.left
{
	display: inline;
	float: left;
	width: 48%;
}
form li div.right
{
	display: inline;
	float: right;
	width: 48%;
}
form li div.left .medium, form li div.right .medium
{
	width: 100%;
}
.clear
{
	clear: both;
}
form li div label, form li span label
{
	clear: both;
	color: #444;
	display: block;
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding-top: 3px;
}
form li .datepicker
{
	cursor: pointer !important;
	float: left;
	height: 16px;
	margin: .1em 5px 0 0;
	padding: 0;
	width: 16px;
}
.info
{
	border-bottom: 1px dotted #333333;
	clear: both;
	display: inline-block;
	margin: 0 0 1em 0;
}
.info[class]
{
	display: block;
}
.info h2
{
	clear: left;
	font-size: x-large;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.info p
{
	font-size: 95%;
	line-height: 135%;
	margin: 0 0 12px 0;
}
form hr
{
	border: 0;
	clear: both;	
	height: 1px;
	border-top: 1px solid #444444;
	border-bottom: 5px solid white;	
}
form li.section
{
	border-top: 1px dotted #ccc;
	margin-top: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-top: 13px;
	width: 97% !important;
}
form ul li.first
{
	border-top: none !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
form .section h3
{
	font-size: 110%;
	font-weight: normal;
	line-height: 135%;
	margin: 0 0 2px 0;
}
form .section p
{
	font-size: 85%;
	margin: 0 0 10px 0;
}
input.btTxt
{
	overflow: visible;
	padding: 0 7px;
	width: auto;
}
.buttons
{
	clear: both;
	margin-top: 10px;
}
.buttons input
{
	font-size: 120%;
	margin-right: 5px;
}
label.desc
{
	border: none;
	color: #222;
	display: block;
	font-size: 95%;
	font-weight: bold;
	line-height: 150%;
	padding: 0 0 1px 0;
}
span.symbol
{
	font-size: 115%;
	line-height: 130%;
}
input.text, input.file, textarea.textarea, select.select
{
	color: #333;
	font-size: 100%;
	margin: 0;
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);	
	border-style:solid;
	border-width:1px;
	background: #fff url(/images/fieldbg.gif) repeat-x top;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
}
input.text, textarea.textarea, .firefox select.select
{
	/*
	background: #fff url(/images/fieldbg.gif) repeat-x top;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	*/
	
background:#FFFFFF url(/images/fieldbg.gif) repeat-x scroll center top;
border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
border-style:solid;
border-width:1px;	
}

input.text, input.file
{
	padding: 2px 0 2px 0;

}
input.currency
{
	text-align: right;
}
input.checkbox, input.radio
{
	display: block;
	height: 13px;
	line-height: 1.4em;
	margin: 6px 0 0 3px;
	width: 13px;
}
label.choice
{
	color: #444;
	display: block;
	font-size: 100%;
	line-height: 1.4em;
	margin: -1.55em 0 0 25px;
	padding: 4px 0 5px 0;
	width: 90%;
}
textarea.textarea
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
background:#FFFFFF url(/images/fieldbg.gif) repeat-x scroll center top;
}
select.select
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 1px 0;
	padding: 1px 0 0 0;
}
select.select[class]
{
	margin: 0;
	padding: 1px 0 1px 0;
}
*:first-child+html select.select[class]
{
	margin: 1px 0;
}
.safari select.select
{
	font-size: 120% !important;
	margin-bottom: 1px;
}
.third
{
	width: 32% !important;
}
.half
{
	width: 48% !important;
}
.full
{
	width: 100% !important;
}
input.small, select.small
{
	width: 25%;
}
input.medium, select.medium
{
	width: 50%;
}
input.large, select.large, textarea.textarea
{
	width: 100%;
}
textarea.small
{
	height: 5.5em;
}
textarea.medium
{
	height: 10em;
}
textarea.large
{
	height: 20em;
}
#errorLi
{
	background: #fff;
	border: 1px dotted red;
	margin-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	text-align: center;
	width: 99%;
}
#errorMsgLbl
{
	color: #DF0000;
	font-size: 125%;
	margin: 7px 0 5px 0;
	padding: 0;
}
#errorMsg
{
	color: #000;
	font-size: 100%;
	margin: 0 0 .8em 0;
}
#errorMsg strong
{
	background-color: #FFDFDF;
	color: red;
	padding: 2px 3px;
}
form li.error
{
	background-color: #FFDFDF !important;
	border-bottom: 1px solid #EACBCC;
	border-right: 1px solid #EACBCC;
	margin: 3px 0;
}
form li.error label
{
	color: #DF0000 !important;
}
form p.error
{
	clear: both;
	color: red;
	font-size: 10px;
	font-weight: bold;
	margin: -2px 0 5px 0;
}
form .req
{
	color: red !important;
	float: none;
	font-weight: bold;
}
form li.focused
{
	background-color: #fff7c0;
}
form .instruct
{
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #444;
	font-size: 80%;
	left: 100%;
	line-height: 130%;
	margin: 0 0 0 8px;
	padding: 8px 10px 9px 10px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 42%;
	z-index: 1000;
}
form .instruct small
{
	font-size: 105%;
}
form li.focused .instruct, form li:hover .instruct
{
	visibility: visible;
}
.noI .instruct
{
	display: none !important;
}
.noI form li
{
	width: 96%;
}
.noI li.section
{
	padding-left: 9px;
}
.leftLabel li, .rightLabel li, li.leftLabel, li.rightLabel
{
	padding-left: 22%;
	padding-top: 9px;
	width: 55% !important;
}
.noI .leftLabel li, .noI .rightLabel li, .noI li.leftLabel, .noI li.rightLabel
{
	padding-left: 30%;
	width: 66%;
}
.leftLabel label.desc, .rightLabel label.desc
{
	left: 0;
	margin-left: 9px;
	margin-top: 2px;
	position: absolute;
	width: 24%;
}
* html .leftLabel label.desc, * html .rightLabel label.desc
{
	width: 34%;
}
.rightLabel label.desc
{
	text-align: right;
}
.noI .leftLabel label.desc, .noI .rightLabel label.desc
{
	width: 27%;
}
* html .noI .leftLabel label.desc, * html .noI .rightLabel label.desc
{
	width: 40%;
}
.leftLabel p.instruct, .rightLabel p.instruct
{
	margin-left: 2px;
	width: 26%;
}
* html .leftLabel p.instruct, * html .rightLabel p.instruct
{
	width: 37%;
}
ul.protected
{
	list-style: none;
	margin: 60px 0;
}
.protected li
{
	padding: 10px 0;
	text-align: center;
}
.protected h2
{
	color: #DF0000;
	font-weight: bold;
	margin: 0 auto 10px auto;
}
.protected label
{
	display: block;
	font-size: 120% !important;
	padding-top: 10px;
}
.protected input.text
{
	font-size: 170% !important;
	text-align: center;
	width: 380px;
}
.protected .buttons
{
	margin: 0;
}
.protected #saveForm
{
	font-size: 120% !important;
}
#merchant
{
	text-align: center;
}
#merchant li
{
	width: 97%;
}
#merchant .info
{
	border-bottom: none !important;
}
body.embed
{
	background: none !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.embed #container
{
	background: none !important;
	border: none !important;
	width: 100% !important;
}
.embed #top, .embed #bottom, .embed #logo
{
	display: none !important;
}
.embed form
{
	margin: 0 !important;
}
@media print
{
	#public, h2
	{
		margin: 0;
	}
	#container
	{
		border: none !important;
		width: 100%;
	}
	#top, #bottom, h1, form .buttons, #printPage, .icon
	{
		display: none !important;
	}
	form.wufoo
	{
		margin: 0;
		padding: 0;
	}
	form.wufoo .instruct
	{
		display: block;
	}
}
div.calendar
{
	position: relative;
	z-index: 3000;
}
.calendar table
{
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	cursor: pointer;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
.calendar .button
{
	padding: 2px 0 3px 0;
	text-align: center;
}
.calendar thead .title
{
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
}
.calendar thead .headrow
{
	background: #dedede;
	color: #333;
	font-weight: bold;
}
.calendar thead .daynames
{
	background: #f5f5f5;
	color: #333;
}
.calendar thead .name
{
	border-bottom: 1px solid #dedede;
	color: #000;
	padding: 2px;
	text-align: center;
}
.calendar thead .weekend
{
	background: #dedede;
	color: #666;
}
.calendar thead .hilite
{
	background-color: #444;
	color: #fff;
	padding: 1px;
}
.calendar thead .active
{
	background-color: #d12f19;
	color: #fff;
}
.calendar tbody .day
{
	border: 1px solid #fff;
	color: #222;
	padding: 1px;
	text-align: right;
	width: 2em;
}
.calendar tbody .day.othermonth
{
	color: #bbb;
	font-size: 80%;
}
.calendar tbody .day.othermonth.oweekend
{
	color: #fbb;
}
.calendar table .wn
{
	background: #666;
	border-right: 1px solid #000;
	padding: 2px 2px 2px 2px;
}
.calendar tbody .rowhilite td, .calendar tbody .rowhilite td.wn
{
	background: #ddd;
}
.calendar tbody td.hilite
{
	background: #444 !important;
	color: #fff !important;
}
.calendar tbody td.active
{
	background: #529214 !important;
	color: #529214;
}
.calendar tbody td.selected
{
	background: #f5f5f5 !important;
	border: 1px solid #888;
	color: #222 !important;
	font-weight: bold;
	padding: 1px;
}
.calendar tbody td.weekend
{
	color: #666;
}
.calendar tbody td.today
{
	background: #D9EFC2;
	color: #529214;
	font-weight: bold;
}
.calendar tbody .disabled
{
	color: #999;
}
.calendar tbody .emptycell
{
	visibility: hidden;
}
.calendar tbody .emptyrow
{
	display: none;
}
.calendar tfoot .footrow
{
	background: #556;
	color: #fff;
	text-align: center;
}
.calendar tfoot .ttip
{
	background: #222;
	border-top: 1px solid #dedede;
	color: #fff;
	font-size: 10px;
	padding: 3px;
}
.calendar tfoot .hilite
{
	background: #aaf;
	border: 1px solid #04f;
	color: #000;
	padding: 1px;
}
.calendar tfoot .active
{
	background: #77c;
	padding: 2px 0px 0px 2px;
}
.calendar .combo
{
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #222;
	display: none;
	font-size: 90%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 4em;
	z-index: 100;
}
.calendar .combo .label,.calendar .combo .label-IEfix
{
	padding: 1px;
	text-align: center;
}
.calendar .combo .label-IEfix
{
	width: 4em;
}
.calendar .combo .hilite
{
	background: #444;
	color: #fff;
}
.calendar .combo .active
{
	background: #dedede;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-weight: bold;
}
