/*
html 
{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-color: #EBEBEB;
}

h1
{
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	color: #004DA9;
}

a {
	text-decoration: none;
	color: #567764;
}

table
{
	border-collapse: collapse;
	background-color: #FDFDFD;
}

th
{
	background-color: #DFE8F4;
	color: #111111;
}

td,th
{
	padding: 15px;
}

.header {
	background: #EBEBEB url(img/logo.jpg) no-repeat;
}

.page {
	font-size: 24px;
	background-color: #CCDBEE;
}

.footer {
	font-size: 12px;
	font-style: italic;
}

.page>a {
	text-decoration: none;
	color: #000000;
}

.selectablePage:hover {
	background-color: #7FA6D4;
}

.selectedPage {
	background-color: #FDFDFD;
}

.disabledPage {
	background-color: #BBBBBB;
}
*/

.rjh {
	background-image: url(img/rjh.gif);
}

.img-minitile {
	width: 140px;
	height: 140px;
}

.shadowed {
	box-shadow: 0px 7px 7px #BBBBBB;
}

.include-logo {
	background-image: url(img/nemsight.png);
	background-repeat: no-repeat;
	background-position: right center;					
}

@media (min-width: 768px) {
	.include-calogo {
		background-image: url(img/logo.png);
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
}

.disabledField {
	background-image: url(img/disabled.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px !important;
}

.enabledField {
	background-image: url(img/enabled.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px !important;
}

.lockedField {
	background-image: url(img/lock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px !important;
}

.warningField {
	background-image: url(img/warning.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px !important;
}

.forceLeft {
	padding-left: 0px !important;
}

.truncLong td,th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 1px;
}
