a:link {
	color: blue;
}

a:visited {
	color: blue;
}

.glink a:link {
	color: #666666;
}

.glink a:visited {
	color: #666666;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

.top {
	background-color: #121566;
	display: block;
	height: 52px;
}

.links {
	display: inline;
	float: left;
	width: 400px;
	padding: 12px 0px 0px 25px;
}

.imgrow {
	height: 20px;
	width: 900px;
}

.logo {
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-color: #121566;
	width: 155px;
	height: 19px;
	margin-top: 44px;
	margin-right: 20px;
	border-right: 5px solid #121566;
	border-left: 5px solid #121566;
}

.logo2 {
	position: absolute;
	background-repeat: no-repeat;
	background-color: #121566;
	width: 309px;
	height: 37px;
	margin-top: 35px;
	margin-left: 115px;
	border-right: 5px solid #121566;
	border-left: 5px solid #121566;
	z-index: 9999;
}

.topsub {
	background-color: #121566;
	border-top: 1px solid white;
	display: block;
	height: 49px;
	margin-bottom: 5px;
}

.subnav {
	margin-left: 25px;
/*	line-height: 22px; */
	color: white;
}

.subnav a {
	color: white;
}

.subnav a:visited {
	color: white;
}

.middle {
	width: 100%;
}

.left {
	width: 115px;
	vertical-align: top;
}

.greybox {
	position: relative;
	/*	top: 18px; */
	margin: 3px 9px 9px 9px;
	height: 100px;
	padding-top: 14px;
	background-color: #e9e9e9;
	width: 97px;
	text-align: right;
}

.content {
	display: block;
	margin-top: 23px;
	width: 100%;
	/*padding-left: 5px;*/
}

.right {
	border-left: 1px solid #C7040C;
	padding: 17px 10px 10px 8px;
	vertical-align: top;
	width: 100%;
}

.filler {
	height: 20px;
}

.footer {
	clear: both;
	display: block;
	width: 100%;
	color: white;
	background-color: #121566;
}

.copyright {
	line-height: 22px;
	height: 22px;
	margin-left: 8px;
	font-size: 10px;
	color: white;
}

.copyright a:link {
	color: white;
}

.copyright a:visited {
	color: white;
}

.logoutlink {
	position: absolute;
	top: 85px;
	right: 15px;
	color: white;
	height: 22px;
	text-align: right;
}

.logoutlink a {
	color: white;
	text-decoration: underline;
}

.logoutlink a:link {
	color: white;
	text-decoration: underline;
}

.logoutlink a:visited {
	color: white;
	text-decoration: underline;
}

.logoutlink a:hover {
	color: white;
	text-decoration: underline;
}

.err {
	font-size: 14px;
	list-style-type: none;
	color: red;
}

.err li {
	background: 0 url('/static/images/error.gif') no-repeat;
	text-indent: 20px;
}

.ttbutton {
	font-size: 8px;
	padding: 0;
	bottom: 2px;
	margin-left: 5px;
	margin-right: 10px;
}

.rich-tool-tip {
	text-decoration: none;
	text-align: left;
	line-height: 1.3em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	white-space: normal;
	width: auto;
	background-color: #ffc;
	border: 1px solid #440;
	padding: 4px;
	z-index: 999;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

.cpin-tool-tip {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	white-space: normal;
	width: auto;
}
.middle a:link {
	color: blue;
}

.middle a:visited {
	color: blue;
}

.vt {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.highlight {
	background-color: #f66;
}

.small-tool-tip { /*	width: 100px; */
	background-color: #ffc;
	border: 1px solid #eea;
}

.dr-mpnl-mask-div-opaque {
	opacity: 0;
}

.spinner_hidden {
	display: none;
}

.dr-dscr-button {
	border: none;
	text-decoration: underline;
	padding: 0 2px 0 2px;
	background-color: white;
	width: 10px;
	color: blue;
}

.dr-dscr-button-dsbld {
	text-decoration: none;
	color: #666666;
}

.dr-dscr-inact {
	border: none;
	text-decoration: underline;
	padding: 0 2px 0 2px;
	color: blue;
	width: 10px;
}

.dr-dscr-act {
	border: none;
	padding: 0 2px 0 2px;
	font-weight: bold;
	width: 10px;
	min-width: 10px;
}

.disabled {
	background-color: #ccc;
}

.enabled {
	background-color: white;
}

.noMaskClass .rich-mpnl-mask-div {
	visibility: hidden;
}

.rich-table-subheadercell {
	background-color: #e9e9e9
}

.dr-table-subheadercell {
	background-color: #e9e9e9
}

.TabbedPanels {
	min-width: 620px;
}

@media print {
	.top {
		display: none;
	}
	.topsub {
		display: none;
	}
	.logoutlink {
		top: 2px;
	}
	.left {
		display: none;
	}
	.right {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border: none;
	}
}

.ttbutton {
	background-image: url('/static/images/tooltip.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 14px;
	z-index: 9999;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}

.hlrow td {
	color: #888888;
}

.hlrow a {
	color: #8888ff
}

.rich-menu-list-bg { /*background-color: #aaaaaa;*/
	background-image: none;
	border-left-color: #EAF0F8;
	border-right-color: #EAF0F8;
	border-top-color: #EAF0F8;
}

.popup-item {
	padding-right: 5px;
}

.rich-menu-item-hover {
	padding-right: 5px;
}

textarea,input[type="text"],input[type="password"],input[type="check"],select
{
	border: 1px inset #ccc;
	font-size: 1em;
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="check"],select:focus
{
	border: 1px inset #44f;
}

/** see http://rcswebsolutions.wordpress.com/2007/01/02/scrolling-html-table-with-fixed-header/ */

div.scrollTableContainer {
	overflow: auto;
	position: relative;
}

/* Modern browsers (but especially firefox ) */
html> /**/ body div.scrollTableContainer table>tbody {
	overflow: auto;
	overflow-x: hidden;
}

div.scrollTableContainer thead tr {
	position: relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	/* fixes the header being over too far in IE, doesn't seem to affect FF */
	left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {
	padding-right: 20px;
}

.smallButton {
	background: url('/static/images/button.png');
	background-repeat: repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
	border: 1px solid #888;
	cursor: pointer;
	/*margin: 1px;
	padding-left: 2px;
	padding-right: 2px;*/
	font-size: 11px;
	margin-right: 5px;
}

.icon {
    margin: 0 2px 0 0;
    background: url('/static/images/button.png') repeat center transparent;
    border: 1px solid #888;
    cursor: pointer;
    padding: 1px 1px 0 1px;
    height: 17px;
    font-size: 11px;
    width: 16px;
}

.icon-up-hovering {
    border: 1px solid #444;
}

.icon-down, .icon-down-hovering {
    padding: 2px 0 0 2px;
    height: 16px;
}

button.icon { height: 20px }

.defaultButton {
	border: 1px solid black;
}

.rich-dtascroller-table {
	margin: 0 5px 5px;
}

.cpin-page {
	border-style:solid;
	border-color:#f0f0f0;
	border-collapse:collapse;
	}
.cpin-page th {
	border-style:solid;
	border-color:#f0f0f0;
	border-collapse:collapse;
}
.cpin-page td {
	/* border-style:solid; */
	border-color:#f0f0f0;
	border-collapse:collapse;
}
.cpin-page-inpage {
	border-style:solid;
	border-top-color:#ffffff;
	border-right-color:#f0f0f0;
	border-left-color:#f0f0f0;
	border-bottom-color:#f0f0f0;
	}
	
.cpin-smalllink {
	/*margin-left: 10px;*/
	color: blue !important;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
	font-weight: normal;
}

.oh-holiday {
	color: red;
}
.oh-other-hours {
	color: blue;
}

.gwt-DecoratorPanel {
}

.gwt-DecoratorPanel .topCenter {
  border-top: 1px solid #bbb;
  line-height: 0px;
}

.gwt-DecoratorPanel .bottomCenter {
  border-bottom: 1px solid #bbb;
  line-height: 0px;
}

.gwt-DecoratorPanel .topCenterInner,
.gwt-DecoratorPanel .bottomCenterInner {
  height: 1px;
  line-height: 0px;
  font-size: 1px;
}

.gwt-DecoratorPanel .middleLeft {
  border-left: 1px solid #bbb;
}

.gwt-DecoratorPanel .middleRight {
  border-right: 1px solid #bbb;
}

.gwt-DecoratorPanel .middleLeftInner,
.gwt-DecoratorPanel .middleRightInner {
  width: 1px;
  line-height: 1px;
}

.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
  font-size: 1px;
  overflow: hidden;
}

.gwt-DecoratorPanel .topLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -6px;
  -background: url(images/circles_ie6.png) no-repeat 0px -6px;
}

.gwt-DecoratorPanel .topRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -6px;
  -background: url(images/circles_ie6.png) no-repeat -5px -6px;
}
type filter text
.gwt-DecoratorPanel .bottomLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -11px;
  -background: url(images/circles_ie6.png) no-repeat 0px -11px;
}

.gwt-DecoratorPanel .bottomRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -11px;
  -background: url(images/circles_ie6.png) no-repeat -5px -11px;
}

html>body .gwt-DecoratorPanel {
}

* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
tr.error, td.error, a.error, input.error, .error * {
	background-color: #FF6666 !important;
	background-image: none !important;
}
button.error, .icon.error {
	background-image: none;
	background-color: #FF6666 !important;
}

.gridHover {
	/* smartGWT Calendar , only way found to increase width of the calendar cell when mousepointer is pointing to it */
	min-width: 100px;
	}

.invoice-page {
	border-style:solid;
	/* border-color:#f0f0f0; */
	border-collapse:collapse;
	border-width:1px;
	}
.invoice-page th {
	border-style:solid;
	/* border-color:#f0f0f0; */
	border-collapse:collapse;
	border-width:1px;
	font-weight: bold;
}
.invoice-page td {
	border-style:solid;
	border-collapse:collapse;
	border-width:1px;
	height:20px;
	text-align: center;
}

.invoice-page i {
	color: green;
}
/* END EH */