/* This is used in the main splash-page index.php file */

/* Hack to make the icons a little larger */
.ui-icon {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}
.ui-left-icon {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}
.ui-right-icon {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

html {
	font: 11pt "Trebuchet MS", sans-serif;
    	margin: 0;
    	padding: 10;
}

/* This is the view bar in lower right corner of the grid */
.ui-paging-info {
        font-size: 10pt !important;
}

.ui-widget {
        font-size: 11pt !important;
}

/* This are the column search boxes */
.ui-widget input {
        font-size: 11pt !important;
}
.ui-widget select {
        font-size: 11pt !important;
}

/* This is the column headings */
.ui-jqgrid-labels {
        font-size: 11pt !important;
}

/* This is the grid title bar */
.ui-jqgrid {
        font-size: 12pt !important;
}

/* This is the edit dialog */
.ui-jqdialog {
        font-size: 11pt !important;
}

/* This is the footer */
tr.footrow-ltr {
        font-size: 11pt !important;
}
tr.footrow {
/*
	background: url("/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50%;
*/
}

/* This is the body of the grid */
.ui-jqgrid-btable {
        font-size: 11pt !important;
}

.ui-pg-table {
	font-size: 11pt !important;
}
.ui-widget-header {
	font-size: 11pt !important;
}
.ui-search-toolbar {
	font-size: 11pt !important;
}
/* This stretches the header search cell so the clear looks correct */
.ui-search-table td {
    width: 100%;
}
/* This is the height of the grid page footer */
.ui-jqgrid-pager {
	height: 30px !important;
}
.ui-pg-input {
	height: 22px !important;
}
.ui-widget-header a {
	/* Need this otherwise it turns the items white */
	color: #2E6E9E !important;
}

.dataLabel {
	font-weight: bold;
	text-align: left;
        font-size: 11pt !important;
}

#usermess {
	font-size: 11pt !important;
}

#custinfo {
	font-size: 11pt !important;
}

.stdtxt {
	font-size: 11pt !important;
}

.webstxt {
	font-size: 11pt !important;
}

.deceased {
    background-color: #DCE9F4; /* Grey */
}
#navhead {
    height: 38px;
    width: 200px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #BBDFF5;
    padding: 0px;
    text-align: center;
}
div.scroll {
    height: 150px;
    width: 350px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #BBDFF5;
    padding: 8px;
    text-align: left;
}
#topMenu {
    height: 45px !important;
    overflow: hidden;
}
#bar2 {
    width: 150px !important;
}
.ui-menu {
    z-index: 1000 !important;
}
a.rssmenu {
   font-size: 12pt !important;
   margin:10px !important;
   padding:5px !important;
}
