#tabs {
	margin-top: 10px;
	width: 100%;
}

#tabs > * {
	font-size: 1em;
	line-height: 1.5em;
}

#tabs ul {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	height: 1.5em;
}

#tabs ul li {
	list-style: none;
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#tabs ul li.ui-state-default a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	background: #fff;
	color: #333;
	text-transform: uppercase;
	height: 100%;
	border: none;
	border-bottom: 1px solid #000;
}

#tabs ul li.ui-state-active a, #tabs ul li.ui-state-default a:hover {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	background: #ff9a00;
	color: #fff;
	text-transform: uppercase;
	height: 100%;
	border: none;
	border-bottom: 1px solid #333;
}

.ui-tabs-hide { display: none; }

#tabs-1, #tabs-2, #tabs-3, #tabs-4 { margin-top: 10px; padding: 10px 0; }

#tabs div div { padding: 0; margin: 4px 0; }

#tabs ul#confirmData  {
	background: none;
	width: 490px;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px;
}

#tabs ul#confirmData li {
	list-style-type: disc;
	float: none;
	width: 100%;
	line-height: 15px;
	text-align: left;
	margin: 0 0 0 10px;
	font-size: 11px;
	padding: 0;
}

#tabs .confirm { background: #efefef; padding: 6px !important; font-size: .9em; margin-bottom: 20px; }
#tabs .confirm p { margin: 0 0 15px; padding: 0; font-size: 11px; }
#tabs .fleft, #tabs .appform-prev { float: left; }
#tabs .fright, #tabs .appform-next { float: right; }

fieldset.appform { font-size: 12px !important; width: 524px; }

#tabs label  {
	float: left;
	white-space: nowrap;
	display: block;
}

#tabs label.medium {
	width: 70% !important;
	height: 25px;
	line-height: 1.5em;
	line-height: 26px;
	display: block;
}

#tabs label.large {
	width: 520px;
	white-space: pre-wrap;
	word-wrap: break-word;
	*white-space: pre;
}

#tabs .ffield {
	float: right;
	width: 68%;
	height: 25px;
}

#tabs .ffield.short {
	width: 28%;
}

#tabs .appInput {
	width: 98.2%;
	border: none;
	border-bottom: 1px solid #ff9a00;
	height: 25px;
	line-height: 25px;
	padding: 0;
}

#tabs .appTextarea {
	width: 510px;
	height: 10em;
	border: 1px solid #ff9a00;
	padding: 4px;
	margin-bottom: 20px;
}

#tabs .appCheckbox, #tabs .appRadio {
	margin: 0 5px 0 0;
}

#tabs .formColLeft {
	float: left;
	width: 40%;
	height: auto !important;
}

#tabs .formColRight {
	float: right;
	width: 60%;
	height: auto !important;
}

#tabs table td {
	height: 28px;
}

#tabs table.nowrap, #tabs table.data {
	width: 100%;
	border-collapse: collapse;
}

#tabs table.bordered {
	border: 1px solid #ff9a00;
	border-left: none;
	border-bottom: none;
}

#tabs table.bordered tr {
	border-bottom: 1px solid #ff9a00;
}

#tabs table tr.caption, #tabs table td.caption {
	font-weight: bold;
	text-align: center;
}

#tabs table tr.data-odd {
	background: #ffdaaf;
}

#tabs table tr.data-even {
	background: #fff;
}

#tabs table.bordered td {
	border-left: 1px solid #ff9a00;
	padding: 5px;
}

#tabs table.data td.data-first {
	width: 60px;
}

#tabs table.nowrap td, #tabs table.nowrap th {
	padding: 0;
}

#tabs td.nowrap, #tabs .nowrap td {
	white-space: nowrap;
}

#tabs tr.data-odd td input, #tabs tr.data-even td input {
	border: 1px solid #ffa73f;
	width: 99%;
	text-align: right;
}

#tabs tr.data-odd td input { background: #fff; }
#tabs tr.data-even td input { background: #fff; }

#tabs .clear {
	clear: both;
	margin: 0 !important;
	padding-bottom: 12px;
}

#tabs br.clear {
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 0px;
}

#tabs .ralign, #tabs .pf {
	text-align: right;
}

#tabs em, .error strong {
	color: #f00;
	font-style: normal;
}

#tabs em {
	font-weight: bold;
	font-size: 14pt;
}

.error {
	padding: 10px;
}

#tabs .bottomlink {
	height: 30px !important;
	margin: 20px 0 0 0 !important;
	border-top: 1px solid #333;
}

#tabs .bottomlink a, #tabs .bottomlink input {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	padding: 6px 10px;
	text-decoration: none;
	border: none;
	font-size: .9em;
}

/* IE6 Alternative */
#tabs .bottomlink input {
	_background: #ff9a00 !important;
	_color: #fff !important;
}

#tabs .bottomlink a:hover, #tabs .bottomlink input:hover {
	background: #ff9a00;
	color: #fff;
}

#tabs .bottomlink input {
	cursor: pointer;
}

textarea, input, select, option, button, submit, reset {
	font-family: Arial,Lucida,Verdana,sans serif;
}

