.textHeader .ui-dialog-titlebar {
	background: #0075C9;
    color: white;
	width: 100%;
    height: 30;
	font-family: Arial, Helvetica, Verdana;
}


.fixed-table-container {
	  margin-left: auto;
	  margin-right: auto;		
      background-color: #ffffff;
      color: white;
      
      /* above is decorative or flexible */
      position: relative; /* could be absolute or relative */
      padding-top: 24px; /* height of header */
    }

    .fixed-table-container-inner {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 248px;
    }

    table {
		margin-left: auto;
		margin-right: auto;
		border-spacing: 0px;
		border-collapse: collapse;		
    }
    
    .th-inner {
      /*position: absolute;*/
      top: 0;
      line-height: 24px; /* height of header */
      padding-left: 5px;
      margin-left: -5px;
      color: black;
      font-family: Arial, Helvetica, Verdana;
	  font-size:9pt; 
	  font-weight:bold; 
	  /*text-transform:capitalize;*/
	  vertical-align:bottom;
	  text-align:left;	  	  

    }
    
    td {
      padding: 0px;
    }
    
		
    .wide-table {
      min-width: 1024px;
	  width:100%;
    }
	
	 .logo-table {
      min-width: 1024px;
	  width:100%;
	   background-color: #D9E0E2;
    }
    	
    /* for hidden header hack to calculate widths of dynamic content */
    
    
    .hidden-header .th-inner {
      position: static;
      overflow-y: hidden;
      height: 0;
      white-space: nowrap;
    }

#player, #overview_window, #zoom_window, #btns {

	margin-left:auto;
	margin-right:auto;

	display: block;
	
   border: 1px solid #eeeeee;
   background-color: #ffffff;
}

#overview_window {
	width:1024px;
	height:33px;
}

#zoom_window {
 	width:400px;
	height:100px;
}


#btns {
	width:700px;
   display: block;
}

#securus_header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#securus_header td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cust {
	font-family: Arial; 
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#player_el {
   display: block;
}

#content {
   margin-top: 120px;
   margin-left: 3em;
   margin-right: 3em;
}

#buttons {
   margin-left: 2px;
   margin-right: 2px;
   margin-top: 1px;
   margin-bottom: 1px;
   min-width: 160px;
   border: 0px;
   background-color: #FFFFFF;
}

#playtime {
	min-width: 200px;
	/*width:340px;*/
	background-color: #FFFFFF;
}

#dl {
width: 5em;
height: .4em;
float: right;
border:1px solid black;
padding: 1px;
}

#p {
float: left;
width: 0%;
height: 100%;
background-color: #3C507A;
margin-bottom: 15px;
}

#pos {
float: center;
font-size: smaller;
}

#buttons img {
   padding-right: 3px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_popup.jpg);
}

.copy
{
	font-family:Verdana, Arial; 
	font-size:9pt; 
	padding:4px 20px 4px 20px;
}
.headline   
{
	font-family:Arial; 
	font-size:18pt;
	padding:0px 20px 0px 20px;
	line-height:120%;
	background-color:#FFFFFF;
}
.headline3   
{
	font-family:Arial; 
	font-size:12pt;
	padding:0px 20px 0px 0px;
	line-height:120%;
	background-color:#FFFFFF;
}
td
{
	font-family:Verdana, Arial; 
	font-size:9pt;
}
p 
{ 
	font-family:Verdana, Arial; 
	font-size:9pt; 
}
.headline1   
{
	font-family:Arial; 
	font-size:18pt;
	height:40px;
	color:#000000;
	padding:30px 20px 10px 20px;
	text-align:center;
} 
.alertmessage
{
	font-family:Verdana, Arial; 
	font-size:9pt; 
	padding:25px 20px 4px 20px;
	font-weight:bold;
	text-align:center;
}
.popupcopy
{
	font-family:Verdana, Arial; 
	font-size:9pt; 
	padding:4px 20px 4px 20px;
	font-weight:bold;
	text-align:center;
}
.footer
{
	font-family:Arial, Helvetica, Verdana; 
	font-size:8pt;
	color:#000000;
	background-color:#FFFFFF;
	padding: 4px; 
}
/* ----------------NAVIGATION---------------- */	
/* General Links Throughout Site */	
a:link
{ 
	text-decoration:none; 
	color:#002859;
	font-size:9pt;
}
a:active
{ 
	text-decoration:none; 
	color:#002859;
	font-size:9pt;
}
a:hover
{
	text-decoration:none; 
	color:#CCCCCC; 
	font-size:9pt;
}	
a:visited
{
	text-decoration:none; 
	color:#666666; 
	font-size:9pt;
}	
input
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:10pt; 
	font-weight:plain; 
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
}
.radio input
{
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
	float: left;
}
textarea
{
	color: #333333;
	font-family: Arial, Helvetica, Verdana; 
	font-size:10pt; 
	font-weight:plain; 
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
}
select
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:10pt; 
	font-weight:plain; 
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
}
.submit input
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:10pt; 
	font-weight:bold; 
	border: 1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
} 
input.button
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:10pt; 
	font-weight:plain; 
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding:3px 4px 3px 4px;
} 
/*Information cells*/
.info
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	color: #000000;
	padding:6px 8px 8px 8px;
	font-style:italic;
	font-weight:bold;
}
.highlight
{
	color: #990000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight: bold;
}
.errormessage
{
	color: #990000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:bold; 
	padding:4px;
	text-align:center;
}
.formsubhead
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:11pt; 
	font-weight:bold; 
	padding:10px 3px 3px 3px;
	vertical-align:bottom;
	text-align:center;
}
.formsubheadreg
{
	font-family: Arial, Helvetica, Verdana; 
	font-size:11pt; 
	font-weight:bold; 
	padding:10px 3px 3px 3px;
	vertical-align:bottom;
}
.formtitle
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:8pt; 
	font-weight:bold; 
	background: #FFFFFF;
	padding:4px;
	text-align: left;
	vertical-align:top;
}
.formcontent 
{	
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:plain; 
	background: #FFFFFF;
	padding:4px;
	vertical-align:top;
}
.formtitlecentered
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:8pt; 
	font-weight:bold; 
	background: #FFFFFF;
	padding:4px;
	text-align: center;
	width:50%;
	vertical-align:top;
}
.formcontentcentered 
{	
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:plain; 
	background: #FFFFFF;
	padding:4px;
	width:50%;
	vertical-align:top;
	text-align:center;
}
.formbutton
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:plain; 
	padding:25px 4px 15px 4px;
	text-align:center;
}
.formbutton2
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:plain; 
	padding:8px 4px 6px 4px;
	background: #e3e3e3;
	text-align:center;
}
.formsubhead
{
	color: #000000;
	text-decoration:none; 
	background: #FFFFFF;
	font-family: Arial, Helvetica, Verdana; 
	font-size:7pt; 
	font-weight:bold; 
	padding:2px 6px 2px 6px;
	/*text-transform:uppercase;*/
	border-bottom:1pt #e3e3e3 solid;
	vertical-align:bottom;
}
.formsubheadreg
{
	color: #000000;
	text-decoration:none; 
	background: #FFFFFF;
	font-family: Arial, Helvetica, Verdana; 
	font-size:9pt; 
	font-weight:bold; 
	padding:2px 6px 2px 6px;
	/*text-transform:uppercase;*/
	border-bottom:1pt #e3e3e3 solid;
	vertical-align:bottom;
	text-align:left;
}
.formview
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana; 
	font-size:8pt; 
	padding:3px 3px 3px 3px;
	border-bottom:#999999 solid 1pt;
}
.rowview
{
	background: #FFFFFF;
	border-bottom:#999999 solid 1pt;
}
.highlightrowview
{
	background: #D9E0E2;
	border-bottom:#999999 solid 1pt;
}
.scrollresult
{
	height: 200px; 
	margin: 0; 
 	overflow: auto; 
 	scrollbar-arrow-color: #112141; 
 	scrollbar-face-color: #e7e7e7; 
 	scrollbar-3dlight-color: #a0a0a0; 
 	scrollbar-darkshadow-color: #888888
}
.headline   
{
	font-family:Arial; 
	font-size:18pt;
	padding:0px 20px 0px 20px;
	line-height:120%;
	background-color:#FFFFFF;
}

TABLE.player
{
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
TABLE.player .scan_on
{
    background-color: #e0e0f0;
    border-right: 1px solid #eeeeee;
}
TABLE.player .scan_off
{
    background-color: transparent;
    border-right: 1px solid #eeeeee;
}

html
{
    height:100%
}

 .greeniconcolor {color:green;}
 .blueiconcolor {color:blue;}
