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


/* Backgrounds */
body{
	background: #FFFFFF url(../images/top-gradient.png) top center repeat-x;
}
#container, body.embed{
	background-color:transparent;
}
#limesurvey input.text, #limesurvey textarea.textarea{
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x top;
}
#limesurvey .focused{
	background-color:#f6eddc;
}
#limesurvey .instruct{
	background-color:#F5F5F5;
}

/* Borders */
#container{
	border:0px #DDDDDD solid;
}
#limesurvey .info{
	border-bottom:1px dotted #CCCCCC;
}
#limesurvey .section{
	border-top:1px dotted #CCCCCC;
}
#limesurvey input.text, #limesurvey textarea.textarea{
	border:;
}
#limesurvey .instruct{
	border:1px solid #E6E6E6;
}

/* Typography */
#limesurvey .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
#limesurvey .info div{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
#limesurvey .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
#limesurvey .section div{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}

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


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

.confirm h2{
	font-family:inherit;
	color:#444444;
}

/* Likert Backgrounds*/

.likert table{
	background-color:#FFFFFF;
}
.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}

/* Likert Borders */

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

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th{
	color:#444444;
	font-family:inherit;
}
.likert label{
	color:#565656;
	font-family:inherit;
}
.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:#FFF7C0;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccc69a;
}


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