/*
MAIN TABLE CELL STYLE: AFFECTS ALL TEXT ON "TICKET TALK" CLIENT PAGES
	1. Changing the font-family for this style will affect all text on the client pages.
	2. Increase or decrease the font-size as appropriate for your site.
	3. Change the color as appropriate for your site (default is #333333 or dark grey).
*/
TD { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333 }
/*
HORIZONTAL RULE STYLE: AFFECTS THE COLOR OF ANY HR USED                            
*/
HR { color:#CCCCCC; }
/*
LINK STYLE: AFFECTS LINKS ON "TICKET TALK" CLIENT PAGES
	1. Change the color as appropriate for your site
*/
A { color: #006666; text-decoration: underline; }
A:hover { text-decoration: none; }
/*
LINK STYLE: AFFECTS AREA OR CATEGORY LINKS ON "TICKET TALK" FAQ PAGES
	1. Change the color as appropriate for your site
*/
A.faqarea { color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; }
/*
TEXT STYLES: AFFECT TEXT WITH THE APPEARANCE SPECIFIED BY THE STYLE'S NAME
	1. For example, all bold text will have the style ".boldtext" applied to thus
	editing this style will affect that text.
	2. ".titletext" affects all larger text items on client pages (in bold blue
	by default.
	3. ".ticketnumbertext" affects the (default bold white) ticket number display.
*/
.boldtext { font-weight: bold; }
.smalltext { font-size: 10px; font-weight: normal; }
.titletext { font-size: 12px; font-weight: bold; color: #006666 }
.faqtitletext { font-size: 13px; font-weight: bold; color: #6699CC }
.ticketnumbertext { font-weight: bold; color: #FFFFFF }
.chattext { font-size: 12px; font-weight: normal; }
.chattextbold { font-size: 12px; font-weight: bold; }
.chatreplytext { font-size: 12px; font-weight: normal; color: #333399 }
.chatreplytextbold { font-size: 12px; font-weight: bold; color: #333399 }
/*
FORM ELEMENT STYLES: AFFECT FORM ELEMENTS ON CLIENT PAGES CHANGE ONLY IF YOU ARE
	FAMILIAR WITH CSS -----
*/
.submitbutton { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; background-color: #e8e8e8; }
.formelement { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; background-color: #e8e8e8; }
