﻿
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: /*#FFF*/rgb(110, 106, 107);
	width: 100%;
	position:relative;
	border-bottom:5px solid #b18260;
	white-space:nowrap;
}
div.menu
{
	padding:1px 1px 1px 1px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:inherit;
	position:relative;
}

div.menu ul li a, div.menu ul li a:visited
{
	background:url("../images/but_active.png") repeat-x scroll left center transparent;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight:normal;
	white-space:nowrap;
}

div.menu ul li a:hover
{
	background-color: #BEBEBE;/*FF9900*/
	color: #FFF;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}
/*CSS Fix for asp.net menu flickerign issue trial 1 */
div.menu ul li 
{    
 position: relative;     
 float: left;    
 list-style: none;
 background-color:rgb(110, 106, 107)
}
div.menu ul li ul
{
    display:none;
    background-color:rgb(110, 106, 107)
}

#nav img
/*Google Chrome and FireFox Fix */
{
    display:none;
    position:relative;
    background-color:rgb(110, 106, 107);
}
/* DEFAULTS
----------------------------------------------------------*/
body
{
	background-color: #FFF;
	/*background-image: url("../images/animus-mix2.jpg");*/
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	/*white-space:nowrap;*/
}
.homePage
{
 background-image: url("../images/animus-mix.gif");
 background-repeat: repeat;
 }


#body_login
{

	background-position: center top;

    height: 790px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1400px;
	
}


.login_body {
    background: url("../Images/utah_login_page.png") no-repeat scroll 0 0 transparent;
}


a:link, a:visited
{
	color:  #1d60ff;
	text-decoration: none;
	
}

a:hover
{
	color: #1d60ff;
	
	text-decoration: none;
}

a:active
{
	color: #034af3;
	
}

/*----Active links for individual icons ----*/


.icon a:link, .icon a:visited
{
	color: #000000;
	text-decoration: none;
}

.icon a:hover
{
	color: #1d60ff;
	
	text-decoration: none;
}

.icon a:active
{
	color: #034af3;
	
}

/*-- end of active links for icons --*/

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/* (old header styles) h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}*/

h1
{
	font-size: 1.6em;
	color: #666666;
	text-transform: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	border-bottom: 2px solid #bebebe;
}

h2
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0px;
	font-weight: 600;
    text-align: left;
}

h3
{
	font-size: 1.2em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0px;
}

h4
{
	font-size: 1.1em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0px;
}

h5, h6
{
	font-size: 1em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	/* width: 960px;*/
	width: 100%;
	background-color: #fff;
	/*--background-image: url("../images/bck_gray_white.png");
	background-repeat:repeat-x;--*/
	margin: 0px;/* auto 0px auto;*/
	margin-bottom:23px;
	/*border: 1px solid #496077;*/
	/*white-space:nowrap;*/
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #70001f;
	/*width: 100%;*/
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
	
}

.footer
{	
    background:#BEBEBE;
    color:#000000;
	text-align:right;
	bottom:0px;
	width:100%;
	margin-bottom:0px;
	position: fixed;height:22px;
}
.version{text-align:right; float:left;}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
	width: 400px;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	/*width:42%;*/
}

/* MISC  
----------------------------------------------------------*/
.loginBody
{
	float: left;
	margin-right: 10px;
	margin-top: 50px;	
	background-color: White;
	padding: 10px;
}
.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.pad5
{
	padding:5px;
}
.colorRed
{
    color:Red;
}

.errorMessage {
    color: red;
    font-weight: bold;
}
.ErrorBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #fff7d7;
/*	padding: 20px; */
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 97%;    
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

/*Panel styles
------------------------------------------------------------------------------*/
.panelHead, .panelFooter {
    background-color: #94BE00;
    border-color: #94BE00;
    color: #FFFFFF;
}
.panelBody
{
    background-color: #cccccc;
    color: #555555;
    white-space:nowrap;
}
.panelBody a {
    color: #0077B3;
}


/*Admin Menu
-----------------------------------------------------------------------------*/


/* TAB MENU   
----------------------------------------------------------*/

.adminMenu
{
	background: url("../images/but_active.png") repeat-x scroll left center transparent;
	border-bottom: 5px solid #DBE1E6;
	margin-right: 8px;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFF;
}

.groupMenu
{
	
	border-bottom: 5px solid #DBE1E6;
	margin-right: 5px;
	font-size: 1.1em;
	font-weight:bold;
}
.adminMenuHover
{
	background-color: #465c71;
}

.adminMenuSelected
{
	background-color: #465c71;
}



/*Table style- Boxes
---------------------------------------------------------------*/
.topTable
{
border-top:1px solid #CCCCCC;	
}

.gradientBoxBottom{padding:4px 25px;}
.gradientBoxMiddle{background:transparent url("../images/gradient_box_middle.gif") repeat-y scroll 0 0;width:625px;}
.gradientBoxBottom{background:transparent url("../images/gradient_box_bottom.gif") no-repeat scroll 0 bottom; padding:26px;position:relative;}
.gradientBoxTop{background:transparent url("../images/gradient_box_top.gif") no-repeat scroll 0 top;}


.pageTable			{ width: 100%; margin: 0px; margin-bottom: 20px; }
.page_tr:hover			{ background: url('../images/bck_white_50.png') top left; }
.pageTable.mceLayout tr:hover	{ background: none; }
.page_th			{ background: url('../images/header.gif') top left repeat-x #FFFFFF; border-bottom: 1px solid #DDDDDD; text-align: left; line-height: 22px; padding: 4px 6px 4px 6px; color: #333333; white-space: nowrap; }
.page_th.full			{ width: 100%; }
.page_thead td			{ background: url('../images/header.gif') top left repeat-x #FFFFFF; border-bottom: 1px solid #DDDDDD; text-align: left; line-height: 22px; padding: 4px 6px 4px 6px; white-space: nowrap; }
.page_td			{ background: url('../images/bck_white_50.png') top left; border-bottom: 1px solid #DDDDDD; line-height: 22px; padding: 4px 6px 4px 6px; }
.pageTable .icon16		{ margin-top: 3px; margin-bottom: 3px; }
.page_td.title			{ background: url('../images/bck_white_75.png') top left; font-weight: bold; white-space: nowrap; }
.page_td.center			{ text-align: center; }
.page_td.vcenter		{ vertical-align: middle; }
.page_td p			{ padding-bottom: 3px; padding-top: 3px; }
.page_tbody th			{ background: url('../images/bck_white_75.png') top left; font-weight: bold; white-space: nowrap; color: #666666; }



/*** content boxes ***/

.content-box			{ border: 1px solid #DDDDDD; background: url('~/images/bck_black_5.png'); margin-bottom: 30px; position: relative; }
.content-box .box-header	{ background: url('../images/bck_black_10.png'); border: 3px solid #B18260; border-bottom-width: 0px; padding: 9px 9px 9px 20px; }
.content-box .box-body		{ border: 3px solid #B18260; border-top-width: 0px; padding: 20px 20px 10px 20px; }
.box-header h2			{ line-height: 22px; margin-bottom: 0px; padding: 0px; }
.box-header .tabs		{ float: right; }
.box-header .tabs li		{ float: left; margin-left: 2px; font-size: 11px; line-height: 20px; font-weight: bold; }
.box-header .tabs li a		{ background: url('../images/but_off.gif') center left repeat-x; border: 1px solid #FFFFFF; display: block; color: #333333; text-decoration: none; padding: 0px 20px 0px 20px; }
.box-header .tabs li a:hover	{ color: #0084FF; text-decoration: none; }
.box-header .tabs li.active a	{ color: #FFFFFF; background: url('../images/but_active.gif') center left repeat-x; border: 1px solid #333333; }
.box-header .tabs li a.selected	{ color: #FFFFFF; background: url('../images/but_active.gif') center left repeat-x; border: 1px solid #333333; }



/*DataTables Styles
 ---------------------------------------------------------------*/
.dataTables_wrapper 						{ }
.dataTables_wrapper table					{ width: 100% !important; margin: 0px 0px 20px 0px; }
.dataTables_wrapper .dataTables_length 				{ float: left; margin: 0px 0px 15px 0px; }
.dataTables_wrapper .dataTables_filter 				{ float: right; margin: 0px 0px 15px 0px; }
.dataTables_wrapper .dataTables_filter input			{ display: inline; border: 1px solid #B8B8B8; font-size: 12px; font-family: arial; color: #333333; height: 16px; padding: 2px 4px 2px 4px; }
.datatable 							{ clear: both; }
.datatable_thead th 						{ cursor: pointer; }

/********************************AJAX STYLES START********************************/
.ajaxWaterMark
{
	color:#d6d7d9;
	font-style:italic;	
	font-size:12px;
}
.ajaxProgressBarOuter
{
	left:0px; top:0px; 
	position:fixed; 
	width:100%; height:100%;	
	/*Alternate method to opacity - PNG Transparent image*/	
	background:transparent url('../Images/ajax_indicator_graybg.png') repeat;
	z-index: 99998;	
}
.ajaxProgressBarInner
{
	width: 400px; 
	height:120px;
	font-size: 12px;
	font-weight:bold; 
	/*Center Div Layer*/
	position:absolute;
	left:50%;
	margin-left:-200px; 
	top:50%;
	margin-top:-60px;
	z-index: 99999;	
}
.ajaxProgressBarMessage
{	
	font-size: 12px;
	font-weight:bold; 
	color:Black;
	background-color:White;	
}
/********************************AJAX STYLES START********************************/
/*******************************COLLAPSIBLE PANEL STYLES START**************************/
.collapsible-panel-ruler
{
	
	/***background-image:url('../Images/ruler_red.png'); background-repeat:no-repeat; background-position:bottom,left;background-position-x:left;***/
color:#70001f; cursor:pointer;
}
/*******************************COLLAPSIBLE PANEL STYLES END**************************/
.reportTitle
{
    font-size:large;
    font-family:Segoe UI;
    color:#484848;
    font-weight:bold;
}
.indexPagesDataList
{
   float:left;
}

 .css-vertical-text {
/*	color:#333; */
/*	border:0px solid red; */
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px; 
/*	font-family: ‘Trebuchet MS’, Helvetica, sans-serif; */
	font-size:10px;
	font-weight:normal;
/*	text-shadow: 0px 0px 1px #333; */
}
.screen-vertical-text {
	writing-mode: vertical-rl;
	/*transform: rotate(7deg);*/
	/*-ms-transform: rotate(90deg);*/ /* IE 9 */
	/*-moz-transform: rotate(90deg);*/ /* Firefox */
	/*-webkit-transform: rotate(90deg);*/ /* Safari and Chrome */
	/*-o-transform: rotate(90deg);*/ /* Opera */
	/*white-space: nowrap;*/
	/*display: block;*/
	/*bottom: 0;*/
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.oddGridRow 
{
    color:Black;background-color:White;
}
.evenGridRow
{
    color:Black;background-color:LightGrey;
}
.ajaxProgressBarOutter
{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:transparent url( '../Images/ajax_indicator_graybg.png' ) repeat;
	z-index: 99998;
}
.invisible { display:none;}
/********************** COLLAPSE PANELS *********************************/
#firstpane .access_head {
	padding: 5px 5px;
	cursor: pointer;
	text-align:left;
	color:#70001f;
	margin:1px;
	width:100%;
	font-size:14px;
	font-family:"Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold;
    
}
#firstpane .menu_body {
	display:none;
}
#firstpane .menu_body2 {
	display:inherit;
}
#tableData { width:100%;}


/********************* Left Labels ********************************/



table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('../Images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../Images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../Images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.buttonGraySmall
{
    background-color: #999999;
    
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#5B5B5B));
    background: -webkit-linear-gradient(top, #999999, #5B5B5B);
    background: -moz-linear-gradient(top, #999999, #5B5B5B);
    background: -ms-linear-gradient(top, #999999, #5B5B5B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#5B5B5B');
    background: -o-linear-gradient(top, #999999, #5B5B5B);

    border: #3b6e22 1px solid;   
    font-weight: bold;
    color: #fff;
    cursor:pointer; 
}

.buttonGreenSmall
{
    background-color: #69a74e;
    
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69a74e), to(#4A7437));
    background: -webkit-linear-gradient(top, #69a74e, #4A7437);
    background: -moz-linear-gradient(top, #69a74e, #4A7437);
    background: -ms-linear-gradient(top, #69a74e, #4A7437);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a74e', endColorstr='#4A7437');
    background: -o-linear-gradient(top, #69a74e, #4A7437);

    border: #3b6e22 1px solid;   
    font-weight: bold;
    color: #fff;
    cursor:pointer; 
}

.buttonRedSmall
{
    background-color: #EB1C1C;
    
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EB1C1C), to(#A41414));
    background: -webkit-linear-gradient(top, #EB1C1C, #A41414);
    background: -moz-linear-gradient(top, #EB1C1C, #A41414);
    background: -ms-linear-gradient(top, #EB1C1C, #A41414);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB1C1C', endColorstr='#A41414');
    background: -o-linear-gradient(top, #EB1C1C, #A41414);

    border: #994145 1px solid;   
    font-weight: bold;
    color: #fff;
    cursor:pointer; 
}

.width300
{
    width:300px;
}

.width200
{
    width:200px;
}
.with150
{
  width: 150px;   
}

.with60
{
    width:60px;   
}

.with80
{
    width:80px;   
}


table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('../Images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../Images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../Images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/**************************************************************************************************/
.error 
{
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/dialog_error.png');
}

tr.alt-expiring td{
    background-color: rgb(224, 168, 168);
}

tr.expiring td{
    background-color: rgb(243, 212, 212);
}

tr.alt-expiring2 td 
{
    background-color: rgb(255, 255, 132);
    
}

tr.expiring2 td {
    background-color: rgb(255,255,15);
}

ul.stations {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
ul.stations li.extended  {

    display: none;
    
}

tr.high-contrast th {
    background-color: rgb(221,217,196);
    font-weight: normal;
}

/**************Start ACH Viewer***********************************/
#pnlACH
{
     width:100%;
     height:100%;
}

#LeftPane, #RightPane
{
    padding: 5px 5px 5px 5px;    
}

.lbFiles
{
     width:100%;
     border:0;
     overflow-x:auto;   
     font-weight:bold;
}

#txtFileInfo
{
     min-width:800px;
     min-height:96%;
     border:0;
     font-size:14px;
     overflow-y:auto;    
}

#runningTotal
{
    display:none; 
    color: #888888; 
    font-weight:bold; 
    background-color:#efffff; 
    width:180px; 
    height:75px; 
    padding:10px 10px 10px 10px; 
    border:1px solid #008888;  
    position:relative; left:0; top:0;
}


#fileSelected
{
    float:right; 
    color:#ffffff; 
    background-color:#999999; 
    font-weight:bold; 
    padding-left:3px; 
    padding-right:3px;
    display:none;
}

.fwb
{
     font-weight:bold;   
}

.hide
{
     display:none;   
}

.achSentFiles
{
     border:1px solid #aaaaaa;
     /*height: 80px;
     overflow:auto; */
}
/******jQuery DatePicker****************************************/
.ui-datepicker-week-end, .ui-datepicker-week-end, a.ui-state-default 
{
    color:#ffffff;
    background-color:#777777; 
}
.ui-datepicker-current-day
{
    background: #33FF00;
}

.sentFileMatch
{
    background-color:#00ff00;
}

.missingAchFile
{
    background-color:#ff0000;
    color:#ffffff;
}
/**************End ACH Viewer***********************************/

td.vir-descriptions-text {
    font-size: 9pt;
}


/* OBD Monitor*/
.dialog {
    display: none;
}

.monitor {
    width: 10em;
    float: left;
}

.form-div {
    width: 100%;
}

.monitor-label{
    width: 33%;
    margin-right: 4px;
    display: inline-block;
}

.monitor-input-text {
    width: 60%;
}

.holds-the-iframe {
	background: url(../images/loader.svg) center center no-repeat;
}


