.CommandField{
	white-space:nowrap;
}


.ui-dialog .ui-dialog-titlebar{
	padding:0.2em 1em;
}

#ui-datepicker-div{
	display:none;
}

.msgbox{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	padding:5px;
}

.collapsed{
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

.hidden{
	display:none;
}

body{
	background-color:#f0f0f0;
}

img{
	border:0px;
}

.multiselect {
	width: 800px;
	height: 400px;
}

.block{
	clear:both;
	overflow:hidden;
}

.content{
	padding: 10px;
}

.link{
	margin:0px;
	padding: .1em 1em;
	text-decoration:none !important;
	cursor:pointer;
	text-align: center;
	width:auto;
	overflow:visible;
	zoom: 1;
	noWrap: noWrap;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}

@import url('../js/mulitselect/css/ui.multiselect.css');


.txt-color-blue {
	color: #57889c !important;
}

.txt-color-blueLight {
	color: #92a2a8 !important;
}

.txt-color-blueDark {
	color: #4c4f53 !important;
}

.txt-color-green {
	color: #356e35 !important;
}

.txt-color-greenLight {
	color: #71843f !important;
}

.txt-color-greenDark {
	color: #496949 !important;
}

.txt-color-red {
	color: #a90329 !important;
}

.txt-color-yellow {
	color: #b09b5b !important;
}

.txt-color-orange {
	color: #b19a6b !important;
}

.txt-color-orangeDark {
	color: #a57225 !important;
}

.txt-color-pink {
	color: #ac5287 !important;
}

.txt-color-pinkDark {
	color: #a8829f !important;
}

.txt-color-purple {
	color: #6e587a !important;
}

.txt-color-darken {
	color: #404040 !important;
}

.txt-color-lighten {
	color: #d5e7ec !important;
}

.txt-color-white {
	color: #fff !important;
}

.txt-color-grayDark {
	color: #525252 !important;
}

.txt-color-magenta {
	color: #6e3671 !important;
}

.txt-color-teal {
	color: #568a89 !important;
}

.txt-color-redLight {
	color: #a65858 !important;
}

.bg-color-blue {
	background-color: #57889c !important;
}

.bg-color-blueLight {
	background-color: #92a2a8 !important;
}

.bg-color-blueDark {
	background-color: #4c4f53 !important;
}

.bg-color-green {
	background-color: #356e35 !important;
}

.bg-color-greenLight {
	background-color: #71843f !important;
}

.bg-color-greenDark {
	background-color: #496949 !important;
}

.bg-color-red {
	background-color: #a90329 !important;
}

.bg-color-yellow {
	background-color: #b09b5b !important;
}

.bg-color-orange {
	background-color: #c79121 !important;
}

.bg-color-orangeDark {
	background-color: #a57225 !important;
}

.bg-color-pink {
	background-color: #ac5287 !important;
}

.bg-color-pinkDark {
	background-color: #a8829f !important;
}

.bg-color-purple {
	background-color: #6e587a !important;
}

.bg-color-darken {
	background-color: #404040 !important;
}

.bg-color-lighten {
	background-color: #d5e7ec !important;
}

.bg-color-white {
	background-color: #fff !important;
}

.bg-color-grayDark {
	background-color: #525252 !important;
}

.bg-color-magenta {
	background-color: #6e3671 !important;
}

.bg-color-teal {
	background-color: #568a89 !important;
}

.bg-color-redLight {
	background-color: #a65858 !important;
}

.PFieldSet legend{
	margin-bottom:0px;
}

.PFieldSet:not(.hasCollapsible) legend{
	padding-left:10px;
}
