
.button {
	border-width: 1px;
	border-color: #92185a;
	border-style: solid;
	background-color: #B71E70;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
	padding:.25em .5em;
}
.button[disabled=disabled], .button[disabled] {
	background-color: #f4f4f4;
	color: #B71E70;
	cursor: not-allowed;
}

.altButton {
	border-width: 1px;
	border-color: #92185a;
	border-style: solid;
	background-color: #ffffff;
	font-size: 1em;
	color: #B71E70;
	cursor: pointer;
}
.altButton[disabled=disabled] {
    color: #c0c0c0;
    background-color: #000000;	
}

.GridSection {
	background-color: #148ba8;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	color: #ffffff;;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

.RptGridRow {
	background-color: #ffffff;
	border-style: none;
	color: #000000;
   	padding-right: 3px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align:text-top;
}
.RptGridRowAlt {
	background-color: #eeece0;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align:text-top;
}


.GridRowSelected {
	background-color: #debab4;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.GridHeaderSmall {
	background-color: #e3dcc0;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.GridRowSmall {
	background-color: #ffffff;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
.GridRowAltSmall {
	background-color: #eeece0;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
.GridRowSelectedSmall {
	background-color: #debab4;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
.GridPager {
	background-color: #ffffff;
	border-style: none;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

.GridPager td {
	text-align:center;
	background-color:#ffffff !important;
}
.GridSecondaryText {
	background-color: #ffffff;
	border-style: none;
	color: #000000;
	padding-right: 3px;
	padding-left: 1px;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}
.TextBoxMultiline {
	font-size: 1em;
}
.TextBoxWatermarkMultiline {
	background-color: #ebebeb;
	font-size: 1em;
	color: #808080;
}
.DisplayNone
{
 Display:none;
}

.asr-dialog {
	display: none;
}

.ui-dialog .ui-widget-header {
	background:none;
	background-color:#148ba8;
	border:rgb(153, 0, 0);
	color:rgb(255,255,255);
	min-height:1em;
}