html
{
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #fff; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}

body
{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Verdana;
	font-size: small;
}

h2
{
	background-color: #FDECC4;
}

img
{
	border: none;
}

#Header
{
	background: #EEEEEE;
	display: block;
	width: 100%;
	height: 126px;
	z-index: 6;
}

#Header #Top
{
	background: #EEEEEE url(../../ChildSupportEstimator/Images/header/bordertop.gif) repeat-x;
	height: 20px;
}

#Header #CSALogo
{
	height: 71px;
}

#Header .SchemeReformsLogo
{
	float: right;
}

#Header #TabBar
{
	background: #EEEEEE url(../../ChildSupportEstimator/Images/header/navigationbar.gif) repeat-x;
	height: 35px;
}

#Header #TabBar #Tabs
{
	/*Tabs should not be shown when printed*/
	display: none;
}

#Header #TabBar #Title
{
	color: White;
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 10px 0px 0px;
}

#Content
{
	overflow: visible;
}
#HelpBar
{
	/*Help should not be shown when printed*/
	display: none;
}

#ButtonBar
{
	height: 30px;
	margin: 0px;
	z-index:4;
	width: 100%;
}
* html #ButtonBar
{
	width:100%;
	border-right:solid 320px #FFFFFF;
	right: 340px;
}

#ButtonBar #LeftButtons
{
	float:left;
}

/*Note: Does not use float so that tags can appear in the correct order in
screen readers etc.*/
#ButtonBar #RightButtons
{
	float:right;
}

.EstimatorButton
{
	background: Silver url(../../ChildSupportEstimator/Images/content/nextbackrepeater.gif) repeat-x;
	height: 23px;
	border: Solid 1px #989DA2;
	font-weight: bold;
	min-width: 80px;
}
* html .EstimatorButton
{
	width:80px;
	overflow:visible;
	padding:0px 10px 0px 10px;
}

#Footer
{
	background: #FFFFFF url(../../ChildSupportEstimator/Images/footer/repeater.gif) repeat-x;
	display: block;
	width: 100%;
	height: 18px;
	z-index: 6;
}
#FooterRight
{
	background: #FFFFFF url(../../ChildSupportEstimator/Images/footer/rightimage.gif) no-repeat;
	float: right;
	width: 54px;
	height: 18px;
}