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





/*----------- Style of each cell ------------- */
.sitecell    { color: #000000; 
			   width: 99%; 
			   border: 0px #800000 solid; 
			   padding: 2px; 
			   overflow: hidden;
               background-color: #FFFFFF; 
               margin-bottom: 2px;  				/*--------- space below each cell ------------- */
               }


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

/*----------- Title Link -------------------- */
.sitecell a.title { font-size: 14px;  				/*---------- font size is percentage of body font size -------- */
					color: #000000; 
					text-decoration: underline; 
					font-weight: bold; 
					}

.sitecell a:hover.title { color: #ff0000; }



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

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


/*------------- 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 }