html {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	background-color: #E5E5E5;
}

.main {
	border: 1px solid #d6d6d6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	background-color: #FFFFFF;
}

.header-outer {
	background-color: #AFB3BD; 
	/*background: transparent url(img/mn_off00.gif) repeat top left;*/
	height: 26px;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial,Geneva,Helvetica,sans-serif;
}

.header-inner {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.header-flags {
	position: absolute;
	right: 0;
	top: 1px;
	padding-right: 10px;
}

.footer {
	position: absolute;
	bottom: 0;
	color: #a0a0a0;
}

.content {
	margin: 5px;
	position: absolute;
	top: 32px;
	left: 0;
	bottom: 0;
	right: 0;
}

.contentApp {
	margin: 5px;
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
}

#user {
	color: #CC3333;
	margin: 5px;
	font-weight: bold;
	height: 16px;
}

#user a {
	border-bottom-width: 0px;
	color: #777777;
	text-decoration: none;
	overflow: hidden;
}

.menu {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.actionsmenu {
	overflow: hidden;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.actionsmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	height: 25px;
	padding: 4px 0px 0px 0px; 
	margin: 0px 1px 0px 0px;
	background: transparent url(img/mn_off00.gif) repeat-x top left;
	border: 1px solid #c6c6c6;
	font-family: "Arial", "Arial CE", "Tahoma", "Tahoma CE", "Helvetica", "Helvetica CE", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	text-indent: 0px;
	text-transform: none;
	text-align: center;
	border-top-left-radius: 3px;
   border-top-right-radius: 3px;
	width: 90px;
}

.actionsmenu ul li {
	display: inline-block;
}

.actionsmenu .button {
	min-width: 15ex;
}

.menu ul li a {
	color: black;
	text-decoration: none;
	overflow: hidden;
}

.menuActiveItem {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;	
	height: 14px;
	padding: 0 1px 3px 0;
	position: relative;
	top: 1px;
	z-index: 10000;
}

.menuInactiveItem {
	width: 100%;
	height: 14px;
}

a>img {
	border: 0;
}

.menu ul li a.selected,a.selected {
	font-weight: bold;
}

.menu ul li a:hover,a:hover {
	color: #000000;
}

.tab-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 23px;
	bottom: 0;
	border: 1px solid #c6c6c6;
	padding: 2px;
	background-color: #EEEEEE;
}

.tab-inner-content  {
	width: 100%;
	height: 100%;
   border: 1px solid #d6d6d6;
	background-color: #FFFFFF;
}

.Map {
   margin: 5px;
   height: 98%;
}

.tab-content-left {
	float: left;
	width: 200px;
	border: 1px solid #d6d6d6;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 4px;
	height: 98%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: 5px;
	padding-top:10px;
}

.tab-content-right {
	overflow: hidden;
	border: none;
	padding: 5px;
	margin: 4px;
	height: 98%;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}

.button {
	height: 24px;
	padding: 4px 16px 4px 16px;
	margin: 0 1px;
	background: transparent url(img/mn_off00.gif) repeat-x top left;
	border: 1px solid #d6d6d6;
	color: #000000;
	font-family: "Arial", "Arial CE", "Tahoma", "Tahoma CE", "Helvetica",
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	text-indent: 0px;
	text-transform: none;
	text-align: center;
}

.button:disabled {font-style: normal; color: #515151;}

.key_value_table {
	border-collapse: collapse;
}

.key_value_table td, .key_value_table th {
	vertical-align: middle;
	text-align: left;
}

.key_value_table td:first-child, .key_value_table th:first-child {
	font-weight: bold;
	padding-right: 15px;
	height: 30px;
}

.key_value_table td {
	border-bottom: 1px dashed #A9A9A9;
}

.key_value_table th {
	border-bottom: 1px solid #A9A9A9;
	background-color: #EAEAEA;
	font-weight: bold;
}

.key_value_table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.standard_table {
	width: 100%;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #A9A9A9;
	border-collapse: collapse;
	padding: 0px;
}

.standard_table thead,div.my-tree div.wicket-tree-table div.header {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica, "Helvetica CE", "sans-serif";
	color: #444444;
	background: transparent url(img/mn_off00.gif) repeat top left;
	font-size: 11px;
	font-weight: bold;
}

.standard_table .headers th {
   background-color: #d0d1d6;
}

.standard_table thead  {
	border-bottom: 2px solid #999999;
}

.standard_table tbody {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	color: #515151;
	font-size: 11px;
}

.standard_table tbody span {
	height:26px;
	display:block;
	overflow:hidden;
}

.autoheight tbody span {
   height:16px;
}

.standard_table tr.even {
	background-color: #F5F5F5;
}

.standard_table tr.odd {
	background-color: #EAEAEA;
}

.standard_table tr.inactive {
	color: #c0c0c0;
}

.standard_table tbody tr:hover,.my-tree .row:hover {
	background-color: #7ccbcb;
}

.standard_table td {
	border: 1px solid #c0c0c0;
	padding: 3px;
	text-align: left;
}

.standard_table th {
	border: 1px solid #c0c0c0;
   border-bottom: 2px solid #999999;
	padding: 3px;
	text-align: left;
}

.standard_table tfoot {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	color: #666666;
	background-color: #D3D1D1;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 12px;
}

.standard_table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.standard_table li {
	margin: 0;
	padding: 0;
}

.centered-outer {
	display: table;
	height: 100%;
	width: 100%;
}

.centered-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.framed {
	display: inline-block;
	border: 1px solid #d6d6d6;
	padding: 20px;
	text-align: left;
}

.select-input {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	border-color: #D4D0C8;
	border-width: 1px;
	border-style: solid;
	max-width: 184px;
	min-width: 100px;
}

.text-input {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	border-color: #D4D0C8;
	border-width: 1px;
	border-style: solid;
	text-align: inherit;
}

.table-text-input {
	width: 96%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendar-input {
	width: 6em;
}

.checkbox {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 12px;
	border-color: #D4D0C8;
	border-width: 0px;
	border-style: none;
}

.emphasized {
	color: #e20074;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.nonstandard_table {
	width: 100%;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #A9A9A9;
	border-collapse: collapse;
	padding: 0px;
}

.nonstandard_table thead {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	color: #666666;
	background-color: #D3D1D1;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.nonstandard_table td {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	color: #515151;
	border-width: 1px;
	border-bottom-style: dotted;
	border-right-style: solid;
	border-color: #A9A9A9;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

ul.warning-list {
	list-style-image: url('img/actions-list-remove-icon.gif');
	margin-bottom: 20px;
}

.nonstandard_table dl {
	display: inline-block;
}

.nonstandard_table dt {
	float: left;
	margin-right: 5px;
}

.nonstandard_table dd span:after {
	content: ".";
	visibility: hidden;
}

.expand_layout_image {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.collapse_layout_image {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.breakPage {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: #A9A9A9;
	border-bottom-style: solid;
}

div.child {
	margin-left: 16px;
	display: none;
}

@media print {
	.noprint {
		display: none;
	}
}

.feedbackPanelERROR {
	color: red;
	font-size: 20px;
}

.feedbackPanelWARNING {
	color: black;
}

span.tool {
	position: relative;
	cursor: help;
}

span.tool span.tip {
	display: none;
}

span.tool:hover span.tip {
	display: block;
	z-index: 100;
	position: absolute;
	top: 1.6em;
	left: 0;
	width: 40ex;
	padding: 3px 7px 4px 6px;
	border: 1px solid #336;
	background-color: #f7f7ee;
	font: normal 0.9em/1.2em arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
}

span.tree-content span.tip {
	display: none;
}

span.tree-content:hover span.tip {
	display: inline-block;
}

span.tree-content span.tip img {
	height: 1em;
	width: 1em;
}

div.wicket-aa {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
	font-size: 11px;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #FFC4E2;
	margin: 0;
}

.my-tree .wicket-tree-table {
	margin: 0;
	margin-bottom: 10px;
}

.popupfeedback {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	background-color: rgb(247, 247, 238);
	padding: 10px;
}

.popupfeedbacklevel {
	float: left;
}

.popupfeedbackul {
	overflow: hidden;
}

.popupfeedbackclosemessage {
	font-family: Arial, "Arial CE", Tahoma, "Tahoma CE", Helvetica,
		"Helvetica CE", "sans-serif";
	font-size: 11px;
}

.name-value-pair {
	display: inline-block;
	border: 1px solid #999999;
	margin-right: 3px;
	margin-bottom: 6px;
	width: 200px;
	vertical-align: top;
}

.name-value-pair .name {
	background: transparent url(img/mn_off00.gif) repeat bottom left;
	padding: 3px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

.name-value-pair .value {
	padding: 3px;
   max-height: 27px;
   overflow: hidden;   
}

.name-value-pair .value:after {
	content: ".";
	visibility: hidden;
}

.yui-skin-sam img {
	vertical-align: top;
}
.tableHead th  { background-color: #555555; color: #FFFFFF; padding-top:2px; padding-left:5px; padding-right:5px; font-weight:bold}
.tableRow1     { background-color: #E6E6E6; padding: 4px;}
.tableRow2     { background-color: #F2F2F2; padding: 4px;}

th.wicket_orderDown a, th.wicket_orderUp a, th.wicket_orderNone a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

th.wicket_orderDown:after {
	/* content: '\21D3'; */
   content: url(img/arrow-down-icon.png );
}

th.wicket_orderUp:after {
	content: url(img/arrow-up-icon.png );;
}

th.wicket_orderNone:after {
	
}

#scrollable .navigation, #fixed .navigation, #fixedRow .navigation, #fixedRowFixed.navigation {
   display:none;
}

#fixedRowFixed {
   min-width: 71px;
}

/* height also adjusted in RecordListPanel.html script */
#fixedRowFixed th, #nameTableRow th, #scrollable .standard_table th {
   height: 56px;
   padding: 3px;
}

#nameTable th {
   height: 55px;
   padding: 3px;
}


/* login page */
p#logo {
    /*background: url("img/logo.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ 
    background: url("img/logo.gif") no-repeat;
    height: 72px;
    left: 44px;
    position: absolute;
    top: 0;
    width: 172px;
    z-index: 300;
    margin: 0px;
}

/* application page */
p#logoApp {
    /* background: url("img/logo.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */ 
    background: url("img/logo.gif") no-repeat;
    height: 72px;
    left: 24px;
    position: absolute;
    top: 28;
    width: 172px;
    z-index: 300;
    margin: 0px;
}
