/* Warm_Sunset: Non-Blockish Stylesheet Template
   Professional looking for counselors or small business. CSS is modified based on Professional_Earth.
   Version: 08/04/2009 Changed: Thu Jun 24 2010 12:06pm, Compiled: Thu Jun 24 2010  4:56pm
   Author: Dino Lau
/*
This is a public look for use with HotDoodle.

It is both good and bad in that this stylesheet is heavily commented.
The good part is that the comments can allow casual users to create their own looks
without having to master stylesheets. The bad part is that the comments can
make the stylesheet at first seem more complicated than it really is.

You may upload your stylesheet through the Custom Look and Feel item on the 
admin menu. When you do this you will get a link that will run the stylesheet
through the CSS validator at http://jigsaw.w3.org. 
We recommend that you run this and that you check also that what it echos 
as valid HTML has all that you input, because mismatched
comments can take out whole blocks.

If the formatting suddently goes weird, you probably started and forgot to close a comment.
Check your recent edits, or use the validator above.

============================================================
== Site Theme Core Options
============================================================

									// When using font size variables (ie. "x-small" IE is
	// usually approx 2px bigger than other browsers, so set IE smaller

	// Typical xx-small= 9px
	// Typical x-small: 10px
	// Typical small: 13px
	// Typical medium: 16px
	// Typical large: 18px
	// Typical x-large: 24px
	// Typical xx-large: 32px

Setting the width
	width: 800px;  -- the page will be this size, and if there is any extra
	       the page will center around it. The body background image will
	       appear around the sides. If the content is wide, the page will 
	       widen
	width: auto: -- the page will be as wide as needed to fit the content
			Leaving the width out has the same effect.
	width: 100%; -- the page will fill the browser window side to side
	width: 90%; --  the page will expand to almost fill the browser window 
		side to side but will have some margins into which the body 
		background image is displayed.
These other widths affect internal areas
    		// secondary sidebar, if any
  	// Can force the body and main area to be a min size
    	// Should match size of background
        



	Navigation links are somewhat special
	Make them stand out by color, font, or size
	
	For blockish themes consider using the same color for
	=MODULE_TITLE_FONT_COLOR=, =MAIN_FONT_COLOR=
	Another style decision is to use this same font for
	=LINK_FONT_COLOR= and maybe even for =NAVLINK_FONT_COLOR= and =MANAGEMENTLINK_FONT_COLOR=
	However, if the links all have the same colors, consider differentiating
	them by other means such as font, boldness, size, or text-decoration.	
	// Module title font, should be a complimentary to the background, or dark if there is no background
	


//                                  arial, verdana, "ms sans serif", sans-serif 
//									tahoma, arial, verdana, "ms sans serif", sans-serif
//									Helvetica, Verdana
								'"ms sans serif", sans-serif, verdana, arial'}
								

//                                  verdana, geneva, sans-serif 						


============================================================
== Site Color Legend
============================================================

					// ligh orange
					// defaults to MAIN_BG_COLOR
						// 
						// 
					// 

 					// light gray
					// 

 		// defaults to MAIN_BG_COLOR
 			// defaults to MODULE_BODY_BG_COLOR, set this ONLY if you want a blockish look
		// defaults to MODULE_BODY_BG_COLOR
	 			// 
		//  

					// black
  				// brown
 			// DARK BROWN
  				// 

				// blue
		// light blue
 					// light blue

				// Brown
		// apply to logout text
					// apply to webaddress, login and entry box
			// 

						//  
					// NOTE: not used in this look

						// 
				//
					// blue
					// slightly different brown than CONTENT_BG_COLOR

				//  
				// 
						// 
					// dark grey
				// 

				// feature 1
		// feature 1
			// feature 1

				// feature 2

				// feature 3
		// feature 3
			// feature 3

					//
				//
					//
				//
					//
				//
				//
			//

== 

== ezpulldownmenu Support 

== Image Links

============================================================
== Do some assignments for some things that might not have been set above
============================================================
*/
/* =======================================================================
   =======================================================================
   =========== Start _assign_defaults.tpl 9/7/2009 =======================
   =======================================================================
   =======================================================================
*/

/*
	

=========================================
Setting fonts and sizes  (colors are set further down)
 
	// Typical xx-small= 9px
	// Typical x-small: 10px
	// Typical small: 13px
	// Typical medium: 16px
	// Typical large: 18px
	// Typical x-large: 24px
	// Typical xx-large: 32px
	
	
	Navigation links are somewhat special
	Make them stand out by color, font, or size
	
	For blockish themes consider using the same color for
	=MODULE_TITLE_FONT_COLOR=, =MAIN_FONT_COLOR=
	Another style decision is to use this same font for
	=LINK_FONT_COLOR= and maybe even for =NAVLINK_FONT_COLOR= and =MANAGEMENTLINK_FONT_COLOR=
	However, if the links all have the same colors, consider differentiating
	them by other means such as font, boldness, size, or text-decoration.	
	// Module title font, should be a complimentary to the background, or dark if there is no background
	




	Warning: Defaulting LINK_FONT_FAMILY from MAIN_FONT_FAMILY (arial, helvetica, verdana, tahoma, sans-serif) Font used for links





	
=========================================
Setting the widths
	width: 800px;  -- the page will be this size, and if there is any extra
	       the page will center around it. The body background image will
	       appear around the sides. If the content is wide, the page will 
	       widen
	width: auto: -- the page will be as wide as needed to fit the content
			Leaving the width out has the same effect.
	width: 100%; -- the page will fill the browser window side to side
	width: 90%; --  the page will expand to almost fill the browser window 
		side to side but will have some margins into which the body 
		background image is displayed.
		
	
	These other widths and heights affect internal areas
	
		// secondary sidebar, if any
	 // Can force the body and main area to be a min size
	
	
	

	
=========================================
Setting degree of outlining
	Warning: Defaulting NONBLOCKISH to 1Let there be one color, and let images shine through

	Warning: Defaulting BLOCKISH to 0Blocks have borders and are inset from them. Links are shaded

	Warning: Defaulting MODERATE to 0Some borders







============================================================
Frames in styles:
   declare_layout introduces variables that can be checked in a layout
   For example, 
      {declare_layout var=frames val=0}
      lets the index.tpol for the layoput do the following:
      {if $layout.frames==1}
============================================================
 


============================================================
== Alignment
==    This declare style affects the main index.php files.
==    A typical declaration is 
==    
==       <table class="body" align='{site_align}' cellpadding='0' cellspacing='0' {background type='content'}> ...</table>
==    
==    where the value if site_align is taken from this declare_layout
 

===============================

	Module titles are a place where the theme gets much of its look
	You can either go with the main colors (or something close) 
	and make the titles bigger and bolder, or you can invert the titles where
	the normal background becomes their lettering and the normal font color becomes
	their background.  Alternatively, they can be an entirely different color, 
	perhaps with a light background. It depends on if you want the titles to be
	bars or not.  Also do decide if if titles are centered. 
		Warning: Defaulting TITLEBARS to 0block headers will be shaded or bordered




===============================================
== Setting colors






	Warning: Defaulting LIGHT_BG_FONT_COLOR from MAIN_FONT_COLOR (#000000) Used when the background color is light. e.g. Yellow or white.

	Warning: Defaulting DARK_BG_FONT_COLOR from MAIN_FONT_COLOR (#000000) Used when the background color is light. e.g. Yellow or white.


	Warning: Defaulting HIDDEN_FONT_COLOR to #E0E0E0Used for text best seen only by search engines.











	Warning: Defaulting BODY_BG_IMAGE to background image for the entire page, including the outer borders, can be overridden by fine-tune-your-look

	Warning: Defaulting BODY_DECORATIVE1_BG_IMAGE to Used in body_decorative_1



	Warning: Defaulting CONTENT_BG_IMAGE to 



 
	Warning: Defaulting HEADER_BG_IMAGE to background image for the header, can be overridden by fine-tune-your-look
 
	Warning: Defaulting HEADER_ABOVE_BG_IMAGE to Used in divtop_above

	Warning: Defaulting HEADER_BELOW_BG_IMAGE to Used in divtop_below



	Warning: Defaulting SIDEBAR_BG_IMAGE to background image for the sidebars, can be overridden by fine-tune-your-look



	Warning: Defaulting MAIN_BG_IMAGE to background image for the main area of the page, can be overridden by fine-tune-your-look





	

	Warning: Defaulting MODULE_BODY_BG_IMAGE to 

	





 








===============================
== More colors









			






/* ====
   ==== Assign default pulldowns values if they were not set in the including stylesheet
   ==== 
  

	Warning: Defaulting NAVBUTTON_BG_IMAGE to 



	Warning: Defaulting NAVBUTTON_CURRENT_BG_IMAGE to 





   == First, do the main bar 
		Warning: Defaulting TOPNAV_WIDTH to 100%Can be blank, can also be a value such as 800px
  
		Warning: Defaulting TOPNAV_BG_COLOR from NAVBUTTON_BG_COLOR (#D8C060) 

		Warning: Defaulting TOPNAV_BG_COLOR_CURRENT from TOPNAV_BG_COLOR (#D8C060) 

	
		Warning: Defaulting TOPNAV_TABLE_BG_IMAGE to Image for the entire nav table

	
		
		Warning: Defaulting TOPNAV_FONT_SIZE to medium

	
	
	
	
	
	

	== Now, do the pulldowns 
		Warning: Defaulting TOPNAV_OUTLINE_COLOR from TOPNAV_BG_COLOR (#D8C060) 

		Warning: Defaulting TOPNAV_OUTLINE_WIDTH to 3px

	
	
		Warning: Defaulting TOPNAV_PULLDOWNS_BG_IMAGE from MENU_BG_IMAGE (#F4E4A2) 

		Warning: Defaulting TOPNAV_PULLDOWNS_BG_COLOR from TOPNAV_BG_COLOR (#D8C060) 

	
	
	
	
	
		Warning: Defaulting TOPNAV_PULLDOWNS_BG_IMAGE_CURRENT from MENU_BG_IMAGE (#F4E4A2) 

		Warning: Defaulting TOPNAV_PULLDOWNS_BG_COLOR_CURRENT from NAVBUTTON_HIGHLIGHT_BG_COLOR (#CCCCCC) 

	
	
	
		Warning: Defaulting TOPNAV_PULLDOWNS_OUTLINE_COLOR from TOPNAV_OUTLINE_COLOR (#D8C060) 


		Warning: Defaulting TOPNAV_PULLDOWNS_ITEM_OUTLINE_COLOR to If set, it will become a border

		Warning: Defaulting TOPNAV_PULLDOWNS_ITEM_OUTLINE_COLOR_CURRENT to If set, it will become a border



===============================




					
				

	Warning: Defaulting BASE2_LIGHTEST_COLOR to WHITE
				
	Warning: Defaulting BASE2_LIGHT_COLOR to WHITE
			
	Warning: Defaulting BASE2_COLOR to WHITEUsed in some styles
					
	Warning: Defaulting BASE2_DARK_COLOR to WHITE
					
	Warning: Defaulting BASE2_DARKEST_COLOR to WHITE
			

	Warning: Defaulting ACCENT1_COLOR to WHITEnavlink hover
					
	Warning: Defaulting ACCENT1_DARK_COLOR to WHITE
				

	Warning: Defaulting ACCENT2_COLOR to WHITE
				
	Warning: Defaulting ACCENT3_COLOR to WHITE
	
	Warning: Defaulting ACCENT4_COLOR to WHITE
		



====
==== Assign default values for opbuttons
==== 

	Warning: Defaulting HELP_BG_COLOR to #FFFFCC

	Warning: Defaulting HELP_COLOR to #333333"None" means to not set this color

		
	Warning: Defaulting BLOCKEDITING_FONT_COLOR to BLACKFont color form that has basic, advanced, views, permissions, etc

	Warning: Defaulting BLOCKEDITING_BG_COLOR to #CCCCCCBackground color within add the per-use section of block properties.  Marks that this is different.


	Warning: Defaulting PERUSEROW_FONT_COLOR from BLOCKEDITING_FONT_COLOR (BLACK) Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.
	
	Warning: Defaulting PERUSEROW_LINK_FONT_COLOR to #0071BDLink Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.

	Warning: Defaulting PERUSEROW_BG_COLOR to #F2F2F2Is the background color that highlights "in form" expansions such as advanced fields, views, styles

	Warning: Defaulting PERUSEROW_BG_COLOR2 to whiteIs the background color that highlights "in form" expansions such as advanced fields, views, styles. This one is the alternative color used in some rows
	



	Warning: Defaulting OPTITLE_BG_COLOR from HEADER_BG_COLOR (WHITE) 






	Warning: Defaulting OPTITLE_BG_IMAGE to An image to try is  /hotdoodle_engine/iconset/cp/bg_line1_flipped.gif



====
==== Show the colors we are using for opbuttons
====
 $BLOCKEDITING_FONT_COLOR=BLACK  
 $BLOCKEDITING_BG_COLOR=#CCCCCC 
 $PERUSEROW_BG_COLOR=#F2F2F2
 

====
==== Assign default values for outlines
==== 


	Warning: Defaulting CONTAINER_CONTAINER_CONTROL_BG_COLOR to #9999ccColor of container outlines in the main area

	Warning: Defaulting CONTAINER_CONTROL_BG_COLOR to #ccccffColor of non-container block outlines in the main area

	Warning: Defaulting CONTAINER_CONTAINER_CONTROL_FONT_COLOR from MAIN_FONT_COLOR (#000000) Color of text within a block outline. e.g. the block name


	Warning: Defaulting CONTAINER_SIDE_CONTAINER_CONTROL_BG_COLOR to #9999ccSometimes the color that works in the main area is hard to read in the sidebars.
	This sets the color of container outlines in the sidebar

	Warning: Defaulting CONTAINER_SIDE_CONTROL_BG_COLOR to #ccccffColor of non container outlines in the sidebars

	
	Warning: Defaulting CONTAINER_ALLPAGES_CONTROL_BG_COLOR to #669999"All Pages" containers have a different outline color





 
 
 
 
*/
/* Start Color Table

<table border = 1 cellspacing = "0" cellpadding = "0">
<tbody>
<tr><td colspan='2' align='middle'><br /><strong>Key Variables</strong></td></tr>
				<tr><td>BASE_SIZE<br />Core font size, others are computed relative to this</td>
				    <td style = ' background-color: small'>small</td>
			    </tr>
			    
				<tr><td>LINKDIFFERENTIATION<br />Do links differ by font, size, or color?</td>
				    <td style = ' background-color: SIZE'>SIZE</td>
			    </tr>
			    
				<tr><td>MAIN_FONT_FAMILY<br />Font used through most of the site</td>
				    <td style = ' background-color: arial, helvetica, verdana, tahoma, sans-serif'>arial, helvetica, verdana, tahoma, sans-serif</td>
			    </tr>
			    
				<tr><td>LINK_FONT_FAMILY <small>&lt;==MAIN_FONT_FAMILY</small><br />Font used for links</td>
				    <td style = ' background-color: arial, helvetica, verdana, tahoma, sans-serif'>arial, helvetica, verdana, tahoma, sans-serif</td>
			    </tr>
			    
				<tr><td>BODY_WIDTH</td>
				    <td style = ' background-color: 1000px'>1000px</td>
			    </tr>
			    
				<tr><td>MAIN_SIDEBAR_WIDTH</td>
				    <td style = ' background-color: 240px'>240px</td>
			    </tr>
			    
				<tr><td>SIDEBAR_WIDTH</td>
				    <td style = ' background-color: 165px'>165px</td>
			    </tr>
			    
				<tr><td>SIDEBAR_HEIGHT</td>
				    <td style = ' background-color: 400px'>400px</td>
			    </tr>
			    
				<tr><td>MAINAREA_HEIGHT</td>
				    <td style = ' background-color: 400px'>400px</td>
			    </tr>
			    
				<tr><td>HEADER_HEIGHT</td>
				    <td style = ' background-color: 80px'>80px</td>
			    </tr>
			    
				<tr><td>FOOTER_HEIGHT</td>
				    <td style = ' background-color: 30px'>30px</td>
			    </tr>
			    
				<tr><td>NONBLOCKISH <small>&lt;==Default Value</small><br />Let there be one color, and let images shine through</td>
				    <td style = ' background-color: 1'>1</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>Font Colors</strong></td></tr>
				<tr><td>MAIN_FONT_COLOR</td>
				    <td style = ' background-color: #000000'>#000000</td>
			    </tr>
			    
				<tr><td>MINOR_FONT_COLOR</td>
				    <td style = ' background-color: #8C7B45'>#8C7B45</td>
			    </tr>
			    
				<tr><td>MODULE_TITLE_FONT_COLOR</td>
				    <td style = ' background-color: #5C3015'>#5C3015</td>
			    </tr>
			    
				<tr><td>LINK_FONT_COLOR</td>
				    <td style = ' background-color: #42210B'>#42210B</td>
			    </tr>
			    
				<tr><td>LIGHT_BG_FONT_COLOR <small>&lt;==MAIN_FONT_COLOR</small><br />Used when the background color is light. e.g. Yellow or white.</td>
				    <td style = ' background-color: #000000'>#000000</td>
			    </tr>
			    
				<tr><td>DARK_BG_FONT_COLOR <small>&lt;==MAIN_FONT_COLOR</small><br />Used when the background color is light. e.g. Yellow or white.</td>
				    <td style = ' background-color: #000000'>#000000</td>
			    </tr>
			    
				<tr><td>HIDDEN_FONT_COLOR <small>&lt;==Default Value</small><br />Used for text best seen only by search engines.</td>
				    <td style = ' background-color: #E0E0E0'>#E0E0E0</td>
			    </tr>
			    
				<tr><td>NAVLINK_FONT_COLOR<br />colors of links that are to pages in the site</td>
				    <td style = ' background-color: #42210B'>#42210B</td>
			    </tr>
			    
				<tr><td>NAVLINK_BG_COLOR<br />colors of links that are to pages in the site</td>
				    <td style = ' background-color: transparent'>transparent</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>Page Area Colors. <a href="http://userguide.hotdoodle.com/?section=444" target=_blank>See Chart</a></strong></td></tr>
				<tr><td>BODY_BG_COLOR<br />background color for the entire page, including the outer borders, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-color: #F4E4A2'>#F4E4A2</td>
			    </tr>
			    
				<tr><td>CONTENT_BG_COLOR</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>HEADER_BG_COLOR<br />background color for the header, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>SIDEBAR_BG_COLOR<br />background color for the sidebars, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>MAIN_BG_COLOR<br />background color for the main area of the page, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>FOOTER_BG_COLOR<br />background color for the footer, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-color: #E6E6E6'>#E6E6E6</td>
			    </tr>
			    
				<tr><td>FOOTER_BG_IMAGE<br />background for the footer, can be overridden by fine-tune-your-look</td>
				    <td style = ' background-image: http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery67/footerModuleBg.gif'>http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery67/footerModuleBg.gif</td>
			    </tr>
			    
				<tr><td>MODULE_BODY_BG_COLOR<br />Is transparent if not in a blockish look</td>
				    <td style = ' background-color: transparent'>transparent</td>
			    </tr>
			    
				<tr><td>CONTAINER_BG_COLOR<br />Is transparent if not in a blockish look</td>
				    <td style = ' background-color: transparent'>transparent</td>
			    </tr>
			    
				<tr><td>MODULE_TITLE_BG_COLOR<br />background for block titles</td>
				    <td style = ' background-color: transparent'>transparent</td>
			    </tr>
			    
				<tr><td>EDITOR_BG_COLOR<br />Background in the text editing window</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>MENU_BG_IMAGE<br />background for menu buttons</td>
				    <td style = ' background-image: #F4E4A2'>#F4E4A2</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>Misc Colors</strong></td></tr>
				<tr><td>MANAGEMENTLINK_FONT_COLOR<br />Links for HotDoodle ops. E.g. Edit Text</td>
				    <td style = ' background-color: #42210B'>#42210B</td>
			    </tr>
			    
				<tr><td>MANAGEMENTLINK_BG_COLOR<br />Links for HotDoodle ops. E.g. Edit Text</td>
				    <td style = ' background-color: transparent'>transparent</td>
			    </tr>
			    
				<tr><td>BORDER_COLOR<br />Color of most outlines</td>
				    <td style = ' background-color: #CCCCCC'>#CCCCCC</td>
			    </tr>
			    
				<tr><td>ALT_BG_COLOR<br />Used to mark even/od rows, input boxes</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>Menus</strong></td></tr>
				<tr><td>NAVBUTTON_BG_COLOR</td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    
				<tr><td>NAVBUTTON_HIGHLIGHT_BG_COLOR</td>
				    <td style = ' background-color: #CCCCCC'>#CCCCCC</td>
			    </tr>
			    
				<tr><td>HOVER_BG_COLOR</td>
				    <td style = ' background-color: #CCCCCC'>#CCCCCC</td>
			    </tr>
			    
				<tr><td>TOPNAV_WIDTH <small>&lt;==Default Value</small><br />Can be blank, can also be a value such as 800px</td>
				    <td style = ' background-color: 100%'>100%</td>
			    </tr>
			    
				<tr><td>TOPNAV_BG_COLOR <small>&lt;==NAVBUTTON_BG_COLOR</small></td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    
				<tr><td>TOPNAV_BG_COLOR_CURRENT <small>&lt;==TOPNAV_BG_COLOR</small></td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    
				<tr><td>TOPNAV_BG_IMAGE<br />Image for individual buttons</td>
				    <td style = ' background-color: #F4E4A2;'>#F4E4A2;</td>
			    </tr>
			    
				<tr><td>TOPNAV_FONT_SIZE <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: medium'>medium</td>
			    </tr>
			    
				<tr><td>TOPNAV_FONT_COLOR</td>
				    <td style = ' background-color: #000000'>#000000</td>
			    </tr>
			    
				<tr><td>TOPNAV_FONT_COLOR_CURRENT</td>
				    <td style = ' background-color: #AC4912'>#AC4912</td>
			    </tr>
			    
				<tr><td>TOPNAV_OUTLINE_COLOR <small>&lt;==TOPNAV_BG_COLOR</small></td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    
				<tr><td>TOPNAV_OUTLINE_WIDTH <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: 3px'>3px</td>
			    </tr>
			    
				<tr><td>TOPNAV_PULLDOWNS_BG_IMAGE <small>&lt;==MENU_BG_IMAGE</small></td>
				    <td style = ' background-image: #F4E4A2'>#F4E4A2</td>
			    </tr>
			    
				<tr><td>TOPNAV_PULLDOWNS_BG_COLOR</td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    
				<tr><td>TOPNAV_PULLDOWNS_BG_IMAGE_CURRENT <small>&lt;==MENU_BG_IMAGE</small></td>
				    <td style = ' background-image: #F4E4A2'>#F4E4A2</td>
			    </tr>
			    
				<tr><td>TOPNAV_PULLDOWNS_BG_COLOR_CURRENT</td>
				    <td style = ' background-color: #CCCCCC'>#CCCCCC</td>
			    </tr>
			    
				<tr><td>TOPNAV_PULLDOWNS_OUTLINE_COLOR <small>&lt;==TOPNAV_OUTLINE_COLOR</small></td>
				    <td style = ' background-color: #D8C060'>#D8C060</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>Advanced Look Colors</strong></td></tr>
				<tr><td>BASE1_LIGHTEST_COLOR</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE1_LIGHT_COLOR</td>
				    <td style = ' background-color: #E6E6E6'>#E6E6E6</td>
			    </tr>
			    
				<tr><td>BASE1_COLOR<br />For Headers, borders, hover, navbuttons</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE1_DARK_COLOR</td>
				    <td style = ' background-color: #4D4D4D'>#4D4D4D</td>
			    </tr>
			    
				<tr><td>BASE1_DARKEST_COLOR</td>
				    <td style = ' background-color: #4F829E'>#4F829E</td>
			    </tr>
			    
				<tr><td>BASE2_LIGHTEST_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE2_LIGHT_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE2_COLOR <small>&lt;==Default Value</small><br />Used in some styles</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE2_DARK_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>BASE2_DARKEST_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>ACCENT1_COLOR <small>&lt;==Default Value</small><br />navlink hover</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>ACCENT1_DARK_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>ACCENT2_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>ACCENT3_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>ACCENT4_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    <tr><td colspan='2' align='middle'><br /><strong>These system colors almost never need modification</strong></td></tr>
				<tr><td>HELP_BG_COLOR <small>&lt;==Default Value</small></td>
				    <td style = ' background-color: #FFFFCC'>#FFFFCC</td>
			    </tr>
			    
				<tr><td>HELP_COLOR <small>&lt;==Default Value</small><br />"None" means to not set this color</td>
				    <td style = ' background-color: #333333'>#333333</td>
			    </tr>
			    
				<tr><td>BLOCKEDITING_FONT_COLOR <small>&lt;==Default Value</small><br />Font color form that has basic, advanced, views, permissions, etc</td>
				    <td style = ' background-color: BLACK'>BLACK</td>
			    </tr>
			    
				<tr><td>BLOCKEDITING_BG_COLOR <small>&lt;==Default Value</small><br />Background color within add the per-use section of block properties.  Marks that this is different.</td>
				    <td style = ' background-color: #CCCCCC'>#CCCCCC</td>
			    </tr>
			    
				<tr><td>PERUSEROW_FONT_COLOR <small>&lt;==BLOCKEDITING_FONT_COLOR</small><br />Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.</td>
				    <td style = ' background-color: BLACK'>BLACK</td>
			    </tr>
			    
				<tr><td>PERUSEROW_LINK_FONT_COLOR <small>&lt;==Default Value</small><br />Link Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.</td>
				    <td style = ' background-color: #0071BD'>#0071BD</td>
			    </tr>
			    
				<tr><td>PERUSEROW_BG_COLOR <small>&lt;==Default Value</small><br />Is the background color that highlights "in form" expansions such as advanced fields, views, styles</td>
				    <td style = ' background-color: #F2F2F2'>#F2F2F2</td>
			    </tr>
			    
				<tr><td>PERUSEROW_BG_COLOR2 <small>&lt;==Default Value</small><br />Is the background color that highlights "in form" expansions such as advanced fields, views, styles. This one is the alternative color used in some rows</td>
				    <td style = ' background-color: white'>white</td>
			    </tr>
			    
				<tr><td>OPTITLE_BG_COLOR</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>OPTITLE_FONT_COLOR<br />Used in form headers in operations (e.g. edit article)</td>
				    <td style = ' background-color: WHITE'>WHITE</td>
			    </tr>
			    
				<tr><td>CONTAINER_CONTAINER_CONTROL_BG_COLOR <small>&lt;==Default Value</small><br />Color of container outlines in the main area</td>
				    <td style = ' background-color: #9999cc'>#9999cc</td>
			    </tr>
			    
				<tr><td>CONTAINER_CONTROL_BG_COLOR <small>&lt;==Default Value</small><br />Color of non-container block outlines in the main area</td>
				    <td style = ' background-color: #ccccff'>#ccccff</td>
			    </tr>
			    
				<tr><td>CONTAINER_CONTAINER_CONTROL_FONT_COLOR <small>&lt;==MAIN_FONT_COLOR</small><br />Color of text within a block outline. e.g. the block name</td>
				    <td style = ' background-color: #000000'>#000000</td>
			    </tr>
			    
				<tr><td>CONTAINER_SIDE_CONTAINER_CONTROL_BG_COLOR <small>&lt;==Default Value</small><br />Sometimes the color that works in the main area is hard to read in the sidebars.
	This sets the color of container outlines in the sidebar</td>
				    <td style = ' background-color: #9999cc'>#9999cc</td>
			    </tr>
			    
				<tr><td>CONTAINER_SIDE_CONTROL_BG_COLOR <small>&lt;==Default Value</small><br />Color of non container outlines in the sidebars</td>
				    <td style = ' background-color: #ccccff'>#ccccff</td>
			    </tr>
			    
				<tr><td>CONTAINER_ALLPAGES_CONTROL_BG_COLOR <small>&lt;==Default Value</small><br />"All Pages" containers have a different outline color</td>
				    <td style = ' background-color: #669999'>#669999</td>
			    </tr>
			    </table><br /><br /><br /><br /><br /><br /><strong><big><b>List of all known variables</b></big></strong><br />The ones in <strike>strikeout</strike> are not assigned in this look<br /> 
<table border = 1 cellspacing = "0" cellpadding = "0">
<tbody>
<tr><td> <big><strong>Variable</strong></big></td> <td ><big><strong>Description</strong></big></td> </tr>
<tr><td colspan='2' align='middle'><br /><strong>Key Variables</strong></td></tr>
				<tr><td >BASE_SIZE
				</td><td >Core font size, others are computed relative to this&nbsp;</td>
				
				<tr><td >LINKDIFFERENTIATION
				</td><td >Do links differ by font, size, or color?&nbsp;</td>
				
				<tr><td >MAIN_FONT_FAMILY
				</td><td >Font used through most of the site&nbsp;</td>
				
				<tr><td >LINK_FONT_FAMILY
				</td><td > <small>&lt;==MAIN_FONT_FAMILY</small><br />Font used for links&nbsp;</td>
				
				<tr><td >BODY_WIDTH
				</td><td >&nbsp;</td>
				
				<tr><td >MAIN_SIDEBAR_WIDTH
				</td><td >&nbsp;</td>
				
				<tr><td >SIDEBAR_WIDTH
				</td><td >&nbsp;</td>
				
				<tr><td >SIDEBAR_HEIGHT
				</td><td >&nbsp;</td>
				
				<tr><td >MAINAREA_HEIGHT
				</td><td >&nbsp;</td>
				
				<tr><td >HEADER_HEIGHT
				</td><td >&nbsp;</td>
				
				<tr><td >FOOTER_HEIGHT
				</td><td >&nbsp;</td>
				
				<tr><td >NONBLOCKISH
				</td><td > <small>&lt;==Default Value</small><br />Let there be one color, and let images shine through&nbsp;</td>
				
				<tr><td ><strike>BLOCKISH</strike>
				</td><td > <small>&lt;==Default Value</small><br />Blocks have borders and are inset from them. Links are shaded&nbsp;</td>
				
				<tr><td ><strike>MODERATE</strike>
				</td><td > <small>&lt;==Default Value</small><br />Some borders&nbsp;</td>
				
				<tr><td ><strike>SIDEBAR_BORDERS</strike>
				</td><td >sidebars will have seperator lines&nbsp;</td>
				
				<tr><td ><strike>TITLEBARS</strike>
				</td><td > <small>&lt;==Default Value</small><br />block headers will be shaded or bordered&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>Font Colors</strong></td></tr>
				<tr><td >MAIN_FONT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >MINOR_FONT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >MODULE_TITLE_FONT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >LINK_FONT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >LIGHT_BG_FONT_COLOR
				</td><td > <small>&lt;==MAIN_FONT_COLOR</small><br />Used when the background color is light. e.g. Yellow or white.&nbsp;</td>
				
				<tr><td >DARK_BG_FONT_COLOR
				</td><td > <small>&lt;==MAIN_FONT_COLOR</small><br />Used when the background color is light. e.g. Yellow or white.&nbsp;</td>
				
				<tr><td >HIDDEN_FONT_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Used for text best seen only by search engines.&nbsp;</td>
				
				<tr><td >NAVLINK_FONT_COLOR
				</td><td >colors of links that are to pages in the site&nbsp;</td>
				
				<tr><td >NAVLINK_BG_COLOR
				</td><td >colors of links that are to pages in the site&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>Page Area Colors. <a href="http://userguide.hotdoodle.com/?section=444" target=_blank>See Chart</a></strong></td></tr>
				<tr><td >BODY_BG_COLOR
				</td><td >background color for the entire page, including the outer borders, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>BODY_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />background image for the entire page, including the outer borders, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>BODY_DECORATIVE1_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />Used in body_decorative_1&nbsp;</td>
				
				<tr><td >CONTENT_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td ><strike>CONTENT_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >HEADER_BG_COLOR
				</td><td >background color for the header, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>HEADER_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />background image for the header, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>HEADER_ABOVE_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />Used in divtop_above&nbsp;</td>
				
				<tr><td ><strike>HEADER_BELOW_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />Used in divtop_below&nbsp;</td>
				
				<tr><td >SIDEBAR_BG_COLOR
				</td><td >background color for the sidebars, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>SIDEBAR_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />background image for the sidebars, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td >MAIN_BG_COLOR
				</td><td >background color for the main area of the page, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td ><strike>MAIN_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />background image for the main area of the page, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td >FOOTER_BG_COLOR
				</td><td >background color for the footer, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td >FOOTER_BG_IMAGE
				</td><td >background for the footer, can be overridden by fine-tune-your-look&nbsp;</td>
				
				<tr><td >MODULE_BODY_BG_COLOR
				</td><td >Is transparent if not in a blockish look&nbsp;</td>
				
				<tr><td ><strike>MODULE_BODY_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >CONTAINER_BG_COLOR
				</td><td >Is transparent if not in a blockish look&nbsp;</td>
				
				<tr><td >MODULE_TITLE_BG_COLOR
				</td><td >background for block titles&nbsp;</td>
				
				<tr><td >EDITOR_BG_COLOR
				</td><td >Background in the text editing window&nbsp;</td>
				
				<tr><td >MENU_BG_IMAGE
				</td><td >background for menu buttons&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>Misc Colors</strong></td></tr>
				<tr><td >MANAGEMENTLINK_FONT_COLOR
				</td><td >Links for HotDoodle ops. E.g. Edit Text&nbsp;</td>
				
				<tr><td >MANAGEMENTLINK_BG_COLOR
				</td><td >Links for HotDoodle ops. E.g. Edit Text&nbsp;</td>
				
				<tr><td >BORDER_COLOR
				</td><td >Color of most outlines&nbsp;</td>
				
				<tr><td >ALT_BG_COLOR
				</td><td >Used to mark even/od rows, input boxes&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>Menus</strong></td></tr>
				<tr><td >NAVBUTTON_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td ><strike>NAVBUTTON_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >NAVBUTTON_HIGHLIGHT_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >HOVER_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td ><strike>NAVBUTTON_CURRENT_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_WIDTH
				</td><td > <small>&lt;==Default Value</small><br />Can be blank, can also be a value such as 800px&nbsp;</td>
				
				<tr><td >TOPNAV_BG_COLOR
				</td><td > <small>&lt;==NAVBUTTON_BG_COLOR</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_BG_COLOR_CURRENT
				</td><td > <small>&lt;==TOPNAV_BG_COLOR</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_BG_IMAGE
				</td><td >Image for individual buttons&nbsp;</td>
				
				<tr><td ><strike>TOPNAV_TABLE_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />Image for the entire nav table&nbsp;</td>
				
				<tr><td >TOPNAV_FONT_SIZE
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_FONT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >TOPNAV_FONT_COLOR_CURRENT
				</td><td >&nbsp;</td>
				
				<tr><td >TOPNAV_OUTLINE_COLOR
				</td><td > <small>&lt;==TOPNAV_BG_COLOR</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_OUTLINE_WIDTH
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_PULLDOWNS_BG_IMAGE
				</td><td > <small>&lt;==MENU_BG_IMAGE</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_PULLDOWNS_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >TOPNAV_PULLDOWNS_BG_IMAGE_CURRENT
				</td><td > <small>&lt;==MENU_BG_IMAGE</small><br />&nbsp;</td>
				
				<tr><td >TOPNAV_PULLDOWNS_BG_COLOR_CURRENT
				</td><td >&nbsp;</td>
				
				<tr><td >TOPNAV_PULLDOWNS_OUTLINE_COLOR
				</td><td > <small>&lt;==TOPNAV_OUTLINE_COLOR</small><br />&nbsp;</td>
				
				<tr><td ><strike>TOPNAV_PULLDOWNS_ITEM_OUTLINE_COLOR</strike>
				</td><td > <small>&lt;==Default Value</small><br />If set, it will become a border&nbsp;</td>
				
				<tr><td ><strike>TOPNAV_PULLDOWNS_ITEM_OUTLINE_COLOR_CURRENT</strike>
				</td><td > <small>&lt;==Default Value</small><br />If set, it will become a border&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>Advanced Look Colors</strong></td></tr>
				<tr><td >BASE1_LIGHTEST_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >BASE1_LIGHT_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >BASE1_COLOR
				</td><td >For Headers, borders, hover, navbuttons&nbsp;</td>
				
				<tr><td >BASE1_DARK_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >BASE1_DARKEST_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >BASE2_LIGHTEST_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >BASE2_LIGHT_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >BASE2_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Used in some styles&nbsp;</td>
				
				<tr><td >BASE2_DARK_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >BASE2_DARKEST_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >ACCENT1_COLOR
				</td><td > <small>&lt;==Default Value</small><br />navlink hover&nbsp;</td>
				
				<tr><td >ACCENT1_DARK_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >ACCENT2_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >ACCENT3_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >ACCENT4_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				<tr><td colspan='2' align='middle'><br /><strong>These system colors almost never need modification</strong></td></tr>
				<tr><td >HELP_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />&nbsp;</td>
				
				<tr><td >HELP_COLOR
				</td><td > <small>&lt;==Default Value</small><br />"None" means to not set this color&nbsp;</td>
				
				<tr><td >BLOCKEDITING_FONT_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Font color form that has basic, advanced, views, permissions, etc&nbsp;</td>
				
				<tr><td >BLOCKEDITING_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Background color within add the per-use section of block properties.  Marks that this is different.&nbsp;</td>
				
				<tr><td >PERUSEROW_FONT_COLOR
				</td><td > <small>&lt;==BLOCKEDITING_FONT_COLOR</small><br />Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.&nbsp;</td>
				
				<tr><td >PERUSEROW_LINK_FONT_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Link Font color within the per-use section of block properties.  . The default font color can sometimes be too pale.&nbsp;</td>
				
				<tr><td >PERUSEROW_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Is the background color that highlights "in form" expansions such as advanced fields, views, styles&nbsp;</td>
				
				<tr><td >PERUSEROW_BG_COLOR2
				</td><td > <small>&lt;==Default Value</small><br />Is the background color that highlights "in form" expansions such as advanced fields, views, styles. This one is the alternative color used in some rows&nbsp;</td>
				
				<tr><td >OPTITLE_BG_COLOR
				</td><td >&nbsp;</td>
				
				<tr><td >OPTITLE_FONT_COLOR
				</td><td >Used in form headers in operations (e.g. edit article)&nbsp;</td>
				
				<tr><td ><strike>OPTITLE_BG_IMAGE</strike>
				</td><td > <small>&lt;==Default Value</small><br />An image to try is  /hotdoodle_engine/iconset/cp/bg_line1_flipped.gif&nbsp;</td>
				
				<tr><td >CONTAINER_CONTAINER_CONTROL_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Color of container outlines in the main area&nbsp;</td>
				
				<tr><td >CONTAINER_CONTROL_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Color of non-container block outlines in the main area&nbsp;</td>
				
				<tr><td >CONTAINER_CONTAINER_CONTROL_FONT_COLOR
				</td><td > <small>&lt;==MAIN_FONT_COLOR</small><br />Color of text within a block outline. e.g. the block name&nbsp;</td>
				
				<tr><td >CONTAINER_SIDE_CONTAINER_CONTROL_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Sometimes the color that works in the main area is hard to read in the sidebars.
	This sets the color of container outlines in the sidebar&nbsp;</td>
				
				<tr><td >CONTAINER_SIDE_CONTROL_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />Color of non container outlines in the sidebars&nbsp;</td>
				
				<tr><td >CONTAINER_ALLPAGES_CONTROL_BG_COLOR
				</td><td > <small>&lt;==Default Value</small><br />"All Pages" containers have a different outline color&nbsp;</td>
				</table>
End Color Table */

/* =======================================================================
   =======================================================================
   =========== End _assign_defaults.tpl ==================================
   =======================================================================
   =======================================================================
*/

/* =================================================================
   =================================================================
   =================================================================
   == CSS Declarations
   =================================================================
   =================================================================
   =================================================================
*/

/* Some themes use a table to place the cols (others use divs)
These will typically have an outer table that uses the .body class
Setting the width here effectively sizes the web page.
Typical Usage: <table class="body" cellpadding="0" cellspacing="0" border="0" align="center">

Setting the width
	width: 800px;  -- the page will be this size, and if there is any extra
	       the page will center around it. The body background image will
	       appear around the sides. If the content is wide, the page will 
	       widen
	width: auto: -- the page will be as wide as needed to fit the content
			Leaving the width out has the same effect.
	width: 100%; -- the page will fill the browser window side to side
	width: 90%; --  the page will expand to almost fill the browser window 
		side to side but will have some margins into which the body 
		background image is displayed.
   */
.body {
			background-color: WHITE; /* =CONTENT_BG_COLOR= */
			width:1000px;
	margin: 0 auto;
	/*border: 3px solid WHITE;*/  /* =BASE1_LIGHTEST_COLOR= */
	/*border-top: 10px;*/
	/*border-bottom: 10px;*/
	text-align: left;
}

/* "Operations" are the pages that open for actions such as editing and viewing articles
   They declare both the body and the body_operation class
     Typical Usage:  <table border=0 class="body body_operation" align='center' cellspacing="0" cellpadding="0"></table>
   It is up to the look, but generally it is good to be sure to have a clear border around the
   operation area, even if there is not a border around the main site
*/
table.body_operation {
	/*border: 3px double #CCCCCC;*/ /* =BORDER_COLOR= */ 
}


/* body defines the colors and offset of the entire page when not overridden
   In practice, this means it sets the look of outer borders of the site, 
   such as if the site is set to be 1200 wide and is viewed on a wider screen.
   */
body {	
	/* In IE, the border color is at the outer edges of the window, outside of the
	   scrollbars and outside of the margin. IE does not seem to recognize some 
	   styles such as "double" for the body. The margins occur between the border and
	   the visible contents (including the scrollbars). The margins are in the background
	   color and establish a minimum space -- if the window is too big for the content 
	   the gap is filled in with the background color
	   In I.E.  border, margin-in-bg-color, filler-in-bg-color, scrollbars, content
	   
	   In Mozilla, the border occurs inside of the margins and the border-style is honored
	   Also, the scrollbars are always outside of everything
	   In Mozilla: scrollbars, margin-in-bg-color, Border, filler-in-bg-color, content
	   
	   The body declaration matters most for fixed width web pages
	   
	   */
	border: 0px;
			text-align: center;
		background-color: #F4E4A2; /* =BODY_BG_COLOR= */
		background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/bg.gif');
		background-position: top center;
		background-repeat: repeat-x;
		margin: 0 0 1em 0;
		
	padding : 0px; 
	
	/* You can put in here some default font settings */
	
	color: #000000; /* =MAIN_FONT_COLOR= */
	font-size: small; 
	/* Adjusting the font families can affect the site greatly */
	font-family: arial, helvetica, verdana, tahoma, sans-serif; 
		
	/* The body background-color does not much matter if there is a background image,
	   and most index.html files when they generate the body
       insert such a background declaration taken from the configuration.
	   When it does matter, it sets the color used to wrap the site 
	   It also sets the color used around the containers, UNLESS div sets
	   a background color or there is a background image for their section
	   */
	/* ===================================
	   Scrollbar look is configurable in some browsers. Others will ignore it,
	   and the CSS validator may complain that the property does not exist
	   SCROLLBAR-FACE-COLOR: gray; 
	   SCROLLBAR-HIGHLIGHT-COLOR: gray; 
	   SCROLLBAR-SHADOW-COLOR: gray;
	   SCROLLBAR-ARROW-COLOR: white; 
	   SCROLLBAR-TRACK-COLOR: white; 
	   SCROLLBAR-DARKSHADOW-COLOR: gray;
	*/
}

/* All in the site is in at least 1 div, so the generic div declaration sets
   the colors and fonts for the entire site
   */
div {	
	/* Adjusting the font families can affect the site greatly */
	margin: 0px;
	padding : 0px;
	
	/* If you set the background-color on the generic div, then almost all site
	   content will be in that color. In particular, background images and sidebar
	   colors will be seen only as thin margins around the all-so-common divs.
	   Most styles will not set background-color in the div style
	   */
}
/* It is common for the HotDoodle text editor 
   to leave a block of text that starts with <p>
   This causes undesirable extra space if
   the margin_top is not 0 */
p {

}



/* mngmnt_icon is used for many of the various action images, the red Xs, the up and down arrows, etc
   Example: <img class="mngmnt_icon" src="Doodle_19.gif" border="0"/>
   Note the doodlelink is also used.
   */
img.mngmnt_icon {
} 



/* ==============================
   == Containers
   ==   Most blocks are within a container of some kind
   ==   Setting container layout can have a huge effect on look and feel
   ============================== */
/* container_box is the main wrapper for all containers. It is invoked by itself. e.g.
   <div class="container_box">
   */
div.container_box {	
	/*padding-left: 20px;  */           
		margin-bottom: 0px; /* space between containers, shows the generic section color or background 
	                       do not set margin-left or margin-right or else the container will be indented*/
	                       
    /* Do NOT set background color if you want background images to come through */	                       
	background-color: transparent; /* =CONTAINER_BG_COLOR= */
	
	/* For blockish themes, set a border on the container box 
	   also consider using a color other than =BORDER_COLOR= for the container boarders */
		/* Setting background color in container boxes is like setting it on the generic div
	   -- it turns the color of almost everything (except where there is a background image)
	   */
}
.mainarea div.container_box {	
	padding-left: 0px;             
}

/* ========================================
   ===  Bring in standard block outlining, new 2/2007 standard
   ======================================== */
/* =======================================================================
   =======================================================================
   =========== Start _outlines.tpl 2/9/2007 ===========================
   =======================================================================
   =======================================================================
*/


/* Each Block's Border in Outline View*/
/* container_edit box is shown when the view is structure
					   It appears before and ends before the container.  e.g.
					   
					        When not in structure mode:
							<div class="container_box">
							    content from the embedded blocks
							</div>        
					
							
					        When in structure mode, for top level containers:
							<div class="container_editheader">
							    info icon, up/down links, configure icon
							</div>
							
							When in structure mode, Embedded containers use
							<div class="container_editbox">
									<div class="container_editheader">
							    		info icon, up/down links, configure icon
							    	</div>
							</div>
							<div class="container_box">
							    content from the embedded blocks
							</div>
   */
		div.container_editbox {	/* Standards changed 7/13/06 */
			border: 3px solid #ccccff; /* =CONTAINER_CONTROL_BG_COLOR= */
			margin: 4px;
		}
		div.top_container_editbox {
			margin: 0px 0px 4px 0px; 		}
		
		/* Each Block's Header background color in Structure View*/
		div.container_editheader {	
			padding: 3px;
			background-color: #ccccff; /* =CONTAINER_CONTROL_BG_COLOR= */
		}
		/* container_info is used in a td within the container_editheader
		   with description about the container such as @left_before127 
		   It should use a small and inobstrusive font and shuld show well against the
		   background color of container_editheader 
		   
		   The class is used alone. e.g.
		   	<td valign="top" class="container_info">
		  */
		.container_info {	
			font-size: small;
			font-weight: bold;
						    color: #000000; /* =CONTAINER_CONTAINER_CONTROL_FONT_COLOR= */
					}
		
		
		/* Standards changed 11/14/06 to allow containermodule_container_editbox and containermodule_side_container_editbox
		   Delete any container_container stuff */
		/* containermodule_container_editbox, containermodule_container_editheader, and containermodule_container_info
		   apply only to container blocks. The _side variants apply only when the block is not in the main area.
		   Example Usage when on a sidebar:
		      <div class="container_editbox containermodule_container_editbox containermodule_side_container_editbox">
				<div class="container_editheader containermodule_container_editheader containermodule_side_container_editheader">
				   <div style="width: 100%;" id="cont_40">
					<table width="100%" cellpadding="0" cellspacing="3" border="0" class="container_editheader containermodule_container_editheader containermodule_side_container_editheader">
		*/
		
		div.side_container_editbox {border: 3px solid #ccccff;} /* =CONTAINER_SIDE_CONTROL_BG_COLOR= */
		div.side_container_editheader {background-color: #ccccff;} /* =CONTAINER_SIDE_CONTROL_BG_COLOR= */
		
		
		div.containermodule_container_editbox {border: 3px solid #9999cc;} /* =CONTAINER_CONTAINER_CONTROL_BG_COLOR= */
		div.containermodule_container_editheader {padding: 0px;background-color: #9999cc;} /* =CONTAINER_CONTAINER_CONTROL_BG_COLOR= */
		
		div.containermodule_side_container_editbox {border: 3px solid #9999cc;} /* =CONTAINER_SIDE_CONTAINER_CONTROL_BG_COLOR= */
		div.containermodule_side_container_editheader {padding: 0px; background-color: #9999cc;} /* =CONTAINER_SIDE_CONTAINER_CONTROL_BG_COLOR= */
		
		div.allpages_container_editbox {border: 3px solid #669999;} /* =CONTAINER_ALLPAGES_CONTROL_BG_COLOR= */
		div.allpages_container_editheader {background-color: #669999;} /* =CONTAINER_ALLPAGES_CONTROL_BG_COLOR= */
		div.allpages_containermodule_container_editbox {border: 3px solid #669999;} /* =CONTAINER_ALLPAGES_CONTROL_BG_COLOR= */
		div.allpages_container_editheader {background-color: #669999;} /* =$CONTAINER_ALLPAGES_CONTROL_BG_COLOR= */
		div.allpages_containermodule_container_editheader {background-color: #669999;} /* =$CONTAINER_ALLPAGES_CONTROL_BG_COLOR= */
		
		
		
		/* container_selectbox is a style imposed temporarily when they hover over an edit button. 
		   This class is used by itself
		   Example Usage: <div style="width: 100%;" id="cont_684" class="container_selectbox">
		   */
		div.container_selectbox {	/* Added to standard 9/28/06 */
			background-color: #ccccff;  /* =CONTAINER_CONTROL_BG_COLOR= */
		}
		
		/* container_selectbox is a style imposed temporarily when they hover over an edit button. 
		   This class is used by itself
		   Example Usage: <div style="width: 100%;" id="cont_684" class="container_selectbox">
		   */
		div.container_selectbox {	/* Added to standard 9/28/06 */
			background-color: #ccccff; /* = CONTAINER_CONTROL_BG_COLOR= */
		}

/* =======================================================================
   =======================================================================
   =========== End _outlines.tpl ====================================
   =======================================================================
   =======================================================================
*/



/* .moduletitle is used by just about every module
   Example: 
   		<div class="moduletitle administration_moduletitle">{$moduletitle}</div>
   		<div class="moduletitle rotator_moduletitle">{$moduletitle}</div>
   		<div class="moduletitle article_moduletitle">{$moduletitle}</div>
   		<div class="moduletitle bb_moduletitle">{$moduletitle}</div>
   		
	Setting this is pretty much manditory
    */
.moduletitle {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/moduletitleBg02.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: medium;	
	font-weight: bold;
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
	padding-left: 30px;
										
		height: 33px;
		/*padding-top: 5px;*/
	}	

.admincontrol {  /* replacement for .modulecontrol. Hardcoded standard colors */

	background-color: #EEE; /* gray, lightest */
	width: 100%; 
	border: 10px groove #AAA; /* gray, medium */
	margin-bottom: 20px; /* Visual seperator before start of page */
}


/* If the container has a visible outline, we will generally we want the title 
   to streatch from end to end of container, but will
   need the contents to have some offset.  For these, set 
   modulebody and modulecontrol to have padding-left and container to have no padding
   
   The modulebody control is actually applied to a table and not a div.
   This is because if the inner content contains a table and the div has padding
   the table might push outside the div (in mozilla), or expand the div (in IE)
   */
.modulebody {  
	width: 100%; 
	/* Do not set the background color if in a totally non blockish theme */
		font-size: small;
	padding: 15px 0px 20px 0px; 

}
.picture_modulebody {
	padding: 0px;
	margin: 0px;
}
.picture_modulebody td {	
	font-size: small;
}	
.sidebar .moduletitle { 
	font-size: medium;
	font-weight: bold; 
	color: #5C3015;
			
		padding: 0px 0px 5px 25px !important;							
		height: 28px;
		width: 205px;
	}

.sidebar .modulebody {  
	font-size: small;
	line-height: 20px;
	padding: 5px 5px 5px 20px;
	color: #000000;
}



.Compact_modulebody {  
	padding: 0px;
	margin: 0px;
}
.login_modulebody { 
	padding-left: 10px;
}
.login_moduletitle { 
	margin-left: 10px !important;
}
.login_mngmntlink {
	font-size: small !important; 
}
.login_navlink {
	font-size: small; 
}

.videolink {
	font-size: medium !important;
	background-color: transparent !important;
    color: white !important;
}










/* Category title is used for article categories and for bb names, 
   if not overridden by bb_category_title.
   It is shared to make it easier to keep these things in the same style.
   Note that the biggest item of text in it is of class
      navlink bb_navlink bb_navlink_category, so if you want the categories to
      stand out you need to either do something with borders and backgrounds 
      in td.category_title, or else set the optional 
      bb_navlink or bb_navlink_category classes
      Mabe hav the cat title shaded, but have the titles of articles be unshaded.
   Examples:
   	<td colspan="2" class="title category_title">Not Categorized</td>
	   or	
	<td colspan=2 class="title category_title bb_category_title">
		<a class="navlink bb_navlink bb_navlink_category" href="?module=bbmodule&action=view_category&id=45&more=1&title=Alternative+settings%2C+default+view&src=43e2a5ecbe0a6%40random">The 1 board</a>
		<a class="title_link article_title_link bb_title_link" href="?module=bbmodule&action=view_category&id=45&more=1&title=Alternative+settings%2C+default+view&src=43e2a5ecbe0a6%40random">See all 3 Articles</a>
	</td>
		
	*/
.category_title { 
	font-family: arial, helvetica, verdana, tahoma, sans-serif; /* =MAIN_FONT_FAMILY= */
	font-size: medium;
		/* If you use a contrasting background-color, you should set the padding so that the text
	   is not too close to the colored rectangle.
	   */
	/* Do not set the background color if in a totally non blockish theme */
		/* background-color: #CCCCCC; */ /* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
	padding-left: 4px; padding-top: 1px; padding-bottom: 1px;
}


/* After modules and cats, there are items 
	Example Use:
		 <td class="itemtitle gallery_itemtitle">{$gallery->name}
		 <div class="itemtitle weblog_itemtitle">{$post->title}
	*/
.itemtitle { /* imagegallery, newsmodule, weblogmodule. See moduletitle */
	/* 
		font-size: medium; 
		font-family: Helvetica, Verdana;
	*/
	font-weight: bold;
}

.paypal_itemtitle { 
	font-size: large; 
}

/* Title links are for parts of titles that are links
   They should generally have the same color as a navlink 
   
   It is pretty much a manditory class.
   Example Usage:
     <a href="{link action=view_article id=$article->id}" class="title_link article_title_link">Details...</a>
   */
.title_link {
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	color: #42210B; /* =NAVLINK_FONT_COLOR= */
}

/* If the category title is inversed, then the font must also be inversed 
   Example Usage:
		<td colspan=2 class="title category_title bb_category_title">
		<a class="navlink category_navlink bb_navlink" href="{link module="bbmodule" action="view_category" id=$board->id more=1 title=$moduletitle}">{$board->name}</a>
		<a class="title_link category_title_link bb_category_title_link" href="{link module="bbmodule" action="view_category" id=$board->id more=1 title=$moduletitle}">{if $board->article_cnt > 1}See all {$board->article_cnt} {$config->article_name_plural}{else}See {$config->article_name}{/if}</a>
		</td>   
   */
.category_title_link {
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
}



/* Summaries are the opposite of titles
	Example Usage:
		<td colspan=2 class="summary bb_category_summary">
		<td class="summary article_summary article_faq_summary" colspan="2">
		
	*/
.summary {
	padding-top: 1.3em;
	font-size: small;
	color: #000000; /* =MAIN_FONT_COLOR= */
}

/* Some things need a deeper indentation and less emphisis. They use summary2 
   Example: <td class="summary summary2 bb_thread_posted" >
   */
.summary2 {
	font-size: x-small;
	text-align: right;
	color: #8C7B45; /* =MINOR_FONT_COLOR= */
}


/* Much of the site is in table columns, so any setting of
   general td will affect many things.
   It is best to not have anything here and to let the general div take care of it all
   */
td {	
}

/* H3s are still in use in a few places
	configure_site, some calendar views, some workflow views
	*/
h1 {
	color: #000000; /* =MAIN_FONT_COLOR= */
	padding-bottom: 3px;
	border-bottom: 1px solid WHITE; /* =BASE1_COLOR= */
	font-size: xx-large;
	letter-spacing: -1px;  
}
h2 {
	color: #8C7B45; /* =MINOR_FONT_COLOR= */
	padding-bottom: 3px;
	border-bottom: 1px solid WHITE; /* =BASE1_COLOR= */
	font-size: large;
	letter-spacing: -1px;
}
h3 {
	color: #8C7B45; /* =MINOR_FONT_COLOR= */
	padding-bottom: 3px;
	border-bottom: 1px solid WHITE; /* =BASE1_COLOR= */
	font-size: x-large;
	letter-spacing: -1px;
}

/* H1: manage_sites */
/* H2: manage_sites */

/* Unqualified spans are used for theme display, file upload
   article status
   
   It is probably best if it resets the color to the system default
  */
span {

}

/* table {
	padding: 0px;
	 width: 100%;   -- Blows the mini calendar 
} */

/* Some tables have alternating highlight rows. 
   example: class="row {cycle values='even_row,odd_row'}"
   See the "manage page" page for an example
   */
tr.row {
}
tr.even_row {
	background-color: WHITE; /* =CONTENT_BG_COLOR= */
}
tr.odd_row {	
	background-color: WHITE; /* =EDITOR_BG_COLOR= */
}
tr.row:hover td, tr.row:hover td a {
	background-color: #CCCCCC; /* =HOVER_BG_COLOR= */
}
/* Headers of tables
	Example Use:
		<td class="header administration_header">Username</td>
  */
td.header {
	background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
	font-weight: bold;
	font-size: medium;  /* Medium? */
	text-align: center;
	/* No padding if not in a blockish theme */
		padding: 0px;
	}
td.header a {
	background-color: transparent; /* =MODULE_TITLE_BG_COLOR= */
	/* Don't override the link color */
	font-weight: bold;
	font-size: medium;  /* Medium? */
	text-align: center;
	padding: 2px;
}
td.boxed { /* This was called administration_modmgrbody in older stylesheets */
	border: 2px solid #CCCCCC;  /* =BORDER_COLOR= */
	padding-left: 10px;
}


/* ==============================
   == Links
   ============================== */
/* 'a' is for the links the user embeds such as with the wywisig editor. 
   Links to other pages in the site are some form of the a.navlink class
   and links to functionality (such as add article) are some form of the a.mngmtlink class */
a { 	

	color: #42210B; /* =LINK_FONT_COLOR= */
	text-decoration: none;
}	

a:visited { 	
	color: #42210B; /* =VISITED_LINK_FONT_COLOR= */
	text-decoration: none;
}	

/* All of the used links can have a :visited form that changes their color a bit so
   folks can see where they have recently been */

a:hover {
	color: #4F829E; /* =BASE1_DARKEST_COLOR= */
	text-decoration: underline;
}
a.title_empty, a.title_empty:hover {
	color: #42210B; /* =LINK_FONT_COLOR= */
}

/* mngmntlinks (all variants) are for links that do something -- drop a posting, 
   join a group, etc. They change the state of the DB. 
   Some themes prefer to mark these somehow, perhaps by making them a bolder color
   or in a different font or text decoration. This acts as a warning to users
   that the link will do something.
   
   This class is manditory, it is the lead and sometimes the only class listed
   Many modules will have a variant of this for optional overrides  e.g.
   		class="mngmntlink article_mngmntlink"
   		class="mngmntlink calendar_mngmntlink"
   It is also often used with mngmntlink_small and doodlelink 		
   */
a.mngmntlink, a.mngmntlink:visited {
	font-size: medium;
	text-decoration: none;
	color: #42210B; /* =MANAGEMENTLINK_FONT_COLOR= */
	background-color: transparent; /* =MANAGEMENTLINK_BG_COLOR= */

}
a.mngmntlink:hover {
	text-decoration: underline;
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
	background-color: transparent; /* =MANAGEMENTLINK_BG_COLOR= */

}

/* The _small mngmntlink is used for secondary actions, actions that
   need to be listed but which are not often used.
   
   It is an optional class, always being used in a sequence of the following
   class="mngmntlink mngmntlink_small"
   */
a.mngmntlink_small {
	font-size: x-small;
}

/* The chooselink is used for modal actions such as insert image
   When it is used most other link are disabled, so it should be
   set to be extra visible.
   */
a.chooselink {
	background-image:  url("/hotdoodle_engine/iconset/doodle_splat.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	padding-left: 16px;
}

/* The doodlelink is used for things like the edit and permission icons.
   It should be visually small, but visually distinctive (such as being red).
   Should generally be set the same as a.mngmtlink, but perhaps smaller
   
   It is an optional class, always being used in a sequence of the following
   class="mngmntlink doodlelink"
   */
a.doodlelink, a.doodlelink:visited {
	font-size: x-small;
	text-decoration: none;
	color: #42210B; /* =MANAGEMENTLINK_FONT_COLOR= */
	background-color: transparent; /* =MANAGEMENTLINK_BG_COLOR= */

}
a.doodlelink:hover {
	text-decoration: underline;
	color: #000000; /* =MAIN_FONT_COLOR= */
	background-color: transparent; /* =MANAGEMENTLINK_BG_COLOR= */

}
/* navigation_mngmntlink is used for those mngmntlinks that affect navigation
   e.g. add a page, what type of page, delete page
   
   
   It is a very optional class, always being used in a sequence of the following
   class="mngmntlink navigation_mngmntlink"
   */
a.navigation_mngmntlink {
	text-decoration: none;
	color: #42210B; /* =MANAGEMENTLINK_FONT_COLOR= */
	font-weight: bold;
	font-size: medium;
}

/* navlinks (all variants) are for links that take you somewhere else in the site 
   but which do NOT do something -- they do not change the state of the DB. 
   
   This class is manditory, it is the lead and sometimes the only class listed.
   Many modules will have a variant of this for optional overrides  e.g.
   		class="navlink article_navlink"
   		class="navlink login_navlink"
   */
.navlink, .navlink:visited {
	font-size: small;
	color: #42210B; /* =NAVLINK_FONT_COLOR= */

}
/* Consider also setting a.navlink:hover */

.navlink:hover {
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */

}

/* Navlink current is used only on navlinks that refer to the current page
   In it, you can change the color, font, background, etc to show the user where they are
   
   The class is optional, all uses of it also use navlink.
     class="navlink navlinkcurrent"
     class="navlink navlinkbutton navlinkcurrent navlinkcurrentbutton"
   */
.navlinkcurrent {
	font-weight: 900;
	background-color: transparent; /* =NAVLINK_BG_COLOR= */	
}


/*  For navlinks used in categories. If the category uses a background color, 
	then we must invert the font color. Example Usage: 
		<td colspan=2 class="title category_title bb_category_title">
		<a class="navlink bb_navlink category_navlink bb_category_navlink"" href="{link module="bbmodule" action="view_category" id=$board->id}">{$board->name}</a>
		</td>
	or
		<td class="title category_title article_category_title">
		<a class="navlink article_navlink category_navlink article_category_navlink" href="{link action=show_unlimited_articles title=$moduletitle view=$view catid=$catid}">{$catid->name}</a>
		</td>
	*/
.category_navlink { 
	color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
	font-size: x-large;
	/* font-weight: bold; */
}


/* ==============================
   == Navigation Menu Buttons
   ============================== *
/* Navlink button is used only in SOME navigation menus such as Expanding_hierarchy_Buttons.
   This class is used for the wrapping table, for the individual table cells, 
   and for the links in the table.
     class="navlink navlinkbutton"
     class="navlink navlinkbutton navlinkcurrent navlinkcurrentbutton"
   */ 
table.navbutton {
	/* For some reason, full width tables cross outside of the container boundaries
	   in Mozilla but not in netscape. 
	   Narrow this table
	  */
	width: 100%;
   }
/* The normal navbuttons are either of class navbutton or,if the Rounded style
   is in effect, of class navbutton_rounded. Unlike most things on this
   stylesheet, both are not used, so navbutton_rounded is not just a fine-tune
   of navbutton
*/   
td.navbutton {
										
		height: 40px;
		padding-left: 10px !important;
	border-bottom: 1px solid #4D4D4D; /* =BASE1_DARK_COLOR= */
	/*background: #F4E4A2;;*/ /* =TOPNAV_BG_IMAGE= */
	white-space: nowrap;
}
td.navbutton_rounded { /* Used when the rounded style is in effect. Ir is this or td.navbutton, but not both */
	border: none;
	padding: 4px 0px 4px 0px;  /* inner space between menu items */
	background-image: none;
}
td.navbutton:hover { /* Not honored in IE */
	background-color: #CCCCCC; /* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
}

/* Chose between =MAIN_BG_COLOR= and =NAVLINK_FONT_COLOR= for the colors here */
td.navbuttoncurrent { 
	background-color: #CCCCCC; /* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
}
.navlinkbutton, .navlinkbutton:visited, .navlinkcurrentbutton {
	margin:          0px;
	padding:         0px;
	height:          40px;
	color: #000000; /* =MAIN_FONT_COLOR= */
	font-size: small;
	white-space: nowrap;
}

.navlinkbutton_rounded, .navlinkbutton_rounded:visited, 
.navlinkcurrentbutton_rounded, .navlinkcurrentbutton_rounded:visited {
	background-color: #D8C060; /* =ROUNDED_BG_COLOR= */
	background-image: none !important;
}

.navlinkcurrentbutton_rounded, .navlinkcurrentbutton_rounded:visited {
	background-color: #D8C060; /* =ROUNDED_BG_COLOR= */
}

/* Mark non-show-in-menu pages */
.navbutton_hidden {
	font-weight: lighter;
	font-style: italic;
}


/* ========================================
   ===  Bring in standard shared elements such as help links and boxes
   ===  These generally do not need to be changed from look to look
   ======================================== */
/* =======================================================================
   =======================================================================
   =========== Start _standard_elements.tpl 6/2010 =======================
   ======================================================================= 
   =======================================================================
   
   Changes here cause all looks to be recompiled. (see theme/compile_style_ifneeded) DEVBOX must be set.
   Note: Control-refresh is sometimes needed for the browser to notice the changes in the CSS 
   Changed to cause new .premainarea to be picked up 
*/ 
		/* The userguide_navlink class is used only for links to the hotdoodle manual
		   and when used it is always used with navlink as well.  e.g.
		   class='navlink userguide_navlink'
		   
		   The class is optional, but if not set these userguide links might be too prominent
		       
		   */
		.userguide_navlink { 
			font-size: x-small;
			height: 16px;
			text-decoration: underline; 
		}
		/* The following are used for help on forms.
		   Help boxes are the expanding help. Tipboxes are always open
		 */
		.helpbox {
			border: 1px solid #CCCCCC; /* =BORDER_COLOR= */
			padding: 4px;
			background-color: #FFFFCC; /* =HELP_BG_COLOR= */
							color: #333333; /* =HELP_COLOR= */
						text-align: left;
		}
		.tipbox {
			width: 30%;
		}
		
		/* The doodlelink_help class is used for those very common help icons
		   and when used it is always used with doodlelink as well.  e.g.
		   class='doodlelink doodlelink_help'
		   
		   The class is optional, and it is present just so the userguide
		   icon can be properly highlighted if needed
		       
		   */
		a.doodlelink_help:hover {
			border: 1px solid black;
		}
		
		/* Unqualified spans are used for theme display, file upload
		   article status
		   
		   It is probably best if it resets the color to the system default
		  */
		span.system {
			color: #000000; /* =MAIN_FONT_COLOR= */
		}
		
		

/* ==============================
   == Doodlelink
   ============================== */		

/* The doodlelink is used for things like the edit and permission icons.
   It should be visually small, but visually distinctive (such as being red).
   Should generally be set the same as a.mngmtlink, but perhaps smaller
   
   It is an optional class, always being used in a sequence of the following
   class="mngmntlink doodlelink"
   */
a.doodlelink {
	font-size: x-small;
	text-decoration: none;
	color: #42210B; /* =MANAGEMENTLINK_FONT_COLOR= */
	/* If links are not differentiated in color, 
	   then make them standout by weight, font, decoration, or background color */
	/* Highlighting the font in a slightly different background draws the eye to management links. See EarthYellow */
	}

.leftpad { padding-left:4px;  } /* Padding Left */
.leftmargin { margin-left:4px;} /* Margin Left */

		
		
/* ==============================
   == Errors
   ============================== */
/* .error is used in divs reporting a user error such as a bad tar format in an
   uploaded file. It us used stand-alone. e.g.
   <div class="error">Uploads have been disabled.</div>
   
   It should be noticable
   */
.error {
	font-weight: bold;
	color: red; /* Not the =MAIN_FONT_COLOR=, make it stand out */
	padding-bottom: 1em;
}


/* ======================================= 
   ======================================= 
   ======================================= 
	Forms
   ======================================= 
   ======================================= 
   ======================================= */
/* Forms have titles and headers. Typical usage:
	<div class="form_title">Compose a Message</div>
	<div class="form_header">
	If you want to send this message to more than one user on the system, simply add their usernames to the list by highlighting them individually and clicking the '&gt;&gt;' button.
	</div>
		{$form_html}
	*/
div.form_header {
	border-top: 1px solid #CCCCCC; /* =BORDER_COLOR= */
	border-bottom: 1px solid #CCCCCC; /* =BORDER_COLOR= */
	margin-bottom: 1em;
}
/* Often the form header will be an expanding help box. It should be made to look like a helpbox.
	Typical usage:
	<div class="form_header form_help" style='display: none;' id='fh1'>
	  help text goes here
	</div>
	*/
div.form_help {
	background-color: #FFFFCC; /* =HELP_BG_COLOR= */
			color: #333333; /* =HELP_COLOR= */
		padding: 4px;
}

div.form_title, .form_title a {
	font-size: medium; /* Medium? */
	font-weight: bold;
}
.form_title a.videolink {
	font-size: smaller; 
	text-transform: none !important;
	border: 0px !important;
}



/* ==============================
   == Sometimes we just need things to be smaller such as in calendar summaries
   ============================== 
   Example: <tr  class="small">
		<td >
			<a class="navlink calendar_navlink small" href="?action=view&module=administrationmodule">
				--
			</a> </td></tr>
   */
.small {
	font-size: x-small;
}
.xsmall {
	font-size: xx-small; /* The :0 part means not to warn if it can't go that small */
}

/* ======================================= 
   ======================================= 
   ======================================= 
	Pictures and Albums
   ======================================= 
   ======================================= 
   ======================================= */
/* The following apply mainly to slideshows. 

Here is typical HTML from a picture in a slideshow

<table style="" id="picture_table" border="0" width="">
	<tbody>
		<tr>
		  <td align="center">
		   <div class="picture_img" style="width: 400px; height: 400px;" id="image_para" align="center">
			   <a class="picture_img" href="" rel="nofollow" >
			   	<img class="picture_img" src="files/imagegallerymodule/458c66fb07079/gallery68/_thumb.c1.w400.h400/2005_08_20_06_59_47_0180.JPG" border="0">
			   	// ===========================
			   	// Note that there are 3 picture_img clases -- one on the div, on the link, and on the image
			   	// The div is the max image size, but not each image will be that big unless they all
			   	// have the perfect aspect ratio.
			   	// ===========================
			   </a>
		   </div>
		  </td>
		</tr>
		
		<tr>
		  <td class="picture_name" id="picture_name" align="center">Picture 4</td>	  
		</tr>
		
		<tr>
		  <td>
		   <div style="display: none;" class="picture_desc" id="picture_desc"></div>
		  </td>
		</tr>
	
	</tbody>
</table>

*/

.picture_name {
	font-weight: bold;
}   
.picture_desc {
	
}   


.admincontrol {  /* replacement for .modulecontrol. Hardcoded standard colors */
	background-color: #EEE; 
	width: 100%; 
	border: 10px groove #AAA;
	margin-bottom: 20px; /* Visual separator before start of page */
}



/* ======================================= 
   ======================================= 
   ======================================= 
	Login dialogs
   ======================================= 
   ======================================= 
   ======================================= */
   /* Typical Usage:
		<tr align="left"><td class='login_field_and_hint'>
			<input type="text" size=30 name="email" value="" 
			   javascript goes here, might reference by id=email_hint  />
	   		<br /><span class='login_hint' id='email_hint'><small>Email</small></span>
	   </td></tr>
		*/
td.login_field_and_hint {	/* The input field + its sublabel */
	padding-bottom: 10px;
}

span.login_hint {			/* The sublabel */
	padding-left: 20px;
}


   
   /* ======================================= 
   ======================================= 
   ======================================= 
	popdown bullets
   ======================================= 
   ======================================= 
   ======================================= */
div.article_popupbody {
  background-color: WHITE;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 4px;
  
  position: absolute;
  width: 400px; 

  top: 0px;
  visibility: hidden;
  z-index: 1001;
}




/* ======================================= 
   ======================================= 
   ======================================= 
	Preformatted is often messed up. Restore it
   ======================================= 
   ======================================= 
   ======================================= */
pre {
	font-size: 100%;
}

.mainfont {
	color: #000000; /* =MAIN_FONT_COLOR= */
	font-size: small; 
	font-family: arial, helvetica, verdana, tahoma, sans-serif; 
}




/* ======================================= 
   ======================================= 
   ======================================= 
	The Powered by HotDoodle visible message
   ======================================= 
   ======================================= 
   ======================================= */


div.Marketing_box_visible {
	/* Visible messages used for branding */
	text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* Change the next 2 items if you want to change the image */

#marketing_image {
		text-decoration: none;
	border: 0;
	width: 160px;
	height: 17px;	
}


div.Marketing_box {
	/* Invisible messages used for SEO */
	display: none !important;
}



/* =======================================================================
   =======================================================================
   =========== End _standard_elements.tpl ================================
   =======================================================================
   =======================================================================
*/

/* ==============================
   == Title
   ============================== *

/* .title is used by just about every module and is one level less than moduletitle
   However, it is used in some links so it must appear after links
   in the stylesheet.
   
   It is important that category_navlink looks different than a .title, either by font, size, or highlighting
   Otherwise, categories and articles visually intertwine
   
   Examples: 
        // for articles
		<td class="title article_title" colspan=1>
			<a class="navlink title article_navlink article_article_navlink"  href="..."> Article 1, medium label</a>
		</td>
		
		// For boards
		<td class="title bb_title" >
			<a class="navlink title bb_navlink bb_article_navlink" href="...">Topic 2</a>
			<a class="title_link bb_title_link" href="...">See reply</a>
		</td>
   		
	Setting this is pretty much manditory
    */
.title {
	font-size: large;
	/* If you want regular titles to be a different color than main divisions, then set it here */
	/* color: #000000; */ /* Anything except for =MODULE_TITLE_FONT_COLOR=, because that color would be there by default */
	/* If you use a contrasting background-color, you should set the padding so that the text
	   is not too close to the colored rectangle.
	padding-left: 4px; padding-top: 1px; padding-bottom: 1px;
	   */
}

.article_navlink {
	color: WHITE;
}
.article_summary td{
	font-size: small;
	/*color: yellow !important;*/
}
.article_title .article_navlink {
	color: #5C3015 !important;
	font-size: small !important;
	font-weight: bold;
}
.calendar_title {
	font-size: small !important;
	font-weight: bold;
}
.article_summary img {
	padding-left: 10px;
	padding-right: 10px;
}
td.article_left_image {
	padding-right: 10px;
}
td.article_right_image {
	padding-left: 10px;
}
/* ======================================= 
   ======================================= 
   ======================================= 
	Fine Tune BreadCrumb and You are Here
   ======================================= 
   ======================================= 
   ======================================= */
/* The You are Here classes are used in navigation breadcrumb and youarehere views
   These typically are used as page titles so the HTML generator
   special cases an extra class on them. In here you can set the font to be huge, set
   background or boundaries, and otherwise make the section stand out
   */   
.youarehere_modulebody { 
    font-size: large;
    padding-left: 40px !important;
	padding-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 35px;
    /* Either set color or shading */
    	    color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
		background-color: #D8C060;  /* =YOUAREHERE_BG_COLOR= */
		background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/mainareaProm2.gif');
		background-repeat: no-repeat;
		}   
/* You also need to override the navlink to be the same font size */
a.youarehere_navlink { 
    font-size: x-large;
    		color: #5C3015; /* =MODULE_TITLE_FONT_COLOR= */
    }








/* These affect the fields on the forms */
input, textarea, select {
 background-color: WHITE; /* =ALT_BG_COLOR= */
 font-family: arial, helvetica, verdana, tahoma, sans-serif;
 font-size: small;
 color: #42210B; /* =LINK_FONT_COLOR= */
 padding-top: 0px; padding-bottom: 0px; padding-right: 0px; 
 padding-left: 2px; 
} 

input.button {
 border-style: outset;
} 

/* Bring in standard formatting for option buttons on forms */
/* =======================================================================
   =======================================================================
   =========== Start _opbuttons.tpl 9/2009 ===============================
   =======================================================================
   =======================================================================
*/
   
/* Opbuttons are used within forms to set less commonly used options
   They should be smaller and more subtle than are full save buttons such as are used 
   for save and cancel 
   Example Usage: <input class="button opbutton" type="button" >
   
   Also for the tabs in container properties
   Example Usage: <input class="button opbutton" type="button" id=\'toggle_block_control\' value="Block" />

   */
input.opbutton {
										
		font-size: small; /* Should not be based on base-size */
		/* padding: 7px 12px 7px 12px; */
}

/* The buttons should give some feedback when they are hovered, but IE is defective in that 
   it does not support this. So we instead have a pseudo hover class
   instead of input.opbutton:hover
   we have input.opbutton_hover
   and javascript adds and removes the class as they mouse over and out.
*/
input.opbutton_hover {  /* Not honored by IE. */
	background-color: #F2F2F2;
	/* font-weight: bold; */  /* Can make buttons jump */
	text-decoration: underline;
	color: black;
}

/* When an opbutton has been clicked and is showing its content, javascript modifies
   the class list so that the class opbutton_on is added
   Example Usage: <input class="button opbutton opbutton_on" type="button" >
*/
input.opbutton_on {
	background-color: #F2F2F2;
	border-bottom: 2px solid #F2F2F2; /* Make the button blend into the next element */
	color: black;
}

/* View tabs have a thin row below them that makes it more clear that they are tabs.
   <tr class='peruse_op_row'><td colspan='2' class='opbutton opbutton_undertab'>&nbsp;</td></tr>
*/
tr.peruse_op_row td.opbutton_undertab {
    line-height: 7px;
    /* background-color: red; */ /* ==PERUSEROW_BG_COLOR== */
}
tr.peruse_op_row td.opbutton_bottomrow {
	line-height: 7px;
	/* background-color: red; */ /* ==PERUSEROW_BG_COLOR== */
}

input.button_on {
	background-color: #F2F2F2;
	color: black;
	border: 1px solid black;
}

/* ===========================================================================
   == The stuff opened by the block editing tabs
   ===========================================================================
   There are two kinds of tabbed areas
      that which is per block
      that which is per use of the block
   These are in 
      <tr class='block_control view_control perblock_op_row'><td class='perblock_op'>...</td>
      <tr class='block_control view_control peruse_op_row'><td>...</td>
      structures.  All but one also have style='display:hidden'
   The block_control class is just used by the tabs. When they are clicked
      they set or unset style='display:hidden' on anything which is a block_control
   The middle class, view_control in this case, changes depending on the tab
      and exists just for special overrides. There currently are no such overrides.
   The third class is
       perblock_op_row, or
       peruse_op_row
*/  
/* The next row is critical
    I'd like to make it be
    	tr.perblock_op_row td.perblock_op
    	    but the color choices get trumped elsewhere
    Setting it to 
    	tr.perblock_op_row td
    		causes the text editor to look funny
    However, form tds are of the classes
        hdform hdform_label
        hdform hdform_field
        
	Note: this used to be 
		tr.perblock_op_row td.hdform
*/
 
/* 
	Restrict to child selectors due to issue with TinyMCE toolbar table 
	See http://www.w3.org/TR/CSS2/selector.html#child-selectors
*/
tr.perblock_op_row, tr.perblock_op_row > td.perblock_op {	
	color: BLACK; 		/* ==BLOCKEDITING_FONT_COLOR== */
	font-size: small; 				/* ==BASE_SIZE== */
	font-family: arial, helvetica, verdana, tahoma, sans-serif; 		/* ==MAIN_FONT_FAMILY== */
	background-color: #CCCCCC; 	/* ==BLOCKEDITING_BG_COLOR== */
}

/* Solve the left padding problem when the colors are not the same */
tr.perblock_op_row td.hdform_label {
			padding-left: 2px; /* we need some spacing so as to not start right against the frame */
	}

     

/* The additional elements that are shown and hidden when op buttons are clicked
   are in class peruse_op_row. This allows the optional elements to be
   visually distinctive
   Example Usage: <tr class='block_control style_control peruse_op_row' ...>
*/   
tr.peruse_op_row, tr.peruse_op_row td {
	background-color: #F2F2F2;
	 color: BLACK;	/* ==PERUSEROW_FONT_COLOR== */
    padding-left: 15px !important;
}
tr.peruse_even_op_row, tr.peruse_even_op_row td {
	 background-color: white;
	 color: BLACK;	/* ==PERUSEROW_FONT_COLOR== */
}
tr.peruse_odd_op_row, tr.peruse_odd_op_row td {
	 background-color: #F2F2F2;
	 color: BLACK;	/* ==PERUSEROW_FONT_COLOR== */
}


tr.peruse_op_row td a, tr.peruse_op_row td a:hover, tr.peruse_op_row td a:visited
tr.peruse_op_row td a.doodlelink,tr.peruse_op_row td a.doodlelink:hover, tr.peruse_op_row td a.doodlelink:visited {
	color: #0071BD !important; /* ==PERUSEROW_LINK_FONT_COLOR== */ /* Some default font colors can be pale and hard to read */
	text-decoration: none;
}
tr.peruse_op_row td a.doodlelink:hover {
	text-decoration: underline;
}

.op_helpbox {	/* The bar that shows mouseover status of options */
			border: 1px solid #CCCCCC; /* =BORDER_COLOR= */
			background-color: #F6F6F6; /* =HELP_BG_COLOR= */
			padding: 4px;
			color: #000000; /* =LIGHT_BG_FONT_COLOR= */
			text-align: left;
}
		
		


/* The Title: text is unique 
   <td align='left' valign='middle' class='block_title'><nobr><strong>Title:</strong></nobr></td>
*/
.block_editing_form, .block_editing_form td.block_title {
	color: BLACK; /* ==BLOCKEDITING_FONT_COLOR== */ /* Some default font colors can be pale and hard to read */
}

/* most looks have a div that sets color. We need to unset it */
span.hdform {
	color: BLACK; /* ==BLOCKEDITING_FONT_COLOR== */
}

/* Only the div has padding and offset */
div.block_editing_form { /* was called peruse_properties */
	padding: 5px;
	background-color: #CCCCCC; /* ==BLOCKEDITING_BG_COLOR== */
	width: 98%;		/* fits in Mozilla */
}



/* ======================================= 
   ======================================= 
   ======================================= 
   Enable Rounded Op Buttons -- tabs, really 
   ======================================= 
   ======================================= 
   ======================================= */
b.optop{
	display:block;
	background: transparent;
}
b.optop bb{
	display:block;
	height: 1px;
    overflow: hidden;
    background-color: #F2F2F2 /* PERUSEROW_BG_COLOR */
}
b.optop1{margin: 0 5px;}
b.optop2{margin: 0 3px;}
b.optop3{margin: 0 2px;}
b.optop b.optop4 {
	margin: 0 1px;height: 2px
}
.roundbody {
	background-color: #F2F2F2; /* PERUSEROW_BG_COLOR */
	text-align: center;
	margin-bottom: 0px;
}


/* ===================== for insert block ====================== */
/* ===================== for insert block ====================== */
/* ===================== for insert block ====================== */
/* ===================== for insert block ====================== */
/* ===================== for insert block ====================== */


/* viewList and staticviewList are used to show the views when a blocktype is clicked 
   viewlist is used in add block, static view list is used when editing an already added block
   These used to differ in that viewlist has absolute positioning, but that
   is no longer required. */
table.viewList {  /* Used to show the views when a blocktype is clicked */
  text-align: left;
  width: 500px;
  background-color: #F2F2F2; /* ==PERUSEROW_BG_COLOR== */
  /* border: 1px solid black;  */
  /*
	position:absolute;
	left: 200px;
	*/
}
table.staticviewList { 
  text-align: left;
  width: 500px;
  background-color: #F2F2F2; /* ==PERUSEROW_BG_COLOR== */
  /* border: 1px solid black;  */
}

/* viewList_Image is used when showing views in the insert block view selection
   Note that views images have no frames, so this class is a bit extra wide and inserts the frame as a background
   Example: <div class='viewList_Image'>
   		<img id='articlemodule_Bulleted' src='/hotdoodle_engine/views_info/articlemodule_Bulleted_S.png'
			width='125' height='79' alt='' vspace='1' hspace='1' align='top'>
   		</div>
   */ 
div.viewList_Image {
	WIDTH: 135px; 
	height: 110px;
	background-image:  url("/hotdoodle_engine/iconset/viewframe.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

/* view_Image and view_Image_Framed are used when the larger view image is shown in the final insert block screen
   Example: <div class='view_Image view_Image_Framed'>
   	<img id='modImage_selected' src='/hotdoodle_engine/views_info/textmodule_Class_L.png'
		width='250px' height='200px' alt='' vspace='1' hspace='1' align='top'>
   	</div>
*/   
div.view_Image {
	WIDTH: 270px; 
	height: 220px;
}
div.view_Image_Framed {	/* This adds the apparent frame around otherwise frameless view images */
	background-image:  url("/hotdoodle_engine/iconset/viewframe_l.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

/* block_Image is used when the larger block image is shown in the final insert block screen
   Block images already have frames, so the class is snug
  Example: <div class='block_Image'>
  		<img id='modImage_selected' src='/hotdoodle_engine/views_info/textmodule_Class_L.png'
			width='250px' height='200px' alt='' vspace='1' hspace='1' align='top'>
  		</div>
*/         
div.block_Image {
	WIDTH: 250px; 
	height: 200px;
}


div.blocklist { /* Used to wrap commonly used blocks and more blocks */
}

/* currentModule and nonselectedModule are used when block types are mouseovered */
.currentModule {
	background-color: #FFCCCC;
	cursor: pointer !important;
	width: 150px;
	color: BLACK;	/* ==BLOCKEDITING_FONT_COLOR== */ 
}
.nonselectedModule {
	/* border: 2px solid black; */
	cursor: pointer !important;
	/* cursor: move !important; */
	width: 150px;
	/* margin-right:50px; */
	color: BLACK;	/* ==BLOCKEDITING_FONT_COLOR== */
}

.currentView, currentView td{
   background-color: #FFCCCC !important;
   cursor: pointer !important;
   width: 150px;
   padding-left: 10px;
   color: BLACK;  /* ==BLOCKEDITING_FONT_COLOR== */ 
}

.nonselectedView {
	cursor: pointer !important;
	width: 150px;
	padding-left: 10px;
	color: BLACK;	/* ==BLOCKEDITING_FONT_COLOR== */
}

a.invisible, img.invisible {  /* Applied to images that are in hidden tabs */
	border: none;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

/* ===================== for insert block ====================== */




/* ==============================
   == Nav tree -- Some parts may be obsolete
   ============================== */
/* Manage tree uses tabbed navigation. That uses the following classes */
td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid #CCCCCC; /* =BORDER_COLOR= */
}
td.tab_main { 
	padding: .5em;
	border: 1px solid #CCCCCC; /* =BORDER_COLOR= */
	border-top: 0px solid #CCCCCC; /* =BORDER_COLOR= */
}
td.tab_btn_last {
}
td.tab_spacer {
	border-bottom: 1px solid #CCCCCC; /* =BORDER_COLOR= */
	border-left: 1px solid #CCCCCC; /* =BORDER_COLOR= */
}
td.tab_btn {
	border: 1px solid #CCCCCC; /* =BORDER_COLOR= */
	border-right: 0px solid #CCCCCC; /* =BORDER_COLOR= */
	background-color: WHITE; /* =ALT_BG_COLOR= */
	padding: .5em;
}

/* =======================================================================
   =========== Billing warnings = ========================================
   =======================================================================
   Used when the site shows a billing message upon login
*/

table.billing_warn, table.billing_warn td {
	background-color: #FFFFCC; 
	margin: 0px; 
	color: #333333;
}
table.billing_warn td a.doodlelink {
	color: red;
}

div.billing_policy, billing_policy h3 {
	background-color: white;
	color: black;
}
div.billing_howitworks, div.billing_howitworks table tr td {
	background-color: white;
	color: black;
}

/* =======================================================================
   =======================================================================
   =========== End _opbuttons.tpl ========================================
   =======================================================================
   =======================================================================
*/
/* Override a few */
.op_helpbox {
	color: RED; /* =HELP_FONT_COLOR= */
}
table.hdform {
	padding-left: 15px;
	font-size: small;
}



/* ======================================= 

   ======================================= 
   ======================================= 
	Fine Tune
   ======================================= 
   ======================================= 
   ======================================= */



/* ======================================= 
   ======================================= 
   ======================================= 
	Top navigation tab stuff, 
	  used in Top Nav Buttons and Top Nav Fancy views
   ======================================= 
   ======================================= 
   ======================================= */
a.navlink_genedTopnavpulldown, a.navlink_genedTopnavpulldown:visited, a.navlink_genedTopnavpulldown:active, /* ezpulldownmenu Support */
a.navlink_topnavfancy, a.navlink_topnavfancy:visited, a.navlink_topnavfancy:active { /* Used in both Top Nav Buttons and Top Nav Fancy */
	padding: 0.25em 1em;
	/*background-color: transparent;*/  /* =NAVLINK_BG_COLOR= */	
	color: #000000; /* =TOPNAV_FONT_COLOR= */
	font-size:       12px;
	font-weight:     bold;
	text-decoration: none;
}
a.navlink_genedTopnavpulldown:hover, /* ezpulldownmenu Support */
a.navlink_topnavfancy:hover { /* Used in both Top Nav Buttons and Top Nav Fancy */
	background-color: transparent; /* =NAVLINK_BG_COLOR= */	
	color: #AC4912; /* Used in topnav hover, =TOPNAV_HOVER_FONT_COLOR= */
	text-decoration: none;
	font-weight:     bold;
}

/* ezpulldownmenu Support */
td.topnavfancy_current a.navlink_topnavfancy, 
td.genedTopnavpulldown_current a.navlink_genedTopnavpulldown { /* Make the current page be colored differently */
	color: #AC4912 !important; /* =TOPNAV_FONT_COLOR_CURRENT= */
	font-weight:     bold;
}	

table.genedTopnavpulldown { /* ezpulldownmenu Support */
	height: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0px;
	border:none;
	border-collapse: collapse;				   
}
table.topnavfancy, table.tnav { /* Used in Only Top Nav Buttons */
	background: #F4E4A2;; /* =TOPNAV_BG_IMAGE= */
		/*width: 100%;*/
	height: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0px;
	border:none;
	border-collapse: collapse;
}
div.topnavfancy.a { /* Used in Only Top Nav Fancy and Top Nav Progressive */
	background: #F4E4A2;; /* =TOPNAV_BG_IMAGE= */	width: 100%;
	height: 35px;
	min-height: 35px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
td.genedTopnavpulldown { /* ezpulldownmenu Support */
	margin:          0px;
	padding:         0px;
	height:          35px;
	white-space: nowrap;
	text-align: center;			
}
td.topnavfancy, td.tnav {
	margin:          0px;
	padding:         0px;
	height:          35px;
	background: #F4E4A2;; /* =TOPNAV_BG_IMAGE= */	white-space: nowrap;
	text-align: center;
}
td.topnavfancy:hover, td.tnav:hover { /* Used in Only Top Nav Buttons */
	background-color: #CCCCCC; /* =NAVBUTTON_HIGHLIGHT_BG_COLOR= */
	color: #8C7B45; /* =MINOR_FONT_COLOR= */
	/* border: solid thin #CCCCCC; */ /* =BORDER_COLOR= */
}

div.genedTopnavpulldown {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/topnavBg.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-left: 20px;
}
.genedMenu {
	border: none !important;
}
/* ======================================= 
   ======================================= 
   ======================================= 
   Enable Rounded Top Nav Buttons -- tabs, really 
   ======================================= 
   ======================================= 
   ======================================= */
b.roundtop, b.roundbottom {
	display:block;
	background: transparent;
}
b.roundtop b, b.roundbottom b{
	display:block;
	height: 1px;
    overflow: hidden;
    background-color: #D8C060 /* =ROUNDED_BG_COLOR= */
}
b.round1{margin: 0 5px;}
b.round2{margin: 0 3px;}
b.round3{margin: 0 2px;}
b.roundtop b.round4, b.roundbottom b.round4 {
	margin: 0 1px;height: 2px
}
.roundbody {
	background-color: #D8C060; /* =ROUNDED_BG_COLOR= */
	text-align: center;
	margin-bottom: 0px;
}
td.roundbodycurrent { 
	background-color: #D8C060; /* =ROUNDED_BG_COLOR= */
}
b.roundtopcurrent b, b.roundbottomcurrent b{
    background-color: #D8C060; /* =ROUNDED_BG_COLOR= */
}


/* end rounded corners */





/* ========================================
   ===  Pull Down Menus, new 2/2007 standard
   ======================================== */
/* =======================================================================
   =======================================================================
   =========== Start _pulldownmenus.tpl 8/14/2007 ===========================
   =======================================================================
   =======================================================================
*/


/* Define the outer div
   Padding in here becomes menu outlines */
div.genedTopnavpulldown {
	/* no padding, outline, or color */
	text-align: left;
}

/* Define the outer table */
/* === set table.genedTopnavpulldown the same as table.topnavfancy === */


/* Set the look for the individual cells in the menu */
/* === set td.genedTopnavpulldown  the same as td.topnavpulldown === */
/* === set td.genedTopnavpulldown_current a.navlink_genedTopnavpulldown  the same as td.topnavfancy_current a.navlink_topnavfancy === */


/* Set how the text inside the cells in the menu look */
/* === set a.navlink_genedTopnavpulldown to be the same as a.navlink_topnavfancy */
/* set a.navlink_genedTopnavpulldown:hover to be the same as a.navlink_topnavfancy:hover */


	

/* ================================================================
   ================================================================
   == Declare the look for the menus that pop-up when a pull down is activated
   ================================================================
   ================================================================ */
/* Set the base box and dimensions of generated dynamic pull down menu boxes */
div.genedMenu {
  /* Must set the border and background colors or else it is invisible
     also must set padding and left or they collide */
		border: 2px outset #D8C060; /* =TOPNAV_PULLDOWNS_OUTLINE_COLOR= */
			background-color: #D8C060; /* =TOPNAV_PULLDOWNS_BG_COLOR= */
		left: 0px;
	padding: 0px 1px 1px 0px;
	
	text-align: left;
	
	/* core change */
		background: #F4E4A2; /* =$TOPNAV_PULLDOWNS_BG_IMAGE= */
		
	/* The position and such is critical to the operation of the pull down menu, 
	 Without it the pulldowns will be visibly inserted in an ugly place.
	*/ 
	position: absolute;top: 0px;visibility: hidden;z-index: 1001; /* DO NOT CHANGE THIS */
}

div.genedMenuvis { /* for testing */
  /* Must set the border and background colors or else it is invisible
     also must set padding and left or they collide */
		border: 2px outset #D8C060; /* =TOPNAV_PULLDOWNS_OUTLINE_COLOR= */
			background-color: #D8C060; /* =TOPNAV_PULLDOWNS_BG_COLOR= */
		left: 0px;
	padding: 0px 1px 1px 0px;
	
	text-align: left;
	
	/* core change */
		background: #F4E4A2; /* =$TOPNAV_PULLDOWNS_BG_IMAGE= */
		
}


/* This class is added to items when their menu is open or they are mouseovered */
td.genedMenuButtonActive {
			background-color: #CCCCCC; /* =TOPNAV_PULLDOWNS_BG_COLOR_CURRENT= */
				background: #CCCCCC; /* =$TOPNAV_PULLDOWNS_BG_COLOR_CURRENT= */
	}

/* Set the links in the generated pulldowns.  */
div.genedMenu a.genedMenuItem,
div.genedMenu a.genedMenuItem:visited {
  text-decoration: none !important;
  padding: 3px 1em !important;
  display: block !important;
  white-space: nowrap !important;
  }



	/* Most of the text in the generated links is in a span */
	div.genedMenu a.genedMenuItem span.genedMenuItemArrow {
	  margin-right: -.75em;
	  text-decoration: none !important;
	  color: #000000;  /* =TOPNAV_FONT_COLOR= */
	}

	/* core change */
	div.genedMenu a.genedMenuItem span.genedMenuItemText {
	  color: #000000 !important; /* =TOPNAV_FONT_COLOR= */
	}
	


	/* Special javascript code adds and removes the genedMenuItemHighlight from 
	   items as they are being mouseovered
	   The hover: properties are unreliable in IE 
	   Hover can still kick in, so to be safe set it to be the same as the highlight
	   
	   Do not set color here, it would be ignored. Set it instead in span.genedMenuItemText
	   */
	div.genedMenu a.genedMenuItemHighlight, div.genedMenu a.genedMenuItem:hover {
	  	  	  	background-color: #CCCCCC; /* =TOPNAV_PULLDOWNS_BG_COLOR_CURRENT= */
	  	}
	div.genedMenu a.genedMenuItemHighlight span.genedMenuItemText {
	  color: #AC4912 !important; /* =TOPNAV_FONT_COLOR_CURRENT= */
	}



/* =======================================================================
   =======================================================================
   =========== End _ezpulldownmenus.tpl ====================================
   =======================================================================
   =======================================================================
*/




/* ======================================= 
   ======================================= 
   ======================================= 
	Specific to some themes
   ======================================= 
   ======================================= 
   ======================================= */
.sidebar { /* used in many themes. 1024x768 should be the typical presumed window size */
	background-color: WHITE;	/* =SIDEBAR_BG_COLOR= */
	height: 400px; /* Guarantee a min page size so that small pages don't look odd */
	width: 240px; 
	vertical-align: top;
	text-align: left;
}
.leftsidebar  {
		width: 240px; 
	padding-left: 30px;
	padding-right: 0px;
}

.rightsidebar  {
		padding-left: 0px;
	padding-right: 30px;
}
/* The stylesheet does not know if the left or the right sidebar is the main
   one, the one with logins, menus, etc.
   The layout file sets mainsidebar as an extra class.
   Example Usage:
   	<td class="sidebar rightsidebar mainsidebar" valign="top"  echo pathos_theme_background_sidebar()  >
*/
.mainsidebar {
	width: 240px;
	margin: 0px 0px 0px 0px; 
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: WHITE;	/* =SIDEBAR_BG_COLOR= */
}

.mainarea, .centerarea, .divmain { 
	height: 400px;
	vertical-align: top;
	text-align: left;
	color: #000000; /* =MAIN_FONT_COLOR= */
	min-height: 400px;
	background-color: WHITE;	/* =MAIN_BG_COLOR= */ 
	padding: 20px 30px;
}
.premainarea {
	background-color: WHITE;	/* =MAIN_BG_COLOR= */ 
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 0px !important;
	padding-bottom: 20px;
}

/* divtop is used in many themes, and stands alone. It used to be called .header, but this conflicted.
   			<div class="divtop"  echo pathos_theme_background_header()  >
   */
.divtop {
	vertical-align: bottom;		/* This overrides the valign=top and makes the content flow up from the bottom */
	width:           100%;
	/*padding-left: 10px;
	padding-right: 10px;*/
			min-height:80px;
		height:80px;
		background-color: WHITE; /* =HEADER_BG_COLOR= */
	padding-top: 20px;
}

/* Sometimes the header can be in a different color.
   Setting .divtop .modulebody establishes the default for
   elements in the top bar */
   
.divtop .modulebody {
	color: #8C7B45; /* =FEATURE1_BODY_FONT_COLOR= */
}

.divtop .text_modulebody {
	color: #8C7B45; /* =FEATURE1_BODY_FONT_COLOR= */
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: medium;	
	padding: 10px 15px;
}
.divtop .picture_modulebody {
	color: #8C7B45; /* =FEATURE1_BODY_FONT_COLOR= */
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: medium;	
	padding: 10px 15px;
}
.divtop a, .divtop img, .divtop td, .divtop table {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.divtop h1{
	margin: 0;
	padding: 0;
	font-size: 35px;
	padding-left: 10px;
	letter-spacing: -1px;

}
/* The side to side variant of divtop is used when the header spans the entire width.
   Setting the width in here can make the header still look normal
   Even if page content makes the page be wider than expected.
*/
.divtop_sidetoside {
	width:1000px;
}

/* Footer is used in many themes, and is typically a specialization of center area
   (even if it is not centered tothe centyer area
   Typical Usage:
   		<td colspan="2" class="centerarea footer">
   */
.divfooter, .divfoot {
 	height: 30px;
	background-color: #E6E6E6; /* =FOOTER_BG_COLOR= */
	padding: 4px 10px;
	color: #000000; /* =MAIN_FONT_COLOR= */
	font-size: x-small;
	text-align: center;
	/*border-right: 20px solid WHITE;*/
}

.divfooter .modulebody {
	color: #000000; /* =MAIN_FONT_COLOR= */
	font-size: x-small;
}
.Invis_moduletitle {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery67/footerModuleBg.gif');
	background-repeat: repeat;
	padding-left: 0px;
	margin-left: 0px;
}

.divfooter .text_modulebody {
	padding: 0 15px 0 0;
	margin: 0;
}



/* ======================================= 
   ======================================= 
   ======================================= 
	Look specific enhancements
   ======================================= 
   ======================================= 
   ======================================= */
   
.mainarea div.Feature_container_box {	

}
.mainarea .Feature_moduletitle {
}
.mainarea .Feature_modulebody, .Feature_modulebody .article_summary td {
	background-color: #F7F7F7;
	color: #8C7B45;
}
.sidebar .Feature_modulebody {
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Feature_moduletitle {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Title.gif') !important;
	color: #4D4D4D;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 15px !important;
		height: 25px;
	}

.mainarea div.Feature2_container_box {

}
.mainarea .Feature2_moduletitle {
	background-color: #D8C060;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/mainareaProm2.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 35px;
										
		padding-top: 7px !important;
		height: 28px;
	}
.Feature2_modulebody {
	color: #000000; /* =MAIN_FONT_COLOR= */
}
.sidebar .Feature2_modulebody {
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Feature2_moduletitle {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm2Title.gif') !important;
	color: #5C3015;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 10px !important;
		height: 22px;
	}

.mainarea div.Feature3_container_box {

}
.mainarea .Feature3_moduletitle {
	background-color: #D8C060;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/mainareaProm3.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
										
		padding-top: 7px !important;
		height: 28px;
		color: #F4E4A2;
}
.Feature3_modulebody, .Feature3_modulebody .article_summary td {
	color: #000000; /* =MAIN_FONT_COLOR= */
}
.sidebar .Feature3_modulebody {
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Feature3_moduletitle {
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm3Title.gif') !important;
	color: #F4E4A2;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 10px !important;
		height: 22px;
	}


.sidebar div.Feature4_container_box {
	border: 1px solid #CCCCCC;
	padding: 10px !important;
}
.mainarea div.Feature4_container_box {
	border: 1px solid #CCCCCC;
	padding: 10px !important;
}
.mainarea .Feature4_moduletitle {
}
.Feature4_modulebody, .Feature4_modulebody .article_summary td {
}


.mainarea div.Minor_container_box {	

}
.mainarea .Minor_moduletitle {
	font-size: small;
}
.mainarea .Minor_modulebody, .Minor_modulebody .article_summary td {
	font-size: x-small;
	background-color: #F7F7F7;
	color: #8C7B45;
}
.sidebar .Minor_modulebody {
	font-size: x-small;
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Minor_moduletitle {
	font-size: small;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Title.gif') !important;
	color: #4D4D4D;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 15px !important;
		height: 25px;
	}

.mainarea div.Minor2_container_box {

}
.mainarea .Minor2_moduletitle {
	font-size: small;
	background-color: #D8C060;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/mainareaProm2.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 35px;
										
		padding-top: 7px !important;
		height: 28px;
	}
.Minor2_modulebody, .Minor2_modulebody .article_summary td {
	font-size: x-small;
	color: #000000; /* =MAIN_FONT_COLOR= */
}
.sidebar .Minor2_modulebody {
	font-size: x-small;
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Minor2_moduletitle {
	font-size: small;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm2Title.gif') !important;
	color: #5C3015;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 10px !important;
		height: 22px;
	}

.mainarea div.Minor3_container_box {

}
.mainarea .Minor3_moduletitle {
	font-size: small;
	background-color: #D8C060;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/mainareaProm3.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 30px;
										
		padding-top: 7px !important;
		height: 28px;
		color: #F4E4A2;
}
.Minor3_modulebody, .Minor3_modulebody .article_summary td {
	font-size: x-small;
	color: #000000; /* =MAIN_FONT_COLOR= */
}
.sidebar .Minor3_modulebody {
	font-size: x-small;
	background-color: #F7F7F7;
	margin-bottom: 15px;
	width: 235px;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm1Body.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .Minor3_moduletitle {
	font-size: small;
	background-image: url('http://imagelib.hotdoodle.com/files/imagegallerymodule/46d6f5f44a74c/gallery70/sidebarProm3Title.gif') !important;
	color: #F4E4A2;
	margin-bottom: 0px !important;
	width: 235px;
										
		padding-top: 10px !important;
		height: 22px;
	}



.sidebar div.Minor4_container_box {
	border: 1px solid #CCCCCC;
	padding: 10px !important;
}
.mainarea div.Minor4_container_box {
	border: 1px solid #CCCCCC;
	padding: 10px !important;
}
.Minor4_moduletitle {
	font-size: small;
}
.Minor4_modulebody, .Minor4_modulebody .article_summary td {
	font-size: x-small;
}


/* ========================================
   ===  Bring in standard non composite styles, new 2/2007 standard
   ======================================== */
/* =======================================================================
   =======================================================================
   =========== Start _standard_styles.tpl 1/16/2009 ======================
   =======================================================================
   =======================================================================
   
   
   Changes here does NOT cause all looks to be recompiled
*/


/* ======================================= 
   ======================================= 
   ======================================= 
	Some common, but still adjustable, properties
   ======================================= 
   ======================================= 
   ======================================= */
   
/* make form titles stand out */
div.form_title, .form_title a {
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	/* padding: 5px 0px 5px 0px; */
		background-color: WHITE; /* ==OPTITLE_BG_COLOR== */
	color: WHITE;	/* ==OPTITLE_FONT_COLOR== */
}


/* Wizards */
div.wizardmenu { /* Used for pulldown wizards, for the box that opens */
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 1001;
  color: black;
}


div.wizard {	/* Wrapping class for wizard visible in main pages */
    border: 0px !important;
    background-color: #B1C4C9 !important;
    padding: 25px !important;
    /* width: 600px !important; */
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#wizard_details { /* for the details of the step such as shown by the show wizard details/hide wizard details line */
    font-size: small;
    color: black;
    background-color: white;
    padding: 25px;
}
div.wizard a.doodlelink {
    font-size: small;
    color: #0071BD;
}
div.wizard td.title { /* for the WHERE AM I line at the bottom */
    font-size: small;
    font-weight: bold;
    color: #0071BD;
}
div.wizard strong {
    font-size: medium;
    font-weight: bold;
    color: #0071BD;
}
div.wizard span.navlink {
    font-size: medium;
    font-weight: bold;
    color: #0071BD;
}

/* Used when the title is a link, but there is nowhere for it to go. This way most of the link formatting is retained
   (makeing the tpls easier) but we zap the underlining.
   However, it the look did not use underlining you'd have to do something else in that look just after .title_link.
   */
.title_empty, .title_empty:hover {
	text-decoration: none !important;
	cursor: default;
}


/* For product galleries 
   Example Usage:
	<a class='title_link product_title_link' href='?action=view_article&subtheme=No_Sidebars&module=administrationmodule'></a>
  
*/
.product_title_link {
	font-size: medium;
	text-decoration: none;
}

a.login_forgot, a.login_forgot:visited { 
	/* for "Forgot Password" */
	white-space: nowrap;
	font-size: smaller;
}


/* ======================================= 
   == multi col container formatting
   ======================================= */
.container_col_inner {
	padding-right: 3px;	/* blank space between cols */
}
.container_col_bar {
	border-right: 2px dotted #D3D3D3; /* lightgrey */
}
.container_row_bar {
	border-bottom: 2px dotted #D3D3D3; /* lightgrey */
}



/* ======================================= 
   ======================================= 
   ======================================= 
	Special block types
   ======================================= 
   ======================================= 
   ======================================= */
   
/* Style Invisible is mainly for containers. It is for a container that is not seen.
   For example, in a block hilighted theme, a 2-col container would have its 
   2 cols of contents in the block background. Using the invis container
   shows the blocks without a noticalbe change in background.
   */

div.Invis_container_box {	
	background-color: transparent; /* Should be transparent or =MAIN_BG_COLOR=
									  transparent allows the background image to come through */
	border: none;
}

.Invis_moduletitle {
	background-color: transparent; /* Should be transparent or =MAIN_BG_COLOR=
								  It should be the same as for Invis_container_box
								  so that the text does not seem to be highlighted */
	/* Also unset any padding so there is no visible mark of the block's presence */
	padding-left: 0px;
	padding-right: 0px;
}

.Invis_modulebody {
	background-color: transparent; /* Should be transparent or =MAIN_BG_COLOR=
								  It should be the same as for Invis_container_box
								  so that the text does not seem to be highlighted */
	/* Also unset any padding so there is no visible mark of the block's presence */
	padding-left: 0px;
	padding-right: 0px;
}


div.Center_container_box {text-align: center;}
div.Center_container_box td {text-align: center;} /* Takes care of embedded tables */
.Center_moduletitle {text-align: center;}
.Center_modulebody {text-align: center;}


div.Left_container_box {text-align: Left;}
div.Left_container_box td {text-align: Left;}
.Left_moduletitle {text-align: Left;}
.Left_modulebody {text-align: Left;}


div.Right_container_box {text-align: Right;}
div.Right_container_box td {text-align: Right;}
.Right_moduletitle {text-align: Right;}
.Right_modulebody {text-align: Right;}

/* div.Wide_container_box {width: 100%;}

.Wide_moduletitle {width: 100%;}
.Wide_modulebody {width: 100%;} */



div.Bottom_container_box {vertical-align: bottom;}
div.Bottom_container_box td {vertical-align: bottom;}
.Bottom_moduletitle {vertical-align: bottom;}
.Bottom_modulebody {vertical-align: bottom;}


div.Top_container_box {vertical-align: top;}
div.Top_container_box td {vertical-align: top;}
.Top_moduletitle {vertical-align: top;}
.Top_modulebody {vertical-align: top;}




/* Containers insert BRs between adjacient containers
   The margin here defines the dividers in the site
   */


br.container {
}
br.Compact_container {
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
div.Compact_container_box {
	padding: 0px;
	margin: 0px;
}




div.Header_container_box {	
	background-color: transparent; /* Should be transparent or =MAIN_BG_COLOR=
					  transparent allows the background image to come through */
	border: none;
	vertical-align: bottom;
}


div.Footer_container_box {	
	background-color: transparent; /* Should be transparent or =MAIN_BG_COLOR=
					  transparent allows the background image to come through */
	border: none;
	vertical-align: bottom;
}


div.Sidebar_container_box {	
}

.AltSidebar_container_box {	
}




/* ======================================= 
   ======================================= 
   ======================================= 
	Premain Area
   ======================================= 
   ======================================= 
   ======================================= */
   
.premainarea {
	background-color: WHITE;	/* =MAIN_BG_COLOR= */ 
    }
   



/* ======================================= 
   ======================================= 
   ======================================= 
	Picture Block Formatting
   ======================================= 
   ======================================= 
   ======================================= */
/*
.picture_nodescription {}
td.picture_above {
	padding-bottom: 5px;
}
td.picture_below {
	padding-top: 5px;
}
*/
td.picture_left {
	padding-right: 10px;
}
td.picture_right {
	padding-left: 10px;
}

   

/* ======================================= 
   ======================================= 
   ======================================= 
	Common Combos
   ======================================= 
   ======================================= 
   ======================================= */











/* ======================================= 
   ======================================= 
   ======================================= 
	Common Singilar styles
   ======================================= 
   ======================================= 
   ======================================= */

div.Box100w_container_box {	
	width: 100px;
}   

div.Box200w_container_box {	
	width: 200px;
}   

div.Box250w_container_box {	
	width: 250px;
}    

div.Box300w_container_box {	
	width: 300px;
} 



div.Box100h_container_box {	
	height: 100px;
}   

div.Box200h_container_box {	
	height: 200px;
}   

div.Box250h_container_box {	
	height: 250px;
}    

div.Box300h_container_box {	
	height: 300px;
} 









div.FrameBold_container_box {
	border: 12px groove WHITE; ; /* =ALT_BG_COLOR= */
	padding: 10px;
}

div.FrameModerate_container_box {
	border: 6px groove #CCCCCC;  /* =BORDER_COLOR= */
	padding: 5px;
}

div.FrameSubtle_container_box {
	border: 2px solid #CCCCCC; /* =BORDER_COLOR= */
	padding: 2px;
}


div.LightGray_container_box {	
	background-color: #DDDDDD;
}
.LightGray_moduletitle {
	background-color: #DDDDDD;}
.LightGray_modulebody {	
	background-color: #DDDDDD;
	color: #000000; /* =LIGHT_BG_FONT_COLOR= */
}

div.Aqua_container_box {	
	background-color: #CCFFFF;
}
.Aqua_moduletitle {
	background-color: #CCFFFF;
}
.Aqua_modulebody {	
	background-color: #CCFFFF;
	color: #000000; /* =LIGHT_BG_FONT_COLOR= */
}

div.Pink_container_box {	
	background-color: #FFCCFF;
}
.Pink_moduletitle {
	background-color: #FFCCFF;
}
.Pink_modulebody {	
	background-color: #FFCCFF;
	color: #000000; /* =LIGHT_BG_FONT_COLOR= */
}

div.Yellow_container_box {	
	background-color: #FFFFCC;
}
.Yellow_moduletitle {
	background-color: #FFFFCC;
}
.Yellow_modulebody {
	background-color: #FFFFCC;
	color: #000000; /* =LIGHT_BG_FONT_COLOR= */
}


div.SmallText_container_box {	}
.SmallText_moduletitle {}
.SmallText_modulebody {	
	font-size: medium;
}
	

div.BigText_container_box {	}
.SBigText_moduletitle {}
.BigText_modulebody {	
	font-size: medium;
}
	
div.Wide_container_box {width: 100%;}
.Wide_moduletitle {width: 100%;}
.Wide_modulebody {width: 100%;}


div.Tall_container_box {height: 100%;}
.Tall_moduletitle {height: 100%;}
.Tall_modulebody {height: 100%;}
	

div.Help_container_box { /* Help style is used for site instructions. Added 10/2006 */
	border: 4px solid #CCCCCC; /* =BORDER_COLOR= */
	padding: 4px;
	padding-top: 22px;
	background: #FFFFCC url("/hotdoodle_engine/iconset/doodle_instructions.gif") no-repeat top left;
}
.Help_moduletitle {	background-color: #FFFFCC;} /* =HELP_BG_COLOR= */
.Help_modulebody {	background-color: #FFFFCC;} /* =HELP_BG_COLOR= */


div.Wizard_container_box { 
	border: 4px solid #FFFFCC; /* =BORDER_COLOR= */
	padding: 4px;
	/* 
	   padding-top: 22px;
	   background: url("/hotdoodle_engine/iconset/doodle_wizard.gif") no-repeat top left;
	*/
	background: transparent;
}
.Wizard_moduletitle { background-color: transparent;	} /* =HELP_BG_COLOR= */
.Wizard_modulebody { background-color: transparent;	} /* =HELP_BG_COLOR= */





.shide_moduletitle {
	font-size: xx-small !important;
	color: #E0E0E0 !important; /* ==HIDDEN_FONT_COLOR== */
	background-color: transparent !important;
	background-image: none !important;
}
.shide_modulebody, .shide_modulebody h1, .shide_modulebody h2, .shide_modulebody p, .shide_modulebody a {
	font-size: xx-small !important;
	color: #E0E0E0 !important; /* ==HIDDEN_FONT_COLOR== */
	margin: 0px !important;
	font-weight: 100 !important; 
	background-color: transparent !important;
	background-image: none !important;
}

.shide_container_box {
	font-size: xx-small !important;
	color: #E0E0E0 !important; /* ==HIDDEN_FONT_COLOR== */
	background-color: transparent;
	background-image: none !important;
}

/* .shide2 is used for some generated content that is best seen only by search engines */
.shide2_modulebody, .shide2_modulebody h1, .shide2_modulebody h2, .shide2_modulebody p, .shide2_modulebody a {
	line-height: 6px;
	overflow: hidden;
	height: 10px;
	color: #E0E0E0 !important;
}
.side_modulebody a.doodlelink {
	color: #42210B !important;
}


/* ======================================= 
   ======================================= 
   ======================================= 
	OpenTable
   ======================================= 
   ======================================= 
   ======================================= */

/*

	OpenTable Style Definitions
	OpenTable Style Definitions as at http://www.opentable.com/ism/feed.css
	PDF Ref at http://otrestaurant.com/public/pdf/SingleRestaurantSearchModule.pdf?ltms=1245256656340&ltzo=420
	
	
	1. .OT_feedTitle This section is enclosed in one tag:
		a. <h2 class="OT_feedTitle">Search For Available Tables at Morton’s, The Steakhouse</h2>
		You can set a display:none; in the style sheet to hide this entire area.
	2. #OT_searchWrapperAll Controls the overall container of the code.
		Page 3 of 4, Rev. 2008801
	3. #OT_searchWrapper Controls the underlying container of the code.
	4. .OT_feedTitle Controls the form title tags with regard to font, color, spacing and positioning.
	5. #OT_partySizeLbl Controls the word "Party Size".
	6. #OT_timeLbl Controls the word “Time”.
	7. #OT_dateLbl Controls the word “Date”.
	8. #OT_restaurant, #OT_partySize, #OT_time, #OT_date, Control the drop down lists positioning.
	9. .feedFormField Control the drop down lists with regard to font, color and spacing.
	10. .OT_feedFormfieldCalendar Controls the text box that displays the date.
	11. #OT_logo The “Powered By Logo”
			You can set a display:none; in the style sheet to hide this entire area.
	12. #OT_logoLink Link and text above logo.
	
*/


/*
	Add overrides for Default 
*/


#OT_searchWrapperAll {
	background: WHITE !important;		/* Controls the overall container of the code */
}

#OT_searchWrapper {
	background: WHITE !important;		/* Controls the underlying container of the code */
}

#OT_logo {
	background: WHITE !important;		/* The “Powered By Logo” */
}

#OT_logoLink {
	background: WHITE !important;		/* Link and text above logo */
}


.sidebar #OT_searchWrapperAll {
	background: WHITE !important;		/* Controls the overall container of the code */
}

.sidebar #OT_searchWrapper {
	background: WHITE !important;		/* Controls the underlying container of the code */
}

.sidebar #OT_logo {
	background: WHITE !important;		/* The “Powered By Logo” */
}

.sidebar #OT_logoLink {
	background: WHITE !important;		/* Link and text above logo */
}


.divtop #OT_searchWrapperAll {
	background: WHITE !important;		/* Controls the overall container of the code */
}

.divtop #OT_searchWrapper {
	background: WHITE !important;		/* Controls the underlying container of the code */
}

.divtop #OT_logo {
	background: WHITE !important;		/* The “Powered By Logo” */
}

.divtop #OT_logoLink {
	background: WHITE !important;		/* Link and text above logo */
}


/* =======================================================================
   =======================================================================
   =========== End _standard_styles.tpl ================================
   =======================================================================
   =======================================================================
*/
div.Aqua_container_box {
	background-color: #DFF2FF;
	border: 1px solid #00A8FF;
	padding: 20px;
}
.sidebar div.Aqua_container_box {
	padding: 10px !important;
}
.divtop div.Aqua_container_box {
	padding: 0px 10px !important;
	margin-left: 20px;
	margin-right: 20px;
}
.Aqua_moduletitle {
	background-color: #DFF2FF;
}
.Aqua_modulebody, .Aqua_modulebody td {	
	background-color: #DFF2FF;
}

div.Pink_container_box {	
	background-color: #FFEBEA;
	border: 1px solid #DD3C10;
	padding: 20px;
}
.sidebar div.Pink_container_box {
	padding: 10px !important;
}
.divtop div.Pink_container_box {
	padding: 0px 10px !important;
	margin-left: 20px;
	margin-right: 20px;
}
.Pink_moduletitle {
	background-color: #FFEBEA;
}
.Pink_modulebody, .Pink_modulebody td {	
	background-color: #FFEBEA;
}

div.Yellow_container_box {	
	background-color: #FFFFCC;
	border: 1px solid #FCEE21;
	padding: 20px;
}
.sidebar div.Yellow_container_box {
	padding: 10px !important;
}
.divtop div.Yellow_container_box {
	padding: 0px 10px !important;
	margin-left: 20px;
	margin-right: 20px;
}
.Yellow_moduletitle {	
	background-color: #FFFFCC;
}
.Yellow_modulebody, .Yellow_modulebody td {	
	background-color: #FFFFCC;
}

div.LightGray_container_box {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
.sidebar div.LightGray_container_box {
	padding: 10px !important;
}
.divtop div.LightGray_container_box {
	padding: 0px 10px !important;
	margin-left: 20px;
	margin-right: 20px;
}
.LightGray_moduletitle {
	background-color: #EEEEEE;
}
.LightGray_modulebody, .LightGray_modulebody td {	
	background-color: #EEEEEE;
}

div.AltSidebar_container_box {
	background-color: WHITE;
	padding-top: 10px;
	padding-right: 10px;
}

div.AltSidebar_container_box {
}
.AltSidebar_moduletitle {
	color: #5C3015;
}
.AltSidebar_modulebody {	
	color: #000000;
}

/* ======================================= 
   ======================================= 
   ======================================= 
	Context Specific Overrides
   ======================================= 
   ======================================= 
   ======================================= */		
	
/* override form title settings */
   
.form_title {	
	background-color: #4D4D4D !important; /* =BASE1_DARK_COLOR= */
}

.productcatelog_modulebody table {
	border: 1px solid #CCCCCC !IMPORTANT;
	border-collapse: collapse !important;
}
.productcatelog_modulebody td {
	text-align: center !important;
}