      /* Screen Width of Index Web page */
    /* 999px / 203 mm =    4.921  98.42 */
     /* 999px / 204 mm =   4.897  97.94 */  
/*
      Testing borders for all the Browsers  
       Note: It overrides the borders from Other CSS files
    However the other Attribute not stated here
    and If stated in .Borderz (border_lines.css)are applied to HTML Tags
    Therefore the Cascading techqniue is used in priority way
    */

/*              1    Body  (GREEN)           */
#Border_body
{
    border:  px solid green;	
}
/*               2  Wrapper_index  (RED)         */
#Border_wrap_Index
{
    width: 1400px;
    border: 2px solid  red;	
}
/*             3  content_index  (BLUE)         */
.Border_content_Inde
{
    border:  px solid blue;
    
}
  /*             4 Clockz          */
#Clockz
{
    margin-top: 10px;
    margin-left: 5px;
    width: 180px;  
    font-size: 0.9em;
    
    background-color: moccasin;
   
    border:  px solid black;
}
/*                   5 Gallery_Photo_left  Map           */
.Border_Gallery_Photo_left
{

	  border:  px solid black;
	
}
/*          6 Borderz Address           */
 .Borderz
{
   /*
       1- Chrome_imports.css  (border_lines.css)
       2- border_Index.css
    */

    /* 
    
    1- The .Borderz (border_index.css) is applied frist
     Note: It overrides the other border Attributes from Other CSS files
   2-   However the other Attribute not stated in .Borderz (border_index.css)
    and which they stated HERE are applied to HTML Tags
    Therefore the Cascading techqniue is used in priority way
    e.g border Attribute below is not applied becasue 
    it is already stated in .Borderz (border_index.css)
    */
    float: right;

    margin-top: 	80px;
    margin-bottom: 	20px;
    margin-left: 	px;
    margin-right: 	50px;
    	
     /* Screen Width of Index Web page */
    /* 999px / 203 mm =    4.921  98.42 */
     /* 999px / 204 mm =   4.897  97.94 */
   width: 850px;
   
   border:  px solid coral;

}
/*      Note: The Jsp included files can not  directly modify their css  files           */    
/*    By allocating attributes     Hence: the need to call their Tags again in this file   */
/*          index_visa_logo.jsp   index_photo.jsp                   */

/*                          7    Index Visa Logo            */
#Galler  
{
     border:  px solid black;
}
/*                          7A    Index Visa Logo            */
.figure_Log 
{

   border:  px solid black;
}
/*                          8   Photos           */
#Gallery_
{
     border:  px solid black; 
}
 /*                         8A  Photo   1        */
.PapaRest_ {
	 border:  px solid black;
}
 /*                         8B  Photo  2         */
.PapaRest_ {
	 border:  px solid black;
}
/************************                  Index  Header         *************************/

/*                  Index  Header is inside the Wrapper_index  (RED)          */
.background {
       /*  
       Note that in the index_head.jsp file
       by using ID tag frist , the background image is overridden by the background
       property of ID tag Blue_Gloss 
       /*  url(../../../image/Restaurant/papa4.jpg)
       <div id="Blue_Gloss" class="background">
       */    
    border: 1px solid #000; 
}
  /*  
  banner consists of:
  1-   Papapancho Logo ( inside the banner  Frame)
  2-   Navigation menu ( inside the banner  Frame ) 
  
  */
  /*                  Index Header is inside the   background       */
  #banner 
{  
    
    border:  1px solid brown ;
}
.Wrapper_index  #banner  .mainNav
{
    margin-left: -20px;
    width: 1400px;
}
/************************                  Index  Footer         *************************/

/*                    Index  Footer is inside the Wrapper_index  (RED)        */
.Index_copyrigh 
{		
	border: px solid black;
}

/*
1-    body             (GREEN)                            body_Chrome.css
2-    Wrapper_index    (RED)                              body_Chrome.css
3-    content_index    (BLUE)                             body_Chrome.css
4     Clockz                                              border_Index.css
5-    Map Border_Gallery_Photo_left                       Photo_Chrome.css  
6-    Borderz                                            border_Index.css
7-    Gallery                 index_visa_logo.jsp         logoz.css
8-    Gallery_2               index_photo.jsp             logoz.css
8A-   Gallery_2 PapaRest1     index_photo.jsp             photo_Chrome.css  
8B-   Gallery_2 PapaRest2     index_photo.jsp             photo_Chrome.css
-     background              Index_head.jsp              header_Chrome.css   
-     banner                  Index_head.jsp              header_Chrome.css   
-     Index_copyright         Index_footer.jsp            footer_Chrome.css
*/