body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #383838;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin: 0;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header {
}

.titletext {
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 4px;
}

.menubar {
	background: url(images/PO-menuback.jpg);
	background-repeat: repeat-y;
	height: 550;
	margin: 0;
	width: 120;
}

.printonly {display: none;}
/* print classes are at the bottom of the stylesheet */

/* Menu styles. These are for the top/left menu control and cascading menus. */
td.menuheader {
	border-bottom: 1px solid #5FC3E3;
}

td.menuheader {
	border: 1px solid #5FC3E3;
	padding: 0;
}

A.menuheader:link, A.menuheader:visited {
	background: url('Images/button.jpg') center;
	border: 1px solid #5FC3E3;
	color: #003366;
	display: block;
	font-family: Arial, san-serif;
	font-size: 12px;
	padding: 5 10;
	position: relative;
	text-decoration: none;
	top: 1px;
}

A.menuheader:hover, A.menuheader:active {
	background: url('Images/button-hover.jpg') center;
}

.menutext {
	color: #383838;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding  : 1px 1px 1px 1px;
	background-color: #EEEEDC;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	border:1px solid #CCCC99;
}

.menuselect {
	background-color: #DFDFBF;
	cursor:pointer;
}

A.menutext:link, A.menutext:visited, A.menutext:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #383838;
	display: inline-block;
	width: 100%;
}
A.menutext:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #CC0033;
	display: inline-block;
	width: 100%;
}

.menuitem {
	color: #383838;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding : 1px 5px 1px 5px;
	white-space:nowrap;
	border: 1px solid #CCCC99;
	z-index: 100;
}

td.menuitem {
	color: #383838;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	white-space:nowrap;
	border:1px solid #CCCC99;
	background-color: #EEEEDC;
}

td.menuitem:hover {
	color: #383838;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #DFDFBF;
	white-space:nowrap;
	border:1px solid #CCCC99;
}

A.menuitem:link, A.menuitem:visited, A.menuitem:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #383838;
	display: inline-block;
	width: 100%;
	font-weight:bold;
}
A.menuitem:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #CC0033;
	display: inline-block;
	width: 100%;
	background-color:#DFDFBF;
}

/* Page menu styles. These are for the inline page menus accessed from the menu bar. */
.breadcrumb {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #383838;
}

div.breadcrumb {
	margin-left: 6px;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:hover {
    color: #383838;
    font-size: 11px;
}

.pagemenutitle {
	background-color:transparent;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	color: #383838;
} 

.pagemenugrouptitle {
   background-color:transparent;
   font-size:16px;
   font-weight:bold;
   font-family:Arial;
   color:#383838;
} 

.pagemenuitem {
   font-size:12px;
   font-family:Arial;
   font-weight:normal;
}

/* More styles... */

.possetop {
  vertical-align: top;
  font-weight: normal;
}

.usertext {
  color: #383838;
  font-size: 11px;
}

.labeltext {
  color: #383838;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
}

.labeldisabled {
  color: #989898;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
}

.fieldtext {
  color: #383838;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  width: 145px;
}

.tabnormal {
    background-color: #EEEEDC;
    font-size: 11px;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
}

.tabSelectPanel {
    background-color: #CECE9C;
    font-size: 11px;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
}

.tabtext {
    color: #01456a;
    font-size: 12px;
    text-decoration: none;
    vertical-align: bottom;
}

.tabselect {
    background-color: #cece9c;
    color: #01456a;
    font-size: 12px;
    font-weight: Bold;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
}

A.tab:link, A.tab:visited, A.tab:active {
    font-weight: bold;
    text-decoration: none;
    color: #679147;
    font-size: 12px;
}

A.tab:hover { 
   color: #01456a;
   text-decoration: none;
}

.tabtextx {
    color:#383838;
    text-decoration: none;
    font-size: 12px;
}

table.tab {
    display: inline;
    margin-left: 2px;
}

.functionLinkPanel {
    margin: 2;
}

.functionLinkPanelx {
    margin: 2;
}

.functionLinkText {
  background: url('Images/button.jpg') center;
  border: 1px solid #5FC3E3;
  cursor: pointer;
  color: #003366;
  display: block;
  font-family: Arial, san-serif;
  font-size: 12px;
  margin: 0;
  padding: 5 10;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 1px;
  vertical-align: top;
}

.functionLinkButton {
}

.functionLinkButtonDisabled {
}

.functionLinkTextX {
  margin: 2 5;
  text-align: center;
  vertical-align: top;
}
 
a.functionLinkText:hover, a.functionLinkText:active {
  background: url('Images/button-hover.jpg') center;
}

a.functionLinkTextx {
  background: #f2f2f2 center;
  border: 1px solid #01456a;
  color: #003366;
  font-family: Arial, san-serif;
  font-size: 12px;
  padding: 5 10;
  position: relative;
  text-decoration: none;
  top: 1px;
}

.tabPrint {
  color: #383838;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.datazone {
  background-color: transparent;
  color: #383838;
  font-size: 12px;
  margin: 0px;
  vertical-align: top;
}

.possedetailbig  {
  color: #383838;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: none; 
}

th.possedetailbig span.possedetailbig
{
  font-weight: normal; 
  padding: none;
}

.possedetail  {
  color: #383838;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: none; 
}

th.possedetail span.possedetail
{
  font-weight: normal; 
  padding: none;
}

.possebold {
  font-weight: bold;
}
.possegrid_nopadding {
  font-weight: normal;
  font-size: 11px;   
  color: #383838;
  vertical-align:text-bottom;
}
th.possegrid_nopadding {
  font-weight: bold;
  font-size: 12px;
}

td.possegrid {
  padding-right: 5px;
  vertical-align:top;
}

th.possegrid {
  /*border-bottom: thin solid #CCCC99;*/
  border-left: medium solid #eeeedc;
  color: #383838;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
  text-indent: 1px;
}

.possegridbottomrow {
  font-weight: normal;
  font-size: 11px;   
  color: #383838;
  text-indent: 1px;
  padding: 0px 2px 6px 2px;
}

table.possegrid {
  /*border-bottom: thin solid #CCCC99;*/
}

.possecriticalerror {
  font-size: 8px;
  padding: 1px;
  font-weight: normal;
  font-family: Courier;
}

.posseerror {
  background-color: red;
  color: yellow;
  font-weight: bold;
  font-size: 12px;
  padding: 2px;
}

.possenodata {
  background-color: #191970;
  color: yellow;
  font-weight: bold;
  font-size: 12px;
  padding: 2px;
}

.posseband_1 {
  background-color:#eeeedc
}

.posseband_2 {
  background-color:#FFFFFF
}

.text {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

.small {
  font-style: normal;
  font-size: 8pt;
}

.xsmall {
  font-style: normal;
  font-size: 7pt;
}

H1 {
  font-size: 18pt;
  color: #383838;
}

H2 {
  font-size: 16pt;
  color: #383838;
}

H3 {
  font-size: 14pt;
  color: #383838;
}

H4 {
  font-size: 12pt;
  color: #383838;
}

.simplelist {
   font-size: 12px;
   font-family: Arial;
   font-weight: normal;
}

.detailheader {
   background-color: #679147;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   padding: 3px 0px;
   text-align: left;
   text-decoration: none;
   text-indent: 4px;
   vertical-align: middle;
   width: inherit;
}

.detailwarning {
   background-color: red;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   padding: 3px 0px;
   text-align: left;
   text-decoration: none;
   text-indent: 4px;
   vertical-align: middle;
   width: inherit;
}

.prominentdetail {
   font-family: Arial;
   color: #383838;
   font-size: 14px;
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
}

.todolisttitle  { 
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #383838;
  padding: 0px 2px 0px 2px; 
  vertical-align:text-bottom;
}

.todolistdescription  { 
  font-family: arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  color: red;
  padding: 0px 2px 0px 2px; 
  vertical-align:text-bottom;
}

.reddetailbig {
   font-family: Arial;
   color: #CC0033;
   font-size: 16px;
   font-weight: normal;
   font-weight: bold;
}

.reddetail {
   font-family: Arial;
   color: #CC0033;
   font-size: 11px;
   font-weight: normal;
   font-style: italic;
}

.separator {
   background-color: transparent;
   border-bottom: 2px solid #5fc3e3;
   margin: 5px 0px 5px 0px;
}

.processtitleheader {
   border-bottom: 2px solid #CCCC99;
   background-color: transparent;
   color: #383838;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
} 

.disabledfield {
   background-color: #f2f2f2;
   border: 1px solid #01456a;
   font-weight: bold;
   font-size: 11px;
   font-family: Arial, Sans-Serif;
   padding-left: 5px;
}

span.disabledfield
{
	border: none;
	padding: 0px 0px 0px 0px;
}

.enabledfield {
	color: #383838;
   font-weight: bold;
   font-size: 11px;
   font-family: Arial, Sans-Serif;
}

.alertnotice {
   background-color: #CC0033;
   border: 2px solid #383838;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   padding: 0px;
   text-align: center;
}

span.alertnotice
{
	border: none;
}

table.mandatory, th.mandatory, td.mandatory {
   border-style: none;
   vertical-align: top;
}

input.mandatory, select.mandatory, textarea.mandatory {
   background-color: #eeeedc;
   border-style: solid;
   border-color: #7F9DB9;
   border-width: 1px;
}

.mandatory {
   color: #383838;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.nobold {
  color: #383838;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: none; 
}

.nottoowide {
  color: #383838;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  max-width: 500px;
  padding: none; 
  width: 500px;
}

.width700 {
  color: #383838;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  max-width: 700px;
  padding: none; 
  width: 700px;
}

.possetop {
  vertical-align: top;
}

/* print classes */ 
@media print {
   .printonly {
      display: block;
   }
   .noprint {
      display: none; 
   }
   tr.menuheader{
      display: none;
   }
   .datazone {
      background-color: transparent;
      font-size: 10px; 
      margin-left: 0cm;
      vertical-align: top;
   }
   .possedetail  { 
      font-family: arial, sans-serif;
      font-weight: bold;
      font-size: 12px;
      color: black;
      padding: none; 
      margin-left: 0cm;
   }    
   .possebold {
      font-weight: bold; 
   }   
   .detailheader {
      background-color: transparent;
      font-family: Arial;
      color: black;
      font-size: 14px;
      text-indent: 0px;
      text-decoration: none;
      text-align: left;
      vertical-align: middle; 
      font-weight: bold; 
      border-bottom: 2px solid black;
   } 
   .functionlinktext {
      display: none;
   }
   .titleheader {
      background-color: transparent;
      font-size: 18px;
      font-weight: bold;
      font-family: Arial;
      color: #000000;
      text-indent: 0px; 
      text-decoration: none; 
      border-bottom: 2px solid black;
   }      
   th.possegrid {
      border-bottom: 1px solid black;
      border-left: none;
      font-family: Arial, Sans-Serif;
      font-weight: bold;
      font-size: 10px;
      padding-right: 5px;
      text-indent: 0px;
   }    
   .possegrid {
      font-weight: bold;
      font-size: 10px;   
      color: black;
      text-indent: 1px;
      padding: 1px 2px 1px 2px;
   }

   A:link, A:visited, A:active, a:hover {
      font-weight: bold;
      text-decoration: none;
      color: black;
      font-size: 10px;
   }
}