/* Input styling */
input[type=text],
input[type=password],
textarea,
select {
	background: white url('/images/input_fade.png') repeat-x top left;
	border: 1px solid #bbb;
	font-family: Tahoma;
	font-size: 1em;
	color: #58c;
	padding: 2px 5px;
}

option.alternate {
	color: #777;
}

input[type=submit] {
	color:#777;
	font-weight: bold;
	padding: 2px 10px;
}

fieldset input[type=submit] {
	text-align: center;
}

select {
	background: #fcfcfc;
}

fieldset textarea {
width: 95%;
height: 100px;
}

input[type=text]:focus,
input[type=text]:hover,
input[type=password]:focus,
input[type=password]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	border: 1px solid #88BBFF; /* #afa */
}


input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active { -webkit-box-shadow: 0 0 7px #0066ff; -moz-box-shadow: 0 0 7px #0066ff; box-shadow: 0 0 7px #0066ff; }

fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=file],
fieldset select {
	width: 100%;
}


/* Fieldset layouts */
fieldset {
	border: none;
	clear: left;
	margin: 6px 0px;
	padding: 10px 15px;
	width: 250px;
	float: left;
}

fieldset fieldset {
	border:1px solid #DDDDDD;
}

fieldset fieldset fieldset {
	border: 1px solid #EEE;
	width: 95%;
	margin-top: 0px;
	color: #555;
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 1.5em;
	color: #8bf;
	padding: 0px 4px;
}

fieldset fieldset legend {
	font-size: .9em;
	color: #CCC;
}

.fieldset-right {
	clear: right;
	float: right;
}

.fieldset-clear {
	border: 0px;
	margin: 0px;
}

.fieldset-search {
	width: 600px;
}

.fieldset-bottom {
	clear: both;
	border: 0px;
	margin: 0px;
}

.fieldset-span {
	clear: both;
	float: none;
	width: 95%;
}

fieldset div {
	margin-bottom: 6px;
	clear: left;
}

fieldset input[type=submit] {
	width: 100%;
	text-align: center;
}

fieldset input[type=text] {
	width: 95%;
}

#search div {
	padding-bottom: .5em;
}

form label, td.label {
	display: block;
	margin: .1em;
	color: #777;
}

.input-hint {
	color: #bbb;
	font-size: .8em;
	padding-left: 5px;
	margin-top: -5px;
}

.input-warning, .input-notice {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.input-warning {
	color: #f88;
	background-image: url('/icons/error.png');
}

.input-notice {
	color: #888;
	background-image: url('/icons/information.png');
}

.grooming label {
	margin-top: 1em;
}

.grooming label.checkbox {
	display: inline;
}

.grooming textarea {
	width: 350px;
	height: 4em;
}

.grooming .input-hint {
	margin-top: 0px;
}

.record input[type=submit] {
	margin: 10px;
}

.layout-frame.record {
	margin-bottom: -30px;
}

.record .input-hint {
	margin-top: 0px;
}

.weight-additional {
	position: absolute;
	left: 225px;
}

.weight-additional textarea {
	width: 250px;
	height: 4em;
}

.lp-edit-node {
	margin: 4px !important;
	margin-left: 90px !important;
}

.lp-edit-done {
	background-color: #ddffdd;
}

.lp-edit-node > .lp-edit-node {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 2px solid #EEE;
}

.lp-edit-node > .lp-edit-node > .lp-edit-node {
	border-right: 0px;
}

.edit-pedigree label {
	display: inline;
	white-space: nowrap;
}

.edit-pedigree {
	width: 750px;
}

/* Quicksearch */
#quicksearch_input {
	width: 100px;
}

#quicksearch_submit {
	position: absolute;
	left: 120px;
	padding: 0px;
	margin-top: -1px;
}

/* Picture attachment form */
.pic-attach-form {
	
}

.formtable {
	min-width: 450px;
	margin-bottom: 25px;
}

.formtable input[type=text], .formtable select, .formtable textarea {
    width: 95%;
}

.formtable .label {
	margin: 0px;
}

.formtable td {
    padding: 2px 10px 3px 5px;
	display: table-cell;
}

.formtable td.label {
    font-size: 1.2em;
    border-right: 2px solid #ccc;
    text-align: right;
	min-width: 130px;
	white-space: nowrap;
}

.formtable td.label label span {
	color: #F52;
	margin-right: -.5em;
	padding-left: .2em;
}

.formtable label.radio {
    display: inline;
    padding-left: 15px;
}

.formtable tr.sub-header td.label, .formtable tr.header td {
	font-size: 1.4em;
	padding-right: 1em;
	color: #bbb !important;
	border-right: 0px solid white;
	border-bottom: 2px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
}

.formtable tr.header td {
	padding-bottom: 1em;
	border: 0;
	padding-right: .5em;
}

.formtable td {
	border-radius: 0 .5em .5em 0;
}

.formtable tr, .formtable td.label {
	border-radius: 1em 0 0 1em;
	-moz-border-radius: 1em 0 0 1em;
}

.formtable tr:last-child {
	border-radius: 0 1em 1em 0;
	-moz-border-radius: 0 1em 1em 0;
}

tr.error, td.error {
	background: #fdd;
}

tr.notice, td.notice {
	background: #def;
}

.formtable .input-hint {
	margin-top: 0px;
}

.formtable .image-compare {
	color: #777;
}

.formtable td {
	position: relative;
}

.formtable .input-tips {
	position: relative;
	right: -105%;
}

.input-tips .tips, .input-tips .summary {
	position: absolute;
	display: block;
	z-index: 2;
}

.input-tips .summary {
	opacity: 0.5;
}

.input-tips .summary img {
	vertical-align: middle;
}

.formtable td:hover .input-tips .summary {
	display: none;
}

.input-tips .tips {
	display: none;
	padding: 10px;
	z-index: 3;
}

.input-tips .input-hint {
	font-size: 1em;
	color: #5588CC;
}

.input-tips p {
	padding-left: 25px;
}

.formtable td:hover .input-tips .tips {
	display: block;
}

.solo_checkbox {
	margin: -6px;
}

.propagate_skip {
	display: inline;
	font-size: .8em;
	margin-left: -10px;
}

.propagate_skip input {
	margin-right: 5px;
}

.edit-full {
	width: 100%;
	height: 40em;
}

textarea .tall, .tall > textarea {
	height: 12em;
}
