﻿body {
}


.hideThis
    {
        display: none;
    }

.pageHeader 
{
    /*border:1px solid #4297D7;*/
    color:#000000;
    font-weight:bold;
    font-size: 26px;
    margin-top: 5px;
    padding-top: 10px;
    background-color: #787C80;
}

 .ui-jqgrid .ui-jqgrid-htable th
{
    border:1px solid #BCBEC0;
    color:#000000;
    font-weight:bold;
    font-size: 26px;
    background-color: #2692FF;
    table-layout:auto;
    margin:0em;
}

.titleLabel 
{
    color: #F5F5F5;
    font-size: small;
    display:inline-block;
    float:right;
    margin-right:10px;
}

.titleDate 
{
    color: #F5F5F5; 
    font-size: 18px;
    margin-right:10px;
    margin-top:60px;
    float:right;
}

.bannerDisplay 
{
    border:solid;
    border-width: 2px;
    border-color: #000000;
    height: 100px;
    width: 99%;
   /* flex-align:center;*/
    text-align: center;
}

#queList td 
{
    font-size: 24px;       
}

.ui-jqgrid .ui-jqgrid-htable th div {
    /*height:auto;
    overflow:hidden;
    padding-right:4px;
    padding-top:2px;
    position:relative;
    vertical-align:text-top;
    white-space:normal !important;*/
}

#gridArea 
{
    background-color:lightgrey;
}


/* Terence Ordona, portal[AT]imaputz[DOT]com         */
/* http://creativecommons.org/licenses/by-sa/2.0/    */

/* begin some basic styling here                     */
body {
	background: #FFF;
	color: #000;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0
}

table, td, a {
	color: #000;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif
}

h1 {
	font: normal normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}

h2 {
	font: normal normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}

h3 {
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008000;
	margin: 0 0 15px 0
}
/* end basic styling                                 */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 200px;
	overflow: auto;
	width: 756px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 756px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 740px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 756px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 200px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #8baea1;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 2px 3px 3px 4px;
	display:block;
	  
}

tbody.scrollContent tr.alternateRow td {
	background: #e9d766;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 2px 3px 3px 4px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 200px
}

html>body thead.fixedHeader th + th {
	width: 240px
}

html>body thead.fixedHeader th + th + th {
	width: 316px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 200px
}

html>body tbody.scrollContent td + td {
	width: 240px
}

html>body tbody.scrollContent td + td + td {
	width: 300px
}

.queDataTable
{
    margin-left:-5px;
}

.queueMiddle
{
    margin-left:-7px;
}

.QuePosition
{
    text-align: center; 
    /*text-align: left; 
    padding-left:90px;*/
}

.QueName
{
    text-align: center; 
    /*text-align: left; 
    padding-left:20px;*/
}

.QueService
{
    text-align: center; 
    /*text-align: left; 
    padding-left:120px;*/
}

.QueTime
{
    text-align: center; 
    /*text-align: left; 
    padding-left:200px;*/
}
.evenTableRow
{
    /*text-align: left;*/
    font-family: 'Courier New', monospace;    
    /*background-color: #BCBEC0;   darker Grey */
    background-color: #FFFFFF;   /* darker Grey */
    
}
.oddTableRow 
{
    /*text-align: right;*/ 
    font-family: 'Courier New', monospace;   
    background-color: #787C80;  /* light Grey */
    background-color: #000000;  /* light Grey */
}

#pager
{
    padding-right: 50px;
}