﻿@import url(calendar.css);

#estimate
{
	border: solid 1px #c0c0c0;
	background-color: #f0f0f0;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 28px;
	font-size: 13px;
}

#estimate h1, h1
{
	padding-top: 0px;
	padding-bottom: 12px;
}

#estimate .title
{
	margin-left: -8px;
}

#estimate .caption
{
	font-weight: bold;
	color: #666666;
}

#estimate #estimate_step_1 td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#estimate #estimate_step_2 td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#estimate .EstimateSectionTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

#estimate .section
{
	padding-top: 12px;
}

#estimate .group
{
	border: 1px solid #999;
	background-color: #ddd;
	padding: 4px 10px 4px 10px;
}

#estimate .ImageWrapper
{
	padding-top: 12px;
	padding-bottom: 10px;
}

#estimate .label
{
	padding-right: 4px;
}

#estimate .separator
{
	padding-right: 10px;
}

#estimate .buttons
{
	/*float: right;*/
	padding-top: 12px;
	padding-bottom: 6px;
}

#estimate .HelpLink
{
	font-style:italic;
	color: #999;
	font-size: 12px;
}

#estimate .HelpPanel
{
	display: none;
	border: solid 1px #666666;
	padding: 10px;
	background-color: #FFFF99;
	width: 300px;
	height: 150px;
	line-height: 16px;
	font-size: 12px;
}

#ThankYouFinalMessage .section, #ErrorFinalMessage .section
{
	font-size: 12px;
	color: #444444;
	padding-top: 10px;
	margin-right: 10px;
}

#estimate .ThankYouMessage
{
	font-size: 14px;
	background-color: #BBBBBB;
	border: 1px solid #555555;
	color: #000;
	font-weight:bold;
	padding: 4px;
	padding-left:12px;
	margin-top: 12px;
	margin-right: 10px;
}

#estimate .ErrorMessage
{
	font-size: 14px;
	background-color: #FFAAAA;
	border: 1px solid #FF3333;
	color: #000;
	font-weight: bold;
	padding: 4px;
	padding-left: 12px;
	margin-top: 12px;
	margin-right: 10px;
}

#estimate .HorizontalSeparator
{
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
}

#estimate .buttons
{
	border-top: 1px solid #c0c0c0;
	padding-bottom: 10px;
}

#estimate .buttonsItem > a:link, #estimate .buttonsItem > a:visited
{
	display:inline-block;
	height: 20px;
	width: 112px;
	overflow: hidden;
	text-indent: -9999px;
	color: #333;
	background-color: transparent;
  	background-position: 50% -21px;
	/*background-position: 50% 0px;*/
	background-repeat: no-repeat;
	border: 1px solid #3399FF;
	margin-right: 20px;
}

#estimate .buttonsItem>a:hover {
  	background-position: 50% -21px;
	border: 1px solid #888;
}

.InFocus
{
	border: solid 1px #669;
	padding: 1px;
	background-color: #ddd;
}

