body         {background-color: #FFFFFF }

.printonly   {display: none;}
@media print {.printonly {display: block;}}
@media print {.noprint   {display: none; }}

.menunormal  {background-color:#000000;}
.menuselect  {background-color:#0099cc;
              cursor:hand;}
              
.dismenunormal  {background-color:#000000; color: #AAAAAA;}              
.dismenuselect  {background-color:#000000; 
                 color: #AAAAAA}              
              
.menutext    {font-family: arial;
              color: white;
              text-decoration: none;
              font-size: 10pt;}

.usertext    {font-family: arial;
              color: white;
              font-size: 10pt;}
              
.tabnormal   {background-color:#00CCFF;}
.tabselect   {background-color:#0099cc;}
.tabtext     {color: white;
              text-decoration: none;
              font-size: 10pt;}
.tabtextx    {color:#c0c0c0;
              text-decoration: none;
              font-size:10pt;}
.tabprint    {color: black;
              font-weight: bold;
              text-decoration: underline;
              font-size: 14pt;}
           
.datazone    {background-color: #FFFFFF;}
@media print {.datazone {background-color: white;}}

.posseerror    {background-color: red;
                color: yellow;
                font-weight: bold;
		        font-size: 11pt;
                margin: 5pt;}

.possenodata   {background-color: midnightblue;
                color: yellow;
                font-weight: bold;
		        font-size: 11pt;
                margin: 5pt;}

.possebold     {color: #FF0000;  
                font-weight: bold;
                font-size: 10pt;}

.possegrid     {font-family: arial;
                font-weight: normal;
                font-size: 10pt;
                color: black;
		border-color: white; 
		border-style: solid;
		border-width: 1px;}
                
th.possegrid   {font-weight: bold;
                background-color: midnightblue; 
                color: white;}

.possedetail   {font-family: arial;
                font-weight: normal;
                font-size: 10pt;
                color: black;}

span.possegrid {border-color: none; 
		border-style: none;
		border-width: none;}

img.possegrid {border-color: none; 
		border-style: none;
		border-width: none;}

a.possegrid {border-color: none; 
		border-style: none;
		border-width: none;}
                
th.possedetail {font-weight: bold;}

.posseband_1 {background-color:#99CCFF;}
.posseband_2 {background-color:#E9FCFF;}