﻿html 
{
    height: auto;
    _height: 100%;
    min-height: 100%;
}

body
{
    background-color: #9e9e9e;    
    background: -moz-linear-gradient(top, #e6e6e6, #B8B8B8); /*For Firefox*/
    background: -webkit-gradient(linear, left top, right bottom, from(#e6e6e6), to(#B8B8B8)); /*For Chrome and Safari*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#B8B8B8'); /*For IE*/
    font-size: .75em;
    font-family: Helvetica;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
    background-repeat: no-repeat;   
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #0D07B5;
    font-family: Helvetica;
}

h1
{
    font-size: 2.0em;
    font-weight: bold;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; 
}

h1#SystemTitle
{
    display:none;
}

h2
{
    font-size: 1.8em;
    margin: 0px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


fieldset
{
	border-style:groove;
	padding:5px 10px 9px;
	width:auto;
}

.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

table td
{
    /*border-bottom: solid 1px Black;*/
}

table.hidden td
{
    border: none;
}

table.list
{
    margin-top: 5px;
    border:1px Solid black;                 /*#742d8c;*/
    width:100%;
}

table.list th
{
	background-color: #5E5E5E;
	color: white;
	text-align: left;
	border:1px solid black;
}

table.list td
{
    background-color: #DEDEDE;
    border:1px solid black;
}


.odd 
{
   background-color: #bbb;
}




/* Styling for PO Info list table
----------------------------------------------*/

fieldset#POInfoFieldset
{
    width:75%;
}

table.POInfoTable
{
    margin: 2px 25px 6px 2px;
    font-size:x-small;
}

table.POInfoTable td
{
    font-size:inherit;
    color:#5C5C5C;
}

table.POInfoTable th
{
    text-align:justify;
    padding-right:10px;
    background-color:Gray;
    
}

.headerRow
{
}

.dataRow
{
}

.subDataRow td
{
    text-align:left;
}
.subDataRow td
{
    padding-left:50px;
    background-color:Red;
    height:inherit;
}


table#poItemTable
{
   /* display:none;*/
}

table#poItemTable tr
{
    margin-bottom:2px;
}

table#poItemTable td
{
    color:#5C5C5C;
    font-size:10px;
    padding:1px 1px 1px 1px;
}

table#poItemTable tr:nth-type(2n)
{
    background-color:Red;
}

table#poItemTable tr:nth-of-type(2n-1) td
{
    background-color:#B8B8B8;
}

a
{
    text-decoration:none;
}