﻿/* This style sheet is used in order to work budget planner popup on National.css */
/* presentation.css and common.css classes used in budget planner */
body
{
	behavior: url("/_styles/csshover3.htc");
}
.cursor-pointer
{
	cursor: pointer;
}
.a
{
	color: #336600;
	cursor: pointer;
	font-size: inherit;
	text-decoration: none;
}
.a:hover
{
	text-decoration: underline;
	color: #009900;
}
.padding-all
{
	padding: 1em;
}
.inner-content
{
	padding: 0 1.8em;
}
#budgetPlanner h2
{
	border-bottom: none;
	color: #666;
	font-size: 1.5em;
	line-height: 130%;
	margin: 1.2em 0 0.8em;
	padding-bottom: 0.4em;
}
#budgetPlanner ol, ul
{
	margin-left: 2.2em;
}
#budgetPlanner li
{
	line-height: 130%;
	font-size: 1.2em;
}
#budgetPlanner table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.2em;
	margin: 1em 0 3em;
	width: 100%;
}
#budgetPlanner table td
{
	vertical-align: baseline;
}
.cleared
{
	clear: both;
}
.large-font
{
	font-size: 1.2em;
}
.bold
{
	font-weight: bold;
}
.ui-tabs-selected a
{
	font-weight: bold;
}
#budgetPlanner h3
{
	color: #4f4f4f;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
	margin: 1em 0 0.6em;
	text-transform: none;
}
h4 a
{
	font-weight: bold;
}
.ajax-loading
{
	display: none;
	width: 100%;
	height: 400px;
	padding-top: 100px;
	text-align: center;
	font-size: 1.5em;
	background: transparent url('/App_Themes/Common/images/icons/ajax-loader-transparent.gif') no-repeat center center;
}
.section-heading
{
	background: transparent url('/App_Themes/Common/images/type/section-heading-bg.gif') no-repeat top left;
	height: 2.3em;
	margin-top: 3em;
	padding: 0.5em 0.5em 0;
	position: relative;
}
.icon
{
	background: transparent none no-repeat scroll 0 0.5em;
	padding: 1.8em 0 1em 4em;
	position: absolute;
	top: -1.55em;
}
.icon-switchtick
{
	background-image: url('/App_Themes/Common/images/icons/icon-switchtick.gif');
}
.padding-reset
{
	padding: 0 !important;
}
.margin-right
{
	margin-right: 1em !important;
}
.top-neg20
{
	position: relative;
	top: -20px;
}
.border-reset
{
	border: 0 none !important;
}
.border-top-reset
{
	border-top: none !important;
}
.border-bottom-reset
{
	border-bottom: none !important;
}
.border-left-reset
{
	border-left: none !important;
}
.border-right-reset
{
	border-right: none !important;
}
.col-halfwidth
{
	width: 50%;
}
.col-onequarter
{
	width: 25%;
}
input.combine
{
	height: 18px !important;
}
.yellow-gradient
{
	background: #f9f7ef url('/App_Themes/Common/images/pages/yellow-gradient.gif') repeat-x scroll top left;
	border-bottom: solid 1px #d3d3d3;
}
.section
{
	border: 1px solid #d3d3d3;
	background-color: #f9f7ef;
	padding: 1em 1.2em;
}
.margin-top-reset
{
	margin-top: 0 !important;
}
.tab-footer
{
	background: #EFF0EC url('/App_Themes/Common/images/type/bg-footer-tile-x.gif') repeat-x;
	border: 1px solid #d3d3d3;
	padding: 1em 1.2em;
}
.IE6-peek-a-boo-bug-fix
{
	position:relative;
}
/* Differences between common and national */
input.combine
{
	_height: 20px !important;
}
@media print
{
	*
	{
		overflow: visible !important;
	}
	.no-print
	{
		display: none !important;
	}
	.ui-dialog
	{
		left: 0 !important;
		margin: 0 auto;
		top: 0 !important;
		width: 90% !important;
	}
}
