/* - - - Custom Theme - - - */

/* Logo */
h1 a {
	background-image:url('../images/themes/logos/none.png'); 
	min-height:0;
	height:40px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/themes/logos/none.png", sizingMethod="crop");
}

/* Backgrounds */
body{
	background-image:none;
	background-color:#FFFFFF;
}

#container, body.embed{
	background-color:#cccccc;
}
.wufoo input.text, .wufoo textarea.textarea{
	background:#ffffff url(/images/fieldbg.gif) repeat-x top;
}
.wufoo .focused{
	background-color:#ffe4b5;
}
.wufoo .instruct{
	background-color:#444444;
}

/* Borders */
#container{
	border:1px solid #999999;
}
.wufoo .info{
	border-bottom:1px dotted #999999;
}
.wufoo .section{
	border-top:1px dotted #999999;
}
.wufoo input.text, .wufoo textarea.textarea{
	border:;
}
.wufoo .instruct{
	border:1px solid #000000;
}

/* Typography */
.wufoo .info h2{
	font-size:140%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#bb6d35;
}
.wufoo .info div{
	font-size:95%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo .section h3{
	font-size:110%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .section div{
	font-size:85%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#444444;
}

.wufoo .graph h3{
	color:#000000;
}
.wufoo .footer{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}


.wufoo label.desc{
	font-size:95%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:Arial;
	color:#333333;
}
.wufoo label.choice{
	font-size:100%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select{
	font-size:100%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo .instruct{
	font-size:85%;
	font-family:Arial;
	font-weight:;
	font-style:;
	color:#ffffff;
}
.altInstruct .instruct, .wufoo li.leftHalf .instruct, .wufoo li.rightHalf .instruct{
	color:#333333;
	background:none;
	border:none;
	font-size:9px;
}
.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.wufoo li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:#000000;
}

.confirm h2{
	font-family:Arial;
	color:#333333;
}

/* Likert Backgrounds*/

.likert table{
	background-color:#cccccc;
}
.likert thead td, .likert thead th{
	background-color:#b8b8b8;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#c4c4c4;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#b1b1b1;
}
.likert td{
	border-left:1px solid #a3a3a3;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th{
	color:#333333;
	font-family:Arial;
}
.likert label{
	color:#474747;
	font-family:Arial;
}
.likert caption, .likert tbody th{
	font-size:95%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#ffe4b5;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccb691;
}


/* Drop Shadows */
#top, #bottom{
	visibility:hidden;
}
