/* Cascading Style Sheet, for DaveChappelle.com *//* TLR Stuff */BODY{	background-color: #222222;	SCROLLBAR-FACE-COLOR: #333333;	SCROLLBAR-HIGHLIGHT-COLOR: #777777;	SCROLLBAR-3DLIGHT-COLOR: #000000;	SCROLLBAR-ARROW-COLOR: #FF9900;	SCROLLBAR-DARKSHADOW-COLOR: #777777;	SCROLLBAR-BASE-COLOR: #000000;}td {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 8pt;	line-height:10pt;}/* --------------------- Start Table Cell Classes ----------------------- */				a		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			text-decoration: none;			font-weight: normal;		}		a:link 		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			text-decoration: none;			font-weight: normal;		}				/* ensure forms don't add any unwanted spaces */				form		{			border: 0px solid #000;			display: inline;			margin: 0px;			padding: 0px;		}		/* Header Table Cell Class For Standard Tables */					.ForumsHeader		{			font-size: 8pt;			font-weight: bold;			color: #FF9900;			text-decoration: none;			background-color: #333333;		}				/*  Header Text (Within ForumsHeader) 			This should have the same color as ForumsHeader above */		.HeaderTxt		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;			text-decoration: none;		}				.HeaderTxtOrange		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FF9900;			text-decoration: none;		}				.HeaderButton		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;			background-color: #444444;			background-image: url(../images/table_header.gif);		}				/* Datagrid header table cell class. This is a carbon copy of ForumsHeader apart from		   the additional of a top, left and right cell borders. The border colors must		   be the same as the ForumsBackGroundTable class background color for maximum effect*/		.DataGridHeader		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;			background-color: #444444;			border-right: #111111 1px solid;			border-top: #111111 1px solid;			border-left: #111111 1px solid;			background-image: url(../images/table_header.gif);		}				/* Datagrid footer table cell class. This is a carbon copy of ForumsBody1 apart from		   the all the border colors are the same color as the ForumsBackGroundTable background color */		.DataGridFooter		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;			background-color: #E8EEF7;			border-left: 1px #111111 solid; 			border-right: 1px #111111 solid; 			border-bottom: 1px #111111 solid;		}						/* Group or sub-header Table Cell Class 		   Controls the header cell for forum groups */		.TableHeader		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;			text-decoration: none;			background-image: url(../images/table_header.gif);			background-color: #333333;		}				.TableHeaderOver		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FF9900;			text-decoration: none;			background-image: url(../images/table_header_over.gif);			background-color: #333333;		}				.FormHeaderBkgd		{			background-image: url(../images/table_header.gif);			background-color: #333333;		}		/*  Group or sub-header Table Cell Class (Font Not Bold) */		.ForumGroupHeaderNotBold		{			background-image: url(../images/table_groupheader.gif);			border-bottom: 1px #222222 solid;			border-right: 1px #222222 solid;			border-left: 1px #444444 solid;			border-top: 1px #444444 solid;			background-color: #333333;		}		/*  Footer Table Cell Class */		.FooterBG		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;			font-weight: bold;			border-right: 1px #111111 solid;			border-left: 1px #333333 solid; 			background-color: #222222;		}				/*  The top table row within the forum header. This holds the various forum links */				.TopHeaderCell		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #777777;			background-color: #444444;			font-weight: bold;			border-bottom: 2px #111111 solid;			border-right: 1px #111111 solid;			border-top: 1px #333333 solid;			border-left: 1px #333333 solid;		}				/*  This is only used within the forums header. This is the background cell for the yahoo			type navigation within the forums */				.BottomHeaderCell		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: normal;			color: #666666;			background-color: #222222;			border-bottom: 1px #111111 solid;			border-right: 1px #111111 solid;			border-left: 1px #333333 solid;			border-top: 1px #333333 solid;		}				/*  Author Table Cell Class for ShwMessages.aspx */		.ShwMessageAuthorName		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #5984CE;			background-color: #222222;			border-bottom: 1px #111111 solid;			border-right: 1px #111111 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid; 			}		/*  The is a background table that hosts all other tables		    The really is used to define the border color of tables and lines seperating cells within table */		.ForumsBackGroundTable		{			background-color: #111111;			border-bottom: #333333 1px solid;			border-right: #333333 1px solid;			border-top: #333333 1px solid;			border-left: #333333 1px solid;		}				/*  The is a background table that hosts the Welcome Guest and Logged In As : Text at the top			of each forum page */		.ForumsBackGroundTableLight		{			background-color: #222222;			border-bottom: #111111 1px solid;			border-right: #111111 1px solid;			border-top: #333333 1px solid;			border-left: #333333 1px solid;		}					/*  This is used to add line seperators where required when the 			datagrid limits customization			This class should have the same background color as ForumsBackGroundTable */		.DarkCell		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: normal;			color: #003366;			background-color: #111111;		}				/*  ***************************************************************			These are the main table cell classes that control the color of 			two main table cell background colors within the application 			*************************************************************** */				/*  This should be the lighter color of the two colors */				.ForumsBody1		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #cccccc;			background-color: #444444;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #555555 solid; 			border-top: 1px #555555 solid;		}				.ForumsBody1Over		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			background-color: #444444;			border-bottom: 1px #555555 solid;			border-right: 1px #555555 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid;		}				.TableRowErrorLabel		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #999999;			background-color: #444444;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #555555 solid; 			border-top: 1px #555555 solid;		}				.Navigation		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			background-color: #444444;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #555555 solid;			border-top: 1px #555555 solid;		}				.NavigationOver		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;			background-color: #444444;			border-bottom: 1px #555555 solid;			border-right: 1px #555555 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid;		}		/*  This should be the darker color of the two colors */		.ForumsBody2		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #cccccc;			background-color: #333333;			border-bottom: 1px #222222 solid;			border-right: 1px #222222 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid; 			}				.ForumsBody3		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #ff9900;			font-weight:bold;			background-color: #333333;			border-bottom: 1px #444444 solid;			border-right: 1px #444444 solid;			border-left: 1px #222222 solid; 			border-top: 1px #222222 solid; 			}				/*  This should be the darker color of the two colors */		.TableBodyDark		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;			font-weight:bold;			background-color: #444444;			border-bottom: 1px #222222 solid;			border-right: 1px #222222 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid; 			}				.TableBodyDarkOver		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			font-weight:bold;			background-color: #333333;			border-bottom: 1px #444444 solid;			border-right: 1px #444444 solid;			border-left: 1px #222222 solid; 			border-top: 1px #222222 solid; 			}				.TableBodyLight		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;			background-color: #444444;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #555555 solid; 			border-top: 1px #555555 solid;		}				.TableBodyLightOver		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;			background-color: #444444;			border-bottom: 1px #555555 solid;			border-right: 1px #555555 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid;		}				/*  Used on ShwMessages.aspx for the footer of each message within a thread 			This is the cell that hosts the IP information and the Instant Message contact icons */		.ShwMessageFooter		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #8DA9D2;			background-color: #222222;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid;		}				/* Thin white line seperating each message on ShwMessages.aspx */		.MessageSeperator		{			background-color: #78A7D1;			height:1px;		}				/* Thin table cell at footer of forum groups. Used on default.aspx		   Border colors should match the ForumsBackGroundTable background color */					.GroupFooter		{			background-color: #333333;			border-bottom: 1px #111111 solid;			border-right: 1px #111111 solid;			border-left: 1px #111111 solid;		}				/*  This is the red table cell with white text that normally indicates a 		    successful save or possible application error */		.WarningCell		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #ffffff;			background-color: #EE0000;		}		/* --------------------- End Table Cell Classes ----------------------- *//* --------------------- Links Classes ----------------------- */			/*  This is the main links class of the application. 			This is the used for all small links within the application */		.smlLinks 		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}				a.smlLinks		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}				a.smlLinks:link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}		a.smlLinks:hover		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;		}				a.SmallWhiteLink		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;		}				a.SmallWhiteLink:link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;		}		a.SmallWhiteLink:hover		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}				/*  This is the main bold links class of the application. 			This is the used for all small links within the application */		.smlBoldLinks			{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FF9900;		}		.smlBoldLinks:link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FF9900;		}		.smlBoldLinks:hover		{			color: #ffffff;		}		/*  This is the main links class of the font size 2 links within the application. 			This is the used for all larger links within the application.			Forum names for example on default.aspx used this class */		.bgBoldLinks 		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 10pt;			font-weight: bold;			color: #FF9900;		}		.bgBoldLinks:link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 10pt;			font-weight: bold;			color: #FF9900;		}		.bgBoldLinks:hover		{			color: #ffffff;		}				/*  This is basically a linked version of the HeaderTxt class */		.HeaderTxt a 		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FFFFFF;		}				.HeaderTxt:hover 		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #FF9900;		}					/*  This is only used within the admin area for the update links when 			changing forum group and forum sort orders */		.vsmlLinks		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 7pt;			color: #FF9900;		}				.vsmlLinks:link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 7pt;			color: #FF9900;		}		.vsmlLinks:hover		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 7pt;			color: #FFFFFF;		}		/*  Controls Links Within DataGrid Footer Columns. Normally Prev 15, Back, Next etc */		.FooterBG a		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}		.FooterBG:Link		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}		.FooterBG Hover		{			color: #DD0000;		}				/* --------------------- / Links Classes ----------------------- *//* --------------------- Normal Text Classes ----------------------- */				/*  This class controls all small normal text within the application. 			For example forum descriptions on default.aspx */				.SmallTxt		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #cccccc;		}				/*  This class controls all small bold text within the application. */		.SmallTxtBold		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #cccccc;		}		/*  Used for the "IP logged" text on shwMessage.aspx */		.SmallWhiteText		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;		}		/*  This class formats all normal small gray text within the application */		.SmallGrayText		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #999999;		}				.SmallOrangeText		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FF9900;		}		/*  This class formats all normal small gray bold text within the application */		.SmallBoldGrayText		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #999999;			font-weight: bold;		}				/*  This controls the main navigation seperator which is by default the "È" symbol 			This is used in the Yahoo type navigation in the header of every forum page.			Primarily used within controls/navigation.ascx */		.NavSeperator		{			font-family: Tahoma, Verdana, Arial;			font-size: 8pt;			color: #999999;		}		/*  This controls the main navigation light gray label. This is the label that indicates			the current page your viewing. This appears in the Yahoo type navigation in the 			header of every forum page Primarily used within controls/navigation.ascx */		.NavigationLabel		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			font-weight: bold;			color: #999999;		}				/*  This class controls the look of all asp.net form validation controls. This also 			controls the small asterisk that is displayed next to required fields */ 				.ValidationTxt		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size:8pt;			color: #FF9900;		}				/*  This class controls the headers for the seperate search panels on search.aspx.			For example the Using..., Display..., Search Within... text 			This should have the same background color as ForumsBody1 */		.SearchPanelHeader		{			font-family: Verdana, Arial, Verdana, Tahoma;			font-size: 8pt;			font-weight: bold;			color: #5F779C;			background-color: #F0F5FA;		}		/*  This class controls the look of the quoted text within a post. Used on 			shwmessages.aspx and within the messagedisplay.ascx user control. */		.Quote		{			font-size: 8pt;			width: 70%;			color: #aaaaaa;			border-top: #666666 1px dotted;			border-bottom: #666666 1px dotted;			border-right: #666666 1px dotted;			border-left: #666666 2px solid;			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			background-color: #444444;		}				/*  This is the class used to control the notification message displayed on the			admin homepage inidcating the number of posts awaiting moderation */				.Sticky		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #aaaaaa;			background-color: #000000;			border: #444444 1px solid;		}					/*  This is the class used to highlight search terms on search.aspx */				.Highlight		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			background-color: #000000;		}		/* --------------------- Normal Text Classes ----------------------- *//* --------------------- Form Classes ----------------------- */		/*  This class controls the look of all htmlinputtext controls			This is used extensive within the profile section and also controls			the keyword and member name input boxes on search.aspx 			Also controls some larger dropdownlist options within the administration pages */		.FormInputText		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 10pt;			color: #dddddd;			background-color: #333333;			border: #FF9900 1px solid;			height:22px;			padding-left:3px;			padding-top:2px;		}		/*  This class controls the look of all the small htmlinputtext form elements 			This is used for the forum jump drop downlist and message sort dropdownlists			It also formats the dropdownlist search options on search.aspx */		.FormInputTextSmall		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #DDDDDD;			background-color: #333333;			border: #FF9900 1px solid;			height:16px;			padding-left:3px;			padding-top:2px;		}				.FormInputTextSmallWhite		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #FFFFFF;			background-color: #333333;			border: #FFFFFF 1px solid;			height:16px;			padding-left:3px;			padding-top:2px;		}				.FormInputTextSmallGray		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #CCCCCC;			background-color: #333333;			border: #CCCCCC 1px solid;			height:16px;			padding-left:3px;			padding-top:2px;		}				.FormDropDown		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #dddddd;			background-color: #333333;			height:19px;		}		/*  This class controls the look of all small form buttons within the application 			This is mainly used within the admin area although it can be found on the Go buttons			on messages.ascx */		.FormButton		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 8pt;			color: #666666;			font-weight: bold;		}		/*  This class controls the look of all large form buttons within the application			These are used on the majority of submit buttons etc */		.FormButtonBig		{			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;			font-size: 10pt;			color: #0061A1;			font-weight: bold;		}					/*  This class controls the look of the sort order dropdownlist control when			sorting groups or forums within the administration area. The is very small			to enable the dropdownlist to fit within the 5px cellpadding restriction 			table cell */		.smallDropDownList		{			font-family: verdana, ms sans serif;			font-size: 5pt;			color: #dddddd;			background-color: 333333;		}						/* Events Calendar */				.CalendarBody		{			color: #FF9900;			background-color: #444444;			border-bottom: 1px #333333 solid;			border-right: 1px #333333 solid;			border-left: 1px #555555 solid;			border-top: 1px #555555 solid;			padding:3px;			height:75px;		}		.CalendarBodyOver		{			color: #FFFFFF;			background-color: #555555;			border-bottom: 1px #666666 solid;			border-right: 1px #666666 solid;			border-left: 1px #444444 solid;			border-top: 1px #444444 solid;			padding:3px;			height:75px;		}				.CalendarToday		{			color: #FF6600;			background-color: #333333;			border-bottom: 1px #444444 solid;			border-right: 1px #444444 solid;			border-left: 1px #222222 solid;			border-top: 1px #222222 solid;			padding:3px;			height:75px;		}				.CalendarSelected		{			color: #FFFFFF;			background-color: #555555;			border-bottom: 1px #666666 solid;			border-right: 1px #666666 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid;			padding:3px;			height:75px;		}				.CalendarFaded		{			color: #666666;			text-decoration:none;			background-color: #333333;			border-bottom: 1px #222222 solid;			border-right: 1px #222222 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid; 			padding:3px;			height:75px;		}		.CalendarFadedOver		{			color: #777777;			text-decoration:none;			background-color: #444444;			border-bottom: 1px #555555 solid;			border-right: 1px #555555 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid; 			padding:3px;			height:75px;		}				.CalendarEvent		{			color: #FFFFFF;			text-decoration:none;			background-color: #666666;			border-bottom: 1px #FF9900 solid;			border-right: 1px #FF9900 solid;			border-left: 1px #FF9900 solid; 			border-top: 1px #FF9900 solid; 			padding:3px;			height:75px;		}		.CalendarEventOver		{			color: #FFFFFF;			text-decoration:none;			background-color: #999999;			border-bottom: 1px #FFFFFF solid;			border-right: 1px #FFFFFF solid;			border-left: 1px #FFFFFF solid; 			border-top: 1px #FFFFFF solid; 			padding:3px;			height:75px;		}				.CalendarEventFaded		{			color: #CCCCCC;			text-decoration:none;			background-color: #444444;			border-bottom: 1px #FF9900 solid;			border-right: 1px #FF9900 solid;			border-left: 1px #FF9900 solid; 			border-top: 1px #FF9900 solid; 			padding:3px;			height:75px;		}		.CalendarEventFadedOver		{			color: #FFFFFF;			text-decoration:none;			background-color: #555555;			border-bottom: 1px #FFFFFF solid;			border-right: 1px #FFFFFF solid;			border-left: 1px #FFFFFF solid; 			border-top: 1px #FFFFFF solid; 			padding:3px;			height:75px;		}				.CalendarGroupHeader		{			font-size: 7pt;			color: #666666;			font-weight: bold;			background-color: #222222;			border-bottom: 1px #111111 solid;			border-right: 1px #111111 solid;			border-left: 1px #333333 solid; 			border-top: 1px #333333 solid;			padding:1px;		}		.CalendarHeader		{			font-weight: bold;			color: #FFFFFF;			background-color: #333333;			background-image: url(../images/table_header.gif);			height:30px;			/* padding:3px; */		}/* --------------------- / Form Classes ----------------------- */		.EventHeader		{			color: #666666;			text-decoration:none;			background-color: #333333;			border-bottom: 1px #222222 solid;			border-right: 1px #222222 solid;			border-left: 1px #444444 solid; 			border-top: 1px #444444 solid; 			padding:3px;		}