// CrewBiz.CSS

  @Start {}

 // @media screen  { BODY { background-color: AAAAAA; Background-Image: url("Sky.jpg"); Opacity: .95 } }
  @media screen  { BODY { background-color: 777777; Opacity: .95 } }
  @media print   { BODY { background-color: FFFFFF; Background-Image: none; } }



  @media screen,print  { BODY { font-family: Arial; font-size: 9pt } }
  
  /* BODY { background-color: AAAAAA; Background-Image: url("Sky.jpg"); Opacity: .95 }  */
  

   TD { font-family: arial; font-size: 9pt; Padding-left: 3; padding-right: 3; padding-Top: 2; Padding-Bottom: 2; }


   A { text-decoration:none }

   INPUT { background-color: EEEEFF; Border: 1pt solid #AABBCC; Padding-left: 3; Padding-Right: 3 }

   INPUT.TEXT { background-color: EEEEFF; Border: 1pt solid #AABBCC; Padding-left: 3; Padding-Right: 3 }

   SELECT.OPTION { background-color: EEEEFF; Border: 1pt solid #AABBCC; Padding-left: 3; Padding-Right: 3 }

   SELECT { background-color: EEEEFF; Border: 1pt solid #AABBCC }


   INPUT.OPTION { background-color: EEEEFF; Border: 1pt solid #AABBCC }

   INPUT.button { border-radius: 5pt; background-color: EEEEEE; Border: 2pt outset #777777 }

   INPUT
     {
      font-size: 16 pt;
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: Bold
     }
          
   INPUT.btn
     {
        border-radius: 5pt;
        font-size: 20 pt;
        color: #FFFFFF;
        background-color: #0000AA;
        padding: 10
     }
     
    INPUT.calmbtn
     {
        font-size: 16 pt;
        padding: 8
     }    
     
     

   INPUT.Edit
     {
      font-size: 14 pt;
      font-weight: bold
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
     }


   INPUT.View
     {
        border-style: none;
        font-size: 12pt;
        vertical-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: DDDDDD;
     }

   TEXTAREA { background-color: EEEEFF; Border: 1pt solid #777777 }

   FORM { Padding: 0px }

   H1 { font-family: Verdana, Arial, Helvetica, sans-serif;  color:0066FF; font-size:16pt; Font-weight: Bold; opacity: .95 }
   H2 { font-family: Verdana, Arial, Helvetica, sans-serif;  color:0066FF; font-size:15pt; Font-weight: Bold; opacity: .95 }
   H3 { font-family: Verdana, Arial, Helvetica, sans-serif;  color:0066FF; font-size:14pt; Font-weight: Bold; opacity: .95 }
   H4 { font-family: Verdana, Arial, Helvetica, sans-serif;  color:0066FF; font-size:13pt; Font-weight: Bold; opacity: .95 }
   H5 { font-family: Verdana, Arial, Helvetica, sans-serif;  color:0066FF; font-size:12pt; Font-weight: Bold; opacity: .95 }

   A:link    { color: 551111; text-decoration: none }  /* unvisited links */
   A:visited { color: 551111; text-decoration: none }  /* visited links   */
   A:hover   { color: BB3366; }  /* user hovers     */
   A:active  { color: 000000; text-decoration: none }  /* active links    */

   BODY { font-family: Verdana, Arial, Helvetica, sans-serif;  color:000022; font-size: 10pt; }

   TD { font-family: Verdana, Arial, Helvetica, sans-serif; color: 000022; font-size: 10pt; opacity: .8; }

  .ListCell {  padding-top: 2pt; padding-Bottom: 2pt; padding-left: 5pt; padding-right: 5pt; 

               font-family: arial; font-size: 10pt; vertical-align: top 
               background: rgba(220, 230, 240, 0.9); opacity: .9;
     }


  .colHeading { vertical-align: Bottom; font-weight: Bold;  background: rgba(180, 200, 220, 0.7); opacity: .9;  }
  
  .colFooter { vertical-align: Top;font-weight: Bold;  background: rgba(160, 180, 200, 0.5); opacity: .9;  }

   .MenuTab
      {
        border-radius: 4pt;
        border-top: 2pt inset #BBBBFF;
        border-left: 2pt inset #AAAAFF;
        border-right: 3pt Ridge #AAAACC;
        border-bottom: 3pt Ridge #8888AA;

        padding-left: 11; padding-right: 11; padding-top: 7; padding-bottom: 7; 

        font-family: Verdana, Arial, Helvetica, sans-serif;

        font-size: 17pt;
        font-weight: Bold;
        font-family: Arial;
        Background-color: #AA99BB;
        Opacity: .9
      }

   .FormTitle {
      border-top-left-radius: 6pt;
      border-top-right-radius: 8pt;
      background-color: #222255;
     font-size: 13 pt;
     font-family: Verdana;
     font-weight: Bold;
     color: white;

     padding: 9;
     padding-left: 11;
     padding-right: 11;
     Opacity: .9
  }

   .ListTitle {
      border-top-left-radius: 6pt;
      border-top-right-radius: 8pt;
    	background-color: #222255;
    	font-size: 13 pt;
     font-family: Verdana;
     font-weight: Bold;
     color: white;
     padding: 9;
     padding-left: 11;
     padding-right: 11;
     Opacity: .9
  }
  
  
   .SectionTitle {
     color: white;
    	font-size: 13 pt;
     font-family: Verdana;
     font-weight: Bold;
     padding: 9;
     padding-left: 11;
     padding-right: 11;
     Opacity: .9
  }





   .FormLabel  {
                  text-align: right;
                  background-color: #CCDDEE;
               }

   .FormInput  {
                  background-color: #DDDDFF;
               }


   TD.HFLabel { background-color: DDDDDD; font-family: Verdana, Arial, Helvetica, sans-serif;
                color: 000022; font-size: 10pt; }

   TD.HFData { padding-top: 2pt; padding-Bottom: 2pt; padding-left: 5pt; padding-right: 5pt;
               background-color: FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;
               color:000022; font-size: 9pt; }

   .HFFormOuterTable {
        background-color: EEEEEE;
        border-left: 1px Ridge White;
        border-right: 2px Ridge Blue;
        border-top: 1px Ridge White;
        border-bottom: 2px Ridge Blue;
      }
    .HFFormInnerTable {
        background-color: DDDDDD;
        border-left: 1px Groove White;
        border-right: 2px Groove Blue;
        border-top: 1px Groove White;
        border-bottom: 2px Groove Blue;
      }

   .HFFormTitle {
      border-top-left-radius: 6pt;
      border-top-right-radius: 8pt;

    	background-color: #222255;
    	font-size: 12 pt;
  	  font-family: Verdana;
     font-weight: Bold;
     color: white;

     padding: 9;
     padding-left: 11;
     padding-right: 11;
  }

   .Shadow {
     box-shadow: 4px 4px 4px 4px #888888;
   } 


   .RoundBlock
   {
      
      border-top-left-radius: 8pt;
      border-top-right-radius: 9pt;
      border-bottom-left-radius: 3pt;
      border-bottom-right-radius: 3pt;
      border-style: 3pt inset #FFAAFF;
      background-color: #DDEEFF; 
      opacity: .9;
      background-Image: Sky.jpg;
      Padding: 3;
   }
   
      .FormContainer
   {
      
      border-top-left-radius: 8pt;
      border-top-right-radius: 9pt;
      border-bottom-left-radius: 3pt;
      border-bottom-right-radius: 3pt;
      border-style: 3pt inset #FFAAFF;
      background-color: #DDEEFF; 
       background-Image: Sky.jpg;
      opacity: .9;
      Padding: 3;
   }
   
         .ListContainer
   {
      
      border-top-left-radius: 8pt;
      border-top-right-radius: 9pt;
      border-bottom-left-radius: 3pt;
      border-bottom-right-radius: 3pt;
      border-style: 3pt inset #FFAAFF;
      background-color: #DDEEFF; 
      background-Image: Sky.jpg;
      opacity: .9;
      Padding: 3;
   }
   
  



   .HFHeading
      {
        padding-top: 2pt; padding-Bottom: 2pt; padding-left: 5pt; padding-right: 5pt;
        color: White;
        HEIGHT: 20px; font-size: 10pt; font-weight: bold; vertical-align: bottom;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        border-left: 1px Ridge White;
        border-right: 2px Ridge Blue;
        border-top: 1px Ridge White;
        border-bottom: 2px Ridge Blue;
        opacity: .9
      }

   .TabSelected   {
                      font-family: Arial;
                      font-size: 10pt;
                      text-align: center;
                      text-decoration: none;
                      background-color: 222255;
                      color: white;
                      font-weight: Bold;
                      border-bottom: 2px Groove Blue;
                      opacity: .9
                    }
   td.TabUnSelected {
                     font-family: Arial;
                     font-size: 10pt;
                     text-align: center;
                     text-decoration: none;
                     color: black; cursor: hand;
                     opacity: .8
                    }




   /* background-color: BBDDCC; */

   TD.HFMenuItem
      {
        background: rgba(180, 180, 220, 0.8);
        opacity: .9;
        color: AA8899;
        padding-left: 10; padding-right: 10; 
        padding-top: 10; padding-bottom: 10; 
        font-size: 15pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: Bold;     
        border-left: 1px Solid White;
        border-right: 1px Solid DarkBlue;
        border-top: 1px Solid White;
        border-bottom: 1px Solid DarkBlue;
        border-top-left-radius: 8pt;
        border-top-right-radius: 8pt;
        border-bottom-left-radius: 8pt;
        border-bottom-right-radius: 8pt;
        border-style: 3pt inset #FFAAFF;


      }
          



   TD.HFVMenuItem
      {
        background: rgba(200, 200, 240, 0.95);
        color: CCAABB;   
        opacity: .9
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20pt;
        font-weight: Bold;
        border-left: 2px bevel Blue;
        border-right: 2px bevel;
        border-top: 2px bevel Blue;
        border-bottom: 2px bevel White;
        border-top-left-radius: 8pt;
        border-top-right-radius: 8pt;
        border-bottom-left-radius: 8pt;
        border-bottom-right-radius: 8pt;
        padding: 8pt;
       

      }

      
   TD.HFMenuBar
      {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18pt;
        opacity: .9

      }

   TD.H3
    {
      font-size: 13px; color: Blue; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: Bold
    }

   TABLE.HMenu0
      {

        font-family: Verdana, Arial, Helvetica, sans-serif;
      }
   TABLE.HMenu
      {

        font-family: Verdana, Arial, Helvetica, sans-serif;
      }
   TABLE.VMenu0 { font-family: Verdana, Arial, Helvetica, sans-serif; opacity: .9 }
   TABLE.VMenu  {font-family: Verdana, Arial, Helvetica, sans-serif; opacity: .9  }
   TABLE.Box  { border-bottom: solid 1px DarkBlue; border-right: solid 1px DarkBlue; border-Left: solid 1px DarkBlue; );}

   TABLE.BoxAll
      {
        /* border-bottom: solid 1px DarkBlue; border-right: solid 1px DarkBlue; border-Left: solid 1px DarkBlue; ); */
        border: solid 1px DarkBlue;
      }


   .INPUT.CHECKBOX
     {
      height: 40px;
      width: 40px;
      font-size: 20pt;
      font-weight: bold;
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      background-color: #EEEEEE
      
     }




   SELECT
     {
      font-size: 12pt;
      font-weight: bold;
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      
     }


   BODY { SCROLLBAR-FACE-COLOR: #CCDDCC; SCROLLBAR-HIGHLIGHT-COLOR: #000011;
          SCROLLBAR-SHADOW-COLOR: #001100; SCROLLBAR-3DLIGHT-COLOR: #CCCCDD;
          SCROLLBAR-ARROW-COLOR:#001100; SCROLLBAR-TRACK-COLOR: #CCCCDD;
          SCROLLBAR-DARKSHADOW-COLOR: #CCDDCC; SCROLLBAR-BASE-COLOR: #CCCCDD
          }



   MENU
					.menudownlevel1
     {
									font-size: 11px;
									padding: 1px;
									font-weight: bold;
								 background-color: white;
									color: #000000;
									margin-top:1px;
									margin-right: 0px;
									margin-bottom: 1px;
									margin-left: 0px;
									border-top: 1px solid #39558C;
									border-right: 1px none #cccccc;
									border-bottom: 1px none #cccccc;
									border-left: 1px none #cccccc;
									padding:1px;
						}


					.menulevel1
     {
									font-size: 11px;
									font-weight: bold;
									color: #000000;
					    background-color: #ffcc66;
									text-decoration: none;
									margin-top:1px;
									margin-right: 0px;
									margin-bottom: 1px;
									margin-left: 0px;
					    border-top : 1px solid #39558C;
									border-right: 1px none #cccccc;
									border-bottom: 1px none #cccccc;
									border-left: 1px none #cccccc;
									padding:1px;
						}

						.menuover1
      {
										font-size: 11px;
										font-weight: bold;
										color: Black;
										text-decoration: none;
									 background-color: #FDDA97;
										margin-top:1px;
										margin-right: 0px;
										margin-bottom: 1px;
										margin-left: 0px;
									 border-top : 1px solid #39558C;
										border-right: 1px none #cccccc;
										border-bottom: 1px none #cccccc;
										border-left: 1px none #cccccc;
										padding:1px;
							}

							.menulevel1
						 {
										font-size: 11px;
										font-weight: bold;
										color: #000000;
								  background-color: #ffcc66;
										text-decoration: none;
										margin-top:1px;
										margin-right: 0px;
										margin-bottom: 1px;
										margin-left: 0px;
								  border-top : 1px solid #39558C;
										border-right: 1px none #cccccc;
										border-bottom: 1px none #cccccc;
										border-left: 1px none #cccccc;
										padding:1px;
										}

								a:link.menulevelHome
        {
								  	font-size: 11px;
								  	font-weight: bold;
								  	color: #000000;
								  	text-decoration: none;
								}

								a:visited.menulevelHome
        {
								  	font-size: 11px;
								  	font-weight: bold;
								  	color: #000000;
								  	text-decoration: none;
									}

								a:hover.menulevelHome
        {
								  	font-size: 11px;
								  	font-weight: bold;
								  	color: #000000;
								  	text-decoration: none;
									}

								a:visited:hover.menulevelHome
        {
									  font-size: 11px;
									  font-weight: bold;
									  text-decoration: none;
								   color: #000000;
									}

        .menubg { background-color: EFFFEF }

        .menudownlevelspacer
        {
          	padding: 2px;
	          color: #000000;
           background-color: #66ccff;
           border-top : 1px solid #666666;
       	}

