/*  TemplateName=CustomStyle.tpt */
/*  $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/CustomStyle.css,v 1.8 2003/07/24 23:47:39 paulj Exp $  */
/*
	These are the styles peculiar to this site. Any styles
	specified in this file will override the baseline
	styles for the Convio product. The styles	must be in
	this file so that they will be available in the
	Internet Exporer WYSIWYG HTML editor as well as in the
	Page Wrapper.

	Convio does not maintain this file once it has been
	delivered to the client.
*/

p, li, ol, ul, table, tr, th, td, .Explicit 
{
    font-family: Times New Roman, serif;
    font-size: 10pt;
}
.ObjTitle    (line 137)
{
	font-family: Times New Roman, serif;
	font-size: 10pt;
}

/*****************************************************
CSS Styles applied 06-18-2009

The Form in question is form number: 3220

We target various elements that make up the form

Element#1 - label tag that has a class name of wrapable
Element#2 - span tage that has a class name of Explicit
Element#3 - p tag
Element#4 - p tag with a class name of Smaller which is the ancestor of the label tag

So what you see here is essentially as such: Form&gt;element&gt;class name then we give it styles

*****************************************************/
form#survey_3220 label.wrapable,
form#survey_3220 span.Explicit,
form#survey_3220 p,
form#survey_3220 p.Smaller label {font-size:12px; font:Verdana, sans-serif; font-family:Verdana; color:#000000;}

/*****************************************************
CSS Styles applied 06-18-2009

The Form in question is form number: 3280

We target various elements that make up the form

Element#1 - label tag that has a class name of wrapable
Element#2 - span tage that has a class name of Explicit
Element#3 - p tag
Element#4 - p tag with a class name of Smaller which is the ancestor of the label tag

So what you see here is essentially as such: Form&gt;element&gt;class name then we give it styles

*****************************************************/
form#survey_3280 label.wrapable,
form#survey_3280 span.Explicit,
form#survey_3280 p,
form#survey_3280 p.Smaller label {font-size:12px; font:Verdana, sans-serif; font-family:Verdana; color:#000000;}