<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
-------------------------------------------------------

XXXX X X XXXX
XXXX X X XXXX    888888888 888888888  888       888 888
XXXX X X XXXX    888888888 888    888 88888   88888 888       
XXXX X X XXXX       888    8888888888 888 88888 888 888
XXXX X X XXXX       888    888   888  888  888  888 888
xxxxXX XXxxxx       888    888    888 888  888  888 888
XXXXXX XXXXXX
 
-------------------------------------------------------
													 
	  Gaurdian Toll Collection System               
													 
-------------------------------------------------------
													 
	  MASTER STYLES                               
													 
-------------------------------------------------------
													 
	  squarehead design studio                       
	  845.331.1953                                   
	  www.squarehead.com                             
	  sbliss@squarehead.com                          
																										  
-------------------------------------------------------
*/

/*
==================================================================== 

	  reset

==================================================================== 
*/
html, body, form, .bodyPanel
{
	height: 100%;
	width: 100%;
}
body { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 100%;
	line-height: 0.7em;
	background: #EEEEEE;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, span, object, iframe, a, abbr, acronym, address, code, del, dfn, em, 
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th,tr,  td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*	LINKS
-------------------------------------------------------------------------------------------------------------------*/
a img	{ border: 0; }
a		{ color: #000000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; }

/* to remove dotted borders from FireFox */
* :focus { outline: 0; -moz-outline-style: 0 none; }
input:focus, input:active, a:active, a:focus { outline: 0;  -moz-outline-style: 0 none; }
button:active, button:focus { outline: 0; border: 0; -moz-outline-style: 0 none; }
input[type="checkbox"]:focus, input[type="radio"]:focus  
{
  -moz-outline: 1px solid #FFFFFF  !important; 
  -moz-outline-offset: -1px         !important; 
  -moz-outline-radius: 0px         !important;
}

/* make links un-selectable - Mozilla, Konqueror (WebKit) */
button, a { -moz-user-select: none; -khtml-user-select: none;  -moz-outline-style: none; }

/*	TYPOGRAPHY
-------------------------------------------------------------------------------------------------------------------*/
p, pre, address, dl, ol, ul, label, table, input, textarea { 
	font-family: Helvetica, Arial, sans-serif; }
p	{ margin-bottom: 1em; }
h1	{ font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; }
h2	{ font-size: 1.5em; margin-bottom: 0.5em; }
h3	{ font-size: 1.2em; margin-bottom: 0.5em; }
h4	{ font-size: 0.9em; font-weight: bold; margin-bottom: 0.5em; }
h5	{ font-size: 0.9em; font-weight: bold; margin-bottom: 0.5em; }
h6	{ font-size: 0.9em; font-weight: bold; margin-bottom: 0.5em; }

blockquote { font-style: italic; }

strong	{ font-weight: bold; }
em		{ font-style: italic; }

/*	LISTS
-------------------------------------------------------------------------------------------------------------------*/
ul	{ margin: 0 0 0 0;} /*1.5em .5em 1.5em; }*/
ol	{ margin: 0 1.1em .5em 1.1em; }
li	{ padding: 0 0 .5em; }
dl	{ margin: 0 0 1.1em; }
dt	{ font-weight: bold; }
dd	{ margin: 0 0 .5em; }

/*	TABLES
-------------------------------------------------------------------------------------------------------------------*/
table.defaultTable   { margin-bottom: 1em; width: 100%; border-collapse: separate; border-spacing: 0; font-size: 0.75em; }
table.defaultTable th      { border-bottom: 2px solid #cccccc; font-weight: bold; }
table.defaultTable td      { border-bottom: 1px solid #cccccc; }
table.defaultTable th,table.defaultTable td   { text-align: left; padding: 2px 10px 2px 0; }
table.defaultTable input {
	background-color: #FFFFFF;
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
}

table.defaultTable .button {
	padding: 0;
	height: 18px;
	text-align: right;
	border: 0;
	background: none;
}


/*
==================================================================== 

	  page containers

==================================================================== 
*/
/* 	home page background image - this is the default landing page after login (plaza_admin.aspx)
---------------------------------------------------------------------------------------------------------------------------*/
#home { width: 1920px; height: 1200px; background: url(../../img/client/img/client_login.jpg) no-repeat 0 0;}
/* 	page container
---------------------------------------------------------------------------------------------------------------------------*/
#frame { height: 100%; margin: 0 30px 0 35px; min-width: 944px; }

/*	This was added for a silverlight feature, but breaks Izenda functionality. Commenting out, will address with next SL app.
#frame &gt; div:first-child { height: 100%; }
*/

#container{
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0.750em;
}
.contentWindow {
	/*width: 970px;*/
	position:absolute;
	overflow:auto;
	bottom:40px;
	top:-40px;
	right:0;
	left:0;
	
}	

#content
{
	float: left; 
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	height: 100%;
}
#status {
	z-index: 20000;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #000000;
	color: #EEEEEE;
}
#content #scrollContent {
	/*Please use a class to adjust table width if this is really neccessary, if not del me
	width: 966px;*/
	float: left;
	background: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px solid #1165BB;
	border-top: none;
	padding: 0; 
}
#content #scrollContent.noScroll {
	overflow-y: hidden;
	height: 360px;
}
#content #scrollContentMonitor {
	height: 400px;
	/*width: 966px;*/
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px solid #1165BB;
	padding: 0;
}

#content h4 {
	color: #000000;
	font-size: 1.4em;
	margin: 10px 0;
}	
#content .hDivider {
	float: left;
	margin: 30px 0;
	height: 1px;
	width: 970px;
	border-top: 1px dotted #AAAAAA;
}
.column .noscroll 
{
	overflow-y: hidden;
	overflow-x: hidden;
	height: 470px;
}
/*
==================================================================== 

	  TEMPORARY !

==================================================================== 
*/

.scrollXContent {
	height: 400px;
	/*width: 970px;*/
	float: left;
	margin-left: 30px;
	overflow-y: scroll;
	overflow-x: scroll;
}

/*
==================================================================== 

	  header

==================================================================== 
*/
/* 	header bar with logo
---------------------------------------------------------------------------------------------------------------------------*/
#header { background: url(../../img/default/img_css/bkgd_header.png) no-repeat bottom right; position: relative; top: 0px; left: 0px; }
#header h1 { 
	padding: 20px 15px; margin: 0 0 20px;
	background: url(../../img/default/img_css/bkgd_header_left.png) no-repeat bottom left;}
#header h1 { font-family: Helvetica, Arial; font-weight: bold; font-size: 1.3em; color: #333333; text-shadow: #EEEEEE 0px 1px 0;}

/*
==================================================================== 

	  iframes

==================================================================== 
*/

#content iframe  {
	width: 968px;
	height: 540px;
	padding: 0;
	border: 1px solid #AAAAAA;
	overflow-x: hidden; 
	overflow-y: scroll;
	background: #FFFFFF;
}
	
#content #reports iframe {
	width: 800px;
	height: 520px;
}

/*
==================================================================== 

	  status bar

==================================================================== 
*/
/* 	status bar at bottom
---------------------------------------------------------------------------------------------------------------------------*/
#status { 
	z-index: 999; position: fixed; bottom: 0; 
	width: 100%; height: 40px; margin: 0;
	background: #000000; color: #DDDDDD; 
	list-style: none;
	font-size: 0.9em;
}
#status li { float: left; padding: 12px 10px;}
#status .guardian { float: right; padding: 4px 20px;}
#status a { color: #1166BB; text-decoration: none;}
#status a:hover { color: #1166BB; text-decoration: underline;}

#status ul {
	color: #DDDDDD;
	list-style-type: none;
	font-size: 0.7em;
}

/* 	AJAX Loader
---------------------------------------------------------------------------------------------------------------------------*/
#loader { 
	height: 31px; width: 31px; margin: 0 0 23px 84px; 
	background: url(../../img/default/img/ajax-loader.gif) no-repeat 0 0;}
/*
#loader {
	width: 95px;
	height: 11px;
	margin: 2px 0 0 50px;
	background: url(../images/spinner_idle.jpg) no-repeat top left;
}
*/
	
#spinner {
	display: none;
}



/*
==================================================================== 

	  description box for hovers

==================================================================== 
*/

#formStuff #description {
	width: 960px;
	height: 106px;
	padding: 5px 15px;
	clear: both;
	font-size: .7em;
	color: #000000;
	background: url(../images/bkgd_description.png) no-repeat 0 0;
}
#description h1 {
	font-size: 0.7em;
	padding: 0;
	margin: 5px 0 2px 0;
	background: none;
	color: #000000;
}

.readonlyList
{
	display: block; 
	clear: both;
	float:left; 
	margin: 0 0 2px;
	text-align: left; 
	padding: 2px 0 2px 2px; 
	font-weight: bold; 
	}</pre></body></html>