/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* Hide navigation etc */
div#nav,
div#header,
div#pageletspanel,
div#footer span.toplink {
	display: none;
}

div#content,
div#middlecontent {
	margin: 0;
	width: 100%;
}

  img {
		margin: 10px;
		border: 0;
	}
	

	

div.question {
	width: 390px; 
	float: left;
	padding-left: 10px;
}

div.short_question {
	width: 100px; 
	float: left;
}

div.response {
	padding-left: 18px;
	width: 190px; 
	float: left;
}

div.verdict {
	padding-left: 53px;
	width: 170px; 
	float: left;
}

div.verdict.h2 {
	padding-left: 50px;
}

div.afl_Dgreen {
	width: 80px;
	height: 40px;
	float: left;
	background-color: #1F9B09;
}


div.afl_Lgreen {
	width: 80px;
	height: 40px;
	float: left;
	background-color: #5EF132;
}

div.afl_amber {
	width: 80px;
	height: 40px;
	float: left;
	background-color: #F57210;
}

div.afl_red {
	width: 80px;
	height: 40px;
	float: left;
	background-color: red;
}

div.afl_Dgreen_small {
	width: 40px;
	height: 20px;
	float: left;
	background-color: #1F9B09;
	text-align: center;
	background-image:url(/upload/images/misc/dgreen.gif);
}


div.afl_Lgreen_small {
	width: 40px;
	height: 20px;
	float: left;
	background-color: #5EF132;
	text-align: center;
	background-image:url(/upload/images/misc/lgreen.gif);
}

div.afl_amber_small {
	width: 40px;
	height: 20px;
	float: left;
	background-color: #F57210;
	text-align: center;
	background-image:url(/upload/images/misc/amber.gif);
}

div.afl_red_small {
	width: 40px;
	height: 20px;
	float: left;
	background-color: red;
	text-align: center;
	background-image:url(/upload/images/misc/red.gif);
}


.labels
{
	display:block;
	float:left;
	margin: 10px 0px 0px 0px;
	padding-top: 80px;
	padding-left:12px;
}

.labels2
{
	width: 515px;
	display: block;
	float: left;
	margin: 10px 0px 10px 0px;
	padding-left:18px;
	border: 1px black solid;
	padding: 10px;
}

.labels h4.strongly_disagree
{
	width:12px;
    height:100px;
    text-indent:-9999px;
    background-image:url(/upload/images/labels/strongly_disagree.gif);
    background-repeat:no-repeat;
    float:left;
	margin-left:25px;
}

.labels h4.disagree
{
	width:12px;
    height:100px;
    text-indent:-9999px;
    background-image:url(/upload/images/labels/disagree.gif);
    background-repeat:no-repeat;
	margin-left:20px;
    float:left;
}

.labels h4.neutral
{
	width:12px;
    height:100px;
    text-indent:-9999px;
    background-image:url(/upload/images/labels/neutral.gif);
    background-repeat:no-repeat;
    margin-left:30px;
    float:left;
    padding-left: 10px;
}

.labels h4.agree
{
	width:12px;
    height:100px;
    text-indent:-9999px;
    background-image:url(/upload/images/labels/agree.gif);
    background-repeat:no-repeat;
    margin-left:30px;
    float:left;
}

.labels h4.strongly_agree
{
	width:12px;
    height:100px;
    text-indent:-9999px;
    background-image:url(/upload/images/labels/strongly_agree.gif);
    background-repeat:no-repeat;
	float:left;

}

.aflSubmit {
    margin: 10px 10px 10px 10px;
    font-family:Verdana,sans-serif;
    background-color:#ffd71f;
    color:#000000;
    font-weight:bold;
    float:left;    
}

.afl_radio_list {
	display: block;
}

.input {
	width: 150px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
}
