
#estimation {
	margin: 0 20px 20px 20px;
}

.autosave_saving {
	font-size: 10px;
	display: none;
}

/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.panes div.pane {
	display:none;
	border-top:1px solid #666;
	border-bottom: 1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:290px;
	padding:15px 0;
}

/* radiolists ------------------------------------------------*/

.radiolist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.radiolist p {
	float: left;
	margin-right: 10px;
	background: url(images/checkboxbg.gif) no-repeat 0 0;
	width: 95px;
	height: 150px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
}
.radiolist p.selected { background-position: -95px 0; }

.radiolist p.selected .radio-select { display: none; }

.radio-select {
	display: block;
	float: left;
	position: absolute;
	top: 118px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(images/select.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.radiolist p input { display: none; }

a.radio-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
}
.radiolist p.selected a.radio-deselect { display: block; }

.radiolist p strong {
	display: block;
	font-size: 12px;
	padding: 8px;
	text-align: center;
}

.radiolist p span {
	display: block;
	text-align: left;
	padding: 8px;
}

/* checklists ----------------------------------------------*/

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.checklist p {
	float: left;
	margin-right: 10px;
	background: url(images/checkboxbg.gif) no-repeat 0 0;
	width: 95px;
	height: 150px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
}
.checklist p.selected { background-position: -95px 0; }
.checklist p.selected .checkbox-select { display: none; }
.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 118px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(images/select.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.checklist p input { display: none; }

a.checkbox-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
}
.checklist p.selected a.checkbox-deselect { display: block; }
.checklist p span {
	display: block;
	text-align: center;
	padding: 8px;
}

.clearfix {
	margin-bottom: 20px;
}

.inline_nav {
	margin-top: 20px;
}

.inline_nav .prev {
	float: left;
	display: block;
}

.inline_nav .next {
	float: right;
	display: block;
}

.inline_nav .send {
	float: right;
	display: block;
}

.float_left {
	float: left;
}

.text_inputs {
	font-size: 14px;
	margin: 15px 0 0 10px;
}

.text_inputs label span {
	display: inline-block;
	width: 120px;
}

.text_inputs .detail {
	display: none;
}

.text_inputs input,select {
	margin: 6px 0;
	vertical-align: middle;
}

.text_inputs input.text {
	font-size: 14px;
	border: 1px solid #666;
	padding: 3px 5px;
	margin: 2px 0;
}

table.confirm {
	font-size: 14px;
	margin: 20px auto;
	border-top: 1px dotted #666;
}

table.confirm tr {
	border-bottom: 1px dotted #666;
}

table.confirm th {
	width: 140px;
	padding: 10px;
	border-bottom: 1px dotted #666;
}

table.confirm td {
	width: 500px;
	padding: 10px;
	border-bottom: 1px dotted #666;
}

/* generic classes ---------------------------------*/

.hide {
}

.alphanumeric {
	ime-mode: disabled;
}

.alert {
	font-weight: bold;
	color: red;
}

.text_center {
	text-align: center;
}

.error {
	width: 700px;
	margin: 0 0 14px 20px;
	padding: 10px;
	background: #FBE3E4 !important;
	color: #8A1F11 !important;
	line-height: 20px !important;
}

.error h2 {
	font-size: 16px;
	font-weight: bold;
	color: #8A1F11;
}

.error a {
	color: #8A1F11 !important;
}
