					/* --------------------------------- */
					/* - COCKERSPANIEL ONLINE MAGAZINE - */
                                        /* -- AKC SHOW  INFORMATION PAGES -- */
					/* --------- showpage.css ---------- */
					/* --------------------------------- */

					/* ------------------- */
					/* -- PAGE SETTINGS -- */
					/* ------------------- */
.showmain
{
	background: #c7c7c7;					/* set background to gray */
	font-family: Times new Roman, Arial;			/* font settings          */
}

.pointpage
{
	background: #ffddff;					/* set background to salmon pink */
	font family: Times New Roman, Arial;			/* font settings                 */
}

.championpoints
{
	background-image: url(http://www.cockerspaniels.com/backgrounds/back_left_y.gif);  /* set background image    */
	background-repeat: repeat;				/* fill page with image    */
	font-family: Times New Roman, Arial;			/* font settings           */
}

.ribbonspage
{
	background-image: url(http://www.cockerspaniels.com/backgrounds/list_bkg.jpg;	/* set background image    */
	background-repeat: repeat;				/* fill page with image    */
	font-family: Times New Roman, Arial;			/* font settings           */
}

.spectatortips
{
	background: #804040;					/* set background to purple-gray */
	font-family: Times New Roman; Arial;			/* font settings                 */
}

.sonly								/* Visible on Screen only */
{
	display: block;
}

.ponly								/* Visible during Printing only */
{
	display: none;
}
