﻿.initialHide {      display:none;}
.tableContainer{    display:table;
					padding-top:10px;
				}
.row{           display:table-row;}
.left, .right{  display:table-cell;
				padding-right:20px;                      
				}   
					  
.mousepointer { cursor: pointer; }
.link{ color:#00008B;
	text-decoration: underline;
	cursor:pointer;	
}
/*
.x-grid-cell {
	background-color: Fuchsia !important;	
	background: blue !important;
}

.x-grid-row 
{
	background-color: Lime !important;
	background: yellow !important;
}

.x-grid-row-alt 
{	
	color: #ba0 !important; 
	background-color: Black !important; 
	background: #800 !important;
}*/

.DocLink
{
    color:blue;
    cursor:pointer;
    text-decoration:underline;
}

#frmPDF 
{
    width: 100%;
    /* height: 500px; */
}

.TableResults
{
    width:100%;
    border: thin solid #99bce8;
}

.TableResults tr th
{
    text-align:center;
    background-color:#99bce8;
}

.TableResults tr td
{
    padding-left:2px;
    font-family: Arial;
    border: thin solid silver;
}

.Label
{
    font-weight:bold;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.SubjectColumn
{
    width:60%;
}

.PDFViewerControls
{
    text-align:center;
    background-color:#99bce8;
    padding:2px;
}

input
{
    font-family: Arial;
}

.NavButton
{
    text-decoration: none;
    display: inline-block;
    padding: 6px 16px;
    background-color: #f1f1f1;
    color: black;
    border-radius: 25%;
    font-size:large;
    font-weight:bold;
}

.NavButton:hover 
{
    background-color: #ddd;
    color: black;
}

.PageBox
{
    width:50px;
}

.ResultsArea
{
    font-weight:bold;
    font-family: Arial;
}