
/* styles for recent entries */
.muted			{ color: #ccc; font-weight: 100;}
#entrant_end_of_list	{ color: #ccc; font-size: 85%; padding: 15px; } /* the message at the end of the list of entrants */
#name_column		{ min-width: 200px; max-height: 506px; width: 180px; padding: 5px; padding-left: 0px;position: relative;} /* the td for the names */
#name_column_wrap	{ position: relative;}
#images_column		{ width: 640px;padding: 5px; position:relative;} /* the td for the images */

#entrant_list_header	{ text-align: right;  font-size: 19pt; font-family: Arial Codensed, Arial; font-weight: 800; letter-spacing: -0.1em; margin-bottom: 8px;min-height: 23px; margin-right: 31px; }
#entrant_list_wrap	{ max-height: 505px; height: 505px; overflow-y: auto; overflow-x: hidden; text-align: right;}
#entrant_list 		{ height: auto; width: 100%; list-style: none; padding: 0; margin: 0; text-align: right;} /* list of entrants down the left side ul */
.entrant_item 		{ text-transform: capitalize; text-align: right;display: block; text-decoration: none; height: auto; line-height: 11px; margin-bottom: 4px;  margin-right: 15px; font-weight: 100;} /* each item li */
.entrant_link		{ font-weight: 100; }

#entrant_name		{ heigt: auto; min-height: 35px; font-size: 19pt; font-family: Arial Codensed, Arial; font-weight: 800; letter-spacing: -0.1em; margin-left: 0px; clear:both;float:left;margin-top: 5px;}
#entrant_images_wrap 	{ white-space: nowrap; text-align: left; width: 420px; white-space: nowrap;overflow-x: auto; overflow-y: hidden; height: 78px;clear:both;float:left} /* wrapper around thumbs */
 #entrant_images 	{ overflow: visible; white-space: nowrap; height: 58px; width: auto; padding: 5px; padding-bottom: 0px; border: 1px solid #ccc;} /* major div to contain all images */
.image_cell		{ display:inline; margin: 0px 5px 0px 0px; padding: 0px; height: 50px;} /* each cell of the images */
.image_link		{ margin: 0px; padding: 0px; } /* the link for each thumbnail */
.image_image		{ margin: 0px; padding: 0px;  } /* each thumbnail image */
#entrant_image_big	{ height: 420px; width: 420px;clear:both;float:left }
#entrant_image_big IMG	{ margin: 5px 0px 5px 0px; } /* big image once clicked or rolled over */

#messages		{ font-size: 19pt; font-family: Arial Codensed, Arial; font-weight: 800; letter-spacing: -0.1em; padding: 5px 0 0 10px;}

#entrant_list_gradient_bottom	{position: absolute; bottom: 0px; right: 0px; background: url(/graphics/gradient-white-bottom.png) repeat-x;z-index: 5;height: 40px; width: 200px;}

#yui-history-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

