.hot > legend {
	background-color: red;
	background-image: none;
}

.hot .ui-button-text {
	background-color: red;
	background-image: none;
	color: white;
	border: none;
	text-shadow: none;
}

.hot .ui-button-text .ui-state-hover {
	color: black !important;
}


.mandatory {
    font-weight: bold;
    font-size: large;
    color: orange;
}

.ui-panelgrid .ui-panelgrid-cell {
    border: none !important;
}

.ui-panelgrid {
    border: none !important;
}

.longer_field {
	width: 300px
}

.even {
	background-color: #F1F1FF
}

.odd {
	background-color: #FAFAFF
}

.ui-grid-col-220 {
	width: 200px;
}
.lightgreen {
	color: #7CFC00;
}

.darkgoldenrod {
	color: #B8860B;
}

.stallion {
	font-weight: bold;
	color:blue;
}

.mare {
	color:#ff8080;
}

.gelding {
	color: #0080c0;
}

.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
	    font-weight: normal;
        white-space: normal;
}

.ui-tree-horizontal .ui-treenode-content {
	font-weight: normal;
	width: 100px;
}

.personalBackground {
	color: #ce00ce;
}