/* Fonts */

@font-face {
  font-family: 'Cousine-R';
  src: url('cousine-regular-webfont.woff2') format('woff2'),
       url('cousine-regular-webfont.woff') format('woff'),
       url('cousine-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Liberation-R';
  src: url('liberationsans-regular-webfont.woff2') format('woff2'),
       url('liberationsans-regular-webfont.woff') format('woff'),
       url('liberationsans-regular-webfont.ttf') format('truetype');
}

/* END Fonts */

html, body {
	font-family:Liberation-R, sans-serif ;
	font-size:1.0em;
/* background-color:#f9f7fa; */
	background-color:#E7E6EB;
}

/* START Push Buttons */
button.dropdown-toggle.with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	font-family:Liberation-R, sans serif;
	font-size:0.85em !important;
	border-radius: 4px !important;
	color:#333 !important;
	border: 1px solid #333 !important;
	background: #fff url("droparrow-gray.png") no-repeat center right 6px !important;
	min-width: 24px;	
}
button.Wt-disabled.Wt-btn.with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	font-family:Liberation-R, sans serif;
	font-size:0.85em !important;
	border-radius: 4px !important;
	color:#333 !important;
	border: 1px solid #333 !important;
	background: #fff  url("droparrow-gray.png") no-repeat center right 6px !important;
	opacity: 0.50 !important;
	min-width: 24px;	
}
button.dropdown-toggle.with-label:hover {
	background: #333 url("droparrow-white.png") no-repeat center right 6px !important;
	color:#fff !important;
	min-width: 24px;	
}
.OpenRDA.PushButton {
	min-height: 27px !important;
	/*padding: 4px 4px !important;*/
	margin: 4px 2px 4px 2px !important;
	font-family:Liberation-R, sans serif;
	font-size:0.85em !important;
	border-radius: 4px !important;
	background:#fff;
	color:#333 !important;
	border: 1px solid #333 !important;
}
.OpenRDA.PushButton:hover {
	background-color:#996dcc !important;
	color:#fff !important;
}
.OpenRDA.PushButton:focus, .OpenRDA.PushButton:active {
	box-shadow: 0 0 5px rgba(117, 185, 240, 1);
	border: 1px solid #75b9f0 !important;
}

.OpenRDA.PushButton.dropdown-toggle.Wt-btn.with-label {
	padding: 6px 20px !important;
	margin: 4px 2px 4px 2px !important;
	background: url("droparrow-gray.png") no-repeat center;
	min-width: 24px;	
	background-repeat:no-repeat;
	background-position: center right 6px;
	background-color:#fff;
}
.OpenRDA.PushButton.dropdown-toggle.Wt-btn.with-label:hover {
	background: url("droparrow-white.png") no-repeat center;
	min-width: 24px;	
	background-color:#333;
	color:#fff !important;
}

.OpenRDA.PushButton.Wt-btn[disabled].with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	background-color:#fff;
}
.OpenRDA.PushButton.dropdown-toggle.Wt-btn[disabled].with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	font-family:Liberation-R, sans serif;
	font-size:0.85em !important;
	background: url("droparrow-gray.png") no-repeat center;
	min-width: 24px;	
	background-repeat:no-repeat;
	background-position: center right 6px;
	background-color:#fff;
}
.OpenRDA.PushButton.Wt-btn.with-label, {
	min-height: 33px !important;
	margin: 4px 2px 4px 2px !important;
	background-color: #fff !important;
}
.OpenRDA.PushButton.Wt-btn {
}
.OpenRDA.PushButton.Wt-btn:hover {
	background-color:#996dcc !important;
	color:#fff !important;
}
/* END PushButtons */

/* START Headers */
.OpenRDA.h1.YellowBox span {
    	font-family: 'Roboto', sans-serif !important;
	font-size:120%;
	padding: 4px;
	border: 5px solid #EEF569;
	white-space: nowrap;
}
.OpenRDA.FinanceHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.ProcurementHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.HRHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.PermitLicenseMiscHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.PropertyHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.EnterpriseHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.CollectionsHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.SysAdminHeader.YellowBox span {
	border: 5px solid #EEF569;
	padding: 4px;
}
.OpenRDA.FinanceHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#87B87F;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.ProcurementHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#6FB3E0;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.HRHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#ffb44b;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.PermitLicenseMiscHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#D15B47;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.PropertyHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#538385;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.EnterpriseHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#768553;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.CollectionsHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#d77a30;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.SysAdminHeader {
	font-family:Liberation-R, sans serif;
	font-size:120%;
	color: #fff;
	background-color:#333;
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px 4px 0 0 !important;
}
.OpenRDA.CloseWindow.PushButton.Wt-btn {
	background: none !important;
	border: none !important;
	margin-top: 13px !important;
	margin-right: 10px !important;
}
.OpenRDA.CloseWindow.PushButton.Wt-btn:hover {
	opacity: 0.85 !important;
}
/* END Headers */

/*
.OpenRDA.Wt-popup, .OpenRDA.Wt-outset {
	font-family:Liberation-R, sans-serif ;
	font-size:1em;
	background-color:#f9f7fa;
	border-radius:8px;
}
*/

.OpenRDA.Label {
	font-family:Cousine-R;
	font-size:0.75em;
	color:#333;
        margin-top: 4px;
	margin-right:2px !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	line-height: 24px;
	white-space: nowrap;
}

.OpenRDA.BrowseList {
	padding: 8px 6px !important;
	margin: 4px 0 4px 0 !important;
	font-family:Cousine-R;
	font-size:0.9em !important;
	line-height:1.5em;
	border-radius: 4px !important;
	background-color:#fff;
	color:#333 !important;
	border: 1px solid #333 !important;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
}

.OpenRDA.CheckBox{
	font-family:Cousine-R;
	font-size:0.75em;
	color:#333;
        margin-top: 4px;
	padding-top:3px !important;
	margin-right:2px !important;
	-moz-box-sizing: bordder-box;
	margin-bottom:8px !important;
	border: none !important;
	white-space: nowrap;
}
.OpenRDA.ScrolledList {
	padding: 8px 6px !important;
	margin: 4px 2px 4px 2px !important;
	font-family:Cousine-R;
	font-size:0.9em !important;
	border-radius: 4px !important;
	background-color:#fff;
	color:#666 !important;
	border: 1px solid #333 !important;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}
.OpenRDA.PlainText, .OpenRDA.Date, .OpenRDA.Time, .OpenRDA.PhoneNumber, .OpenRDA.SocialSecurityNumber, .OpenRDA.UnsignedDecimal, .OpenRDA.ComboBox, .OpenRDA.VariableText, .OpenRDA.Characters, .OpenRDA.OptionalFields, .OpenRDA.Dollars, .OpenRDA.WholeDollars, .OpenRDA.ZipCode, .OpenRDA.DateEdit, .OpenRDA.UnsignedShortInteger, .OpenRDA.SignedShortInteger, .OpenRDA.UnsignedInteger, .OpenRDA.SignedInteger, .OpenRDA.UnsignedDouble, .OpenRDA.SignedDouble, .OpenRDA.SignedDecimal,.OpenRDA.CustomInputField, .OpenRDA.ExpenditureSubsidiaryAccount, .OpenRDA.RevenueSubsidiaryAccount, .OpenRDA.GeneralLedgerAccount, .OpenRDA.BeginningBalanceAccount, .OpenRDA.TextArea {
	padding: 3px 4px !important;
	margin: 4px 2px 4px 0 !important;
	font-family:Cousine-R;
	font-size:0.85em !important;
	border-radius: 4px !important;
	-moz-box-sizing: bordder-box;
	background-color:#fff;
	color:#333 !important;
	border: 1px solid #333 !important;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
}
.OpenRDA.PlainText:focus, .OpenRDA.Date:focus, .OpenRDA.Time:focus, .OpenRDA.PhoneNumber:focus, .OpenRDA.SocialSecurityNumber:focus, .OpenRDA.UnsignedDecimal:focus, .OpenRDA.ComboBox:focus, .OpenRDA.VariableText:focus, .OpenRDA.Characters:focus, .OpenRDA.OptionalFields:focus, .OpenRDA.Dollars:focus, .OpenRDA.WholeDollars:focus, .OpenRDA.ZipCode:focus, .OpenRDA.DateEdit:focus, .OpenRDA.UnsignedShortInteger:focus, .OpenRDA.SignedShortInteger:focus, .OpenRDA.UnsignedInteger:focus, .OpenRDA.SignedInteger:focus, .OpenRDA.UnsignedDouble:focus, .OpenRDA.SignedDouble:focus, .OpenRDA.SignedDecimal:focus,.OpenRDA.CustomInputField:focus, .OpenRDA.ExpenditureSubsidiaryAccount:focus, .OpenRDA.RevenueSubsidiaryAccount:focus, .OpenRDA.GeneralLedgerAccount:focus, .OpenRDA.BeginningBalanceAccount:focus {
	box-shadow: 0 0 5px rgba(117, 185, 240, 1);
	border: 1px solid #75b9f0 !important;
}

.OpenRDA.PlainText.Wt-invalid, .OpenRDA.Date.Wt-invalid, .OpenRDA.Time.Wt-invalid, .OpenRDA.PhoneNumber.Wt-invalid, .OpenRDA.SocialSecurityNumber.Wt-invalid, .OpenRDA.UnsignedDecimal.Wt-invalid, .OpenRDA.ComboBox.Wt-invalid, .OpenRDA.VariableText.Wt-invalid, .OpenRDA.Characters.Wt-invalid, .OpenRDA.OptionalFields.Wt-invalid, .OpenRDA.Dollars.Wt-invalid, .OpenRDA.WholeDollars.Wt-invalid, .OpenRDA.ZipCode.Wt-invalid, .OpenRDA.DateEdit.Wt-invalid, .OpenRDA.UnsignedShortInteger.Wt-invalid, .OpenRDA.SignedShortInteger.Wt-invalid, .OpenRDA.UnsignedInteger.Wt-invalid, .OpenRDA.SignedInteger.Wt-invalid, .OpenRDA.UnsignedDouble.Wt-invalid, .OpenRDA.SignedDouble.Wt-invalid, .OpenRDA.SignedDecimal.Wt-invalid,.OpenRDA.CustomInputField.Wt-invalid, .OpenRDA.ExpenditureSubsidiaryAccount.Wt-invalid, .OpenRDA.RevenueSubsidiaryAccount.Wt-invalid, .OpenRDA.GeneralLedgerAccount.Wt-invalid, .OpenRDA.BeginningBalanceAccount.Wt-invalid {
	border: 1px solid #d15b47 !important;
	background-color: #f8e6e3 !important;
	-webkit-box-shadow: inset 2px 2px 2px 0px #e1978a;
	-moz-box-shadow: inset 2px 2px 2px 0px #e1978a;
	box-shadow: inset 2px 2px 2px 0px #e1978a;
}
.OpenRDA.PlainText.Wt-invalid:focus, .OpenRDA.Date.Wt-invalid:focus, .OpenRDA.Time.Wt-invalid:focus, .OpenRDA.PhoneNumber.Wt-invalid:focus, .OpenRDA.SocialSecurityNumber.Wt-invalid:focus, .OpenRDA.UnsignedDecimal.Wt-invalid:focus, .OpenRDA.ComboBox.Wt-invalid:focus, .OpenRDA.VariableText.Wt-invalid:focus, .OpenRDA.Characters.Wt-invalid:focus, .OpenRDA.OptionalFields.Wt-invalid:focus, .OpenRDA.Dollars.Wt-invalid:focus, .OpenRDA.WholeDollars.Wt-invalid:focus, .OpenRDA.ZipCode.Wt-invalid:focus, .OpenRDA.DateEdit.Wt-invalid:focus, .OpenRDA.UnsignedShortInteger.Wt-invalid:focus, .OpenRDA.SignedShortInteger.Wt-invalid:focus, .OpenRDA.UnsignedInteger.Wt-invalid:focus, .OpenRDA.SignedInteger.Wt-invalid:focus, .OpenRDA.UnsignedDouble.Wt-invalid:focus, .OpenRDA.SignedDouble.Wt-invalid:focus, .OpenRDA.SignedDecimal.Wt-invalid:focus,.OpenRDA.CustomInputField.Wt-invalid:focus, .OpenRDA.ExpenditureSubsidiaryAccount.Wt-invalid:focus, .OpenRDA.RevenueSubsidiaryAccount.Wt-invalid:focus, .OpenRDA.GeneralLedgerAccount.Wt-invalid:focus, .OpenRDA.BeginningBalanceAccount.Wt-invalid:focus {
	box-shadow: 0 0 5px rgba(209, 91, 71, 1);
	border: 1px solid #d15b47 !important;
}

.OpenRDA.PlainText.Wt-valid, .OpenRDA.Date.Wt-valid, .OpenRDA.Time.Wt-valid, .OpenRDA.PhoneNumber.Wt-valid, .OpenRDA.SocialSecurityNumber.Wt-valid, .OpenRDA.UnsignedDecimal.Wt-valid, .OpenRDA.ComboBox.Wt-valid, .OpenRDA.VariableText.Wt-valid, .OpenRDA.Characters.Wt-valid, .OpenRDA.OptionalFields.Wt-valid, .OpenRDA.Dollars.Wt-valid, .OpenRDA.WholeDollars.Wt-valid, .OpenRDA.ZipCode.Wt-valid, .OpenRDA.DateEdit.Wt-valid, .OpenRDA.UnsignedShortInteger.Wt-valid, .OpenRDA.SignedShortInteger.Wt-valid, .OpenRDA.UnsignedInteger.Wt-valid, .OpenRDA.SignedInteger.Wt-valid, .OpenRDA.UnsignedDouble.Wt-valid, .OpenRDA.SignedDouble.Wt-valid, .OpenRDA.SignedDecimal.Wt-valid,.OpenRDA.CustomInputField.Wt-valid, .OpenRDA.ExpenditureSubsidiaryAccount.Wt-valid, .OpenRDA.RevenueSubsidiaryAccount.Wt-valid, .OpenRDA.GeneralLedgerAccount.Wt-valid, .OpenRDA.BeginningBalanceAccount.Wt-valid {
}
.OpenRDA.PlainText.Wt-valid:focus, .OpenRDA.Date.Wt-valid:focus, .OpenRDA.Time.Wt-valid:focus, .OpenRDA.PhoneNumber.Wt-valid:focus, .OpenRDA.SocialSecurityNumber.Wt-valid:focus, .OpenRDA.UnsignedDecimal.Wt-valid:focus, .OpenRDA.ComboBox.Wt-valid:focus, .OpenRDA.VariableText.Wt-valid:focus, .OpenRDA.Characters.Wt-valid:focus, .OpenRDA.OptionalFields.Wt-valid:focus, .OpenRDA.Dollars.Wt-valid:focus, .OpenRDA.WholeDollars.Wt-valid:focus, .OpenRDA.ZipCode.Wt-valid:focus, .OpenRDA.DateEdit.Wt-valid:focus, .OpenRDA.UnsignedShortInteger.Wt-valid:focus, .OpenRDA.SignedShortInteger.Wt-valid:focus, .OpenRDA.UnsignedInteger.Wt-valid:focus, .OpenRDA.SignedInteger.Wt-valid:focus, .OpenRDA.UnsignedDouble.Wt-valid:focus, .OpenRDA.SignedDouble.Wt-valid:focus, .OpenRDA.SignedDecimal.Wt-valid:focus,.OpenRDA.CustomInputField.Wt-valid:focus, .OpenRDA.ExpenditureSubsidiaryAccount.Wt-valid:focus, .OpenRDA.RevenueSubsidiaryAccount.Wt-valid:focus, .OpenRDA.GeneralLedgerAccount.Wt-valid:focus, .OpenRDA.BeginningBalanceAccount.Wt-valid:focus {
}

.OpenRDA.Dollars, .OpenRDA.WholeDollars, .OpenRDA.UnsignedInteger, .OpenRDA.SignedInteger, .OpenRDA.UnsignedShortInteger, .OpenRDA.SignedShortInteger, .OpenRDA.UnsignedDouble, .OpenRDA.SignedDouble, .OpenRDA.UnsignedDecimal, .OpenRDA.SignedDecimal 
{
text-align: right
}


.OpenRDA.BrowseListLabel {
	padding: 8px 6px !important;
	margin: 4px 0 4px 0 !important;
	font-family:Cousine-R;
	font-size:0.9em !important;
	line-height:1.5em;
	border-radius: 4px !important;
	background-color:#fff;
	color:#333 !important;
	border: 1px solid #333 !important;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	white-space: nowrap;
}
.Wt-dialog {
	display: block;
}




/* Tabs */
.Wt-tabs {
	margin-bottom:10px !important;
}

.wt-tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}
.Wt-tabs li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	border-radius: 4px 4px 0 0 !important;
	margin: 10px 0 0 0 !important;
	padding: 6px 0;
	font: 1em 'Liberation-R', sans-serif !important;
	color:#9e98a1;
	background-image:none !important;
	background-color:#dbd7dd;
}
.Wt-tabs li a {
	padding: 20px 20px !important;
	text-decoration: none;
}
/* END Tabs */

/* START ToolBar Popup Menu */
.OpenRDA.ToolBar.PushButton.PopupMenu.Wt-popupmenu {
	height: auto !important; 
  	color: #333 !important;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.85em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ToolBar.PushButton.PopupMenu.Wt-popupmenu li.active {
  	background: #333 !important;
	color: #fff !important;
	border-radius: 4px !important;
}
/* END ToolBar Popup Menu */

/* START ResourceBar Popup Menu */
.OpenRDA.ResourceBar.WPopupMenu.Wt-popupmenu {
	height: auto !important; 
  	color: #333 !important;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.85em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ResourceBar.WPopupMenu.Wt-popupmenu li.active {
  	background: #333 !important;
	color: #fff !important;
	border-radius: 4px !important;
}
/* END ResourceBar Popup Menu */

/* START Outset Popup Menu */
.Wt-popup.Wt-popupmenu.Wt-outset {
	height: auto !important; 
  	color: #333 !important;
	background: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.85em;
	font-weight:400;
	border-radius: 4px;
	padding: 10px !important;
	cursor: pointer;
}
.Wt-popup.Wt-popupmenu.Wt-outset li.active {
  	background: #333 !important;
	color: #fff !important;
	border-radius: 4px !important;
}
/* END Outset Popup Menu */

.Wt-tooltip {
	display: none !important;
}

.Wt-tooltip:hover {
	display:block !important;
    position:fixed !important;
    overflow:hidden !important;
}

/* START Finance Tab */
.OpenRDA.ModuleNavigation.Finance.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #87B87F;
	border: 2px solid #87B87F !important;
	border-radius: 4px;
	font-family: 'Liberation-R', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Finance.Wt-btn.with-label:hover {
	border: 2px solid #87B87F !important;
	background-color: #87B87F !important;
	color: #fff;
}

.OpenRDA.ModuleNavigation.Finance.WPopupMenu {
  	color: #87B87F;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Finance.WPopupMenu.active {
  	background: #87B87F !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Finance Tab */

/* START Procurement Tab */
.OpenRDA.ModuleNavigation.Procurement.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #6FB3E0;
	border: 2px solid #6FB3E0 !important;
	border-radius: 4px;
	font-family: 'Liberation-R', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Procurement.Wt-btn.with-label:hover {
	border: 2px solid #6FB3E0 !important;
	background-color: #6FB3E0 !important;
  	color: #fff;
}
.OpenRDA.ModuleNavigation.Procurement.WPopupMenu {
 	color: #6FB3E0;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Procurement.WPopupMenu.active {
	background: #6FB3E0 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Procurement Tab */

/* START HR Tab */
.OpenRDA.ModuleNavigation.HR.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #FFB44B;
	border: 2px solid #FFB44B !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.HR.Wt-btn.with-label:hover {
	border: 2px solid #FFB44B !important;
	background-color: #FFB44B !important;
	color: #fff;
}
.OpenRDA.ModuleNavigation.HR.WPopupMenu {
	color: #FFB44B;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.HR.WPopupMenu.active {
	background: #FFB44B !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END HR Tab */

/* START PermitsLicensesMisc Tab */
.OpenRDA.ModuleNavigation.PermitsLicensesMisc.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #D15B47;
	border: 2px solid #D15B47 !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.PermitsLicensesMisc.Wt-btn.with-label:hover {
	border: 2px solid #D15B47 !important;
	background-color: #D15B47 !important;
	color: #fff;
}
.OpenRDA.ModuleNavigation.PermitsLicensesMisc.WPopupMenu {
	color: #D15B47;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.PermitsLicensesMisc.WPopupMenu.active {
	background: #D15B47 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END PermitsLicensesMisc Tab */

/* START Property Tab */
.OpenRDA.ModuleNavigation.Property.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #538385;
	border: 2px solid #538385 !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Property.Wt-btn.with-label:hover {
	border: 2px solid #538385 !important;
	background-color: #538385 !important;
	color: #fff;
}
.OpenRDA.ModuleNavigation.Property.WPopupMenu {
	color: #538385;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Property.WPopupMenu.active {
	background: #538385 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Property Tab */

/* START Enterprise Tab */
.OpenRDA.ModuleNavigation.Enterprise.Wt-btn.with-label {
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #768553;
	border: 2px solid #768553 !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Enterprise.Wt-btn.with-label:hover {
	border: 2px solid #768553 !important;
	background-color: #768553 !important;
	color: #fff;
}
.OpenRDA.ModuleNavigation.Enterprise.WPopupMenu {
	color: #768553;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Enterprise.WPopupMenu.active {
	background: #768553 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Enterprise Tab */

/* START Collections Tab */
.OpenRDA.ModuleNavigation.Collections.Wt-btn.with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #333;
	border: 2px solid #d77a30 !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	font-size:.85em;
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Collections.Wt-btn.with-label:hover {
	border: 2px solid #d77a30 !important;
	background-color: #d77a30 !important;
	color: #fff;
}
.OpenRDA.ModuleNavigation.Collections.WPopupMenu {
	color: #d77a30;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Collections.WPopupMenu.active {
	background: #d77a30 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Collections Tab */

/* START Breeze Tab */
.OpenRDA.ModuleNavigation.Breeze.Wt-btn.with-label {
	padding: 4px 4px !important;
	margin: 4px 2px 4px 2px !important;
	-moz-box-sizing: border-box;
	background: none;
	display: block;
	background-color: #FFFFFF !important;
	color: #000000;
	border: 2px solid #000000 !important;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif ;
	/*font-size:1em*/;
	font-size:.85em; 
	font-weight:400;
	text-transform:uppercase;
	height:50px !important;
}
.OpenRDA.ModuleNavigation.Breeze.Wt-btn.with-label:hover {
	border: 2px solid #000000 !important;
	background-color: #000000 !important;
  	color: #fff;
}
.OpenRDA.ModuleNavigation.Breeze.WPopupMenu {
 	color: #000000;
	background: #fff;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
	border-radius: 4px;
	cursor: pointer;
}
.OpenRDA.ModuleNavigation.Breeze.WPopupMenu.active {
	background: #000000 !important;
	color: #fff !important;
	font-family: 'Liberation-R', sans-serif ;
	font-size:.90em;
	font-weight:400;
}
/* END Procurement Tab */


.OpenRDA.LineContainer {
	width: 100% !important;
	border: none !important;
	float: left !important;
	clear: both !important;
}

.OpenRDA.BoxContainer {
	border: none !important;
	float: left !important;
	clear: both !important;
}



.Screen-Title-Box {
}
.Screen-Title {
}

.OpenRDA.select {
	border-radius: 4px; 
	color: #666; 
	background-color: white;
}

.OpenRDA.Wt-datepicker {
	color: #401a6b; 
	background-color: white;
}
.OpenRDA.Wt-googlemap {
}
.OpenRDA.Wt-spinbox {
}

/* Calendar */
.OpenRDA.Wt-dateedit {
	padding-right: 10px !important;
}
.Wt-cal table {
    color: #333 !important;
}
.Wt-cal th.caption {
	background: none !important;
	background-color: #3d246c !important;
}
.Wt-cal-year span:hover {
    color: #3d246c !important;
    background-color: #d4b8f4 !important;
}
.Wt-cal th {
    color: #fff !important;
    background: none repeat scroll 0% 0% #d4b8f4 !important;
}
.Wt-cal td {
    cursor: pointer !important;
}
.Wt-cal-sel {
    background-color: #6fb3e0 !important;
    color:  #fff !important;
}

/* Instructions Tab */
.InstTitle {	
	text-align: center;
	font-size: medium;
	font-family:  arial black,avant garde, Verdana, Arial, SunSans-Regular, sans-serif;
	color:#000000;
	padding:0px;
	margin: 5px;
}

.InstBody {	
	font-size: 1em;
	font-family:  arial,helvetica,sans-serif;
	color:#000000;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 50px;
	margin-right: 50px;
}

.OpenRDA.Wt-in-place-edit {
}
.OpenRDA.has_error {
	border: 1px solid red;
}
.OpenRDA.has_success {
	border: 1px solid green;
}
.OpenRDA.has_warning {
	border: 1px solid orange;
}
.OpenRDA.Wt-valid {
	border: 1px solid #333 !important;
}
.OpenRDA.Wt-invalid {
	border: 1px solid #333 !important;
}

.OpenRDA.Wt-disabled {
	opacity: 0.25 !important;
}
.OpenRDA.Wt-selected {
	background-color: #401a6b; 
	color: white;
}

.OpenRDA.Wt-animated > * { 
	background-color: #F7F7F7;
}

.OpenRDA.item {
	font-family: Cousine-R;
	font-size:1em;
	color: #fff; 
	background-color: #75a66d;
}

.OpenRDA.Wt-panel {
}
.OpenRDA.Wt-panel.titlebar {
	color: white;
	background-color: #004e00; 
}
.OpenRDA.h1 {
	background-color:#d4b8f4;
    	font-family: 'Roboto', sans-serif !important;
	font-size:130%;
	-moz-box-sizing: border-box;
	display:block;
	height:70px !important;
	width:100% !important;
	padding-top:18px;
	padding-left:20px;
	padding-right: 20px;
	border:none !important;
	white-space: nowrap;
}
.OpenRDA.h2 {
  	font-size: 36px;
	line-height: 30px;
}
.OpenRDA.h3 {
	font-family: 'Liberation-R', sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #3d246c; 
}
.OpenRDA.h4 {
	font-size: 16px;
	line-height: 12px;
	color: #333;
	text-shadow: 0 1px 0 #777, 0 -1px 0 #000;
}

/* Tables */
.Wt-itemview .Wt-headerdiv {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.1em !important;
    color: #3d246c !important;
    background: none !important;
	background-color: #d4b8f4 !important;
}
.Wt-panel {
    font-family: 'Roboto', sans-serif !important;
    font-size: .75em !important;
	display: block !important;
	color: #333 !important;
}
.titlebar {
	background:none !important;
	background-color:#401a6b !important;
	color:#fff;
	font-family:Liberation-R, sans serif !important;
	font-weight:300 !important;
	font-size:1.1em !important;
	padding: 6px 8px !important;
}

/* COLOR BUTTONS */
.OpenRDA.PushButton.SaveFile.Wt-btn {
	background: #fff url("filesave.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.SaveFile.Wt-btn:hover {
	background-color: #87b87f !important;
}

.OpenRDA.PushButton.SaveandUpdate.Wt-btn {
	background: #fff url("saveupdate.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.SaveandUpdate.Wt-btn:hover {
	background-color: #87b87f !important;
}

.OpenRDA.PushButton.Quit.Wt-btn {
	background: #fff url("exit.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.Quit.Wt-btn:hover {
	background-color: #d15b47 !important;
}

.OpenRDA.PushButton.Delete.Wt-btn, .OpenRDA.PushButton.DeleteSmall.Wt-btn {
	background: #fff url("delete.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.Delete.Wt-btn:hover, .OpenRDA.PushButton.DeleteSmall.Wt-btn:hover {
	background-color: #d15b47 !important;
}

.OpenRDA.PushButton.SaveScreenDefaults.Wt-btn {
	background: #fff url("savedefaults.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.SaveScreenDefaults.Wt-btn:hover {
	background-color: #87b87f !important;
}

.OpenRDA.PushButton.FastSave.Wt-btn {
	background: #fff url("fastsave.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.FastSave.Wt-btn:hover {
	background-color: #87b87f !important;
}
/* END COLOR BUTTONS */

/*START Gray Header/Body Buttons*/
.OpenRDA.PushButton.BROWSE.Wt-btn {
	background: #fff url("browse.png") center center no-repeat;
	min-width: 24px;	
}

.OpenRDA.RunReport.Wt-btn {
	background: #fff url("exec.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Help.Wt-btn {
	background: #fff url("help.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.ResetScreenDefaults.Wt-btn {
	background: #fff url("resetdefaults.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Add.Wt-btn {
	background: #fff url("add.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Right-Arrow.Wt-btn {
	background: #fff url("forward.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Left-Arrow.Wt-btn {
	background: #fff url("back.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Up-Arrow.Wt-btn {
	background: #fff url("up.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Down-Arrow.Wt-btn {
	background: #fff url("down.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Find.Wt-btn {
	background: #fff url("find.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.DefineList.Wt-btn, .OpenRDA.PushButton.DefineList.Select.Wt-btn {
	background: #fff url("definelist.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Printer.Wt-btn {
	background: #fff url("printer.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.SearchButton.Wt-btn {
	background: #fff url("search.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.CSV.Wt-btn {
	background: #fff url("csv.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Redo.Wt-btn {
	background: #fff url("redo.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Undo.Wt-btn {
	background: #fff url("undo.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Edit.Wt-btn {
	background: #fff url("edit.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.FilingCabinet.Wt-btn {
	background: #fff url("cabinet.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.SendEmail.Wt-btn {
	background: #fff url("mail_send.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Scanner.Wt-btn {
	background: #fff url("scanner.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Wizard.Wt-btn {
	background: #fff url("wizard.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.View.Wt-btn {
	background: #fff url("view.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Select.Wt-btn {
	background: #fff url("view.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.HTML.Wt-btn {
	background: #fff url("html.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.PortableDocumentFormat.Wt-btn {
	background: #fff url("pdf.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Zip.Wt-btn {
	background: #fff url("zip.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Display.Wt-btn {
	background: #fff url("display.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Archive.Wt-btn {
	background: #fff url("archive.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Folder.Wt-btn {
	background: #fff url("folder.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.WWW.Wt-btn {
	background: #fff url("www.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Configure.Wt-btn {
	background: #fff url("configure.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.LooknFeel.Wt-btn {
	background: #fff url("looknfeel.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.ViewDetails.Wt-btn, .OpenRDA.PushButton.ViewDetails.Select.Wt-btn {
	background: #fff url("view_detailed.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.MainMenu.Wt-btn {
	background: #fff url("mainmenu.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.TopofList.Wt-btn {
	background: #fff url("top.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.BottomofList.Wt-btn {
	background: #fff url("bottom.png") no-repeat center;
	min-width: 24px;	
}


.OpenRDA.PushButton.Announcement.Wt-btn {
	background: #fff url("announcement.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Chat.Wt-btn {
	background: #fff url("chat.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Download.Wt-btn {
	background: #fff url("download.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Upload.Wt-btn {
	background: #fff url("upload.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.News.Wt-btn {
	background: #fff url("news.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Documentation.Wt-btn {
	background: #fff url("documentation.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Copy.Wt-btn {
	background: #fff url("copy.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Video.Wt-btn {
	background: #fff url("video.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.CyberSupport.Wt-btn {
	background: #fff url("cybersupport.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.PrintErrors.Wt-btn:hover {
	background-color:#996dcc !important;
	min-width: 81px;	
}
.OpenRDA.PushButton.PrintErrors.Wt-btn {
	background: #f43126 url("printerror.png") no-repeat center;
	background-color: #f43126;
	min-width: 81px;	
}
.OpenRDA.PushButton.PrintWarnings.Wt-btn:hover {
	color: #ecf126;
	background: #ecf126 url("printwarning.png") no-repeat center;
	background-color:#996dcc !important;
	min-width: 81px;	
}
.OpenRDA.PushButton.PrintWarnings.Wt-btn {
	color: #ecf126;
	background: #ecf126 url("printwarning.png") no-repeat center;
	background-color: #ecf126;
	min-width: 81px;	
}
.OpenRDA.PushButton.AddAbove.Wt-btn {
	background: #fff url("addabove.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.AddBelow.Wt-btn {
	background: #fff url("addbelow.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.DotDotDot.Wt-btn {
	background: #fff url("dotdotdot.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.FYDotDotDot.Wt-btn {
	background: #fff url("FYdotdot.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Paperclip.Wt-btn {
	background: #fff url("paperclip.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.UserProfile.Wt-btn {
	background: #fff url("user.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.Wiki.Wt-btn {
	background: #fff url("wiki.png") no-repeat center;
	min-width: 24px;	
}
/*END Gray Header/Body Buttons*/


/*START Other Buttons*/
.OpenRDA.PushButton.OpenSource.Wt-btn {
	color: black;
	background:#fff;
	background: url("open_source.png") no-repeat center;
	min-width: 24px;	
}

.OpenRDA.PushButton.GoogleMaps.Wt-btn {
	background:#fff;
	border: 1px solid #e9e9e9;
	background: url("GoogleMaps.png") no-repeat center;
	min-width: 24px;	
}
.OpenRDA.PushButton.GoogleMaps.Wt-btn:hover {
	background-color: #e9e9e9;
}

.OpenRDA.PushButton.TuxCloud.Wt-btn {
	color: black;
	background:#fff;
	background: url("tuxcloud.png") no-repeat center;
	min-width: 24px;	
}
/*END Other Buttons*/


.OpenRDA.MainWindow {
	background-color:#f9f7fa;
}
.OpenRDA.OrganizationName {
	color: #401a6b; 
	background-color:#d4b8f4;
}
.OpenRDA.TaskBar {
	max-width: 420px !important;
	background-color:#d4b8f4;
	margin: 10px;
	padding: 8px !important;
	border-radius: 4px;
}
.OpenRDA.ResourceBar {
	background-color: #d4b8f4;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.OpenRDA.Workspace {
	background-color: #f9f7fa;
}
.OpenRDA.RightMenu {
	color: #401a6b; 
	background-color: #efefef;
}
.OpenRDA.OrganizationName {
	color: #401a6b; 
	background-color: #efefef;
}


.OpenRDA.Home.Wt-btn {
	color: #401a6b; 
	margin-right:8px !important;
	border:none !important;
	background: url(icon-home.png) no-repeat center;
	width: 48px;
	height: 48px !important;
	margin-top:11px !important;
	display: block;
	background-color:#d4b8f4;
	border-radius:4px;
}
.OpenRDA.MySettings.Wt-btn {
	color: #401a6b; 
	margin-right:8px !important;
	border:none !important;
	background: url(icon-settings.png) no-repeat center;
	width: 48px;
	height: 48px !important;
	margin-top:11px !important;
	display: block;
	border-radius:4px;
}
.OpenRDA.SignOut.Wt-btn {
	color: #401a6b; 
	margin-right:8px !important;
	border:none !important;
	background: url(icon-signout.png) no-repeat center;
	width: 48px;
	height: 48px !important;
	margin-top:11px !important;
	display: block;
	background-color:#d4b8f4;
	border-radius:4px;
}
.OpenRDA.ResourceBar.E-Documents.Wt-btn {
}
.OpenRDA.ResourceBar.Maintenance.Wt-btn {
}
.OpenRDA.ResourceBar.Setup.Wt-btn {
}
.OpenRDA.ResourceBar.Other.Wt-btn {
}
.OpenRDA.ResourceBar.Help.Wt-btn {
}
.OpenRDA.ResourceBar.SystemAdministration.Wt-btn {
}
.OpenRDA.ResourceBar.OpenSelfServe.Wt-btn {
}

.OpenRDA.dropdown-toggle {
	font-family:Liberation-R, sans-serif;
	font-size:0.85em;
	background-image:none !important;
	margin: 0 !important;
	background-color: #333;
	color:#fff;
	border: 1px solid #333 !important;
}
.OpenRDA.dropdown-toggle:hover {
	background-color: #75a66d;
	color:#fff;
	border: 1px solid #333 !important;
}

.OpenRDA.MenuBar {
}



.OpenRDA.TableHeaderLabel {
	font-family:Cousine-R;
	font-size:16px;
	color:#333;
	margin-top:4px !important;
	margin-left:4px !important;
}
.OpenRDA.TextEdit  {
	font-family: Cousine-R;
	font-size:1em;
	color: black;
	margin-top:4px !important;
	margin-right:2px !important;
	margin-left:2px !important;
	border-radius:4px;
	padding: 0 4px;
	border: 1px solid #e9e9e9 !important;
}

.OpenRDA.TextArea {
	font-size:1em;
	color: black;
	margin-top:4px !important;
	margin-right:2px !important;
	margin-left:2px !important;
	border-radius:4px;
	padding: 0 4px;
	border: 1px solid #e9e9e9 !important;
}

.OpenRDA.DOCKWINDOW.LineContainer {
}
.OpenRDA.LineStretch { 
}
.OpenRDA.TableContainer {
}
.OpenRDA.Table {
}
.OpenRDA.TableElement {
}
.OpenRDA.ScrolledWindow.InternalContainer {
}
.OpenRDA.LineContainer, {
}

.OpenRDA.Image {
}
.OpenRDA.ProgressBar {
}
.OpenRDA.ImageButton {
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].SignedShortInteger 
{
	width: 220px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].SignedShortInteger 
{
	width: 220px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].UnsignedInteger 
{
	width: 220px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].SignedInteger 
{
	width: 220px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].Dollars 
{
	width: 400px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].WholeDollars 
{
	width: 400px;	
}
.OpenRDA.UTILITIES.EDITMATRIX input[type="text"].VariableText 
{
	width: 500px;	
}
.OpenRDA.EDITMATRIX input[type="text"].PlainText 
{
	width: 500px;	
}
.OpenRDA.EDITMATRIX input[type="text"].Dates 
{
	width: 400px;	
}
.OpenRDA.EDITMATRIX input[type="text"].Times 
{
	width: 400px;	
}
}
