
/*	
** $Id$
**
** Example of NaSimple stylesheet
*/

/*
BODY { font-family: Verdana,helvetica,arial;
       background-color: #DDD2B7;
       background-img: none;
       color: black}
*/

/* Article links */
A.BlackLink:link,A.GreenLink:link,A.YellowLink:link,A.OrangeLink:link,A.RedLink:link
  {
     font-family: Verdana,helvetica,arial; 
     font-size: 8pt; 
     font-weight: normal; 
     text-decoration: none
  }
A.BlackLink:visited,A.GreenLink:visited,A.YellowLink:visited,A.OrangeLink:visited,A.RedLink:visited
  {
    font-family: Verdana,helvetica,arial; 
    font-size: 8pt; 
    font-weight: normal; 
    text-decoration: none;
  }
A.BlackLink:active,A.GreenLink:active,A.YellowLink:active,A.OrangeLink:active,A.RedLink:active
  {
    font-family: Verdana,helvetica,arial; 
    font-size: 8pt; 
    font-weight: normal; 
    text-decoration: none
  }
A.BlackLink:hover,A.GreenLink:hover,A.YellowLink:hover,A.OrangeLink:hover,A.RedLink:hover
  {
    font-family: Verdana,helvetica,arial; 
    font-size: 8pt; 
    font-weight: normal; 
    text-decoration: underline
  }
.Black,.Green,.Yellow,.Orange,.Red
  {
    font-family: Verdana,helvetica,arial;
    font-size: 8pt;
    font-weight: normal;
  }
A.BlackLink:link,A.BlackLink:visited,A.BlackLink:active,A.BlackLink:hover,.Black      { color: black; }
A.GreenLink:link,A.GreenLink:visited,A.GreenLink:active,A.GreenLink:hover,.Green      { color: #008000; }
A.YellowLink:link,A.YellowLink:visited,A.YellowLink:active,A.YellowLink:hover,.Yellow { color: #C8CA00; }
A.OrangeLink:link,A.OrangeLink:visited,A.OrangeLink:active,A.OrangeLink:hover,.Orange { color: #FFA201; }
A.RedLink:link,A.RedLink:visited,A.RedLink:active,A.RedLink:hover,.Red                { color: #C00000; }

/* Login link */
A.LoginLink:visited {font-family: Verdana,helvetica,arial; 
	             font-size: 8pt; 
                     font-weight: normal; 
	             color: black; 
	             text-decoration: underlined}
A.LoginLink:link    {font-family: Verdana,helvetica,arial; 
	             font-size: 8pt; 
	             font-weight: normal; 
	             color: black;
	             text-decoration: underlined}
A.LoginLink:active  {font-family: Verdana,helvetica,arial; 
                     font-size: 8pt; 
	             font-weight: normal; 
	             color: black;
	             text-decoration: none}
A.LoginLink:hover   {font-family: Verdana,helvetica,arial; 
	             font-size: 8pt; 
	             font-weight: normal; 
	             color: black;
	             text-decoration: none}

/* OverLib text */
.OverLib   {font-family: Verdana,helvetica,arial; 
            font-size: 8pt; 
            font-weight: normal; 
	    color: black}

/* Gallery Info  */
.Info {font-family: Verdana,helvetica,arial; 
        font-size: 8pt; 
        font-weight: bold;
        color: #B0B0B0}

/* Gallery Header  */
.Header {font-family: Verdana,helvetica,arial; 
         font-size: 8pt; 
         font-weight: bold;
         color: black}

/* Normal text  */
.Ground {font-family: Verdana,helvetica,arial;
         font-size: 8pt;
         font-weight: normal;
         color: black}

/* Not found text  */
.NotFound {font-family: Verdana,helvetica,arial;
           font-size: 8pt;
           font-weight: normal;
           font-style: italic; 
           color: black}

/* Error text  */
.Error {font-family: Verdana,helvetica,arial; 
        font-size: 8pt; 
        font-weight: bold;
        color: red}

/* Picture text */
.Picture {font-family: Verdana,helvetica,arial; 
	  font-size: 8pt; 
          font-weight: normal; 
          font-style: italic; 
          color: black}

/* Form items */
.Field,.ArtField,.Button,.CatArea,.IntroArea,.InfoArea,.PicArea { border-width: 1pt;
                                                        border-style: solid;
                                                        font-family:  Verdana,helvetica,arial;
                                                        font-size: 8pt; } 
.Field { width: 170pt; 
         background-color: white;
         color: black; }
.ArtField { width: 400pt; 
            background-color: white;
            color: black; }
.CatArea { width: 170pt; 
           height: 70pt;
           background-color: white;
           color: black; }
.IntroArea { width: 400pt; 
             height: 35pt;
             background-color: white;
             color: black; }
.InfoArea { width: 400pt; 
            height: 150pt;
            background-color: white;
            color: black; }
.PicArea { width: 400pt; 
           height: 25pt;
           background-color: white;
           color: black; }
.Button { background-color: #C0C0C0;
          color: black; }
.Combo { border-width: 0pt;
         border-style: none;
         font-family:  Verdana,helvetica,arial;
         font-size: 8pt;
         color: black; }



