/************************************************************/
/*     FAMIS Software, Inc.                                 */
/*     Cascading Stylesheet for Web Applications            */
/*                                                          */
/*     by Mike LaFleur 2/26/04                              */
/*     Updated by Mike LaFleur 10/27/05                     */
/*     $Workfile:   style.css  $  $Revision:   1.11  $      */
/************************************************************/

/************************************************************/
/*                                                          */
/*               Standard HTML Elements                     */
/*                                                          */
/************************************************************/

/************************************************************/

html body {
	/* Sets the defaults for all elements */
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 10pt;
	background-color : #FFF; 
}

body.subpage {
	/* Obsoleted. Retained for possible artifacts*/
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:10pt;
	background-color : #FFF; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Heading Elements                            */
/*                                                          */
/************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,Geneva,sans-serif; 
}

h1 {
	font-weight:bold;
	font-size: 14pt;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #336699;
	border-bottom: 1px solid #CCCC99; 
}

h2 {
	font-size: 14pt;
	color: red; 
}

h3 {
	font-weight:bold;
	font-size: 12pt;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #336699;
	border-bottom: 1px solid #CCCC99; 
}

h3.famisSystemError {
	border-bottom: 0px;
  color: red;
}

h3.famisGenericError {
	border-bottom: 0px;
  color: red;
}

h4 {
	font-size: 11pt;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #336699;
	border-bottom: 1px solid #CCCC99; 
}

h5 {
	font-size: 10pt;
	margin-top: .5em;
	margin-bottom: .25em;
	color: #336699;
	border-bottom: 1px solid #CCCC99; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Horizontal Rule Element                     */
/*                                                          */
/************************************************************/


hr {
	color: #CCCC99;
	width: 100%;
	height: 2px;
	text-align:center; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Image Element                               */
/*                                                          */
/************************************************************/

img {
	border: 0; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Anchor (Link) Elements                      */
/*                                                          */
/************************************************************/

a:active {
	color: #663300; 
}

a:focus, a:hover {
	color: #FF6600;
	text-decoration: underline; 
}

a:visited {
	color: #996633; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Table Elements                              */
/*                                                          */
/************************************************************/

/************************************************************/
/*                                                          */
/*              Table                                       */
/*                                                          */
/************************************************************/

table {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	font-size:10pt; 
}

table.login {
	/* Used for login only */
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	font-size:10pt; 
	background-color: #FFF; 
}

table.error {
	/* Used for error display only */
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	font-size:10pt; 
	background-color: #FFF; 
}

table.famisReportTable {
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}

table.famisDataTable {
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}

table.famisSelectTable {
	margin-right: auto;
	margin-left: auto;
	width: 640px; 
}

div#famisEquipmentTable table {
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}

div#famisWorkLocation table {
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}

div.famisFunctionContainer table {
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}
table.famisSmallContainer {
	margin-left: 45em;
	margin-right: auto; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Row                                         */
/*                                                          */
/************************************************************/

caption {
	/* Used at top of application area */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	padding: .4em;
	white-space: nowrap;
 color: #336699;
	border-bottom: 1px solid #CCCC99; 
}

caption.error {
	/* Used at top of error table */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	padding: .4em;
	white-space: nowrap;
 color: Red;
	border-bottom: 1px solid #CCCC99;
}

tr.total input {
	background-color: #CCCC99;
	color: #965136; 
}

tr.total {
	/* Used for rows displaying totals */
	font-size: 12px;
	text-align:center; 
	background-color: #CCCC99;
	color: #000; 
}

tr.odd {
	/* Can be used to stripe alternating rows */
background-color:#F7F7E7; 
}

tr.even {
	/* Can be used to stripe alternating rows */
background-color:#FFFFFF; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Cell                                        */
/*                                                          */
/************************************************************/

th {
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
	color: #336699;
	background-color: #CCCC99; 
}

th.tableHeaderRight {
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
	color: #336699;
	background-color: #CCCC99;
        text-align: right;
}

th.tableHeaderRightBold {
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	color: #336699;
	background-color: #CCCC99;
        text-align: right;
}

a.th {
	/* This sets table header linkes to white instead of standard link colors */
color: #FFF; 
}

td {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px; 
}

td.dataNoStripe {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}


td.dataStripeNumbers {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px; 
        text-align: right;
}

td.dataNoStripeNumbers {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px; 
        text-align: right;
}

td.dataStripeChkBox {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px; 
        text-align: center;
}

td.dataNoStripeChkBox {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px; 
        text-align: center;
}

td.dataButtons {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
        text-align: center;
}

td.famisPromptText {
	padding-right: 5px;
	text-align:right;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap; 
}

table.famisSelectTable td {
	font-size: 10pt;
	font-weight: normal;
	padding: 2px; 
}

table.famisDataTable td {
	font-size: 10pt;
	font-weight: normal;
	padding: 2px; 
}
td.highlighted {
	/* TD element used to indicate a highlighted table row */
	font-size: 12px;
	font-weight: bold; 
	background-color: #336699;
	color: #FFF; 
}

td.highlighted a {
	/* This sets table header linkes to white instead of standard link colors */
color: #FFF; 
}

td.famisCurrencyField {
	text-align: right; 
}

td.famisCurrencyFieldTotal {
	text-align: right;
	font-weight: bold; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*              Form                                        */
/*                                                          */
/************************************************************/

form {
	width: inherit; 
}

input {
	font-size: 10pt;
}

input.inputNumbers {
	font-size: 10pt;
	text-align: right;
}

input.readonly {
	border: 0;
	font-size: 10pt;
}
input.totalreadonly {
	border: 0;
	font-size: 10pt;
}
tr.total input {
	border: 0;
	font-size: 10pt;
}

/************************************************************/

/************************************************************/
/*                                                          */
/*        Navigation Wizard Elements - Train Tracks         */
/*                                                          */
/************************************************************/
/* This is for a navigation wizard using graphics. The GIF  */
/* files are stored in the same directory as this style-    */
/* sheet.                                                   */

.famisTrainTable {
	margin: 0em;
	padding: 0em;
	border: 0em; 
}

.famisTrainTable td {
	padding: 0em; 
}

.famisTrainActive {
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:9pt;
	text-align:center;
	color:#336699;
	font-weight:bold 
}

.famisTrainVisited {
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:9pt;
	text-align:center;
	color:#cccc99 
}

.famisTrainUnvisited {
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:9pt;
	text-align:center;
	color:#336699 
}

input.readonly {
	background-color: #FFF; 
}

/************************************************************/
/*                                                          */
/*        Tabbed Interface Elements                         */
/*                                                          */
/************************************************************/

ul#tabnav {
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	border-bottom: 1px solid #336699; 
}

ul#tabnav li {
	float: left;
	height: 21px;
	margin: 2px 2px 0 2px;
	background-color: #336699;
	border: 1px solid #336699; 
}

ul#tabnav li.current {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #fff; 
}
ul#tabnav li.current a {
	color: #000; 
}
#tabnav a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #FFF; 
}

#tabnav a:hover {
	background-color: #fff;
	color: #000; 
}
/************************************************************/

/************************************************************/
/*                                                          */
/*        Navigation Wizard Elements                        */
/*                                                          */
/************************************************************/
/* This is for a pure CSS navigation wizard. This can be    */
/* to create train tracks using CSS instead of graphics.    */

/* These are for the navigation descriptions */

td.active {
	white-space: nowrap;
	text-align: center;
	color: black;
	background-color: white; 
}

td.next {
	white-space: nowrap;
	text-align: center;
	color: #336699;
	background-color: white; 
}

td.complete {
	white-space: nowrap;
	text-align: center;
	color: #CCCCCC;
	background-color: white; 
}

/* These are for the navigation indicators */

td.activeindicator {
	text-align: center;
	font-size: 45px;
	line-height: 25px;
	color: #336699;
	background-color: #FFF; 
}

td.nextindicator {
	text-align: center;
	font-size: 45px;
	line-height: 25px;
	color: #95b2c3;
	background-color: #FFF; 
}

td.completeindicator {
	text-align: center;
	font-size: 45px;
	line-height: 25px;
	color: #CCCC99;
	background-color: #FFF; 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*          Display Contol Classes                          */
/*                                                          */
/************************************************************/

.hide {
	visibility: hidden;
	display: none 
}

.show {
	visibility: visible;
	display: block 
}

/************************************************************/

/************************************************************/
/*                                                          */
/*          Page Layout Classes                             */
/*                                                          */
/************************************************************/
/* This section becomes obsolete when the self-service ap-  */
/* plications are displayed within a portal environment.    */
/* Making changes in these will have no effect on the appli-*/
/* cations.                                                 */

#banner {
	/* Used for the top division of the application */
		background-image : url(images/logo.jpg);
	background-repeat : no-repeat;
	float : left;
	position: static;
	top : 20px;
	height : 55px;
	width : 100%;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	z-index : 2;
	background-color : #FFF; 
}

#menubar {
	/* Used when there is a menubar for module selection */
	float : left;
	height : 22px;
	position : static;
	vertical-align: middle; 
	/*width: 100%;*/
	z-index : 3;
	background-color : #336699; 
}

#nomenubar {
	/* Used when there is no need for a module selection */
	float : left;
	height : 22px;
	position : static;
	vertical-align: middle;
	width: 100%;
	z-index : 3;
	background-color : #336699; 
}

#submenubar {
	/* Used for bar below menu */
	float : left;
	height : 20px;
	position : static;
	width : 100%;
	z-index : 4;
	background-color : #6699CC;	 
}

#menubuttons {
	text-align: right;
	padding: 4px; 
}

/************************************************************/

/************************************************************/
/* 	                                              						    */
/*           Legacy Performance Scorecard                   */
/* 			                  Classes                             */
/* 							                                                  */
/************************************************************/

/************************************************************/
/*                                               							    */
/*                   Indicator Display                      */
/*                                                						    */
/************************************************************/
/*      These classes are used to set the colors of cells   */
/*      that represent threshold values on performance      */
/*      indicators.                                         */

.red {
	background-color: red;
	color: white; 
}

.yellow {
	background-color: yellow;
	color: Black; 
}

.green {
	background-color: green;
	color: white; 
}

.unknown {
	background-color: white;
	color: Black; 
}

/************************************************************/

#content {
	padding: 1% 1%;
	width: 97.5% !important;
	width /**/: 100%;
	z-index : 5; 
}

#application {
	clear: both;
	width: 100%;
	background-color: #fff;
	position: relative;
	border-width: 2px;
	border-top-color: #EEE;
	border-left-color: #EEE;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-style: ridge; 
}

#popupapp {
	clear: both;
	width: 100%;
	background-color: #fff;
	position: relative;
	border-width: 2px;
	border-top-color: #EEE;
	border-left-color: #EEE;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-style: ridge; 
}

#searchbox {
	position:relative;
	float:left;
	left: 0px;
	top: 0px;
	width:200px;
	/* background-color: #CCCCCC; */
	z-index:9; 
}

#searchapp {
	top: 0px;
	float:right;
	border-left-style: solid;
	border-left-width: 1px;
	/* border-left-color: #CCCCCC; */
	position:relative;
	z-index:7; 
}

#errorMsg {
	color: red; 
}

.highlightedrow {
	/* The highlighted row needs its cells set different than standard colors */
background-color: #F7F7E7;
	color: #000000; 
}

.nonhighlightedrow {
	background-color: #FFFFFF; 
}

/************************************************************/
