﻿.box-shadow
{
	-moz-box-shadow: 0 0.5em 0.5em #BBB;
	-webkit-box-shadow: 0 0.5em 0.5em #BBB;
	position: relative;
}
.dark-panel .box-shadow, .dark-panel.box-shadow
{
	-moz-box-shadow: 0 0.5em 0.5em #222;
	-webkit-box-shadow: 0 0.5em 0.5em #222;
}
.box-shadow-left
{
	-moz-box-shadow: -0.5em 0 0.5em #BBB;
	-webkit-box-shadow: -0.5em 0 0.5em #BBB;
}
ul.form-list li label, ul.form-list li input
{
	float: left;
	display: block;
}
ul.form-list li label
{
	padding-bottom: 0.5em;
	width: 90%;
}
ul.form-list li
{
	clear: both;
}
ol.question-list
{
	padding-left: 4em;
	font-weight: bold; *float:left;*padding-left:2.7em;}
.answer-panel
{
	padding-left: 6em;
	border-top: solid 1px #FFF;
}

.question-tip
{
	background: transparent url('/App_Themes/Common/images/icons/icon-question-small.gif') no-repeat scroll 0 -0.2em;
	padding: 4px 0 5px 22px;
	color: #336600;
	text-transform: uppercase;
	font-size: 0.8em;
	cursor:pointer;
}
.tooltip
{
	width: 317px !important;
	line-height: 1.5em;
}
.tooltip .body div
{
	width: 90% !important;
}
#tooltip h3
{
	display:none !important;
}
/* This setting is to dodge select box otherwise IE6 breaks. */
.short
{
	width: 220px !important;
}
.frequency
{
	width: 92px; /* em font size is different between Safari and the other browsers and could not satisfy both with em */
}
.tooltip .foot-note
{
	font-size: smaller;
	line-height: 11px;
}
.weight-icon
{
	padding-left: 60px;
	height: 14px;
	background-image: url('/App_Themes/Common/Images/type/sprite-progressbar.png');
	background-repeat: no-repeat;
	line-height:1em;
}
.product0
{
	background-position: left 2px;
}
.product1
{
	background-position: left -13px;
}
.product2
{
	background-position: left -26px;
}
.shadow-panel
{
	background-color: #232323;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	zoom: 1;
	width: 100%;
	float: right;
	z-index: 100;
}
.covered-message
{
	z-index: 100;
	width: 280px;
	margin: 80px 0 0 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nochange-panel
{
	top: 45px;
	left: 100px;
	padding: 10px 50px;
	z-index: 50;
	border: solid 1px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
.left-border
{
	border: solid 1px #CCC;
}
.right-panel-border
{
	border-top: solid 1px #1E1E1E;
	border-bottom: solid 1px #1E1E1E;
}
.redarrow
{
	background-image: url('/App_Themes/Common/images/icons/icon-redarrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 2em;
}
.ajax-loading
{
	background-image: url('/App_Themes/Common/images/icons/ajax-loader_3F4040.gif') !important;
}
/* Be carful when merge these clases into presentation.css as they effect the other pages  */
/* They are outsite #budgetPlanner and hard to specify */
.ui-dialog .ui-widget-header
{
	background: blue none repeat scroll 0 0;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content
{
	background-color: #fff;
	font-size: 0.8333333em;
}
.visibility-hidden
{
	visibility:hidden;
}
/* until here */
@media print
{
	#questions, #products
	{
		float: none;
		width: 100%;
		border: none;
		height: auto !important;
	}
	.box-shadow, .dark-panel.box-shadow, .box-shadow-left
	{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.additional-products-panel h3
	{
		float:none;
	}
}
