div.info p strong {
    color: #ffffff;
}

input.acMSDelay {
    width: 95%;    
}

/* rich data table + scrollable data table styles redefinition */
.rich-sdt, 
.rich-table {
    background-color: #999999;
    border-width: 0px;
    border-style: none;
}
.rich-table-firstrow td, 
.rich-table-row td {
    height: 18px;
}
.rich-sdt-row div {
    padding-top: 3px;
    padding-left: 5px;
    text-align: left;
}
.rich-sdt-row-active {
    color: #000;
}
.rich-sdt-row-selected {
    color: #000;
    background: #EEE;    
}
.rich-sdt-row-selected .rich-sdt-column-cell {
    background: #EEE;
}
.rich-sdt-row-selected .sdtSelectionMarker {
    background: url(/layout-images/util/black-arrow.png) no-repeat;
}
.rich-sdt-hsep {
    background-image: none;
}
.rich-sdt-header-cell {
    border-right-color: #000000;
}
.rich-sdt-header-cell div {
    font-weight: bold;
    padding-top: 3px;
}
.rich-table-headercell {
    color: #FFFFFF;
    background: none #000000;
    border-right: none;
    border-bottom: none;
    text-align: left;    
    font-size: small;
    height: 18px;
}
.ssResultTable .rich-table-headercell,
.ssResultTable .rich-table-subheadercell,
.ssResultTable .rich-table-cell {
    border-right: solid 1px #999999;
}
.rich-table-subheadercell,
.rich-table-subfootercell {
    color: #FFFFFF;
    background: none #000000;
    border-right: none;
    text-align: left;
    font-size: small;
    height: 18px;
}
th.rich-table-subheadercell div,
th.rich-table-subfootercell div {
    width: inherit;
}
th.rich-table-subheadercell span,
th.rich-table-subfootercell span {
    float: left;
    padding-top: 1px;
}
th.rich-table-subheadercell input.rich-filter-input {
    float: right;
    width: 50%;
    height: 11px;
    font-size: 9px;
}
.rich-table-subfootercell {
    border-top: 2px solid #999999;
    font-weight: bold;
}
.rich-sdt-column-cell {
    padding: 0px;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #999999;
	background-color: #d7d7d7;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #999999;*/
	border-right: none;
	font-size: 11px;
	cursor: pointer;
}
.rich-table-cell {
    padding: 0px;
	margin: 0px;
	padding: 1px;
	padding-left: 2px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #999999;
	background-color: #d7d7d7;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #999999;*/
	border-right:none;
	font-size: 11px;
	height: 18px;
}
.rich-table-cell span, 
.rich-table-cell a,
.rich-table-cell i {
    font-size: 11px;
}
td.rich-table-cell input[type="text"], 
td.rich-table-cell input[type="password"], 
td.rich-table-cell select, 
td.rich-table-cell textarea {
    background-color: transparent;
    background-image: none;
    border: 2px solid black;
    color: black;
    padding-left: 1px;
    width: 93%;
}
td.rich-table-cell input.rich-calendar-input {
    width: 83%;
}
/* rich data scroller styles redefinition */
.rich-datascr {
    font-size: larger;
	font-weight: bold;
	text-decoration: none;
	/*text-align: center;*/	
	border-collapse: collapse;	
    border-style: none;
	height: 18px;
}
.rich-dtascroller-table {
    border-collapse: collapse;
	border-spacing: 0px;
	*border-collapse: expression('collapse', cellSpacing = '0px');
	border-width: 0px;	
}
.rich-datascr-button {
    width: 14px;
    border-width: 0px;
    border-style: none;
    color: #FFFFFF;
	font-size: small;
    background-image: url(../layout-images/bg-pages.jpg);
	background-repeat: repeat-x;
}
.rich-datascr-ctrls-separator {
    border-width: 0px;
    border-style: none;
    width: 0px;
    background-image: url(../layout-images/bg-pages.jpg);
	background-repeat: repeat-x;
}
.rich-datascr-act {
    color: #CCFF00;
	font-size: small;
	width: 20px;
	border-top-width: 0px;
	border-top-style: none;
    background-image: url(../layout-images/bg-pages.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.rich-datascr-inact {
    color: #FFFFFF;
	font-size: small;
	width: 20px;
	border-top-width: 0px;
	border-top-style: none;
    background-image: url(../layout-images/bg-pages.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.rich-datascr-button-dsbld {
    color: #FFFFFF;
	font-size: small;
	width: 14px;
    background-image: url(../layout-images/bg-pages.jpg);
	background-repeat: repeat-x;
}

/* rich extended data table styles redefinition */
.rich-extdt {
    background-color: #999999;
    border-style: none;
    margin-bottom: 10px;
}
.rich-extdt-maindiv {
    border-width: 0px;
    border-style: none;   
}
.rich-extdt-caption {} 
.rich-extdt-header {} 
.rich-extdt-header-continue {} 
.rich-extdt-subheader {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;	
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	height: 18px;
}
.rich-extdt-footer {} 
.rich-extdt-footer-continue {} 
.rich-extdt-subfooter {} 
.rich-extdt-headercell {}
tr.extdt-table-filterrow {
	background-color: #999999;
}
tr.extdt-table-filterrow th.rich-extdt-subheadercell {
    border-top: 1px solid #999999;
	border-right: medium none;
	border-bottom: 1px solid #999999;
	height: 18px;
}
tr.extdt-table-filterrow th.rich-extdt-subheadercell input {
    width: 93%;
}
.extdt-sortable-header {
    font-size: small;
}
.rich-extdt-subheadercell {
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
}
.extdt-menu-div-in {
    background-color: #999999;
}
.extdt-cell-div, 
.extdt-cell-div span, 
.extdt-cell-div a,
.extdt-cell-div i {
    font-size: 11px;
}
.rich-extdt-cell {
    padding: 0px;
	margin: 0px;
	padding: 1px;
	padding-left: 2px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #999999;
	/*border-bottom: 1px solid #FFFFFF;*/
	border-right: medium none;
	background-color: #d7d7d7;
	/*background-color: #999999;*/
	font-size: 11px;
}
td.rich-extdt-cell .extdt-cell-div {
    font-weight: bold;
}
td.rich-extdt-cell .extdt-cell-div input[type="text"], 
td.rich-extdt-cell .extdt-cell-div input[type="password"], 
td.rich-extdt-cell .extdt-cell-div select, 
td.rich-extdt-cell .extdt-cell-div textarea {
    background-color: transparent;
    background-image: none;
    border: 2px solid black;
    color: black;
    padding-left: 1px;
    width: 93%;
}
td.rich-extdt-cell .extdt-cell-div input.rich-calendar-input {
    width: 83%;
}
.rich-extdt-row {} 
.rich-extdt-firstrow {} 
.rich-extdt-footercell {} 
.rich-extdt-subfootercell {} 
.rich-extdt-group-cell {}
/* rich input filter styles redefinition */
input.rich-filter-input {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #999999 none;	
	font-weight: bold;
	height: 14px;
	width: 100%;
}
/* rich tab panel styles redefinition */
.rich-tab-header {
    color: #000000;
    font-weight: bold;
    border-color: #999999;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.rich-tab-inactive {
    color: #999999;
	cursor: default;
	background-color: #000000;
	background-image: none;
}
.rich-tab-active {
	padding : 3px 10px 4px 10px;
	cursor : default;
	background-color: #CCFF00;
	background-image: none;
}
.rich-tabhdr-side-border {
    border-style: none;
    border-width: 0px;
    background-image: none;
}
.rich-tabhdr-side-border img {
    width: 0px;
    height: 0px;
}
.rich-tabhdr-side-cell {
    border-style: none;
    border-width: 0px;
}
.rich-tabhdr-cell-active {    
}
.rich-tabhdr-cell-inactive {
    padding-top: 1px;
}
/* hack for disable tab spacer and use own */
.rich-tab-bottom-line table tbody tr td img {
    display: none;
}
/* rich modal panel syles redefinition */
.rich-mpnl-header {
    background-color: #CCFF00;
    background-image: none;
    border-color: #999999;
    color: #000000;
    font-size: 100%;
}
.rich-mpnl-body {    
}
.rich-mpnl-body input.rich-calendar-input {
    width: 120px;
}
.rich-mpnl-controls {
    top : 5px;
    right : 5px;
}
.rich-mpnl-controls img {
    margin-right: -1px;
    margin-top: -1px;
}
/* rich calednar styles redefinition */
input.rich-calendar-input {
    width: 120px;
}
/* rich panel styles redefiniton */
.rich-panel-header, .rich-panel-header span {
    font-size: 11px;
}
/* rich menu styles redefinition */
.rich-menu-list-bg {
    background-color: #999999;    
}
/* rich menu item styles redefinition */
.rich-menu-item-disabled {
    color: #D7D7D7;
    font-size: 11px;
}
.rich-calendar-spinner-input-container input[type="text"] {
    width: 20px;
    border: 2px white solid;
    color: #000;
}
.rich-calendar-spinner-input-container {
    border:0;
}
.rich-calendar-exterior {
    color: #000;
}

.rich-calendar-time-btn {
    color: #000;
}

/* rich combobox styles redefinition */
.rich-combobox-shell input[type="text"] {
	width: 97%;
}
.rich-combobox-list-scroll {
    padding-left: 1px;
	border: 2px white solid;
    color: white;
	background: #999999 none;
}
.rich-combobox-list-scroll span {
	color: white;
}
.rich-combobox-shell input.rich-combobox-button,
.rich-combobox-shell input.rich-combobox-button-inactive
.rich-combobox-shell input.rich-combobox-button-disabled {
    background-image: url(../layout-images/bg-select.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* rich file upload styles redefinition */
.rich-fileupload-toolbar-decor {
    border-bottom: 2px white solid;
    color: white;
    background: #999999 none;
}
.rich-fileupload-list-decor {
	border: 2px white solid;
    color: white;
    background: #999999 none;
}
.rich-fileupload-button-border  {
    border: none;
    margin: 2px;
}
.rich-fileupload-button {
    background-color: inherit;
    background-image: none;
}
.rich-fileupload-button-light {
    background-color: inherit;
    background-image: inherit;
    /*height: 19px;
    width: 19px;*/
}
.rich-fileupload-button-content {
    height: 19px;
}

.rich-fileupload-ico-add,
.rich-fileupload-ico-add-dis{
    background-image: url('../layout-images/buttons/akt-nav-plus.png');
}
.rich-fileupload-ico-start,
.rich-fileupload-ico-start-dis {
    background-image: url('../layout-images/buttons/akt-nav-play.png');
}
.rich-fileupload-ico-stop {
    background-image: url('../layout-images/buttons/akt-nav-stop.png');
}
.rich-fileupload-ico-clear,
.rich-fileupload-ico-clear-dis {
    background-image: url('../layout-images/buttons/akt-nav-close.png');
}
.rich-fileupload-del {
    width: 19px;
}
.rich-fileupload-del a {
    display: block;
    background-image: url('../layout-images/buttons/akt-nav-close.png');
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}
.rich-fileupload-table-td {
    height: 18px;
}
