/* Minification failed. Returning unminified contents.
(1025,16): run-time error CSS1036: Expected expression, found ';'
 */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("//www.capmetro.org/css/re-brand/webfonts.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic");

html {
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
}

body {
	background: transparent;
	color: #333;
	font-size: .85em;
	font-family: "DINNextLTPro-Light","Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited,
	a:active, a:hover {
		color: #333;
		cursor: pointer;
	}

	a:hover {
		webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		text-decoration: none;
		color: #333;
	}

header, footer, hgroup,
nav, section {
	display: block;
}

header {
}

	header.site-header {
		height: 80px;
		background: #fff;
		margin-bottom: 5px;
	}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px dotted rgba(0,0,0,.3);
	clear: both;
	float: left;
	width: 100%;
}
/*Custom*/
.form-group {
}

.editor-label {
	padding: 5px 20px;
	width: 200px;
}

.editor-field {
	margin: 0px !important;
}

select.selectForm {
	margin: 0px !important;
}

span {
	display: inline-block;
}

.labelArea {
	position: relative;
	vertical-align: top;
	top: 25px;
}

/* main layout
----------------------------------------------------------*/
.site-wrapper, .page-section {
	/*margin: 0 15% 0 15%;
	max-width: 1650px;*/
	max-width: 1000px;
	margin: 0 auto;
}

#body {
	background-color: #fff;
	padding-bottom: 35px;
	width: 1000px;
	margin: 0 auto;
}

#top-info {
	padding: 10px 0;
	position: relative;
	background: #444444;
	margin-bottom: 30px;
}

#login.userID {
	color: #fff;
}

.usericon {
}

a.brand {
	display: inline-block;
	padding: 30px 0 0 10px;
}

.main-content {
	/*padding-left: 20px;
	padding-top: 20px;*/
	padding: 20px;
}

.featured + .main-content {
}

header.content-wrapper {
	padding-top: 20px;
}


footer {
	clear: both;
	background-color: #fff;
	font-size: .8em;
	padding: 10px 20px 40px;
	border-top: 4px solid #f2f2f2;
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	font-family: "DINNextLTPro-Regular","Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size: 2.3em;
	margin: 0;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #c8c8c8;
		outline: none;
		text-decoration: none;
	}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: 1em;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

		#login a.username {
			background: none;
			margin: 0;
			padding: 0;
			text-decoration: underline;
		}

	#login em.usericon {
		font-size: 1.25em;
	}
	  .guest {
		color:#999;
	}
	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}

.userId {
	font-size: 30px;
  color: #ccc;
  line-height: 1.5;
}
/* menu
----------------------------------------------------------*/
nav.primary-nav {
	margin: 32px 20px 0 0;
	float: right;
	display: inline-block;
}

ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #000;
			text-decoration: none;
		}

			ul#menu li a:hover {
				color: #999;
				text-decoration: none;
			}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
	background-color: #fff;
}

	.featured .content-wrapper {
		background: rgba(30,122,180,0.6);
		color: #3e5667;
		padding: 20px 40px 30px 40px;
		border-left: 10px solid #1E7AB4;
	}

	.featured hgroup.title h1, .featured hgroup.title h2 {
		color: #fff;
	}

	.featured p {
		font-size: 1.1em;
		color: #fff;
	}

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}

/* content */
article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 700;
}

/* login page */
#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

	#loginForm .validation-summary-errors ul {
		margin: 0;
		padding: 0;
	}

	#loginForm .validation-summary-errors li {
		display: inline;
		list-style: none;
		margin: 0;
	}

	#loginForm input {
		width: 250px;
	}

		#loginForm input[type="checkbox"],
		#loginForm input[type="submit"],
		#loginForm input[type="button"],
		#loginForm button {
			width: auto;
		}

#socialLoginForm {
	margin-left: 40px;
	float: left;
	width: 40%;
}

	#socialLoginForm h2 {
		margin-bottom: 5px;
	}

#socialLoginList button {
	margin-bottom: 12px;
}

#logoutForm {
	display: inline;
}

/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	line-height: 1.5;
	margin: 0;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

	label.checkbox {
		display: inline;
	}

.selectForm {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 313px;
}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus {
		border: 1px solid #7ac0da;
	}

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  background: #f5f5f5;
  border: none;
  border-bottom: 4px solid #ddd;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  padding: 10px 0;
  max-width: 90px;
  display:inline-block;
  font-weight: 400;
}

.button {
	border-radius: 0;
	background: #f5f5f5;
	border: none;
	border-bottom: 4px solid #ddd;
	font-size: 16px;
	font-weight: 100;
	position: relative;
	padding: 10px;
	max-width: 90px;
	display:inline-block;
	text-decoration:none !important;
	font-weight: 500;
}

td input[type="submit"],
td input[type="button"],
td button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}


/* tables
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

th {
	font-size: 1.2em;
	text-align: left;
	border: none 0px;
	padding-left: 0;
}

	th a {
		display: block;
		position: relative;
	}

		th a:link, th a:visited, th a:active, th a:hover {
			color: #333;
			font-weight: 600;
			text-decoration: none;
			padding: 0;
		}

		th a:hover {
			color: #000;
		}

	th.asc a, th.desc a {
		margin-right: .75em;
	}

		th.asc a:after, th.desc a:after {
			display: block;
			position: absolute;
			right: 0em;
			top: 0;
			font-size: 0.75em;
		}

		th.asc a:after {
			content: '▲';
		}

		th.desc a:after {
			content: '▼';
		}

td {
	/*padding: 0.25em 2em 0.25em 0em;
	padding:10px 5px;*/
	border: 0 none;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}

.reports-content {
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

	/* header
	----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	/* logo */
	header .site-title {
		margin: 10px;
		text-align: center;
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

    #lblq1{
        color:red;
    }

    #login li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

			#login a:hover {
				color: #333;
			}

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}


	/* main layout
	----------------------------------------------------------*/
	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper {
		padding: 10px;
	}

	/* page content */
	article, aside {
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round {
		list-style-type: none;
		padding-left: 0;
	}

		ol.round li {
			padding-left: 10px;
			margin: 25px 0;
		}

			ol.round li.zero,
			ol.round li.one,
			ol.round li.two,
			ol.round li.three,
			ol.round li.four,
			ol.round li.five,
			ol.round li.six,
			ol.round li.seven,
			ol.round li.eight,
			ol.round li.nine {
				background: none;
			}

	/* features */
	section.feature {
		float: none;
		padding: 10px;
		width: auto;
	}

		section.feature img {
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	input {
		width: 90%;
	}

	/* login page */
	#loginForm {
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error {
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm {
		margin-left: 0;
		float: none;
		width: auto;
	}


	/* footer
	----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
		text-align: center;
		height: auto;
		padding: 10px 0;
	}

		footer p {
			margin: 0;
		}
}
/*Mac's Custom Styles*/
section.contact {
	padding: 20px;
	border-bottom: 3px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 20px;
	width: 266px;
	float: left;
	height: 100px;
	margin-right: 20px;
}

	section.contact:hover {
		background: rgba(0,0,0,0.03);
		cursor: pointer;
	}

#createlogin {
}

/**
 * ParamQuery Grid a.k.a. pqGrid v1.1.3
 * 
 * Copyright (c) 2012-2013 Paramvir Dhindsa
 * Released under GPL v3 license
 * http://paramquery.com/license
 * 
 */
div.pq-grid {
    font-family: Tahoma;
    font-size: 11px;
    overflow: hidden;
    position: relative;
}

    div.pq-grid * {
        font-family: Tahoma;
        font-size: 11px;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

        div.pq-grid *:focus {
            outline: 1px dotted gray;
        }

div.pq-grid-top {
    border-width: 0px;
}

div.pq-grid-title {
    border-bottom: 1px solid #c5c5c5;
    zoom: 1;
    padding: 5px;
    overflow: hidden;
    font-size: 20px;
      font-weight: 400;
}

div.pq-grid-toolbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c5c5c5;
    padding: 3px 5px 4px;
    zoom: 1;
    overflow: hidden;
}

    div.pq-grid-toolbar .ui-button {
        margin: 0px 4px;
    }

div.pq-grid div.draggable {
    cursor: move;
}

div.pq-grid-bottom {
    border-top: 1px solid #c5c5c5;
    border-top-width: 0px;
    position: relative;
}

div.pq-grid-footer {
    border-top: 1px solid #fff;
    padding: 2px 5px 2px;
    overflow: hidden;
    position: relative;
}

div.pq-grid-inner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

div.pq-grid-right {
    position: relative;
    overflow: hidden;
    display: block;
}

div.pq-header-outer {
    position: relative;
    border-width: 0px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.pq-grid span.pq-grid-header {
    position: absolute;
    top: -2px;
    cursor: default;
    display: inline-block;
    overflow: hidden;
    border-width: 0px;
}

.pq-grid-header td {
}

    .pq-grid-header td.pq-col-sort-asc, .pq-grid-header td.pq-col-sort-desc {
    }

.pq-grid-header .pq-col-sort-asc .pq-col-sort-icon {
    padding-right: 16px;
    height: 16px;
    width: 16px;
    BACKGROUND: url(images/sort_asc.gif) no-repeat right 6px;
}

.pq-grid-header .pq-col-sort-desc .pq-col-sort-icon {
    padding-right: 16px;
    BACKGROUND: url(images/sort_desc.gif) no-repeat right 6px;
}

.pq-grid-col-resize-handle {
    cursor: w-resize;
    display: block;
    width: 20px;
    height: 22px;
    background:;
    z-index: 2;
    position: absolute;
    top: 0px;
}

.pq-grid-drag-bar {
    position: absolute;
    width: 1px;
    z-index: 100;
    top: 0px;
    background-color: #000;
}

div.pq-grid .pq-align-right {
    text-align: right;
}

    div.pq-grid .pq-align-right * {
        text-align: right;
    }

div.pq-grid .pq-align-center {
    text-align: center;
}

    div.pq-grid .pq-align-center * {
        text-align: center;
    }

div.pq-cont-right {
    position: relative;
    overflow: hidden;
    border-width: 0px;
}

div.pq-cont {
    overflow: hidden;
    border-top: 0px;
    width: 100%;
    position: relative;
}

.pq-grid .pq-cont .ui-state-hover {
    font-weight: normal;
}

table.pq-grid-table {
    border-spacing: 0px;
    table-layout: fixed;
    width: 0px;
    position: relative;
    top: 0px;
    margin-top: -1px;
}

table.pq-grid-header-table {
    table-layout: fixed;
    width: 0px;
    border-spacing: 0px;
}

    table.pq-grid-header-table div.pq-grid-header-table-div {
        padding: 5px;
    }

    table.pq-grid-header-table td {
    }

div.pq-grid-header_ddn_icon {
    position: absolute;
    top: 0;
    width: 16px;
    height: 100%;
    border-left: 1px solid #fff;
    background: url('images/ddn.png') no-repeat 40% 45%;
}

div.pq-grid-header_ddn_icon_bg {
    display: none;
    position: absolute;
    top: 0;
    width: 17px;
    height: 100%;
    border-left: 1px solid #ccc;
    background: url('images/column-header-bg.png');
    text-align: left !important;
}

div.ui-resizable-handle {
    z-index: 1;
}

.pq-grid td.pq-grid-col {
    overflow: hidden;
    border-width: 0px;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

td.pq-grid-number-col {
    border-right: 1px solid #cfcfcf;
}

.pq-grid .pq-col-drag-helper {
    border: 1px solid steelblue;
    background: #fff;
    padding: 3px;
}

    .pq-grid .pq-col-drag-helper .pq-drag-icon {
        background: url("images/cross.png");
        height: 16px;
        width: 16px;
        margin-right: 5px;
        margin-bottom: -3px;
        display: inline-block;
    }

.pq-grid .pq-drag-accept .pq-drag-icon {
    background: url("images/tick.png");
}

.pq-grid td.pq-drop-hover {
    background: #fff;
    background-image: url("");
}

div.pq-grid-col-resize-handle {
}

tr.pq-row-hidden {
    visibility: hidden;
    height: 1px;
}

div.pq-grid tr {
}

td.pq-grid-cell {
    overflow: hidden;
    padding: 0px;
    vertical-align: middle;
}

td div.pq-td-div {
    padding: 4px 5px;
}

.pq-wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.pq-grid-td-border-right td.pq-grid-cell {
    border-right: 1px solid #d0d0d0;
}

table.pq-grid-td-border-bottom td.pq-grid-cell {
    border-bottom: 1px solid #ededed;
}

tr td.pq-grid-td-border-right div {
}

div.pq-grid .pq-grid-oddRow {
}

tr.pq-grid-oddRow td {
}

div.pq-cell-selected-border {
    border: 2px solid #666;
    position: absolute;
    padding: 0px;
}

div.pq-cell-selected-border-edit {
    background: #fff;
    color: #333;
}

div.pq-grid-editor-default {
    background: #fff;
    padding: 2px;
}

tr td.pq-grid-number-cell {
    border-right: 1px solid #9eb6ce;
    cursor: pointer;
}

.pq-grid td.pq-grid-number-cell {
    border-top: 0px;
    border-left: 0px;
}

tr td.pq-last-freeze-col {
    border-right: 1px solid steelblue;
}

div.pq-grid-disable {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ccc;
    z-index: 3;
}

div.pq-loading {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

    div.pq-loading div.pq-loading-bg {
        background: #ccc;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

div.pq-loading-mask {
    width: 100px;
    height: 25px;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -13px;
}

.pq-grid div.pq-loading-mask div {
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 29px;
    line-height: 23px;
    background-image: url("images/loading.gif");
    background-position: 6px center;
    background-repeat: no-repeat;
}

div.pq-vscroll {
    height: 150px;
    width: 17px;
    border: 0px solid blue;
    position: absolute;
    right: 0px;
    bottom: 17px;
}

div.pq-hscroll {
    height: 17px;
    border: 0px solid blue;
    position: absolute;
    right: 17px;
    bottom: 0px;
}

div.pq-hvscroll-square {
    height: 17px;
    width: 17px;
    border: 0px solid blue;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.pq-tree-icon-container {
    position: relative;
    float: left;
    height: 16px;
}

.pq-tree-icon {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 16px;
    right: 0px;
    top: -2px;
}

tr.pq-grid-row-hover td {
}

tr.pq-row-select td {
}

div.pq-grid tr td.pq-grid-cell-hover {
    border-width: 0px;
}

tr td.pq-grid-number-cell {
}

div.pq-grid tr td.pq-cell-select {
    border-top-width: 0px;
    border-left-width: 0px;
}

.pq-pager {
    padding: 2px 5px 13px;
    overflow: hidden;
    vertical-align: middle;
}

    .pq-pager * {
        vertical-align: middle;
    }

.pq-grid span.pq-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 5px;
}

.pq-pager input {
    padding: 0px 1px;
    text-align: center;
    width: 35px;
    margin-right: 5px;
    height: 16px;
}

div.pq-pager span, div.pq-pager select {
    margin-right: 5px;
}

.pq-pager .pq-pageholder {
    vertical-align: top;
}

.pq-grid button.ui-button-icon-only {
    height: 22px;
    width: 22px;
    margin-right: 5px;
    padding: 0.2em 0.2em;
}

.pq-grid .ui-state-default .pq-page-first {
    background: url('/ethics/content/grid/images/page-first-gray.gif');
    display: block;
    width: 16px;
    height: 16px;
}

.pq-grid .ui-state-default .pq-page-prev {
    background: url('/ethics/content/grid/images/page-prev-gray.gif');
    display: block;
    width: 16px;
    height: 16px;
}

.pq-grid .ui-state-default .pq-page-next {
    background: url('/ethics/content/grid/images/page-next-gray.gif');
    display: block;
    width: 16px;
    height: 16px;
}

.pq-grid .ui-state-default .pq-page-last {
    background: url('/ethics/content/grid/images/page-last-gray.gif');
    display: block;
    width: 16px;
    height: 16px;
}

.pq-grid .ui-state-default .pq-refresh {
    background: url('/ethics/content/grid/images/refresh.gif');
    display: block;
    width: 16px;
    height: 16px;
}

.pq-scrollbar-vert {
    display: block;
    width: 17px;
    background: #efefef url('/ethics/content/grid/images/vert-bg.png');
}

.pq-scrollbar-horiz {
    display: block;
    height: 17px;
    background: #efefef url('/ethics/content/grid/images/horiz-bg.png');
}

.pq-scrollbar-vert * {
    padding: 0px;
    margin: 0px;
}

.pq-scrollbar-horiz * {
    padding: 0px;
    margin: 0px;
}

.pq-sb-btn {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: steelblue;
}

.pq-scrollbar-vert div.top-btn {
    left: 0px;
    top: 0px;
    background: url(images/sprite.png);
}

.pq-scrollbar-horiz div.left-btn {
    left: 0px;
    top: 0px;
    background: url(images/sprite.png) -34px;
}

.pq-scrollbar-vert div.bottom-btn {
    left: 0px;
    bottom: 0px;
    background: url(images/sprite.png) -17px;
}

.pq-scrollbar-horiz div.right-btn {
    top: 0px;
    right: 0px;
    background: url(images/sprite.png) -51px;
}

.pq-sb-slider {
    position: absolute;
}

    .pq-sb-slider * {
        background: url(images/sprite.png);
    }

.pq-sb-slider-h {
    position: absolute;
}

    .pq-sb-slider-h * {
        display: inline-block;
        background: url(images/sprite.png);
    }

.pq-sb-slider .vert-slider-top {
    width: 17px;
    height: 3px;
    overflow: hidden;
    background-position: 17px -8px;
}

.pq-sb-slider-h .horiz-slider-left {
    height: 17px;
    width: 3px;
    overflow: hidden;
    background-position: -68px 0px;
}

.pq-sb-slider .vert-slider-bg {
    width: 17px;
    overflow: hidden;
    background: #B6CEFB url(images/vert-slider-bg.png);
}

.pq-sb-slider-h .horiz-slider-bg {
    height: 17px;
    overflow: hidden;
    background: #B6CEFB url(images/horiz-slider-bg.png);
}

.pq-sb-slider .vert-slider-center {
    width: 17px;
    height: 8px;
    overflow: hidden;
    background-position: 17px 0px;
}

.pq-sb-slider-h .horiz-slider-center {
    height: 17px;
    width: 8px;
    overflow: hidden;
    background-position: -74px 0px;
}

.pq-sb-slider .vert-slider-bottom {
    width: 17px;
    height: 3px;
    overflow: hidden;
    background-position: 17px -11px;
}

.pq-sb-slider-h .horiz-slider-right {
    height: 17px;
    width: 3px;
    overflow: hidden;
    background-position: -71px 0px;
}

