/* this method doesn't work
@import url("/print.css") print;
*/ /* SECTIONS  
   headings
   tables
   input
   img
   anchors
   lists
   navigation
   misc
   page specific
   progress bar
   object specific 
   not used
	print directives 
*/
body {
	font-family: helvetica, arial, sans-serif;
	color: black;
	font-variant: normal;
	margin: .5em;
	/* background-color: rgb(242, 248, 252); */
	background-color: transparent;
	background-image: url("/img/side_graphic2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*  padding-left: 130px; */
	padding-left: 8.5em;
}

div#mainFrame {
	width: 100%;
	padding: .25em 0 0 0;
	margin: 0;
	/* background-color: rgb(242, 248, 252); */
	background-color: none;
	clear: both;
}

div.dialogFrame {
	border: 2px solid #095798;
	background-color: rgb(242,248,252);
}

/* headings */
h1,h2,h3,h5,h4.dialogHeader {
	font-family: helvetica, arial, sans-serif;
	color: #0e89b5;
	text-shadow: white 2px 2px 2px;
}

h3.progressLabel {
	color: 	#84a3d1;
	margin-bottom: .25em;
}

h5 {
	margin: .5em;
}

h4,i {
	font-family: helvetica, arial, sans-serif;
	color: black;
}

h2 {
	margin-top: .25em;
}

p.statusMessage {
	font-style: italic;
}

p.errorMessage {
	font-family: helvetica, arial, sans-serif;
	color: rgb(255, 80, 80);
	font-weight: bold;
}

/* tables */
table { /* width: 70%; */
	border: outset 1px #bad2e7;
	border-collapse: collapse;
	/*  border-style: inset; */ /*  border-color: black; */
	background-color: none;
}

/* table inside another table */
table.sub {
	border: none;
}

table.sub td, table.sub th {
	border-top: none;
	border-left: none;
}

table.sub *.right {
	border-right: none;
}

table.sub tr.bottom * {
	border-bottom: none;
}

td.sub {
	margin: 0;
	padding: 0;
}

table.form,table.man_form {
	border-style: none;
	margin-bottom: .25em;
}

table.table {
	background-color: white;
}

/* tapestry clickable table headers */
table.tableHeaderTable * {
	margin: 0;
	padding: 0;
	border: none;
}

tr {
	text-align: left;
}

th {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	border: solid 2px #bad2e7;
	padding-left: 8px;
	padding-right: 2px;
	text-align: left;
	/* background-color: #f3fbfc; */
}

td {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	border: solid 2px #bad2e7;
	padding: 1px 8px 1px 8px;
}

table.form th,table.man_form th,table.form td,table.man_form td {
	padding: 4px;
	border-style: none;
}

table.man_form th.green {
	color: green;
}

tr.even,td.even {
	background-color: #f8fcfc;
}

tr.odd,td.odd {
	background-color: #f0f9fc;
}

table#table {
	margin-bottom: 1em;
}

table.table {
	margin-bottom: 1em;
}

tr.tab_controls td {
	border-width: 2px;
	border-style: solid;
	background-color:  #f0f9fc;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	padding: .5em 0em .5em 0em;
}

tr.tab_controls a {
	padding: .5em;
}

table.tableHeaderTable, table.tableHeaderTable * {
/*	margin: none; */
/*	padding: none; */
	border: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

/* input */
input,textarea,select, .dojoComboBoxOptions {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	background-color: white;
}

input.disabled,textarea.disabled,select.disabled {
	background-color: rgb(242, 242, 242);
}

input.writeback {
	font-family: courier;
	background-color: white;
	color: rgb(48, 208, 48);
}

input.writeback_delete {
	font-family: courier;
	background-color: white;
	color: rgb(255, 80, 80);
}

input.wb_field {
	background: rgb(245, 245, 245)
}

input[type=button],input[type=submit],button {
	background-color: white;
	color: #0e89b5;
}

input[type=button]:HOVER,input[type=submit]:HOVER,button:HOVER {
	border-color: #0E89B5;
}

input[type=button]:disabled,input[type=submit]:disabled,button:disabled {
	color: lightgray;
	background-color: rgb(242, 242, 242);
	
}

div.buttons a:HOVER {
	text-decoration: none;
}


/* img */
img {
	border-style: none;
}

img.info { /* height: 2.5em; */
	margin-left: 2em;
}

/*
img.info:hover { 
  background-color: white; 
}
*/
div.navBar img {
	vertical-align: bottom;
}

/* Tapestry client side javascript alert dialog content */
div.alertContent, div.exceptionDialog { 
  background-color: white;
  border: outset 3px #0e89b5;
  padding: 2em;
}

/* anchors */
a {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #095798;
}

a:visited {
	color: #965798;
}

a:hover {
	text-decoration: underline;
}

div.navFrame img { /*  margin-left: 1.5em; */
	margin-bottom: 0;
}


div.navFrame li a {
	background-color: transparent;
	padding: 0;
	margin: 0;
	/* border-width: 1px 3px 3px 1px; */
	/* border-color: yellow; */
	background-color: none;
	width: 95%;
	clear: right;
	display: block;
	text-shadow: white .1em .1em .1em;
}

div.navFrame a:hover {
	text-decoration: underline;
}

div.navFrame a:visited {
	color: #095798;
}	

div.navBar a {
	border-style: none solid none none;
	border-width: 1px;
	padding-left: 3px;
	padding-right: 5px;
}

div.navBar a:last-child {
	border-style: none;
}

div.navBar a:hover {
	text-decoration: underline;
}

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl {
	clear: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: black;
}

dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 25%;
	padding: .5em 1% .5em 0em;
}

dl dd {
	width: 75%;
	clear: right;
	padding: .5em 1% .5em 1%;
}

/* navigation */
div.navList {
	float: right;
	padding-left: 2px;
	margin: .25em 2em 2em 1em;
	border-style: solid;
	clear: both;
}
/*
div.blurFrame {
	background-image: url("/img/side_grade.jpg");
	background-repeat: no-repeat;
	filter: alpha(opacity=40); 
	-khtml-opacity: 0.4;      
	-moz-opacity: 0.4;       
	opacity: .4;
	overflow: auto;
	height: 100%;
	width: 7.25em;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0;
	z-index: 0;
}
*/

div.navFrame {
	overflow: auto;
	opacity: 100%;
	height: 100%;
	/*  width: 130px; */
	/* width: 8.25em; */
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

div.navFrame ul {
	background-color: none;
		/*  width: 7.25em; */
	background-image: url("/img/side_grade.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: .5em .5em 0 .5em;
}

/* for rounded corners at the bottom, would need to get rid of the li border
div.navFrame .bottom {
	height:100px;
 	font-size:1px;
 	margin-top: 0;
 	padding: 0;
	background-position:bottom center;
}
*/

div.navFrame li {
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	/*  padding: 4px 4px 4px 12px; */
	padding: .25em .25em .25em 1em;
	border-color: #c7e0f7;
	background-color: none;
	background-position: 2px 55%;
	background-repeat: no-repeat;
}

div.navFrame li.csv_env {
	background-image: url('/img/csv.gif');
}

div.navFrame li.report_env {
	background-image: url('/img/m_report.gif');
}

div.navFrame li.primary_env {
	/*  background-image: url('/img/primary.gif'); */
	padding-left: .5em;
}

div.navFrame li.return_env {
	background-image: url('/img/back.gif');
}

div.navFrame li.change_env {
	background-image: url('/img/up.gif');
}

div.navFrame li.sub_env {
	background-image: url('/img/sub.gif');
}

div.navBar {
	padding-top: .5em;
	margin-left: 8px;
	clear: both;
	text-align: left;
	width: 84%;
}

/* misc */
p.form {
	border-style: none;
}

/* need to find out why this doesn't work */
:active,:focus {
	outline: none;
}

div.main {
	width: 100%;
	clear: right;
	height: auto;
}

div.outer {
	width: 95%;
	padding: .5em;
}

hr {
	margin: 1em 1em 1em 0;
}

div.MAIN {
	float: right;
	width: 85%;
}

/* moved to errorMessage class
div#mainFrame strong {
  font-family: helvetica, arial, sans-serif;
  color: rgb(255,80,80);
}
*/
h5.search input {
	margin: 0 0 0 1em;
}

input.Update,input.Insert,input.Delete {
	margin: .5em .5em 0 0;
}

/* page specific */ /* Item Details */
div.ItmDtl {
	margin-bottom: 1em;
}

div.perf_rpt h5 {
	color: green;
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .75em;
}

div.itm_852_hist_view h5 {
	color: black;
}

div.itm_852 h5 {
	color: black;
}

div.instructions h5 {
	color: green;
	margin-bottom: 2em;
}

/* progress bar */
span.progress {
	font-size: 8px;
	background-color: white;
	padding: 0;
	border-color: #0e89b5;
	border-style: inset;
	border-width: 2px 1px 2px 1px;
	display: inline;
	clear: both;
}

div#rippleProgressBar h3 {
	margin: 0 0 16px 0;
	padding: 0;
	clear: both;
}

span.progress img {
	height: 8px;
	width: 8px;
	border: 0;
	padding: 0;
	margin: 0;
}

div#rippleProgressBar {
	clear: both;
	/*  border-width: 1px;
  border-style: outset;
*/
	text-align: center;
	width: 110px;
	padding: 0;
	background-color: transparent;
}

/* object specific */
	/* table header - this would be a field label on a form */
th.test {
	color: red;
}

/* table detail - this would be the input field on a form */
td.test input {
	border-style: ridge;
	border-width: thick;
	border-color: #0e89b5;
	padding: 1em;
}

/* table detail - this would be a pop-up menu on a form */
td.test select {
	background-color: yellow;
}

/* this would change the background color on a JSON menu button */
div.navFrame a.test {
	background-color: rgb(215, 215, 215);
}

div#debug_div {
	background: white;
	overflow: auto;
}

div#keyValueFrame {
	margin-top: 8px;
	float: left;
	overflow: auto;
}

div#keyValueFrame * {
	font-size: 8pt;
	clear: none;
	float: none;
	margin: 0px;
	padding: 0px;
}


/* Not Used */
/* everything below here is no longer used */

/* for tapestry palette component */
/*
table.tapestry-palette th {
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: #330066;
	text-align: center;
}

td.available-cell select {
	font-weight: normal;
	background-color: #FFFFFF;
	width: 200px;
}

td.selected-cell select {
	font-weight: normal;
	background-color: #FFFFFF;
	width: 200px;
}

table.tapestry-palette td.controls {
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
*/
/*
div.navFrame a.primary_env {
    border-right: thin dashed blue;
}

div.navFrame a.return_env {
    border-right: thin dashed green;
}

div.navFrame a.change_env {
    border-right: thin dashed rgb(255,102,204);
}
*/ /*  div.navBar a:before { content: "|"; } */
	/* div.navBar a:after { content: " |"; } */
	/* this only works in CSS 2.1 browsers
input[type=submit], input[type=button] {
  font-size: 1em;
  margin-left: .75em;
}*/ /*p.form div.value {
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
  font-style: normal;
}*/ /* 
div.MENU img {
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding-left: 1em;
  height: 2.25em;
}
*/ /* used as part of navList */ /* fixed left navbar stuff  
  position: fixed;
  width: 60px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
*/ /*
div.MENU {
  float: left;
  text-align: left;
  width: 12%;
  margin: 0;
  padding: 0;  
  padding-top: 1em;
}
*/
.fieldMissing {
	background: #bedef4;
}

.fieldInvalid {
	background: #ffaf7e;
	font-weight: bold;
}

/* for GTimePicker component */
.dropdownCombobox {
    background: #ffffff;
    border: 1px solid #545454;
}

.dropdownOption {
    font-family: arial;
    font-size: 0.8em;
    padding: 0.1em 0 0.1em 0.2em;
    cursor:hand;
    cursor:pointer;
}

.optionHover {
    background: #095798;
    color: #ffffff;
}

/* Previous links used on some reports */
a.previous {
	text-decoration:underline;
	vertical-align: super;
	margin-left: 2em;
	font-weight: normal;
	margin-top: none;
}



div.applet object {
	text-align: left;
	display: block;
}
/* print directives */
	/* these need to be at the bottom so they aren't overridden */
@media print {
	#navBar,#navFrame {
		display: none;
	}
	a {
		text-decoration: none;
		color: black;
	}
	
	a.previous {
		display: none;
	}
	
	body {
		padding-left: 0;
		margin-left: 0;
	}
}

@page {
	margin: .5cm;
}