body
{
	width: 1004px;
	margin: 5px auto;
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	position: relative;
}

/* Standard element styles */
h1
{
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

h3
{
	font-size: 0.85em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
}

a
{
	color: #cc0000;
	text-decoration: none;
}
#center a:hover { text-decoration: underline; }

h6
{
	font-weight: bold;
}

#page_banner {padding-left: 5px;}
    #page_banner #left
    {
        background-image: url(../images/frontend/shared/header_left.png);
        width: 79px;
        height: 140px;
        float: left;
    }
	#page_banner #right
	{
		background-image: url(../images/frontend/shared/header_right.png);
		width: 83px;
		height: 140px;
		float: right;
	}
	#page_banner #centerpiece 
	{ 
		float: left;
		width: 842px;
		height: 140px;
		background-image: url(../images/frontend/shared/header_bridge.png);
	}
	#page_banner #centerpiece *
	{
	  width: 862px;
	  height: 78px;
	  margin-top: 31px;
	  position: relative;
	  left: -10px;
	}
	#header_rule
	{
		background-image: url(../images/frontend/shared/header_rule.png);
        background-repeat: no-repeat;
        background-position: 16px;
		border-left: 5px solid #FFF;
		border-right: 5px solid #FFF;
		clear: both;
		height: 13px;
		line-height: 13px;
	}
#page_content
{
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	background-color: #fff;
	padding: 2px 8px 0 16px;
}

	#page_content_corners 
	{
		clear: both;
	}
	#page_content_corners span
	{
		height: 17px;
		background-repeat: no-repeat;
		width: 18px;
	}
	#page_content_corners span.l
	{
		background-image: url(../images/frontend/shared/content_bl.png);
		float: left;
	}
	#page_content_corners span.r
	{
		background-image: url(../images/frontend/shared/content_br.png);
		float: right;
	}
	#page_content_corners div.c
	{
		margin: 0 18px;
		height: 12px;
		line-height: 12px;
		border-bottom: 5px solid #333;
	}
#page_footer
{
	font-size: 0.85em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 8px 0;
	color: #808080;
}

	#page_footer a
	{
		text-decoration: none;
		color: #666;
		padding: 0 0.4em;
	}
	#page_footer a:hover {text-decoration: underline;}

/* Navigation */
#page_navigation
{
	z-index: 15;
	position:absolute;
	margin-top: -28px;
	right: 20px;
}
	#page_navigation ul#links_base
	{
		margin: 0;
		padding: 0;
	}
	#page_navigation #links_base li
	{
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		height: 28px;
	}
	#page_navigation #links_base li.sep
	{
		background-image: url(../images/frontend/shared/links/seperator.png);
		background-position: center right;
		width: 2px;
		font-size: 0;
	}
		
	#page_navigation div.left, #page_navigation div.right
	{
		float: left;
		height: 26px;
	}

/* Main content layout */
#page_content #leftbar
{
	width: 220px;
	float: left;
}
#page_content #rightbar
{
	width: 219px;
	float: right;
}
#page_content #center
{
	margin: 13px 13px 0 7px;
	padding-top: 10px;
	font-size: 10px;
	float: left;
}

.blackbox
{
  background-image: url(../images/frontend/shared/blackbox.png);
  width: 211px;
  height: 97px;
}
  .blackbox .head, .blackbox .foot {display: none;}
  

/* Rounded grey boxes */
.greybox 
{ 
	background-color: #f0f0f0; 
	font-size: 9pt;
	min-height: 0;
	width: 211px;
}
	.greybox div.head, .greybox div.foot
	{
		background-repeat: repeat-x;
		font-size: 0pt;
		height: 8px;
		line-height: 8px;
		clear: both;
	}
	.greybox div.head { background-image: url(../images/frontend/greybox/top.png); }
	.greybox div.foot { background-image: url(../images/frontend/greybox/bottom.png); }
	
	.greybox div.head .l, .greybox .foot .l
	{
		float: left;
		width: 8px;
		height: 8px;
	}
	.greybox div.head .l { background-image: url(../images/frontend/greybox/tl.png); }
	.greybox div.foot .l { background-image: url(../images/frontend/greybox/bl.png); }
	
	
	.greybox div.head .r, .greybox div.foot .r
	{
		float: right;
		width: 8px;
		height: 8px;
	}
	.greybox div.head .r { background-image: url(../images/frontend/greybox/tr.png); }
	.greybox div.foot .r { background-image: url(../images/frontend/greybox/br.png); }
	
	div.greybox div.content
	{
		background-image: url(../images/frontend/greybox/fill.png); 
		background-repeat: repeat-y;
		padding-top: 11px;
		font-size: 0.8em;
	}
	div.greybox div.pad
	{
		padding: 5px 11px 5px 11px;
	}
	div.greybox div.pad_h
	{
		padding-left: 11px;
		padding-bottom: 1px;
	}
	div.greybox div.padx
	{
	  padding: 0 11px 1px 11px;
	}
	
	
	div.greybox div.fluff
	{
		padding: 2px 4px;
	}
	
	.greybox a
	{
		color: #000;
		text-decoration: none;
		font-size: 1.1em;
		padding: 0 2px;
	}
	.greybox a:hover, .greybox a.light:hover
	{
		text-decoration: underline;
	}
	.greybox a.highlight {color: #cc0000;}
	.greybox a.highlight:hover { text-decoration: underline;}
	.greybox a.light {color: #808080; font-size: 1em; }
	
	.greybox .linkset a, .link09 a
	{
		display: block;
		background-image: url(../images/frontend/shared/link_bullet_arrow.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 16px;
		margin: 2px 0 0 0;
		font-size: 11px;
		font-weight: bold;
		line-height: 125%;
	}
	.link09 a
	{
		float: left; 
		margin-right: 1em;
	}
	.link09 { height: 3.0em; line-height: 3.0em; font-size: 9px; }
	
	a.link04
	{
	  font-size: 9px;
	  color: #666;
	  line-height: 125%;
	  font-weight: bold;
	}
	a.link04:hover { color: #cc0000;}
	
	.greybox .pairs
	{
	  padding-left: 9px;
	}
  .greybox .pairs a
	{
		float: left;
		width: 77px;
	}
	.greybox .linkset a:hover, .greybox .linkset a.highlight, .link09 a:hover, .link09 a.highlight
	{
		background-image: url(../images/frontend/shared/link_bullet_arrow_h.gif);
		color: #cc0000;
	}
	.greybox .linkset a.small, .greybox .small_links a
	{
		font-size: 10px;
		line-height: 150%;
	}
	
	/* Advanced Search HTML */
	.greybox .searchHeading
	{
	  padding: 5px 0px 0px 12px;
	  font-weight: bold;
	  font-size: 1.1em;
	}
	.greybox .searchType
	{
	  font-weight: bold;
	  font-size: 0.9em;
	  padding: 10px 10px 6px;
	  
	}
	.greybox .searchType img
	{
	  display:inline;
	}
	  .greybox .searchType a:hover {text-decoration: none;}
	.greybox .searchFields
	{
	  padding: 0 0 0 15px;
	}
	.greybox .searchFields span.description { margin-left: 4px;}
	.greybox .searchFields p
	{
	  padding-bottom: 0px;
	}
	.greybox .searchFields .searchInput
	{
	  width: 160px;
	  border: none;
	  font-size: 10px;
	  height:13px;
	  line-height:13px;
	  margin-top: -3px;
	  background-color: transparent;
	  display: block;
	}
.box_collapse, .box_expand
{
	width: 10px;
	height: 10px;
	margin-left: 190px;
	position: absolute;
	margin-top: 4px;
	text-decoration: none;
	background-repeat: no-repeat;
	z-index: 2;
	display: block;
}
	.box_collapse { background-image: url(../images/frontend/shared/box_collapse.png); }
	.box_expand { background-image: url(../images/frontend/shared/box_expand.png); }
	
	a.box_collapse:hover, a.box_expand:hover {text-decoration: none; }
	
	img.box_header
	{
		display: block;
		position: absolute;
		width: 211px;
		height: 18px;
	}
	div.greybox .hr_white, div.greybox .hr_dark, div.greybox .hr_light
	{
		line-height: 1px;
		height: 1px;
		font-size: 0pt;
		padding-bottom: 1px;
		margin: 5px 1px 0 1px;
	}
	div.greybox .hr_white {border-top: 1px solid #fff; }
	div.greybox .hr_dark {border-top: 1px solid #808080; }
	div.greybox .hr_light {border-top: 1px solid #C2C2C2; }
	
.image_summaries
{
	margin-top: 6px;
}

	.image_summaries a
	{
		display: block;
		text-align: center;
		width: 49%;
		float: left;
		margin-bottom: 8px;
		margin-right: -2px;
		font-size: 0.9em;
	}
	
	.image_summaries img
	{
		display: block;
		margin: 0 auto;
		padding: 1px 6px 6px 1px;
		background-image: url(../images/frontend/shared/thumbnail_base.png); /* Wow, a background image on an image ;) */
		margin-bottom: 0.5em;
	}
  .side_panel { min-height: 18px; margin-top: 12px; }
	
/* Drop shadows */
.drop_shadow_1
{
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding-right: 5px;
	background-image: url(../images/frontend/shared/drop_right.png);
	background-position: top right;
	background-repeat: repeat-y;
	margin-bottom: 8px;
}
	.drop_shadow_1 .head
	{
		height: 7px;
		line-height: 7px;
		position: relative;
		left: -1px;
		background-color: #fff;
		border-bottom: 1px solid #e0e0e0;
		margin-right: -6px;
		margin-top: -7px;
		text-align: right;
	}
	.drop_shadow_1 .head span.r
	{
		display: block;
		float: right;
		width: 5px;
		background-image: url(../images/frontend/shared/drop_tr.png);
		position: relative;
		top: 7px;
	}

	.drop_shadow_1 .trail
	{
		background-image: url(../images/frontend/shared/drop_bottom.png);
		height: 6px;
		line-height: 6px;
		margin-top: -1px;
		position: relative;
		top: 1px;
		left: -2px;

	}
	.drop_shadow_1 .trail span
	{
		display: block;
		height: 6px;
		line-height: 6px;
	}
	.drop_shadow_1 .trail span.r
	{
		float: right;
		background-image: url(../images/frontend/shared/drop_br.png);
		width: 7px;
		position: relative;
		left: 7px;
	}
	.drop_shadow_1 .trail span.l
	{
		float: left;
		width: 10px;
		background-image: url(../images/frontend/shared/drop_bl.png);
	}

img.temp2 { margin-top: 10px; }

/* Content specifics */
#page_content #center
{
	padding: 19px 21px 0 21px;
	border: 1px solid #d0d0d0;
	width: 464px;
}

.hor_groove_line
{
	background-image: url(../images/frontend/shared/hor_line_g1.gif);
	background-repeat: repeat-y;
	width: 2px;
	padding:0;
}

#center h1, .groove_line
{
	display: block;
	background-image: url(../images/frontend/shared/line_g1.gif);
	background-repeat: repeat-x;
}
	#center h1
	{
		padding: 19px 0 0;
		margin: 0;
		font-size: 26px;
		font-weight: normal;
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	#center h1 .groove_line 
	{ 
		margin-top: 14px; 
		font-size: 0;
		line-height: 1px;
		height: 1px;
	}
	#center h1 span.page
	{
		font-size: 10px;
		margin-top: 19px;
		display: block;
	}
.image1_with_toolbar
{
	float: right;
	padding-left: 13px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 19px;
}

	.image1_with_toolbar .drop_shadow_1
	{
		width: 231px;
		margin-bottom: 0;
	}
	
	.image1_with_toolbar .caption
	{
		text-align: right;
		width: 231px;
		font-size: 9px;
		margin-bottom: 12px;
	}
		
	.toolbar1
	{
		background-image: url(/images/frontend/content/toolbar1.png);
		width: 234px;
		height: 62px;
		padding-top: 3px;
		position: relative;
		left: -2px;
		overflow: hidden;
	}
	.toolbar1 a, .toolbar1 span
	{
		float: left;
		font-size: 9px;
		text-decoration: none;
		color: #000;
		padding-left: 24px;
		line-height: 20px;
		width: 85px;
		font-weight: bold;
		height: 20px;
		overflow: hidden; /* Don't push other toolbox items down */
	}
	.toolbar1 span.disabled a 
	{
	  display: inline;
	  float: none;
	  padding: 0;
	  width: auto;
	  color: #999; 
	}
	#center .toolbar1 span.disabled a:hover { cursor: default; text-decoration: none }
	
	.toolbar1 a { width: 85px; }
	.toolbar1 span { width: 71px; }
	.toolbar1 span.el { width: 85px;}
	
	/*.toolbar1 a:hover { color: #cc0000; }*/
	
	.toolbar1 a.inc, .toolbar1 a.dec
	{
		width: 10px;
		margin: 0 1px 0;
		padding: 0;
		background-position: center left;
		background-repeat: no-repeat;
	}
	#center .toolbar1 a.inc:hover, #center .toolbar1 a.dec:hover { text-decoration: none }
	.toolbar1 a.inc { background-image: url(../images/frontend/content/textsize_up.png)}
	.toolbar1 a.dec { background-image: url(../images/frontend/content/textsize_down.png)}

div.glossary_down, div.glossary_up
{
	position: absolute;
	width: 298px;
	color: #fff;
	font-size: 11px;
	z-index: 9;
}
span.glossary 
{ 
    color: #cc0000;
}

div.glossary_up { width: 304px; }
div.glossary_down { margin-left: 5px; }

	div.glossary_down .head
	{
		background-image: url(../images/frontend/content/glossary_down_top.png);
		height: 120px;
		width: 298px;
	}
	div.glossary_down .fill
	{
		background-image: url(../images/frontend/content/glossary_down_fill.png);
		background-repeat: repeat-y;
		margin-left: 68px;
		border-bottom: 1px solid transparent;
	}
	div.glossary_down .content
	{
		margin: 0 20px 0 40px;
		position: relative;
		top: -60px;
		margin-bottom: -50px;	
	}
	
	div.glossary_down h1, div.glossary_up h1
	{
		font-size: 11px;
		font-weight: bold;
	}

	div.glossary_down div.trail
	{
		background-image:url(../images/frontend/content/glossary_down_bottom.png);
		height: 25px;
		width: 230px;
		margin-left: 68px;
	}

	div.glossary_up div.head
	{
		background-image: url(../images/frontend/content/glossary_up_top.png);
		height: 27px;
	}
	div.glossary_up div.fill
	{
		background-image: url(../images/frontend/content/glossary_up_fill.png);
		background-repeat: repeat-y;
		border-top: 1px solid transparent;
	}
	* + html div.glossary_up div.fill, * + html div.glossary_down div.fill
	{
	  border-width: 0;  
	}
	div.glossary_up div.trail
	{
		background-image: url(../images/frontend/content/glossary_up_bottom.png);
		width: 304px;
		height: 121px;
	}
	div.glossary_up .content
	{
		margin: 0 110px 0 30px;
		margin-top: -50px;
		position: relative;
		top: 50px;
	}
	div.glossary_up div.arm
	{
		background-image: url(../images/frontend/content/glossary_up_arm.png);
		width: 87px;
		height: 127px;
		margin-left: 218px;
		margin-top: 200px;
		position: absolute;
	} 
	
	div.glossary_up a.close_button, div.glossary_down a.close_button
	{
	  display: block;
	  text-align: right;
	  padding-right: 19px;
	  color: white;
	  background-repeat: no-repeat;
	  background-position: top right;
	  background-image: url(../images/business/icons/Close_Button_Red.png);	  
	  position: relative;
	  left: 13px;
	  margin-bottom: 6px;
	  top: -8px;
	}
	div.glossary_up a.close_button:hover, div.glossary_down a.close_button:hover
	{
	  background-image: url(../images/business/icons/Close_Button_Black.png);	  
	}
	div.glossary_down a.close_button
	{
	  position: static;
	  left: 0;
	  top: 0;
	}
	
img.article_image
{
  display: block;
  width: 231px;
}
	
#quick_links
{
  font-size: 9px;
  margin-top: 10px;
  text-align: right;
  margin-right: 15px;
  
}
  #quick_links a
  {
    color: #808080;
  }
  #quick_links a:hover { text-decoration: underline;}
  

#center .breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: 1em;
	line-height: 1em;
	margin-bottom: 19px;
	margin-top: 24px;
	clear: both;
}
	.breadcrumbs .back { float: right; }
	.breadcrumbs a
	{
		color: #666;
		text-decoration: none;
	}
	.breadcrumbs a:hover {text-decoration: underline;}

div.article_links
{
	margin-top: 18px;
}

ul.article_links li
{
	list-style-image: url(../images/frontend/icons/article.gif);
	margin-top: 4px;
	margin-left: 19px;
	text-indent: 0;
}
ul.article_links li a
{
  color: #000;
}
ul.article_links li a:hover
{
  color: #cc0000;
}
/* Registration */
#site_map
{
	border: 1px solid #989898;
}

#login_content
{
  background-color: #000;
  font-size: 11px;
	color: #fff;
	border: 1px solid #989898;
	padding-top: 10px;
	margin-right: 15px;
}


#login
{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: none; /* Don't display initially */
}
  #login_content p { margin: 10px 0; }
	#login_content p.right
	{
		text-align: right;
	}
	
	#login_content div.right
	{
		text-align: right;
	}
	#login_content .base
	{
		width: 296px;
		margin: 72px auto;
	}
	#login_content #register_base
	{
		width: 296px;
		margin: 36px auto;
	}
	
	#register_base table.morepad td
	{
	  padding-top: 20px;
	}
		#register_base p.resend_activation
		{
			font-size: 10px;
			margin: 0;
		}
		
	#login_content h1
	{
		font-size: 21px;
		color: #999;
		padding: 0 0 4px 0;
		font-weight: normal;
	}
	#login_content h1 small { font-size: 16px;}
	#login_content p.tiny { 
		font-size: 10px;
		margin: 2px 0;
		color: #999;
		font-weight: normal;
	}
	#login_content a
	{
		text-transform: uppercase;
		color: #cc0000;
	}
	#login_content a:hover
	{
		text-decoration: underline;
	}
	#login_content .hr_white
	{
		height: 1px;
		line-height: 1px; 
		font-size: 0pt;
		background-color: #fff;		
		margin: 25px 0;
	}
	#login_content div.right { margin-right: 7px;}
	
	#login_content .login table { width: 100%; text-align: right; }
	#register_base .login table {width: 100%;} 

	#login_content .login table td
	{
		vertical-align: middle;
		padding-right: 15px;
		padding-left: 0;
	}
	#login_content input.auto {width: auto; height: auto;margin:0; }
	#login_content #register_base input.auto { margin-top: 0;}
	#login_content .login table td.nopad { padding: 0;padding-bottom:5px;}
	
	#login_content .login td.fancy_input
	{
		background-image: url(../images/frontend/shared/fancy_input.png);
		background-repeat: no-repeat;
		height: 35px;
		width: 190px;
		text-align: center;
		padding-right: 0;
	}
	#login_content .login .options
	{
		text-align: left;
		padding-left: 0;
		padding-top: 10px;
	}
	#login_content .login .options .auto { margin: 0;}
	#login_content .login select
	{
		width: 185px;
		margin: 0;
	}
	#login_content .login .center { text-align: center; padding: 4px 0;margin-left:6px;}
	
	#login_content a#unsubscribe {
		text-decoration: underline;
		text-transform: none;
		color: white;
	}
	#login
	{
	  background-image: url(../images/frontend/shared/widget_shadow_right.png);
	  background-position: center right;
	  background-repeat: repeat-y;
	}
	a.widget_close
	{
	  float: right;
	  margin-top: 6px;
	}
	
	
	  #login .tail
	  {
	    position: relative;
	    top: 15px;
	    margin-top: -15px;
    }
	  #login .bottom
	  {
	    height: 15px;
	    text-align: right;
	    background-image: url(../images/frontend/shared/widget_shadow_bottom.png);
	    background-repeat: repeat-x;
	    margin-right: 15px;
	    margin-left: 15px;
	  }
	  #login .bl
	  {
	    background-image: url(../images/frontend/shared/widget_shadow_bl.png);
	    width: 15px;
	    height: 15px;
	    float:left;
	  }
	  
	  #login .tail img
	  {
	    position: relative;
	    left: 15px;
	  }
	  .login_rule
	  {
	    background-color: #333;
	    border-top: 1px solid #989898;
	    height: 4px;
	    line-height: 4px;
	  }
	
	
	td.fancy_input input
	{
		border-width: 0;
		width: 160px;
		color: #666;
		margin-bottom: 7px;
		padding: 0;
		outline: none;
	}
	td.fancy_input input#_login_field { color: black; }
	
	.login td.options div { height: 18px; }
	
	#login #login_status
	{
		font-size: 15px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 20px 0 20px;
		color: #FFFFFF;
		font-weight: normal;
	}
	 
/* Landing pages */
#center #article_landing h1
{
	background-image: none;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
	padding: 4px 0 19px;
}
	#center #article_landing h2
	{
		background-image: url(../images/frontend/shared/line_g1.gif);
		background-repeat: repeat-x;
		font-size: 10px;
		font-weight: normal;
		color: #666;
		padding: 10px 0 8px 0;
	}
	#center #article_landing h3
	{
		font-weight: bold;
		font-size: 11px;
		line-height: 13px;
		padding: 0;
	}
	#center #article_landing h3 a, #center a.back_to_article
	{
    background-image: url(../images/frontend/icons/article.gif);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 15px;
		color: #000;
	}
	#center p a.back_to_article { color: #cc0000;}
	#center #article_landing h3.no_icon a
	{   
	    background-image: none;
	    padding: 0;
	}
.search_results 
{
	margin-top: 14px;
	background-image: url(../images/frontend/shared/line_g1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
	font-size: 11px;
}
	.search_results .cat { color: #666; display:block;margin:5px 0 10px 0; }
	.content_flash_container { margin: 0 auto; width: 458px; }
	
	.search_results p
	{
		margin: 6px 0 15px 0;
	}
	.tag_results { margin-top: 0;}
	#center .tag_results h5
	{
	  font-size: 12px;
	  font-weight: normal;
	  margin: 0 0 10px 0;
	  padding-top: 0;
	}
	
	
#center #article_landing .pagination
{
	padding-top: 10px;
	text-align: right;
	color: #b2b2b2;
}
#center #article_landing .pagination a { color: #666; font-weight: bold;}
#center #article_landing .pagination a.current {color: #cc0000;}

#center #topinfo h2, #center #topinfo .pagination
{
    float: left;
    width: 50%;
    background-image:none;
    padding-top: 0;
    margin-top: 0;
}
#page + .pagination
{
  float: right;
  clear: left;
  margin-bottom: 20px;
}
#page { font-size: 11px;}

.image_results_row { height: 18px; line-height: 18px; }

#topinfo .groove_line 
{
    clear: left;
}
.ajax_pagination { margin-top: 4px;}

.ajax_pagination a, .ajax_pagination, .pagination a, .pagination
{
  color: #666;
  font-weight: bold;
  line-height: 125%;
}
  .ajax_pagination .current, .pagination .current
  {
    color: #cc0000;
  }
  .ajax_pagination .disabled, .pagination .disabled
  {
    display: none;
  }

  p.back_to_article
  {
    margin-top: 15px; 
  }

div.big_loading
{
  margin: 200px 0 200px 0;
}

div.loading
{
	text-align: center;
	font-weight: bold;
	line-height: 3em;
	padding: 1em 0;
}
	div.loading img
	{
		display: block;
		margin: 0 auto;
	}
	div.alt_loading
	{
	  margin-top: 209px;
	  padding-top: 85px;
	  height: 258px;
	  font-family: Tahoma, sans-serif;
	  background-image: url(../images/frontend/shared/loading.png);
	  background-position: top center;
	  background-repeat: no-repeat;
	  color: #fff;
	  text-align: center;
	}

div.form_error_hovering_notifier
{
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(../images/frontend/shared/form_error.png);
	background-repeat: no-repeat;
	margin-left: -140px;
	margin-top: 6px;
	display: none;
}

.image_search_results
{
  margin-bottom: 20px;
}

.image_search_results table td.left
{
  padding-bottom: 6px;
}

.image_search_results img.image_result, .search_results img.image_result
{
  display: block;
  width: 76px;
  height: 90px;
  padding: 2px 6px 5px 2px;
  background-image: url(../images/frontend/shared/image_search_result_shadow.png);
  background-position: top left;
  margin-right: 4px;
}
  .image_search_results a.image_link
  {
    font-weight: bold;
    color: #000;
  }
  .image_search_results a.image_link:hover
  {
    text-decoration: underline;
  }
  
  #center td.tag_images_summary_clear
  {
    height: 3px;
    line-height: 3px;
  }

.tag_list
{
  text-align: center;
}

.tag_list .Level1 
{  
  font-size: 13px; 
  color: #666; 
}
.tag_list .Level2 
{  
  font-size: 12px;
  color: #000;
}
.tag_list .Level3 
{  
  font-size: 11px; 
  color: #cc0000;
}

/*.tag_list a.Level2:hover {color: #000;}
.tag_list a.Level3:hover {color: #808080;}
.tag_list a.Level4:hover, .tag_list a.Level5:hover {color: #000;}, */

.tag_list .Level4
{  
  font-size: 10px; 
  color: #666;
}
.tag_list .Level5 
{  
  font-size: 9px;
  color: #000; 
}


.best_rated_results h3, .best_rated_results  h4
{
  display: block;
  float: left;
}
  #page_content .best_rated_results h4
  {
    background-image: url(../images/frontend/search/votes.png);
    background-repeat: no-repeat;
    height: 11px;
    padding: 1px 0 0 0;
    margin-left: 8px;
    margin-top: 1px;
    width: 23px;
    text-align: center;
    color: #fff;
    font-size: 8px;
  }
  
  #page_content .best_rated_results p
  {
    clear: both;
  }

  #votes { clear: both;}

#article_contents
{
/*  display: inline;*/
}
span.page 
{
    padding-top: 18px;
    padding-bottom: 12px;
    display: block;
}

a.side_advert
{
  display: block;
  margin-top: 13px;
}
  a.side_advert img { width: 211px;}

#favourite_images_content img
{
    height: 52px;
    width: 44px;
}

#page_content h4 a.vote_link:hover 
{ 
    text-decoration: none; 
    color:red; 
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 9px;
}
#page_content h4 a.vote_link 
{ 
    text-decoration: none; 
    font-weight: normal;
    color: black;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 9px;
}
#attach_files
{
  border: 2px solid #cbcbcb;
  background-color: #efefef;
  padding: 10px 14px;
}
#attach_files h3 em
{
  font-style: normal;
  color: #87848B;
}
#page_content #attach_files h3
{
  padding: 0;
  margin: 0;
}
#intro_flash
{
  /* Removed to allow dynamic Flash intro sizes
        width: 756px;
        height: 373px; */
  background-color: #fff;
}
#register_prompt
{
  width: 364px;
  background-color: #fff;
  font-size: 11px;
  padding: 15px 60px;
  font-weight: bold;
}
  #register_prompt img.logo
  {
    margin-bottom: 15px;
    display: block;
  }
  #register_prompt div.groove_line
  {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    height: 1px;
  }
  #register_prompt .center
  {
    text-align: center;
  }
  #register_prompt a:hover {text-decoration: underline;}
	#register_prompt h3 { color:#C00; font-size: 13px; }
	#register_prompt p.notification { font-weight: normal; }
	#register_prompt p.notification a { cursor: pointer; }
	#register_prompt a#last_time { 
		color: black;
		font-weight: normal;
		background-image: url('/images/frontend/icons/square.jpg');
		background-position: right;
		background-repeat: no-repeat;
		padding-right: 15px;
	}
	#register_prompt a#last_time.checked { background-image: url('/images/frontend/icons/checked.jpg');	}
	#register_prompt div#grey_buttons img { display: inline; }
	
	/* Used to generate the grey lozenge buttons in the prompt */
	#register_prompt div.grey_buttons { margin: 25px auto 12px auto; }
	#register_prompt div.grey_buttons a { 
		display: block; 
		float: left; 
		text-decoration: none; 
		line-height: 18px;
		margin-right: 12px;
	}
	#register_prompt div.grey_buttons span { display: block; float:left; height: 18px;}
	#register_prompt div.grey_buttons span.left, #register_prompt div.grey_buttons span.right { width: 12px; }
	#register_prompt div.grey_buttons span.left  { background-image: url('/images/frontend/shared/links/left.png'); }
	#register_prompt div.grey_buttons span.right { background-image: url('/images/frontend/shared/links/right.png'); }
	#register_prompt div.grey_buttons span.middle { 
		background-image: url('/images/frontend/shared/links/middle.png'); 
		font-size: 9px;
		text-decoration: none;
		color: #666;
		text-shadow: white 1px 0;
	}
	
	input.round_text_field {
		border: 0;
		width: 190px;
		margin-right: 12px;
		background-image: url('/images/frontend/shared/prompt_input.gif');
		padding: 2px 5px;
		height: 14px;
		color: #666;
		outline: none;
	}
			
  #registration_errors
  {
    color: #ff0000;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  #registration_status
  {
    margin-top: 20px;
  }
  #registration_status .loading
  {
    line-height: 1.0em;
  }
  #registration_status .loading img { margin-bottom: 8px ;}
  
  p.login_promp
  {
    text-align: center;
  }
  p.login_promp a
  {
    color: #cc0000;
  }
  #majig_flash
  {
    background-color: white;
    width: 400px;
    padding: 0.8em 2em 2em;
  }
  
.trail {
	color:#666666;
	line-height:15px;
	margin-bottom:10px;
	margin-top:-15px;
}

.right_align_edu
{
	text-align:right;
	margin-right:10px;
	padding:4px;
	
}
.intro
{
	padding-bottom:20px;
}

td#num_salons
{
	
	text-align:left;
}

.universal_lightwindow
{
	background-color:white;
	font-size:12px;
	width:470px;
}

	.universal_lightwindow .closewindow
	{
		padding-right:16px;
		padding-top:16px;
		text-align:right;
		position:absolute;
		width:450px;
	}
		.universal_lightwindow .closewindow a
		{
			background-image:url(/images/business/icons/close.png);
			background-position:right center;
			background-repeat:no-repeat;
			color:black;
			float:right;
			height:11px;
			left:0;
			line-height:11px;
			padding-right:18px;
			position:relative;
		}
	.universal_lightwindow .content
	{
		margin:0 56px 0 60px;
		padding-bottom:25px;
		padding-top:10px;
	}
	
	.universal_lightwindow h1, .universal_lightwindow h2
	{
		font-size:15px;
		font-weight:bold;
		margin-left:0;
		margin-top:20px;
		padding-bottom:5px;
		padding-top:7px;
	}
	
	.universal_lightwindow .groove_line
	{
		margin:0;
		border-top:1px dotted #CCCCCC;
		font-size:0;
		height:1px;
		line-height:1px;
		padding:0;
		background-image: none;
	}
	
	.universal_lightwindow p {
		margin:9px 0;
	}
	
	.universal_lightwindow .result_text {
		list-style-type:none;
		color:#CC0000;
		font-size:1em;
		font-weight:bold;
		list-style-image:none;
		list-style-position:outside;
	}
	
	.universal_lightwindow div.submitarea
	{
		margin-left:158px;
		position:absolute;
		width:192px;
	}
	.universal_lightwindow div.submitarea a
	{
		background-image:url(/images/business/icons/submit.png);
		background-position:right center;
		background-repeat:no-repeat;
		color:gray;
		float:right;
		font-size:11px;
		height:21px;
		left:0;
		line-height:21px;
		padding-right:30px;
		position:relative;
	}
	.universal_lightwindow img#logo { margin-bottom: 0; }
	.universal_lightwindow #error_list li
	{
		margin:0; 
		padding: 0;
		list-style: none;
	}

	input.business_submit
	{
	  background-image: url(/images/business/icons/submit.png);
	  background-position: right center;
	  background-repeat: no-repeat;
	  float:right;
	  position: relative;
	  left: 0px;
	  color: gray;
	  height: 21px;
	  line-height: 16px;
	  padding-right: 30px;
	  font-size: 11px;
		background-color: transparent;
		border-width: 0;
		margin: 10px 0;
		cursor: pointer;
		font-weight: bold;
	}
	input.business_submit:hover {
		text-decoration: none;
		background-image: url(/images/business/icons/submit_h.png);
		color: #900;
	}