/* This style file is designed for a small thumbnail with text to the right */





/*----------- Style of each cell ------------- */
.sitecell    { border-top:1px solid #000000; border-bottom:1px solid #000000; color: #000000; 
			   width: 99%; 
			   padding: 2px; 
			   overflow: hidden;
               background-color: #FFFFD9; 
               margin-bottom: 2px; font-family:Arial; font-size:10pt
               }


/*----------- Image Thumbnail -------------- */
.sitecell img.thumbnail { border:1px solid #000000;  }

/*----------- Title Link -------------------- */
.sitecell a.title { font-size: 0.8em;  				/*---------- font size is percentage of body font size -------- */
					color: #990033; 
					text-decoration: none; 
					font-weight: bold; 
					}

.sitecell a:hover.title { color: #ff0000; text-decoration: underline; }



/*------------- Site Text ------------------- */
.sitecell p.text { 	font-size: 65%; 
					color: #000000; 
					margin-top: 0px; 
					margin-bottom: 0px}

/*------------- Last Update Text ----------------- */
.sitecell div.lastupdate { font-size: 0.8em; 
						   color: #000000; 
						   border-top: 1px solid #000000; background-color:#D9ECFF }


/*------------- Flag ------------------- */
.sitecell img.flag { position: absolute; 
					 left: 2px;        /*------------ left and top are position of flag from top left corner of image --------------- */
					 top: 2px; 
					   }

/*-------------- Top Graphic ------------- */					 
.topgraphic  { background-color: #FFFFCC }