@CHARSET "ISO-8859-1";

body {
	margin: 0;
	background-color: #FFFFFF;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: none;
}

a {
	color: #000;
}

#main {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -25px;
	text-align: left;
	width: 100%;
}

/* Header */

#header {
	position: relative;
	height: 90px;
	padding: 5px 10px;
}

#header .logo {
	background-image: url("default/images/logo.png");
	width: 173px;
	height: 88px;
}

#header .title {
	bottom: 0px;
	right: 15px;
	position: absolute;
	font-size: 1.4em;
	display: block;
}

#header .title .site {
	display: none;
}

/* Connection Status */
#header .iceOutConStat {
	position: absolute;
	right: 40px;
	top: 10px;
}

#header .iceOutConStat div {
	position: absolute;
	width: 25px;
	height: 25px;
}

#header .iceOutConStatInactv {
	background: url("default/images/connect_idle.gif");
}

#header .iceOutConStatActv {
	background: url("default/images/connect_active.gif");
}

#header .iceOutConStatCaution {
	background: url("default/images/connect_caution.gif");
}

#header .iceOutConStatDisconnect {
	background: url("default/images/connect_disconnected.gif");
}

/* Message (this will only show the error icon and hovering will display the error) */
.message-icon, .message-iconError {
	background-image: url("default/icons/error.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0px;
	height: 16px;
	width: 16px;
	display: block;
}

/* Messages */
.messages {
	margin: 0px 10px;
}

.messages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.messages ul span {
	display: block;
	border: 1px solid #CCC;
	margin: 5px 0px;
	padding: 5px;
}

.messages ul span.iceMsgsInfo, .messages.info {
	background-color: #99FF66;
	border: 1px solid #339900;
}

.messages ul span.iceMsgsWarn, .messages.warn {
	background-color: #FFEE66;
	border: 1px solid #FF9966;
}

.messages ul span.iceMsgsError, .messages ul span.iceMsgsFatal, .messages.error {
	background-color: #FF9999;
	border: 1px solid #FF0000;
}

#content {
	padding: 5px;
}

/* Form */
.form {
	width: 99%;
	border-collapse: collapse;
	margin: 5px;
}

.form .formCol {
	padding: 0;
}

.form tr {
	height: 30px;
}

.form tr.label {
	font-weight: bold;
}

.form td.label {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

.form td.label.width-100 {
	width: 100px;
}

.form td.label.width-150 {
	width: 150px;
}

.form td.label.width-250 {
	width: 250px;
}

.form td.label.width-300 {
	width: 300px;
}

.form td.label.width-350 {
	width: 350px;
}

.form td.label.width-400 {
	width: 400px;
}

.form td.label-wide {
	width: 400px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

.form td.label-middle {
	width: 200px;
	font-weight: bold;
	line-height: 30px;
}

.form td.field {
	
}

.form td.field fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.form td.input {
	width: 200px;
	height: 30px;
}

.form td.input fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.form td.error {
	color: #ff0000;
	vertical-align: middle;
	padding-left: 5px;
}

.form input {
	
}

input.error, select.error, .errorInput .ui-inputfield.error {
	background-color: #F66;
}

textarea.error,select.error,.errorInput .ui-inputfield.error {
	background-color: #F66;
}

.iceSelInpTxtList {
	border: 1px solid #333333;
	background-color: #FFF;
}

.iceSelInpTxtRow,.iceSelInpTxtSelRow {
	border-bottom: 1px solid #333333;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.iceSelInpTxtSelRow {
	background-color: #EEE;
}

.box .header {
	background-color: #CCCCCC;
}

.check, .checkIcon {
	background-image: url("default/icons/check.png");
	display: inline-block;
    width: 16px;
    height: 16px;
}

.cross, .crossIcon {
	background-image: url("default/icons/cross.png");
	display: inline-block;
    width: 16px;
    height: 16px;
}

a.add, span.add {
	background-image: url("default/icons/add.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.brick, span.brick {
	background-image: url("default/icons/brick.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.broom, span.broom {
	padding-left: 25px;
	background-image: url("default/icons/broom.png");
	background-repeat: no-repeat;
}

a.cancel, span.cancel {
	padding-left: 25px;
	background-image: url("default/icons/cancel.png");
	background-repeat: no-repeat;
}

a.clock, span.clock {
	background-image: url("default/icons/clock.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.csv, span.csv {
	background-image: url("default/icons/csv.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.delete, span.delete {
	padding-left: 25px;
	background-image: url("default/icons/bin.png");
	background-repeat: no-repeat;
}

a.edit, span.edit {
	padding-left: 25px;
	background-image: url("default/icons/pencil.png");
	background-repeat: no-repeat;
}

a.exit, span.exit {
	padding-left: 25px;
	background-image: url("default/icons/door_out.png");
	background-repeat: no-repeat;
}

a.go, span.go {
	padding-left: 25px;
	background-image: url("default/icons/go.png");
	background-repeat: no-repeat;
}

a.key, span.key {
	padding-left: 25px;
	background-image: url("default/icons/key.png");
	background-repeat: no-repeat;
}

a.money, span.money {
	background-image: url("default/icons/money.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.print, span.print {
	background-image: url("default/icons/print.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.save, span.save {
	padding-left: 25px;
	background-image: url("default/icons/disk.png");
	background-repeat: no-repeat;
}

a.user, span.user {
	background-image: url("default/icons/user.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.users, span.users {
	background-image: url("default/icons/users.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.view, span.view {
	background-image: url("default/icons/view.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

a.zoom, span.zoom {
	background-image: url("default/icons/zoom.png");
	padding-left: 25px;
	background-repeat: no-repeat;
}

/* Tooltip Help */
div.help {
	background-image: url("default/icons/help.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

/* Paginator */
.page {
	border-collapse: collapse;
	margin: 5px 0px;
}

.page .iceCmdLnk:hover .iceOutTxt {
	background-color: #DDD;
}

.page .pageTbl a {
	line-height: 15px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #8E8E8E;
}

.page .pageTbl .iceDatPgrScrCol a {
	color: #000000;
}

.page .pageTbl a:hover {
	text-decoration: underline;
}

.page .iceCmdLnk .iceOutTxt {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: #CCCCCC center no-repeat;
	border: 1px solid #333333;
	color: #000000;
	line-height: 20px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.page .iceCmdLnk:hover .iceOutTxt {
	background-color: #DDD;
}

.page .iceCmdLnk .first {
	background-image: url("default/icons/first.png");
}

.page .iceCmdLnk-dis .first {
	background-image: url("default/icons/first_dis.png");
}

.page .iceCmdLnk .last {
	background-image: url("default/icons/last.png");
}

.page .iceCmdLnk-dis .last {
	background-image: url("default/icons/last_dis.png");
}

.page .iceCmdLnk .back {
	background-image: url("default/icons/previous.png");
}

.page .iceCmdLnk-dis .back {
	background-image: url("default/icons/previous_dis.png");
}

.page .iceCmdLnk .next {
	background-image: url("default/icons/next.png");
}

.page .iceCmdLnk-dis .next {
	background-image: url("default/icons/next_dis.png");
}

/* Tabset */
.tab .ui-tabs-nav li {
	border-bottom: 0 none !important;
	margin: 0 0.2em -1px 0;
	white-space: nowrap;
}

.tab .ui-tabs-nav li.ui-state-default {
	background-color: #CCC;
	border: 1px solid #333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.tab .ui-tabs-nav li.ui-state-active {
	background-color: #FFF;
	padding-bottom: 1px;
}

.tab .ui-tabs-panel {
	padding: 5px;
}

.tab .yui-content {
	border: 1px solid #333;
}

/* Block */
.block {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}

/* .block th, */ .block .blockHdr {
	text-align: left;
	border-bottom: 1px solid #333;
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
	background: #DDD;
}

.block .blockCol1 {
	padding: 0;
}

.block .list {
	border: none;
}

.block .ribbon .ribbonCol {
	padding: 0 5px;
}

/* Login screen */
.login {
	width: 400px;
	margin: auto;
}

.login .messages {
	margin: 5px;
	padding: 5px;
	display: block;
}

/* Top Menu */
.menu {
	height: 30px;
	background: #999;
	padding: 0 10px;
}

.menu .menuItem {
	float: left;
}

.menu .menuItem a {
	border-top: solid 2px #999;
	line-height: 27px;
	padding: 0 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.menu .menuItem a:hover,.menu .activeItem a {
	border-top: solid 2px #000;
}

.menu .activeItem a {
	font-weight: bold;
}

.menu .rightItem, .menu .right {
	float: right;
}

.menu .menuSubMenu {
	position: absolute;
	background: #CCC;
	/* background: #DDD; */
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.menu .menuSubMenu a {
	color: #000;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 20px 0px 5px;
}

.menu .menuSubMenu a:hover {
	background: #DDD;
}

/* Navigation */
.navigation {
	
}

.navigation a {
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0px 5px;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

.navigation a:hover,.navigation a.active {
	background-color: #CCCCCC;
	text-decoration: underline;
}

/* Panel */
.panel {
	width: 100%;
	border-collapse: collapse;
}

.panel .panelCol {
	border: none;
}

.panel .column-5 {
	width: 5%;
	vertical-align: top;
}

.panel .column-10 {
	width: 10%;
	vertical-align: top;
}

.panel .column-15 {
	width: 15%;
	vertical-align: top;
}

.panel .column-20 {
	width: 20%;
	vertical-align: top;
}

.panel .column-25 {
	width: 25%;
	vertical-align: top;
}

.panel .column-30 {
	width: 30%;
	vertical-align: top;
}

.panel .column-33 {
	width: 33%;
	vertical-align: top;
}

.panel .column-40 {
	width: 40%;
	vertical-align: top;
}

.panel .column-50 {
	width: 50%;
	vertical-align: top;
}

.panel .column-60 {
	width: 60%;
	vertical-align: top;
}

.panel .column-66 {
	width: 66%;
	vertical-align: top;
}

.panel .column-70 {
	width: 70%;
	vertical-align: top;
}

.panel .column-75 {
	width: 75%;
	vertical-align: top;
}

.panel .column-80 {
	width: 80%;
	vertical-align: top;
}

.panel .column-85 {
	width: 85%;
	vertical-align: top;
}

.panel .column-90 {
	width: 90%;
	vertical-align: top;
}

.panel .column-95 {
	width: 95%;
	vertical-align: top;
}

/* Ribbon */
table.ribbon {
	border-collapse: collapse;
	width: 100%;
	height: 40px;
}

table.ribbon .text {
	
}

table.ribbon .pagination {
	
}

table.ribbon td.button {
	text-align: right;
}

/* Buttons */
a.button, input.button, .icePnlCnfBtns input {
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #CCC;
	border: solid 1px #333;
	margin-left: 5px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

input.button {
	padding: 3px 10px;
}

a.button:hover,input.button:hover, .icePnlCnfBtns input:hover {
	text-decoration: underline;
	background-color: #DDD;
}

span.button-dis {
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #DDDDDD;
	border: solid 1px #CCCCCC;
	margin-left: 5px;
	text-decoration: none;
	color: #999;
}

/* Wrapper */
.wrapper {
	margin: 5px;
	padding: 5px 5px 0px;
	border: solid 1px #999;
}

.wrapper .block {
	margin-bottom: 5px;
}

/* List */
.list {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333;
}

.list .listHdr, .list th {
	background-color: #CCC;
	text-align: left;
	height: 25px;
	padding: 0px 5px;
	border-bottom: solid 1px #333;
}

.list tbody td {
	padding: 0px 5px;
	height: 20px;
}

.list tbody tr.listRow1, .list .oddRows {
	background-color: #F3F3F3;
}

.list td.width-25 {
	width: 25px;
}

.list td.width-50 {
	width: 50px;
}

.list td.width-75 {
	width: 75px;
}

.list td.width-100 {
	width: 100px;
}

.list td.width-125 {
	width: 125px;
}

.list td.width-150 {
	width: 150px;
}

.list td.width-200 {
	width: 200px;
}

.list td.width-250 {
	width: 250px;
}

.list td.width-300 {
	width: 300px;
}

.list .actions {
	width: 100px;
}

.list .actions a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.list .actions a span {
	display: none;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.list .actions a style {
	display: none;
}

.list button, .list input, .list select, .list textarea {
	margin: 0px;
}

.empty {
	display: block;
	padding: 5px;
}

/* legend */
.legend {
	height: 25px;
	border: 1px solid #333333;
	margin-bottom: 5px;
}

.legend span {
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 25px;
	margin: 0 10px 0 5px;
}

/* Popup */
.popup {
	border: solid 1px #333;
}

.popup .popupHdr {
	background-color: #999;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 25px;
	padding: 0 5px;
}

.popup .popupBody {
	background-color: #FFF;
	width: 800px;
}

.popup .tab {
	margin: 5px;
}

.popup fieldset {
	margin: 5px;
}

.width-400 .popupBody {
	width: 400px;
}

.width-500 .popupBody {
	width: 500px;
}

.width-600 .popupBody {
	width: 600px;
}

.width-700 .popupBody {
	width: 700px;
}

.width-800 .popupBody {
	width: 800px;
}

.width-900 .popupBody {
	width: 900px;
}

.width-1000 .popupBody {
	width: 1000px;
}

.width-1100 .popupBody {
	width: 1100px;
}

.width-1200 .popupBody {
	width: 1200px;
}

.width-1300 .popupBody {
	width: 1300px;
}

.width-1400 .popupBody {
	width: 1400px;
}

.popup table.ribbon .ribbonCol {
	padding: 0 5px;
}

.popup .messages {
	margin: 0;
	padding: 0 5px;
	display: block;
}

.icePnlPop, .icePnlCnf {
	background-color: #FFFFFF;
	border: 1px solid #333;
}

.icePnlPopHdr .close {
	background: #999999 url("default/icons/cross.png") no-repeat scroll 0px 50%;
	border: 1px solid #333;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

.icePnlPopHdr .close:hover {
	background: #E4E4E4 url("default/icons/cross.png") no-repeat scroll 0px 50%;
	border-color: black white white black;
}

/* IceFaces Panel Confirmation */
.icePnlCnf {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 0px;
	width: 300px;
}

.icePnlCnfHdr, .list td.icePnlCnfHdr {
	background-color: #999999;
	border-bottom: 1px solid #000;
	font-weight: bold;
	height: 15px;
	padding: 5px;
	margin: 0;
}

.icePnlCnfBody, .list td.icePnlCnfBody {
	padding: 5px;
}

.icePnlCnfBtns, .list td.icePnlCnfBtns {
	padding: 0 5px 5px 5px;
	text-align: right;
}

/* IceFaces selectInputDate */
.calendar .calendarCur {
	background: #999;
}

.iceSelInpDate {
	background-color: #FFFFFF;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

.iceSelInpDate tr {
	height: 20px;
}

.iceSelInpDate tbody td {
	height: auto;
	padding: 0;
}

table.iceSelInpDate tbody tr td table {
	border-right: 1px solid #D9D9D9;
	width: 210px;
	height: 30px;
}

.iceSelInpDateIFrameFix,.iceIEIFrameFix {
	display: block;
	position: absolute;
	z-index: -1;
}

.iceIEIFrameFix {
	height: 0;
}

.iceSelInpDateInput, .iceSelInpDateInput-dis {
	width: 90px;
	margin: 0px;
}

.iceSelInpDateInput.datetimeInput, .iceSelInpDateInput-dis.datetimeInput {
	width: 120px;
}

.iceSelInpDateOpenPopup,.iceSelInpDateOpenPopup-dis {
	background-color: transparent;
	background-image: url("default/icons/calendar.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

.iceSelInpDateClosePopup {
	background-color: transparent;
	background-image: url("default/icons/cross.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

.iceSelInpDateMonthYear,.iceSelInpDateTime {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-weight: bold;
	padding: 4px 1px;
	text-align: center;
}

.iceSelInpDateTime {
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.iceSelInpDateMoYrDropdown,.iceSelInpDateTimeDropDown {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-weight: bold;
}

.iceSelInpDateMonthYear img {
	border: medium none;
	margin-left: 3px;
	padding: 0;
}

.iceSelInpDateMovePrev {
	background-color: transparent;
	background-image: url("default/icons/previous.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateMoveNext {
	background-color: transparent;
	background-image: url("default/icons/next.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateWeek,.iceSelInpDateWeekNumHdr {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	color: #666666;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	width: 30px;
}

.iceSelInpDateDay,.iceSelInpDateWeekNum {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateWeekNum,.iceSelInpDateWeekNum-dis {
	background-color: #F5F5F5;
}

.iceSelInpDateCur {
	background: none repeat scroll 0 0 #DDDDDD;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
}

.iceSelInpDateCur .iceCmdLnk {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.iceSelInpDateCur .iceOutTxt {
	color: #333333;
}

.weekend {
	background: none repeat scroll 0 0 #E9E9E9;
}

.weekend .iceOutTxt {
	color: #666666;
}

.weekend .iceCmdLnk {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.iceSelInpDateDay a {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	height: 100%;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.iceSelInpDateDay .iceOutTxt {
	color: #000000;
}

.iceSelInpDateCur a {
	background-color: #2A6CC2;
	border: 1px solid #2A6CC2;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.iceSelInpDateDay a:hover {
	color: #666666;
	text-decoration: none;
}

/* IceFaces panelTooltip */
.tooltip {
	background-color: #FFFFBF;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
}

.tooltip tbody td {
	font-size: 0.9em;
	height: auto;
	padding: 0px;
}

.tooltip label {
	font-weight: bold;
}

.tooltip ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

/* Application Info */
#appinfo {
	bottom: 5px;
	font-size: 0.6em;
	position: absolute;
	right: 5px;
	text-align: right;
	width: 400px;
}