/* Client Pages Style Sheet */

BODY
{	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Serif;}

/* Table Style */
TABLE{font-family: Verdana; font-size: 9pt}

/* Link Style */
A:link {color: #ff0000; text-decoration: underline;}
A:visited {color: #ff0000; text-decoration: underline;}
A:hover {color: #000000; text-decoration: underline;}
A:hover {text-decoration: underline;}

/* Selects (Drop Down Lists) */
SELECT
{	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Serif;}

/**/
INPUT
{	font-size:9pt;
	color: black;
	font-family: Verdana, Arial, Serif;}

/* Main title */
.Title_bar
{
	font-weight: bold;
	font-size: 20pt;
	color: #ff0000;
	font-family: verdana;
	text-decoration:none;
}

/* Bold text for menu headers & other bold items */
.bold_headers
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: verdana;
	text-decoration:none;
}

/* used for number of items in cart, top right and lower right corner of horiz menu */
/* or anything else you want that small  */
.tiny_text
{
	font-weight: bold;
	font-size: 7pt;
	color: #000000;
	font-family: verdana;
	text-decoration:none;
}

/* Viewer window title  */
.viewer_title
{
	font-weight: bold;
	font-size: 16pt;
	color: #ff0000;
	font-family: verdana;
	text-decoration:none;
}

/* style for lower view window showing classes to register for  */
.viewer_table
{
	font-size: 8pt;
	color: #000000;
	font-family: verdana;
	text-decoration:none;
}

/* Class listing - table titles  */
.viewer_table_title
{
	font-weight: bold;
	background-color: #000000;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration:none;
}

/* activity titles  */
.class_title
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff0000;
	font-family: verdana;
	text-decoration:none;
}



	
/* for the tree control, upper portion of Selectactivity.wcs */
.trigger{
  	font-size: 9pt;
	color: #ff0000;
	font-family: verdana;
        text-decoration:none;
	cursor: pointer;}

.branch{
	display: none;
  	font-size: 9pt;
	color: #ff0000;
	font-family: verdana;
        text-decoration:none;
	margin-left: 16px;
	cursor: pointer;}


