* {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	font-size: 100%;
}

html, body {
	background-color: #EDEBE3;
	display: block;
	height: 100%;
	width: 100%;
	min-width: 100%;
}

body {
	font-family: Verdana, Tahoma;
	font-size: 0.8em;
	color: #333333;
}

a {
	color: #0066CC;
}

a:hover {
	color: #333333;
}

a:active {
	color: #000000;
}

select {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	font-weight: normal;
}

form {
	display: inline;
}

label span {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

#page-container {
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
	overflow: hidden;
}

* html #page-container {
	width: expression(document.body.clientWidth < 900 ? "900px" : "100%");
}

#header-container {
	/*background-image: url(images/bg.gif);*/
	background-repeat: repeat-x;
	height: 5.5em;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 500;
	background-color: #526EA0;
	overflow: hidden;
}

#header-container #header-picture {
	width: 604px;
	height: 70px;
	/*background-image: url(images/header.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}

#header-container #header-title {
	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 180%;
	color: #FFFFFF;
	position: absolute;
	top: 0.9em;
	left: 0.65em;
	white-space: nowrap;
}

#toolbar-container {
	height: 2em;
	position: absolute;
	top: 5em;
	width: 100%;
	z-index: 400;
	background-color: #C0C0C0;
	overflow: hidden;
}

#toolbar-container #toolbar-user {
	position: relative;
	top: 0.8em;
	right: 0.6em;
	font-family: Tahoma, Verdana;
	font-size: 85%;
	color: #000000;
	float: right;
	white-space: nowrap;
}

#toolbar-container #toolbar-maintitle {
	position: relative;
	top: 0.6em;
	left: 0.6em;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 100%;
	color: #444444;
	float: left;
	white-space: nowrap;
}

#left-margin-area {
	bottom: 0;
	overflow: auto;
	position: absolute;
	top: 6.8em;
	width: 0.5%;
	z-index: 100;
	overflow: hidden;
	background-color: #EDEBE3;
}

* html #left-margin-area { /* IE hack */
	border-top : 6.8em solid #EDEBE3;
	bottom:0;
	height: 100%;
	top:0;
}

#navigation-second-level-bg {
	height: 2em;
	margin: 0 auto 0 0.5%;
	overflow: hidden;
	position: absolute;
	top: 9.7em;
	width: 98.8%;
	z-index: 200;
	background-color: #E8F0F3;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	overflow: hidden;
}

* html #navigation-second-level-bg {
	width: 99%;
}

#navigation-container {
	position: absolute;
	background: transparent;
	height: 3.8em;
	top: 7.9em;
	left: 0.5%;
	width: 100%;
	z-index: 250;
	overflow: hidden;
	min-width: 600px;
}

#navigation-container ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

#navigation-container ul li  {
	display: inline;
	list-style: none;
}

#navigation-container ul a, #navigation-container ul span {
	width: 6.2em;
	display: block;
	float: left;
	padding: 0.35em 0;
	margin: 0.09em 0.17em 0 0;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333333;
}

#navigation-container ul span, #navigation-container ul a.current, #navigation-container ul a.current:hover {
	border: 1px solid #666666;
	border-bottom: none;
	background-color: #E8F0F3;
	padding-bottom: 0.52em;
	margin-top: 0;
}

#navigation-container ul a {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-bottom: none;
}

#navigation-container ul a:hover {
	margin-top: 0;
	border-color: #666666;
	background: #EFEFEF;
	padding-bottom: 5px;
}

#navigation-container ul li ul {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
}

#navigation-container ul li ul li a, #navigation-container ul li ul li span, #navigation-container ul li ul a.current {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-right: 1px dotted #AAAAAA;
	background: none;
	font-weight: normal;
}

#navigation-container ul li ul a.current {
	color: #333333;
	text-decoration: none;
}

#navigation-container ul li ul li a {
	color: #0066CC;
	text-decoration: underline;
}

#navigation-container ul li ul li a:hover, #navigation-container ul li ul a.current:hover {
	color: #333333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAAAAA;
}

#navigation-container ul li ul a.current:hover {
	color: #333333;
}

#navigation-container ul li ul li a:active {
	color: #000000;
	background: transparent;
}

#navigation-container ul li ul li:last-child a, #navigation-container ul li ul li:last-child a:hover {
	border: none;
}

#content {
	background-color: #FEFEFE;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0.7em;
	bottom: 1.5em;
	margin: 0 auto 0 0.5%;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	top: 11.7em;
	width: 99%;
	z-index: 150;
	-moz-box-sizing: border-box !important;
}

* html #content { /* IE hack */
	border-top: 11.7em solid #EDEBE3;
	border-bottom: 1.5em solid #EDEBE3;
	bottom:0;
	height: 100%;
	top:0;
	width: 99%;
}

* html #hide-content-border-in-ie {
	position: absolute;
	top: 7em;
	height: 2.69em;
	width: 100%;
	z-index: 220;
	background-color: #EDEBE3;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 1.5em;
	margin: 0 auto 0 0.5%;
	width: 99%;
	z-index: 200;
	background-color: #EDEBE3;
	overflow: hidden;
}

* html #footer {
	border-top: 1px solid #666666;
}

#footer p {
	font-family: Tahoma;
	font-size: 70%;
	margin: 0.3em 0 0.3em 0.5em;
	text-align: right;
	white-space: nowrap;
}

#footer, #footer a {
	color: #A9A9A9;
}

a.home-navigation-tab,
a.home-navigation-tab:visited,
a.home-navigation-tab:active {
	font-family: verdana, tahoma, sans-serif;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 8em;
	float: left;
	text-align: center;
	height: 1.6em;
	padding-top: 0.4em;
	margin-left: 15px;
}

/*foo*/
a.home-navigation-tab:hover {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

* html a.home-navigation-tab,
* html a.home-navigation-tab:visited,
* html a.home-navigation-tab:active {
	margin-left: 5px;
	margin-right: 5px;
	height: 2em;
	padding-top: 0.3em;
}

.ul-list {
	list-style-type: square;
	list-style-position: inside;
}

.ul-list li {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	margin-top: 4px;
}

.subsection-titlebar {
	background-color: #C0C0C0;
	padding: 1px 2px 2px 5px;
	font-family: Verdana, Tahoma;
	font-size: 85%;
	line-height: 130%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	border-top: 1px solid #B3AA7D;
}

.table-form {
	border-top: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}

.table-form th {
	text-align: left;
	background-color: #EEEEEE;
	font-family: Verdana, Tahoma;
	font-size: 85%;
	padding: 4px;
}

.table-form td {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	padding: 4px;
}

.table-form .odd {
	background-color: #FFFFFF;
}

.table-form .even {
	background-color: #FFFACD;
}

.table-layout {
	border-collapse: collapse;
}

.table-layout th {
	font-family: Verdana, Tahoma;
	text-align: left;
	background-color: #EEEEEE;
	padding: 4px;
}

.table-layout td {
	font-family: Verdana, Tahoma;
	padding: 4px;
	vertical-align: top;
}

/*
.table-layout td label {
	font-size: 85%;
	font-weight: bold;
}
*/
.table-layout-wide {
	width: 100%;
	border-collapse: collapse;
}

.table-layout-wide th {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	padding: 4px;
	text-align: left;
	background-color: #EEEEEE;
}

.table-layout-wide th label {
	font-family: Verdana, Tahoma;
	font-size: 120%;
	padding-right: 3px;
	text-align: left;
}

.table-layout-wide td {
	font-family: Verdana, Tahoma;
	padding: 4px;
	vertical-align: top;
}

.table-layout-wide td span {
	font-size: 85%;
}

.table-layout-wide td span select {
	font-size: 100%;
}

.readonly-text {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	font-size: 85%;
	color: #000000;
}

.usermsg-error {
	font-weight: bold;
	background-color: #FFFF00;
	color: #DC143C;
	padding: 3px;
	border: 1px solid #DC143C;
	z-index:100000;
}

.usermsg-notice {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #228B22;
	padding: 3px;
	border: 1px solid #228B22;
	z-index:100000;
}

.validation-error {
	color: #B22222;
	font-style: italic;
	font-size: 85%;
	background-color: #E8F0F3;
}

.plain-text {
	font-size: 85%;
}

.plain-text-label {
	font-weight: bold;
	font-size: 85%;
}

#debug-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 1000 !important;
	border: 1px black solid;
}

#debug-header {
	background-color: #FFD221;
	height: 1.5em;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#debug-content {
	background-color: #FFFFFF;
	font-size: 7.6pt;
	height: 30em;
	overflow: auto;
}

.strix-grid {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}

.strix-grid th {
	text-align: left;
	background-color: #EEEEEE;
	font-family: Verdana, Tahoma;
	font-size: 85%;
	padding: 2px 4px 2px 4px;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.strix-grid th a, .strix-grid th a:hover, .strix-grid th a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333333;
}

.strix-grid-order-asc {
	background-image: url(icons/sort_asc.gif);
	background-repeat: no-repeat;
	background-position: 100% 48%;
}

.strix-grid-order-desc {
	background-image: url(icons/sort_desc.gif);
	background-repeat: no-repeat;
	background-position: 100% 48%;
}

.strix-grid td {
	vertical-align: top;
	font-family: Verdana, Tahoma;
	font-size: 85%;
	padding: 4px;
}

.strix-grid-odd {
	background-color: #FFFFFF;
}

.strix-grid-even {
	background-color: #FFFACD;
}

.strix-grid-pager {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	margin: 4px 4px 0 4px;
	background-color: #EEEEEE;
}

* html .strix-grid-pager {
	width: 99%;
	margin: 4px 0 0 0;
}

.strix-grid-pager-rowcount {
	padding: 4px 2px 2px 4px;
	float: left;
}

.strix-grid-pager-rowcount span, .strix-grid-pager-pages span {
	font-weight: bold;
}

.strix-grid-pager-pages {
	padding: 4px 2px 2px 4px;
	float: right;
}

.strix-grid-pager-records-per-page {
	padding: 4px 2px 2px 4px;
	text-align: center;
}

.strix-grid-filter {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	margin: 4px 5px 4px 5px;
	padding: 4px;
	background-color: #EEEEEE;
}

* html .strix-grid-filter {
	width: 99%;
	margin: 4px 0 4px 0;
}

.strix-grid-searchbox {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	padding: 1px;
	width: 20em;
}

.strix-grid-button {
	font-family: Verdana, Tahoma;
	text-align: center;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding: 1px;
	cursor: pointer;
}

.strix-grid-button:hover:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding-left: 2px;
	padding-right: 0;
}

#lov_edit TD {
	vertical-align: top;
}

.strix-datetime-critical {
	background-color: #E00000;
	color: #FFFFFF;
}

.strix-datetime-warning {
	background-color: #FFFF00;
	color: #000000;
}

@media screen {
	html, body {
		overflow: hidden;
	}
}

.audit-trail-table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}

.audit-trail-table th {
	background-color: #EEEEEE;
	border-color: #CCCCCC #CCCCCC #EEEEEE #CCCCCC;
	font-size: 100%;
}

.audit-trail-table td {
	font-size: 100%;
}

.strix-grid td label {
	font-weight: bold;
	font-size: 100%;
}

.strix-button,
.strix-button:focus {
	font-family: Verdana, Tahoma;
	font-size: 95%;
	width: 5.5em;
	text-align: center;
	background-color: #E8F0F3;
	border-right: 1px solid #B3AA7D;
	border-bottom: 1px solid #B3AA7D;
	border-left: 1px solid #E8DEA8;
	border-top: 1px solid #E8DEA8;
	padding: 1px;
	cursor: pointer;
}

.strix-button:hover:active {
	border-right-color: #E8DEA8;
	border-bottom-color: #E8DEA8;
	border-left-color: #B3AA7D;
	border-top-color: #B3AA7D;
	padding-left: 2px;
	padding-right: 0;
}

.float-left {
	float: left;
}


#dynheader .strix-select-multiple-dual-list-buttons button {
	font-family: Verdana, Tahoma;
	font-size: 85%;
	text-align: center;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: #D8D1DF;
	width: 8em;
}

#dynheader .strix-submit {
	font-family: Verdana, Tahoma;
	text-align: center;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: #D8D1DF;
	width: 8em;
}

#advsearch .strix-submit {
	font-family: Verdana, Tahoma;
	text-align: center;
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: #D8D1DF;
	width: 8em;
}
