/* @override http://www.gtm.net.au/css/closed-content.css */

/* 	CSSEdit allows you to edit a local stylesheet (.css file) and view changes immediately in the CSSEdit "preview" window. Simply add an @override command at the top of the stylesheet with the full URL of the server stylesheet you want to override. */



/* @group GENERAL MARKUP */	







/* @group Heading - level 1 */

/*	TAGLET NAME: Heading - level 1
	TAGLET GROUP: General markup
	
	Taglet note: the <content-slot/> for this taglet receives level 1 heading text from the backend   */

h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #2a0556;
}

/* My Comment */

/* @end heading level 1 */



/* @group Heading - level 2 */

/*	TAGLET NAME: Heading - level 2
	TAGLET GROUP: General markup
	
	Taglet note: the <content-slot/> for this taglet receives level 2 heading text from the backend   */

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	color: #2a0556;
}

/* @end heading level 2 */



/* @group Heading - level 3 */

/*	TAGLET NAME: Heading - level 3
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives level 3 heading text from the backend   */

h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #ed125f;
	border-bottom: dotted 1px #07b85b;
	padding: 5px 0px 0px 3px;
}

/* @end heading level 3 */



/* @group Heading - masthead h4 */

/*	TAGLET NAME: Heading - level 4
	TAGLET GROUP: General markup
	
	Taglet note: the <content-slot/> for this taglet receives level 4 (masthead) heading text from the backend   */
	
div.masthead {
	text-align: center;
	background: #CCCCCC;
}


h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #ed125f;
	padding: 0px 0px 0px 0px;
}

/* @end heading masthead h4 */





/* @group Heading - level 3 */

/*	TAGLET NAME: Heading - level 3
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives level 3 heading text from the backend   */
/*for Media Player */
h5 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
	/*color: #ed125f;*/
	color:#fff;
	padding: 2px 2px 3px 3px;
	background: #ed125f;
	border: dashed 1px #000;
}

/* @end heading level 5 */


/* @group Paragraphs */

/*	TAGLET NAME: Wrapper - paragraph wrapper
	TAGLET GROUP: General markup
	
	Taglet note: the <content-slot/> for this taglet receives paragraph text from the backend   */

p {
	margin: 0px;
	padding: 0px;
}
#content-region p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

/* @end paragraph wrapper */



/* @group Bold ('Strong')*/

/*	TAGLET NAME: Style - Bold ('Strong')
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives bold text from the backend   */

b {
	
}

/* @end bold */



/* @group Italic ('Emphasis') */

/*	TAGLET NAME: Style - Italic ('Emphasis')
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives italic text from the backend   */

i {
	
}

/* @end italic */



/* @group Unordered list */

/*	TAGLET NAME: List - Bullet list (unordered)
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives list items from the "List - item (unordered)" taglet (see below)   */

ul {
	
}

/*	TAGLET: List - item (unordered) 
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives list item text from the backend   */

ul li {
	
}

/* @end unordered list */



/* @group Numeric Lists */

/*	TAGLET NAME: List - ordered (numeric) 
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives list items   */

ol {
	
}

/*	TAGLET NAME: List - item (unordered)
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives list item text from the backend   */

ol li {
	
}

/* @end numeric list */



/* @group Multi Level Lists */

ul ul li {
	
}

ul ul ul li {
	
}

ul ul ul ul li {
	
}

/* @end multi level lists */



/* @group Supersript & Subscript */

/*	TAGLET NAME: Style - Superscript
	TAGLET GROUP: General markup 
	
	Taglet note: the <content-slot/> for this taglet receives superscript text from the backend   */

sup {
	
}

/*	TAGLET: Style - Subscript
	TAGLET GROUP: General markup 
	Taglet note: the <content-slot/> for this taglet receives subscript text from the backend   */

sub {
	
}

/* @end superscript & subscript */



/* @group Block - Indented content */

/* 	TAGLET NAME: Block - Indented block
	TAGLET GROUP: General markup
	
	Taglet note: the <content-slot/> for this taglet receives indented content   */

div.indent {
	margin-left: 50px;
}

/* @end block - indented block */



/* @group Block - Page summary */

/*	TAGLET NAME: Block - Page summary
	TAGLET GROUP: General Markup
	
	Background: 
		- every page can have a page 'summary'. 
		- this is entered using the 'summary' field of the page settings editor 
		- to open a page settings editor, click on page's "S" (settings) button in the Pages Catalogue   */
		
div.summary-block-wrapper {
	border: 5px solid #A9A9A9;
	margin: 1px;
}

/*	Taglet note (1): the link to the page eg: <a href="?"> is retrieved from the backend as a parameter value
	<taglet>: <a><attr name="href"><pval desc="The URL of the page which the description is coming from" name="link"/></attr>   */

div.summary-block-wrapper a {
	
}

/*	Taglet note (2): the text for the heading is retrieved from the backend as a parameter value
	<taglet>: <h3><pval desc="The title of the summary/page" name="title"/></h3>   */

div.summary-block-wrapper h3 {
	
}

/*	Taglet note (3): the <content-slot/> for this taglet receives the page's "summary" from the backend   */

div.summary-block-wrapper p {
	
}

/* @end block - page summary */

/* @end TAGLET GROUP: GENERAL MARKEUP (FORMATTED TEXT) */






/* @group ADVANCED PUBLISHING TOOLS */

/*	TAGLET GROUP: Advanced Publishing Tools 
	Background: These advanced publishing tools should be created using the Markup Editor in the pop-up page editor   */
	
	
		
/* @group Callout Box */

/* 	TAGLET NAME: Box - Callout box
	TAGLET GROUP: Advanced Publishing Tools
	
	Taglet note: the <content-slot/> for this taglet receives callout text from the backend   */

div.callout-block-wrapper {
	border-top: 4px solid #808080;
	border-bottom: 4px solid #808080;
	background-color: #CCCCCC;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}


/* @end callout box */



/* @group Block - Code-block (examples) */

/*	TAGLET NAME: Block - Code-block
	TAGLET GROUP: Advanced Publishing Tools   */

div.markup-wrapper {
	border-top: 20px solid #CCCCCC;
	border-right: 20px solid #CCCCCC;
	border-left: 20px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	margin-left: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
}   

p.markup-header {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	margin: 1px;
	line-height: 150%;
}

div.markup-border {
	border: 1px solid #CCCCCC;
	margin: 1px;
}

/*	Taglet note: the <content-slot/> for this taglet receives text from the "Markup item detail" field of the Markup Catalogue   */

pre.markup {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

/*	TAGLET NAME: Notes wrapper 
	TAGLET GROUP: Advanced Publishing Tools
	
	Taglet note: the <content-slot/> for this taglet receives text from the "Notes" field of the Markup Catalogue   */

div.notes-wrapper {
	border-left: 20px solid #CCCCCC;
	border-right: 20px solid #CCCCCC;
	border-bottom: 20px solid #CCCCCC;
	border-top: 10px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

div.notes-inner-wrapper {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 10px;
}

/* @end code block */



/* @group Quote WITH attribution */

/* 	TAGLET NAME: Quote WITH attribution
	TAGLET GROUP: Advanced Publishing Tools   */

div.quotation-block-wrapper {
	border: 10px solid #808080;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

div.quote-outer-box {
	border: 2px solid #A9A9A9;
	margin: 1px;
}

/*	Taglet note (1): the <content-slot/> for this taglet receives the quoted text from the backend   */

div.quote-inner-box {
	border: 5px solid #A9A9A9;
	background-color: #CCCCCC;
	font-size: 125%;
	margin: 1px;
	padding: 5px;
}

/*	Taglet note (2): the attribution & date are retrieved from the backend as a parameter value (pval):
	<taglet>: <pval desc="The attribution/date given in the quote markup" name="by"/>   */

div.quote-attribution {
	border: 5px solid #A9A9A9;
	margin: 1px;
	background-color: #CCCCCC;
	text-align: right;
	font-size: 80%;
	padding: 5px;
}

/* @end quote with attribution */



/* @group Titled alert box */

/* 	TAGLET NAME: Box - Titled alert box
	TAGLET GROUP: Advanced Publishing Tools   */

div.alert-box-wrapper {
	border: 20px solid #000000;
	width: 60%;
	margin: 1px;
	margin-left: auto;
	margin-right: auto; 
}

div.alert-box {
	border: 10px solid #A9A9A9;
	margin: 1px;
}

/*	Taglet note (1): the alert box heading text is retrieved from the backend as a parameter value (pval):
	<taglet>: <pval desc="Masthead heading text" name="heading"/>   */

div.alert-box div.box-masthead {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	margin: 1px;
}

/*	Taglet note (2): the <content-slot/> for this taglet receives alert box content   */

div.alert-box div.box-content {
	border: 5px solid #000000;
	background-color: #A9A9A9;
	margin: 1px;
	padding: 5px;
}

/* @end alert box */



/* @group Titled information Box */

/* 	TAGLET NAME: Box - Titled information box
	TAGLET GROUP: Advanced Publishing Tools   */

div.info-box-wrapper {
	border: 20px solid #808080;
	padding: 1px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

div.info-box {
	border: 10px solid #CCCCCC;
	padding: 1px;
}

/*	Taglet note (1): information box heading text is retrieved from the backend as a parameter value (pval):
	<taglet>: <pval desc="Masthead heading text" name="heading"/>   */

div.info-box div.box-masthead {
	background-color: #A9A9A9;
	color: #ffffff;
	text-align: center;
	line-height: 150%;
	margin-bottom: 1px;
}

/*	Taglet note (2): the <content-slot/> for this taglet receives information box content   */

div.info-box div.box-content {
	text-align: left;
	background-color: #CCCCCC;
	border: 10px solid #A9A9A9;
	padding: 5px;
}

/* @end information box */  

 

/* @group Multi Part Page */

/* 	TAGLET NAME: Multi-part-page - menu wrapper
	TAGLET GROUP: Advanced Publishing Tools
	
	Taglet note: the <content-slot/> for this taglet receives links from the "Multi-part-page - menu link" taglet (see below)   */

ul.section-list {
	border: 1px solid #808080;
}

/*	TAGLET NAME: Multi-part-page - menu link
	TAGLET GROUP: Advanced Publishing Tools   */

li.section-list-item {

}

/*	Taglet note (1): the number of each 'part' is retrieved from the backend as a parameter value (pval):
	<taglet>: <pval desc="Number of the part being linked" name="number"/>.
	
	Taglet note (2): the <content-slot/> for this taglet receives the text for each link (each section title) from the backend
	
	Taglet note (3): each part's link eg: <a href="?"> is retrived from the backend as a parameter value (pval):
	<taglet>: <attr name="href"><pval desc="Target href for the linked part" name="link"/></attr>   */

li.section-list-item a {
	display: block;
}

li.section-list-item a:hover {
	text-decoration: none;
}

/*	TAGLET NAME: Multi-part-page - next-part link
	TAGLET GROUP: Advanced Publishing Tools   */
	
span.next-section-link {
	border: 1px solid #808080;
	padding: 1px;
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Taglet note (1): the link to the next part eg: <a href="?"> is retrieved from the backend
	<taglet>: Next: <a><attr name="href"><pval name="link"/></attr>

	Taglet note (2): this taglets <content-slot/> receives the name of the next part from the backend */

span.next-section-link a {
	background-color: #CCCCCC;
}

/* @end multi part page */

/* @end Taglet Group: Advanced Publishing Tools */






/* @group IMAGES */

/*	TAGLET NAME: Image - Unformatted image
	TAGLET GROUP: Images and Media   */
	
/*	The default widths of resized images are:
	
	•	tiny-thumbnail	40px
	•	small-thumbnail	80px
	•	thumbnail	120px
	•	large-thumbnail	180px  
	
	Contact Imagine Indigo: 
	
	The width of resized image thumbnails can be customized.
	Additional custom widths can also be defined.   */

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}



/* @group Centered or floated image */

/* 	TAGLET NAME: Image - Floating image
	TAGLET GROUP: Images and Media
	
	Taglet note (1): When an image's alignment is centered
	<taglet>: <when test="$params{align} eq &#39;center&39;">   */

div.floating-image-center {
	text-align: center;
	margin: 1px;
} 

/*	Taglet note (2): the URL needed for an image's source attribute eg: <img src="?"> is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval desc="Image&#39;s URL" name="image"/></attr>
	
	Taglet note (3): an image's caption is needed for the alternate text attribute eg: <img alt="?"/>. A <content-slot/> receives the caption from the backend.
	<taglet>: <attr name="alt"><content-slot/></attr>   */

div.floating-image-center img {
}

/*	Taglet note (4): When an image's alignment is floated to the left...
	<taglet>: <when test="params{align} eq &39;left&#39;">
	
	Taglet note (5): ...then a CSS class is applied to the image eg: <img class="floating-image-left">
	<taglet>: <img><css-class>floating-image-left</css-class>   */

img.floating-image-left {
	float: left;	
}

/*	Taglet note (5): When an image's alignment is floated to the right...
	<taglet>: <when test="$params{align} eq &#39;right&#39;">
	
	Taglet note (6): ...then a CSS class is applied to the image eg: <img class="floating-image-right">
	<taglet>: <img><css-class>floating-image-right</css-class>   */

img.floating-image-right {
	float: right;
}

/*	Taglet note (7): the URL needed for an image's source attribute eg: <img src="?"> is retrieved from the backend as a parameter value (pval)
	<taglet>: <attr name="src"><pval name="image"/></attr></img>   */

/* @end centered or floated image */



/* @group Captioned Image */

/*	TAGLET NAME: Image - Captioned image
	TAGLET GROUP: Images and Media */
	
/*	Taglet note (1): When a captioned image's alignment is centered...
	<taglet>: <when test="$params{align} eq &#39;center&#39;">   */

div.captioned-image-center {
}

div.captioned-image-center div.captioned-image-outer-wrapper {
	border: 0px solid #A9A9A9;
	margin: 0px;
} 

div.captioned-image-center div.captioned-image-inner-wrapper {
	border: 0px solid #CCCCCC;
	margin: 0px;
}

/*	Taglet note (2): an image's URL is needed for the source attribute eg: <img src="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval desc="The URL of the image file" name="image"/></attr>   
	
	Taglet note (3): an image's caption is needed for the alternate text attribute eg: <img alt="?"/>. A <content-slot/> receives the caption from the backend.
	<taglet>: <attr name="alt"><content-slot/></attr>   */

div.captioned-image-center img {
	
}

/*	Taglet note (4): a style attribute is applied to the image captions paragraph eg: <p style="width: ?px; text-align: center;">. The width is retrieved from the backend as a parameter value (pval) based on the image thumbnail's width. A <content-slot/> within the <p> receives the image caption from the backend. 
	<taglet>: <p><attr name="style">width: <pval name="image_width"/>px; text-align: center; </attr><content-slot/></p>   */

div.captioned-image-center p {
	/*float: left;*/
}

/*	Taglet note (5): When a captioned image's alignment is floated-left
	<taglet>: <when test="$params{align} eq &39;left&#39;">   */

div.captioned-image-outer-wrapper.floating-image-left {
	/*float: left;
	border: 0px solid #A9A9A9;
	margin: 0px;*/
}

/*	Taglet note (6): When a captioned image's alignment is floated-right
	<taglet>: <when test="$params{align} eq &#39;right&#39;">   */

div.captioned-image-outer-wrapper.floating-image-right {
	/*float: right;*/
}

div.captioned-image-outer-wrapper {
	
	/*width: 188px;
	float: left;
	border: 0px;*/
}

div.captioned-image-inner-wrapper a:hover {
	border: 0px;
}

/*	Taglet note (7): an image's URL is needed for the source attribute eg: <img src="?">. This is retrieved from the backend as a parameter value (pval)	
	<taglet>: <img><attr name="src"><pval desc="The URL of the image file" name="image"/></attr>
	
	Taglet note (8): an image's caption is needed for the alternate text attribute eg: <img alt="?"/>. A <content-slot/> receives the caption from the backend.
	<taglet>: <attr name="alt"><content-slot/></attr>   */
.captioned-image-inner-wrapper {
	/*float: left;
	margin: 0px;
	padding: 0px;
	width: 188px;
	height: 145px;
	border: 0px;*/
}
.captioned-image-inner-wrapper img {
	/*position: absolute;*/
}

/*	Taglet note (9): a style attribute is applied to the image caption's paragraph eg: <p style="width: ?px; text-align: center;">. The width is retrieved from the backend as a parameter value (pval) based on the image thumbnail's width. A <content-slot/> within the <p> receives the image caption from the backend. 
	<taglet>: <p><attr name="style">width: <pval name="image_width"/>px; text-align: center; </attr><content-slot/></p>   */

.captioned-image-inner-wrapper p {
	/*background: url(../images/bg_caption.png) repeat-x;
	background-position: bottom;
	height: 30px;
	position: relative;
	text-transform: uppercase;*/
	font-size: 12px;
	line-height: 17px;
	padding: 2px 0px 10px 0px;
	width: 216px;
}

/*	The .inline-block class is used to add inline-block display elements for caption wrappers. For more info:
	http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/   */

.inline-block {
	/*display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;*/
	z-index:2;
}

/* @end captioned image */



/* @group Image - Lightbox */

/*	TAGLET NAME: Image - Lightbox 
	TAGLET GROUP: Images and Media   
	
	Taglet note (1): an anchor for the lightbox image eg: <a href="#" class="lightbox-image-link">...
	<taglet>: <a href="#" class="lightbox-image-link"> 
	
	Taglet note (2): ...has an 'onClick' attribute which calls a 'showLightbox' Javascript function eg: <a onClick="showLightbox">
	<taglet>: <attr name="onClick">showLightbox   
	
	Taglet note (3): ...the anchor also has a title attribute which uses an image's caption which is retrieved from the backend as a parameter value (pval)
	<taglet>: <attr name="title"><pval name="lightbox_image_caption"/></attr>   */

a.lightbox-image-link {
	
}

/*	Taglet note (4): the lightbox image's source attribute eg: <img src="?"> needs the image's URL, this is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval name="lightbox_image_link"/></attr>
	
	Taglet note (5): an image's caption is needed for the alternate text attribute eg: <img alt="?"/>. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <attr name="alt"><pval name="lightbox_image_caption"/></attr>   */

a.lightbox-image-link img {
	
}

/*	Taglets (advanced): What are the <split> and <script> parts of a taglet?
	
	Simple taglets only contain <html> tags eg:
		<taglet>
		  <html>
		  ...
		  </html>
		</taglet>
		
	Advanced interactive taglets (perhaps using AJAX/Javascript) will appear different eg:
		<taglet>
		  <html>
		  ...
		  </html>
		  <split region="hidden_divs">
		  ...
		  </split>
		  <script>
		  ...
		  </script>
		</taglet>
	  
	  The <split> part of a taglet:
	  
	  Sometimes when an interactive AJAX page is generated, it is necessary to pre-load some content into page, but hide it until it is needed eg: the lightbox feature is hidden until the user clicks on an image. Any tags in the <split region="hidden_divs"></split> part of a taglet will be generated into a template's <INSERT hidden-divs> tag - but remain hidden until they are required. Most often, a user will click on an element with an 'onClick' attribute which activates a Javascript function to show the content. In this taglet we have: 
	  <taglet>: <a href="#" class="lightbox-image-link" onClick="showLightbox"
	  
	  The <script> part of a taglet:
	  
	  Some taglets have JavaScript code that needs to be run when a page is loaded. Any scripts that are placed in the <script></script > part of a taglet will be inserted into a template's <INSERT indigo-javascript> tag allowing them to be executed when a page is loaded. Indigo manages all Javascript libraries and functions for designers - all designers need to do is include the <INSERT indigo-javascript> tag in the head of every template   */

/*	Taglet note (6): in the <split> section of this taglet for hidden content, an underlay div has the following styles
	<taglet>: <div style="position: absolute; top:0; left:0; width: 100%; background-color: #000;" id="lightbox-underlay"><nbsp/></div>   */

div#lightbox-underlay {
	
}

/*	Taglet note (7): in the <split> section of this taglet for hidden content, an overlay div has the following styles
	<taglet>: <div style="position: absolute; top:0px; left:0px; bottom:0px; right:0px; text-align: center;" id="lightbox-overlay">   */

div#lightbox-overlay{
	
}

div.lightbox-outer-wrapper {
	border: 20px solid #CCCCCC;
}

div.lightbox-inner-wrapper {
	border: 15px solid #EEEEEE;
	margin: 1px;
}

/*	Taglet note (8): an image's URL is needed for the source attribute eg: <img src="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval name="lightbox_target_image_link/></attr>
	
	Taglet note (9): an image's caption is needed for the alternate text attribute eg: <img alt="?>. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="alt"><pval name="lightbox_image_caption"/></attr>   */

div.lightbox-inner-wrapper img {
	border: 5px solid #CCCCCC;
	margin: 1px;
}

/*	Taglet note (10): the lightbox feature image's caption appears in a <p class="lightbox-image-caption">. The caption is retrieved from the backend as a parameter value (pval)
	<taglet>: <p><pval name="lightbox_image_caption"/></p>   */

p.lightbox-image-caption {
	color: #FFFFFF;
}

/*	Taglet note (11): the lightbox close anchor element...
	<taglet>: <a href="#" class="lightbox-close-link">
	
	Taglet note (12): ...has an 'onClick' attribute which closes the lightbox
	<taglet>: <a><attr name="onClick">closeLightbox</attr>Close</a>   */

a.lightbox-close-link {
	color: #00caff;
}

/*	Taglet note (13): the <script> in this taglet is automatically inserted into a templates <INSERT indigo-javascript> tag
	<taglet>: <script>ajaxEngine.registerAjaxElement(&#39;lightbox-underlay&#39;);</script>   */

/* @end image - lightbox */

  

/* @group Image Gallery */

/* 	TAGLET NAME: Image gallery
	TAGLET GROUP: Images and Media   */
	
/*	Taglet note (1): a wrapper class is from the backend as a parameter value (pval) eg: <div class="gallery-outer-wrapper">   
	<taglet>: <div><css-class><pval name="wrapper"/></css-class>   */	

div.gallery-outer-wrapper {
	border: 0px solid #808080;
}

div.gallery-message {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*	Taglet note (2): this taglets <content-slot/> receives the content from a page called "image-gallery" which is located in the "System Generated Pages" of the Pages Catalogue   */

div.gallery-message p {
}

div.gallery-inner-wrapper {
	border: 0px solid #808080;
	margin: 0px;
}

div.feature-image {
	/*border: 0px solid #808080;
	margin: 0px;*/
}

/*	Taglet note (3): the gallery feature image is retrieved from the backend. The taglet first identifes a set of gallery images as a dataset:
	<taglet>: <with-data set-name="gallery_images">
	
	Taglet note (4): when an image is the 'first' in the gallery...
	<taglet>:	<when test="$row{display_order}  == 1"> 
		
	Taglet note (5): ...then its caption is retrieved as a data value (dval):
	<taglet>:	<dval name="caption">
		
	Background: each 'image' in the dataset has a number of different values. Each value is called a "data value" or "dval"   */

div.feature-image-caption {
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 520px;
	font-size: 12px;
	line-height: 17px;
	width: 483px;
	color: #fff;
	text-align: right;
}

/*	Taglet note (6): an anchor eg: <a class="feature-image-link" href="?"> contains the feature image. The full URL needed for the href attribute is retrieved from the backend (image_gallery dataset) as a data value (dval) 
	<taglet>: <a class="feature-image-link"><attr name="href"><dval name="full_URL"/></attr>
	
	Taglet note (7): ...the anchors 'target' attribute links to the full sized image in a new window eg: <a target="_blank">
	<taglet>: <attr name="target">_blank</attr>  */

a.feature-image-link {
	position: absolute;
	top: 127px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	position:absolute;
	clip:rect(0px,500px,390px,0px);
}

/*	Note: Feature image size
	The default width of the feature image is 500px
	Contact Imagine Indigo if you would like this changed.
	
	Taglet note (8): the URL needed for the image's source attribute is retrieved from backend (the image_gallery dataset) as a data value (dval)
	<taglet>: <img><attr name="src"><dval name="gallery_URL"/></attr>   */
	
div.next-prev-gallery-outer-wrapper {
}
div.next-prev-gallery-inner-wrapper {
}


a.feature-image-link img a {
}



div.gallery-thumbs-wrapper {
	/*margin: 0px;
	position: absolute;
	margin:0px 0px 0px 523px;
	top: 56px;*/
}
div.next-prev-gallery-controls {
	position:relative;
	margin:0px;
	width: 488px;
	color: #fff;
	background:url(../images/bg-gallery-controls.png);
	text-align: right;
	height: 26px;
	padding: 420px 12px 0px 0px;
}
div.next-prev-gallery-controls a {
	text-transform: uppercase;
	color:#ed1360;
	margin-right: 4px;
	margin-left: 4px;
}
div.next-prev-gallery-controls a:hover {
	color:#fff;
}

/*	Taglet note (9): the taglet identifies the gallery image thumbnails as a dataset in the backend:
	<taglet>:	<with-data set-name="gallery_images">
		
	Taglet note (10): each image thumbnail is wrapped in an anchor
	<taglet>:	<a href="#" class="gallery-image-thumb-link">
		
	Taglet note (11): when the anchor surrounding each image thumbnail is clicked on...
	<taglet>:	<attr name="onClick"> 
		
	Taglet note (12): ...then a javascript function is called which shows the thumbnail as the feature image
	<taglet>:	showPicture   */

a.gallery-image-thumb-link a {
	margin: 0px;
}

div.gallery-image-thumb-item {
	border: 0px solid #808080;
	margin: 0px;
	float: left;
	margin:0px;
	width: 83px;
	height: 58px;
}

/*	Note: Thumbnail image size
	The default width of the gallery image thumbnail is 100px
	Contact Imagine Indigo if you would like this changed.  
	
	Taglet note (13): the source attribute for each thumbnail image eg: <img src="?"> is retrieved as a data value (dval) from the backend (the gallery_images )ataset
	<taglet>: <img><attr name="src"><dval name="thumb_URL"/></attr>   */

div.gallery-image-thumb-item img {
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	position:absolute;
	clip:rect(0px,80px,55px,0px);
}

/* @end image gallery */



/* @group Image Gallery with autopagelinks*/

/* 	TAGLET NAME: Autopagelink gallery wrapper
	TAGLET GROUP: Images and Media
	Taglet note: this taglets <content-slot/> receives each image/caption/link from the "Autopagelink gallery item" taglet (see below)   */

div.autopagelink-gallery-wrapper {
	border: 20px solid #808080;
}

/*	TAGLET NAME: Autopagelink gallery item
	TAGLET GROUP: Images and Media   */

div.autopagelink-item-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.autopagelink-image {
	border: 2px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

/*	Taglet note (1): a page's hyperlink reference is needed for an anchor eg: <a href="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <a><attr name="href"><pval desc="A link to the page" name="link"/></attr>   */

a.image-link {
	
}

/*	Taglet note (2): an image's URL is needed for the source attribute eg: <img src="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval desc="A URL to the image" name="image_url"/></attr>   */

div.autopagelink-image img {
	
}

div.autopagelink-caption {
	border: 2px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

/*	Taglet note (3): an anchor eg: <a class="caption"> contains each caption.
	<taglet>: <a class="caption">
	
	Taglet note (4): the href attribute for each anchor needs the address of a page eg: <a href="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <a><attr name="href"><pval desc="A link to the page" name="link"/></attr>
	
	Taglet note (5): the image caption eg: <a href="?">caption</a> is retrieved from the backend as a parameter value (pval)
	<taglet>: <a href="?"><pval desc="The caption (description) of the image" name="caption"/>   */

div.autopagelink-caption a.caption {
	
}

/* @end image gallery with auto-page-links */



/*	@group Googlemaps */

/*	TAGLET NAME: Googlemap
	TAGLET GROUP: Images and media
	
	Taglet note: the magnification/zoom of the GoogleMap is set to "14" - this can be changed by a designer:
	<taglet>: controls-and-marker&#39;,14);   */

div.googlemap-wrapper {
	width: 100%;
	height: 300px;
	outline: 2px solid #808080;
}

/*	@end googlemaps */


/* @end image styles */






/* @group MEDIA */

/* Media related selectors yet to be aggregated.   */

/* @end */






/* @group LINKS */

/* 	TAGLET NAME: Link - simple link
	TAGLET GROUP: Menus and Links
	
	Taglet note (1): a URL is needed for a link's href attribute eg: <a href="?">. This is retrieved from the backend as a parameter value (pval)
	<taglet>: <a><attr name="href"><pval desc="The link target URL" name="link"/></attr>
	
	Taglet note (2): 'when' a link needs to open a new window...
	<taglet>: <choose><when test="$params{&39;new-window&39;}">
	
	Taglet note (3): ...then the anchor's 'target' attribute is given a '_blank' value eg: <a target="_blank">
	<taglet>: <a><attr name="target">_blank</attr>
	
	Taglet note (4): link text is needed for the anchor eg: <a>?</a>. This taglet's <content-slot/> receives the link text from the backend   */

a {
	color: #ed125f;
	text-decoration: none;
}

span a {
}

/* 	Helpful hint: Link pseudo-classes have the same CSS specificity, therefore their order is critical because "if two rules have the same specificity, the last one defined prevails". For this reason, link pseudoclasses should have the following order: Link, Visited, Hover, Active (LoVeHAte):   */

a:link {
	
}

a:visited {
	
}

a:hover {
	color: #2a0556;
	
}

a:active {
	color: #ed125f;
}

/* @group Live page edit-link */

/*	TAGLET NAME: Live page edit-link
	TAGLET GROUP: Menus and Links
	
	Background: When an Administrator views a web-page, an "Edit this page" link will appear at the bottom of the "main content area"   */

/*	Taglet note (1): this taglet's <content-slot/> receives ALL page content - if, and only if, the page is being viewed by a logged in Administrator. This makes div.admin-edit a page wrapper for pages viewed by logged in site administrators   */

div.admin-edit {
	
}

div.admin-edit-link {
	border: 2px solid #333333;
	background-color: #cccccc;
	width: 6em;
	margin: 10px;
	padding: 3px;
}

/*	Taglet note (2): an anchor with an href attribute eg: <a href="?"> activates a JavaScript function e
	<taglet>: <a><attr name="href">JavaScript:openPopWin</attr>Edit this page</a>   */

div.admin-edit-link a {
	display: block;
}

div.admin-edit-link a:hover {
	text-decoration: none;
}

/* @end live page edit-link */



/* @group Rollover glossary tooltip */

/*	TAGLET NAME: Glossary - Item link
	TAGLET GROUP: Glossaries/Footnotes/Citations
	
	Taglet note (1): the word used in the rollover is retrieved from the backend as a parameter value (pval):
	<taglet>: <a class="tip"><pval desc="Word as typed in document" name="original_word"/></a>   */

a.tip {
	color: #808080;
	text-decoration: underline;
}

/*	Taglet note (2): What are the <split> and <script> parts of a taglet?
	
	Simple taglets only contain <html> tags eg:
		<taglet>
		  <html>
		  ...
		  </html>
		</taglet>
		
	Advanced interactive taglets (perhaps using AJAX/Javascript) will appear different eg:
		<taglet>
		  <html>
		  ...
		  </html>
		  <split>
		  ...
		  </split>
		  <script>
		  ...
		  </script>
		</taglet>
	  
	  The <split> part of a taglet:
	  
	  Sometimes when an interactive AJAX page is generated, it is necessary to pre-load some content into page, but hide it until it is needed eg: a rollover glossary tooltip. Any tags in the <split></split> part of a taglet will be generated into a template's <INSERT hidden-divs> tag - but remain hidden until they are required. In this taglet we have: 
	  
	  <split region="hidden_divs"><div style="display:none; position: absolute; z-index: 200;" class="tooltip"><css-id><unique-id name="div_id"/></css-id><b><pval desc="Word as matched in glossary" name="word"/>:</b><content-slot/></div></split>
	  
	  The <script> part of a taglet:
	  
	  Some taglets have JavaScript code that needs to be run when a page is loaded. Any scripts that are placed in the <script></script > part of a taglet will be inserted into a template's <INSERT indigo-javascript> tag allowing them to be executed when a page is loaded. In this taglet we have:
	  
	  <script>var <unique-id name="t"/> = new TooltipHandler</script>
  
  	Indigo manages all Javascript libraries and functions for designers - all designers need to do is include the <INSERT indigo-javascript> tag in the head of every template   */

div.tooltip {
	background-color: #A9A9A9;
	border: 1px solid #222222;
	width: 50%;
}

/*	Taglet note (3): the rollover word is retrieved from the backend as a parameter value (pval):
	<taglet>: <b><pval desc="Word as matched in glossary" name="word"/>:</b>   */

div.tooltip b {
	color: #333333;
	font-weight: bold;
	line-height: 150%;
	margin-left: 5px;
}

/*	Taglet note (4): the definition is retrieved from the backend and inserted into this taglets <content-slot/>   */

div.tooltip p {
	background-color: #CCCCCC;
	color: #333333;
	font-size: small;
	margin: 5px;
	padding: 5px;
}

/* @end rollover glossary tooltip */

/* @end links */






/* @group MENUS */

/* @group Smart Menus */

/* @group Smart menu wrappers */

/*	TAGLET NAME: Smart Menus - Menu wrapper
	TAGLET GROUP: Menus and Links 
	
	Background: this taglet's <content-slot/> receives links from the "Smart Menus - Menu link" taglet (see below) and encloses them in various div wrappers   */ 
	
/*	Background: when building menus with the menu builder, groups of menu links can be indented to create submenus (eg: level 1, level 2, level 3 etc.)

	Taglet note (1): 'when' this taglet receives a group of 'submenu' links from the "Smart Menus - Menu link" taglet...
	<taglet>: <when test="$params{&#39;is_submenu&#39;}">
	
	Taglet note (2): ...then they are wrapped in a div with two CSS classes, the first is a general submenu wrapper eg: <div class="submenu-wrapper">
	<taglet>: <css-class>submenu-wrapper</css-class>   */

.submenu-wrapper {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #dddddd;
}
.menu-wrapper .submenu-wrapper a {
	font-size: 11px;
	line-height: 10px;
	text-transform: none;
	letter-spacing: .7ems;
	margin-bottom: 8px;
}
.menu-wrapper .submenu-wrapper a:active {
}

/*	Taglet note (3): ...the second class applied to a submenu wrapper is determined by the level of submenu (eg level 1,2,3,4). The submenu level used in the second CSS class eg: <div class="submenu-level-?"> is retrieved from the backend as a parameter value (pval). This allows independent styling control over each submenu level (perhaps for absolute positioning?)
	<taglet>: <css-class>submenu-wrapper submenu-level-<pval desc="The level of this sub-menu block - can be used to style each submenu if needed" name="submenu_level"/></css-class>   */

div.submenu-level-1 {
}

div.submenu-level-2 {
}

div.submenu-level-3 {
}

div.submenu-level-4 {
	
}

/*	Taglet note (4): 'when' this taglet's <content-slot/> receives links which are NOT submenu links...
	<taglet>: <otherwise>
	
	Taglet note (5): ...then they are wrapped in a <div class="menu-wrapper">
	<taglet>: <css-class>menu-wrapper   */

div.menu-wrapper {
}

/*	Taglet note (6): the menu wrapper div also gets a second class - the 'content-name' of each individual menu (allows styling control over an individual menu). The menu 'content-name is retrieved from the backend as a parameter value (pval)
	<taglet>: <css-class>menu-wrapper <pval desc="The content-name of the menu - can be used to uniquely style each menu if needed" name="menu_name"/>-wrapper</css-class>   */

div."menu-content-name"-wrapper {
	
}

/* @end smart menu wrapper */



/* @group Smart Menu Links */

/*	TAGLET NAME: Smart Menus - Menu link
	TAGLET GROUP: Menus and Links
	
	Background: this taglet receives menu links from the backend. Each menu link is subjected to a number of tests to determine if a particular CSS class should be applied. These are explained below:
	
	Taglet note (1): 'when' a menu link comes into this taglet from the backend - and it is a link to the 'active' page which is currently being viewed...
	<taglet>: <when test="$params{&#39;link_active&#39;}">  
	
	Taglet note (2): ...then the link will get a 'selected-page' class eg: <a class="selected-page">
	<taglet>: <css-class>selected-page</css-class>   */
	
div.menu-wrapper a.selected-page {
	color:#ed125f;
}	

/*	Taglet note (3): 'when' a menu link comes into this taglet from the backend - and it is a link which contains a group of submenu links - AND these submenu links are visible or 'active'...
	<taglet>: <when test="$params{&#39;submenu_active&#39;}">   
	
	Taglet note (4): ...then the link will get a 'submenu-visible' class eg: <a class="submenu-visible">
	<taglet>: <css-class>submenu-visible</css-class>   */
	
div.menu-wrapper a.submenu-visible {
	color: #ed125f;
}	

/*	Taglet note (5): 'when' a menu link comes into this taglet from the backend - and it is a link which contains a group of submenu links - BUT the submenu is closed and its links are 'hidden'...
	<taglet>: <when test="$params{&#39;submenu_hidden&#39}">   
	
	Taglet note (6): ...then the link will get a 'submenu-hidden' class eg: <a class="submenu-hidden">
	<taglet>: <css-class>submenu-hidden</css-class>   */

div.menu-wrapper a.submenu-hidden {
}

/*	Taglet note (7): every menu link which comes into this taglet from the backend is subjected to the tests described above - but many links will not need CSS styling classes - they remain simple <a> elements   

	Taglet note (8): a hyperlink reference is needed for the href attribute of every menu link eg: <a href="?">. The menu link target is retrieved from the backend as a parameter value (pval)
	<taglet>: <a><attr name="href"><pval desc="The menu link target" name="link"/></attr>
	
	Taglet note (9): 'when' a menu link needs to open a new window...
	<taglet>: <when test="$params{&#39;new-window&#39;}">
	
	Taglet note (10): ...then the 'target' attribute of the anchor is given a value of '_blank' eg: <a target="_blank">
	<taglet>: <attr name="target"">_blank</attr>
	
	Taglet note (11): the <content-slot/> for this taglet receives the actual menu link text eg: <a>Link text</a>
	<taglet>: <a><content-slot/></a>   */

div.menu-wrapper a {
	display: block;
	color: #2a0556;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

/* 	Helpful hint: Link pseudo-classes have the same CSS specificity, therefore their order is critical because "if two rules have the same specificity, the last one defined prevails". For this reason, link pseudoclasses should have the following order: Link, Visited, Hover, Active (LoVeHAte):   */

div.menu-region a:link {
	color: #2a0556;
}

div.menu-wrapper a:visited {
}

div.menu-wrapper a:hover {
	color: #ed125f;
}

div.menu-region a:active {
	color: #ed125f;
}

/* @end smart menu links */

/* @end smart menus */

/* @end Menus */






/* @group SEARCHFORM & SEARCH RESULTS */

/* @group Search Form */

/*	TAGLET NAME: Search Form
	TAGLET GROUP: Search Results   */

div.search-form-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.search-form-wrapper form {
	margin: 1px;
	border: 2px solid #2a0556;
}

div.search-string {
	border: 5px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;
	padding: 5px;
}

/*	Taglet note: the width of the input field is set to 10 characters but this can be changed.
	<taglet>: Search<nbsp/><input name="search_string" type="text" size="10"/>   */

div.search-form-wrapper input {
	
}

/* @end search form */



/* @group Search Results Wrapper */

/*	TAGLET NAME: Search Results display wrapper 
	TAGLET GROUP: Search Results   */
	
div.search-results {
	border: 10px solid #808080;
	margin: 1px;
}

/*	Taglet note: this taglet's <content-slot/> receives each <tr> table row search result from the "Search result item" taglet (see below)
	<taglet>: <table width="100%" cellspacing="0" cellpadding="7" border="0"><content-slot/></table>   */

div.search-results table {
	border: 2px solid #2a0556;
	margin: 1px;
}

/* @end search results wrapper */



/* @group Search Results Table */

/*	TAGLET NAME: Search result item
	TAGLET GROUP: Search Results
	
	Background: each search result has three <td> table data elements in a <tr> table row element   */
	
div.search-results td {
	
}	
	
/*	Taglet note (1): both the first and third td data cells have a class of "search-row".

	Taglet note (2): the first <td> has a number of attributes defined in the taglet eg: <td width="?" valign="?" class="?">
	<taglet>: <tr><td width="55px" valign="top" class="search-row">   */
	
td.search-row {
	
}

/*	Taglet note (3): the first td.search-row contains a nested table. The width of this table is variable depending on the search results 'relevance'. The width is retrieved from the backend as a parameter value (pval).
	<taglet>: <table><attr name="width"><pval desc="The % match for the search result, scaled to match the search image" name="relevance"/></attr>   */

td.search-row table {
	border: 1px solid #222222;
}

/*	Taglet note (4): an image indicating search result relevance is created by a nested <td class="search-image" width="?">. The width is retrieved from the backend as a parameter value (pval)
	<taglet>: <tr><td align="right" class="search-image"><attr name="width"><pval name="relevance"/></attr><nbsp/></td></tr></table></td>   */

td.search-image {
	border: 3px solid #A9A9A9;
	background-color: #CCCCCC;
}

/*	Taglet note (5): the second <td class="search-percentage"> displayes a search result's relevance indicated as a percentage value. This is retrieved from the backend as a parameter value (pval).
	<taglet>: <td width="40px" align="left" valign="top" class="search-percentage"><pval desc="The formatted percentage match for the search result." name="percentage"/>   */

td.search-percentage {
	
}

/*	Taglet note (6): the third <td class="search-row"> in each search result's <tr>... 
	<taglet>: <td valign="top" class="search-row">
		
	Taglet note (7): ...contains a page link/page title to a search result's page eg: <a href="?">Page title</a>. Both the href link and page title are retrieved from the backend as parameter values (pval)
	<taglet>: <a><attr name="href"><pval desc="The link to the search result" name="link"/></attr><pval desc="The title of the document found by the search" name="title"/></a>
	
	
	Taglet note (8): the text snippet from each search result is retrieved from both the backend and the "Search match highlight" taglet (see below) and inserted into this taglets <content-slot/>   */

td.search-row a {
	
}

/*	TAGLET NAME: Search match highlight 
	TAGLET GROUP: Search Results
	
	Taglet note: the word used in the search is retrieved from the backend and inserted into this taglets <content-slot/>   */
	
span.hilight {
	background-color: #CCCCCC;
}

/* @end search results table */

/* @end searchform & search results */






/* @group SEARCHPANELS */

/* @group Full Searchpanels */

/* 	Background: 
		- a full searchpanel should be published in the main content area of a page
		- a full searchpanel can be used to search for products, postcodes or images eg:

		[[ searchpanel of products ]]
		[[ searchpanel of postcodes ]]
		[[ searchpanel of images ]]   */


/*	TAGLET: Search panel - full
	TAGLET GROUP: Search Results
	
	Taglet note (1): each searchpanel gets a different wrapper to give designers extra styling control if they need it eg: <div class="product-search-wrapper">, <div class="image-search-wrapper> & <div class="postcode-search-wrapper">. The wrapper name is retrieved from the backend as a parameter value (pval).
	<taglet>: <div><css-class><pval name="wrapper"/></css-class>   */

div.product-search-wrapper {
	border: 30px solid #444444;
	margin: 1px;
}

div.image-search-wrapper {
	border: 30px solid #444444;
	margin: 1px;
}

div.postcode-search-wrapper {
	border: 30px solid #444444;
	margin: 1px;
}

/*	Taglet note (2): each searchpanel displays a message from a page eg: postcode-search, image-search & product-search. These pages are located in the 'System Generated Pages' section of the Pages Catalogue and their messages can be customized by designers or their clients. This taglets <content-slot/> receives the content from each of these pages.
	<taglet>: <div class="search-panel-instructions"><content-slot/></div>   */

div.search-panel-instructions {
	border: 10px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

div.search-panel-instructions p {
	
}

/*	Taglet note (3): each search panel has a form.
	<taglet>: <form onSubmit="return false;" name="searchPanel"/>   */

div.product-search-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

div.image-search-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

div.postcode-search-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

/*	Taglet note (4): the div.search-panel-search-field is used by each full searchpanel and the split searchlist (see below)   */

div.search-panel-search-field {
	border: 10px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Helpful hint: if styling control is needed over a particular searchpanel's div.search-panel-search-field more specific selectors may be required:   */

div.product-search-wrapper div.search-panel-search-field {
	
}

div.image-search-wrapper div.search-panel-search-field {
	
}

div.postcode-search-wrapper div.search-panel-search-field {
	
}

/*	Taglet note (5): the input field is used to search for items in the search panel select list (this is also used by the split searchpanel's searchlist)
	<taglet>: <input attr="onKeyUp">searchAnchoredFilterFor(this.value)</attr></input>   */
	
div.search-panel-search-field input {
	border: 1px solid #000000;
}

/*	Helpful hint: if styling control is needed over a particular searchpanel's input element more specific selectors may be required:   */

div.product-search-wrapper input {
	
}

div.image-search-wrapper input {
	
}

div.postcode-search-wrapper input {
	
}

div.search-panel-select-list {
	border: 10px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

/*	Taglet note (6): 10 items can fill the select list before a vertical scroll bar appears. This number can be changed.
	<taglet>: <select name="searchPanelSelect" size="10">
	
	Taglet note (7): the selected item will use an AJAX function to have its content displayed eg: <select onChange="AJSearchLoadDiv">
	<taglet>: <select attr="onChange">AJSearchLoadDiv...
	
	Taglet note (8): each item of searchable text in the select field is retrieved from the backend. First they are identified as a dataset: 
	<taglet>: <with-data set-name="search_items">
	
	Taglet note (9): in a data set each item of content can have various data values (dval). Each items "searchable_text" is retrieved from the backend as a data value.
	<taglet>: <dval name="searchable_text"/>   */
	
div.search-panel-select-list select {
	border: 1px solid #000000;
}	

/*	Helpful hint: if styling control is needed over a particular searchpanel's select element then more specific selectors may be required:   */
	
div.product-search-wrapper select {
	
}

div.image-search-wrapper select {
	
}

div.postcode-search-wrapper select {
	
} 

/*	Note: What product details can be displayed in the div.search-panel-information?
	A product's summary OR full details can be displayed in the div.search-panel-information
	Contact Imagine Indigo to let us know which you would prefer   */

div.search-panel-information {
	border: 10px solid #444444;
	margin: 1px;
}

div.image-search-wrapper img {
	
}

/* @end fullpage searchpanels */




/* @group Split searchpanels */

/* @group Search panel - search list */

/* 	Background: 
		- a split searchpanel allows the "search list" to be published in one region and the search "results" to be published in another page region.
		- a searchpanel "searchlist" can be used for products, postcodes or images and directed "into" (=>) any region eg:

		[[ searchlist of searchpanel of products => region ]]
		[[ searchlist of searchpanel of postcodes => region ]]
		[[ searchlist of searchpanel of images => region ]]   */

/*	TAGLET: Search panel - search list
	TAGLET GROUP: Search Results   */

/*	Taglet note (1): each searchpanel gets a different wrapper to give designers extra styling control if they need it eg: <div class="product-search-list-wrapper">, <div class="image-search-list-wrapper> & <div class="postcode-search-list-wrapper">. The wrapper name is retrieved from the backend as a parameter value (pval).
	<taglet>: <div><css-class><pval name="wrapper"/></css-class>    */

div.postcode-search-list-wrapper {
	border: 30px solid #444444;
}

div.image-search-list-wrapper {
	border: 30px solid #444444;
}

div.product-search-list-wrapper {
	border: 30px solid #444444;
}

/*	Taglet note (2): each search panel has a form.
	<taglet>: <form onSubmit="return false;" name="searchPanel"/>   */
	
div.postcode-search-list-wrapper form {
	border: 4px solid #000000;
	margin: 1px;
}

div.image-search-list-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

div.product-search-list-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

/*	Taglet note (3): the div.search-panel-search-field is also used by the full search panel (see above). If this element needs specific styling then more specific selectors may be required:   */

div.postcode-search-list-wrapper div.search-panel-search-field {
	
}

div.image-search-list-wrapper div.search-panel-search-field {
	
}

div.product-search-list-wrapper div.search-panel-search-field {
	
}

/*	Taglet note (4): the input field is used to search for items in the search panel select list (Note: styles from the full searchpanel's "div.search-panel-search-field input" will effect this element)
	<taglet>: <input attr="onKeyUp">searchAnchoredFilterFor(this.value)</attr></input>   */
	
div.product-search-list-wrapper input {
	
}

div.image-search-list-wrapper input {
	
}

div.postcode-search-list-wrapper input {
	
}

/*	Taglet note (5): the div.search-panel-select-list is also used by the full search panel (see above). If this element needs specific styling then more specific selectors may be required:   */
	
div.product-search-list-wrapper div.search-panel-select-list {
	
}

div.image-search-list-wrapper div.search-panel-select-list {
	
}

div.postcode-search-list-wrapper div.search-panel-select-list {
	
}

/*	Taglet note (6): 10 items can fill the select list before a vertical scroll bar appears. This number can be changed.
	<taglet>: <select name="searchPanelSelect" size="10">
	
	Taglet note (7): the item selected in the list will use an AJAX function to have its content displayed eg: <select onChange="AJSearchLoadDiv>
	<taglet>: <select attr="onChange">AJSearchLoadDiv...
	
	Taglet note (8): each search item in the select list is retrieved from the backend. First the items are identified as a set of data (or dataset): 
	<taglet>: <with-data set-name="search_items">
	
	Taglet note (9): in a data set each item of content can have various data values (dval). Each items "searchable_text" is retrieved from the backend as a data value.
	<taglet>: <dval name="searchable_text"/>   */	
	
div.product-search-list-wrapper select {
	border: 1px solid #000000;
}

div.image-search-list-wrapper select {
	border: 1px solid #000000;
}

div.postcode-search-list-wrapper select {
	border: 1px solid #000000;
} 
	
/* @end search panel - search list */



/* @group Search panel - results */

/* 	Background: 
		- a split searchpanel allows the "search list" to be published in one region and the search "results" to be published in another page region.
		- a searchpanels "results" can be used for products, postcodes or images and directed "into" (=>) any region eg:

	[[ searchresults of searchpanel of images => region ]] 
	[[ searchresults of searchpanel of products => region ]]
	[[ searchresults of searchpanel of postcodes => region ]]   */



/*	TAGLET: Search panel - results 
	TAGLET GROUP: Search Results
	
	Taglet note (1): search results are displayed in a wrapper. The name of the wrapper is retrieved from the backend as a parameter value (pval).
	<taglet>: <div><css-class><pval name="wrapper"/></css-class></div>   */

div.postcode-search-results-wrapper {
	border: 30px solid #444444;
	background-color: #CCCCCC;
}

div.product-search-results-wrapper {
	border: 30px solid #444444;
	background-color: #CCCCCC;
}

div.image-search-results-wrapper {
	border: 30px solid #444444;
	background-color: #CCCCCC;
}

/*	Taglet note (2): search results are also displayed in a wrapper with a css #id. The id "search_name" is retrieved from the backend as a parameter value (pval).
	<taglet>: <div><css-id><pval name="search_name"/>_results</css-id></div>   */

div#postcode-search_results {
	border: 5px solid #555555;
	margin: 1px;
} 

div#product-search_results {
	border: 5px solid #555555;
	margin: 1px;
}

div#image-search_results {
	border: 5px solid #555555;
	margin: 1px;
}

/*	Note: Selectors may need to be defined for styling control over content displayed in the search results field.   */

div.image-search-results-wrapper img {
	
}

/* @end search panel - results */

/* @end split searchpanels */

/* @end searchpanels */






/* @group REGISTRATION & LOGIN */

/* @group Loginform */

/*	TAGLET NAME: Registration - Login form (full-sized)
	TAGLET GROUP: Resitration and Login
	
	Background:
	- the loginform is a system generated form that should be published in the main content area of a page eg:
	- [[ loginform ]]   */

div.login-form {
	border: 30px solid #555555;
	margin: 1px;
}

div.login-form fieldset {
	border: 1px solid #333333;
	margin: 1px;
}

div.login-form legend {
	
}

div.login-form form {
	border: 2px solid #000000;
	margin: 1px;
	background-color: #FFFFFF;
}

/*	Taglet note (1): each part of the login form is wrapped in a paragraph tag   */

div.login-form p {
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Taglet note (2): the first input field is for a Username. It has a size of 24 characters (which can be changed):
	<taglet>: <p><label for="email">Username:</label><input name="email type="text" size="24"/></p>
	
	Taglet note (3): the second input field is for a Password. It also has a size of 24 characters (which can be changed):
	<taglet>: <p><label for="password">Password:</label><input name="password" type="password" size="24"/></p>   */

div.login-form p label {
	
}

div.login-form p input {
	border: 1px solid #000000;
}

/*	Taglet note (4): the input submit button includes a styling class .login-submit
	<taglet>: <p><label for="submit"><nbsp/></label><input value="Login" name="submit" class="login-submit" type="submit"/>   */

div.login-form p input.login-submit {
	
}

/* @end loginform */



/* @group Miniloginform */

/*	TAGLET NAME: Registration - Mini login form 
	TAGLET GROUP: Registration and Login   
	
	Background:
	- the miniloginform is a system generated form that can be directed into (=>) page regions eg:
	- [[ miniloginform => region ]]   */

div.mini-login-wrapper {
	border: 30px solid #A9A9A9;
	margin: 1px;
}

div.mini-login-wrapper fieldset {
	border: 1px solid #333333;
	margin: 1px;
}

div.mini-login-wrapper legend {
	
}

div.mini-login-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

/*	Taglet note (1): each part of the minilogin form is wrapped in a paragraph tag   */

div.mini-login-wrapper p {
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Taglet note (2): the first input field is for a Username. It has a size of 20 characters (which can be changed):
	<taglet>: <p><label for="email">Login name:</label><input name="email type="text" size="20"/></p>
	
	Taglet note (3): the second input field is for a Password. It also has a size of 20 characters (which can be changed):
	<taglet>: <p><label for="password">Password:</label><input name="password" type="password" size="20"/><no-close/></p>   */

div.mini-login-wrapper p label {
	
}

div.mini-login-wrapper p input {
	border: 1px solid #000000;
}

/*	Taglet note (4): the input submit button includes a styling class .login-submit
	<taglet>: <p class="login-submit"><input value="Login" type="submit"/></p>   */

div.mini-login-wrapper p.login-submit {
	
}

div.mini-login-wrapper p.login-submit input {
	
}

/* div.spacer needed for browser compatibility */

div.mini-login-wrapper div.spacer {
	display: none;
}



/* @end miniloginform*/

/* @end registration and login forms */






/* @group FORMS */

/*	Taglet group: Forms (AJAX Components) */

/*	Background: each form can be published two ways:
		1. As a table based form
		2. As a div based form */
		
/* 	Getting started:
	The form tag is used by many different forms eg:
	- registration
	- login
	- miniloginform
	- user generated forms 
	Start by removing default margin and padding:   */

form {
	margin: 0px;
	padding: 0px;
}



/*	@group Universal form elements */

/*	Some form elements are used by both table based forms and div based forms */

/*	TAGLET NAME: AJ-Comp - Form wrapper (generic)
	TAGLET GROUP: Forms (AJAX Components)
	BACKGROUND: the <content-slot/> for this taglet receives the tags from all other form taglets   */

div.form-wrapper {
	padding: 0px 0px 18px 0px;
	border-bottom: dotted 1px #ff6b80;
	border-top: dotted 1px #ff6b80;
	margin-bottom: 30px;
	font-size: 11px;
	color: #ff6b80;

}

/* 	Taglet note (1): the generic form wrapper with <div class="form-wrapper"> does not allow a designer to take styling control over an individual form. For this reason, a unique ID is added to each form wrapper. The ID uses a forms 'content-name' from the Forms Catalogue eg: <div class="form-wrapper" id="content-name">.

	Taglet note (2): every form gets wrapped in a div with a CSS class="form-wrapper"
	<taglet>: <div class="form-wrapper">

	Taglet note (3): in addition to this CSS class, 'when' a form has a "content-name"...
	<taglet>: <choose><when test="$params(form_content_name)">
	
	Taglet note (4): ...then the "content-name" is retrieved from the backend as a parameter value (pval) and used to give the div a unique CSS ID eg: <div class="form-wrapper" id="content-name">
	<taglet>: <css-id><pval desc="The content-name of the form" name="form_content_name"/></css-id>
	
	Examples of selectors for two forms are shown below:   */
	
div.form-wrapper#test-2 {
	
}

div.form-wrapper#content-name {
	
}


/*	TAGLET NAME: AJ-Comp - Form title
   	TAGLET GROUP: Forms (AJAX Components)
	BACKGROUND: a form title is an optional element, it can be added to a form by clicking the 'Edit options' link (next to a form's listing in the Forms Catalogue).   */

div.form-title {
	height: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

/*	TAGLET NAME: AJ-Comp - form generator
	TAGLET GROUP: Forms (AJAX Components)   */

div.form-inner-wrapper {
	padding: 0px;
	margin: 0px;
}

/*	Background: the form builder allows forms to be separated into different 'Parts' - this gives designers the ability to offer clients 'single part forms' or divide long forms into 'multi part forms'.

	Taglet note (1): 'when' a form element coming into this taglet is a form part's title (or heading)...
	<taglet>: <choose><when text="$params{title}">
	
	Taglet note (2): ...then the form part title is retrieved from the backend as a parameter value (pval) and wrapped in a <p> tag and <div class="form-masthead">
	<taglet>: <div class="form-masthead"><p><pval name="title"/></p></div>   */

div.form-masthead {
}

div.form-masthead p {
	visibility:hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
}



div.form-wrapper form {
	margin: 0px;
	padding: 0px;
}


/* @end universal form elements */




/* @group Table based form elements */

/* Taglet: AJ-Comp form generator */

div.form-wrapper table {
	margin: 0px;
	padding: 0px;
}

div.form-wrapper td {
	margin: 0px;
	padding: 0px;
}

/* td.form-errow-width-override is used for error messages eg:
	- "this question must be answered" or
	- "please enter a numeric value"
	- "this question is mandatory" */

div.form-wrapper td.form-error-width-override {
	color: #fff;
	position: absolute;
	left: 290px;
	background: #0d9644;
}


/* @group Form item styles */


/*	"Heading" (form item)
	Taglet: AJ-Comp - General row heading */

tr.form-heading-row div {
	height: 0px;
	margin: 0px;
	padding: 0px;
}

tr.form-heading-row td.form-error-width-override {
	background-color: #A9A9A9;
}

/*	"Descriptive text" (form item)
	Taglet: AJ-Comp - Form text row */

td div.form-text {
	text-transform: none;
	font-size: 11px;
	line-height:14px;
	color: #ff6b80;
	width: 275px;
}

/* Style for every question in the table */

div.form-wrapper td.form-label {
		width: 58px;
		height: 0px;
		text-transform: uppercase;
		font-size: 9px;
		float: left;
}
/*	Textfield & Numeric field
	Taglet: AJ-Comp - Textfield */

td.form-input-area {
	
}	

td.form-input-area input.form-input-width-override {
	margin: 0px 0px 8px 0px;
	padding: 2px 0px 3px 0px;
	width: 196px;
	background: #ff6b80;
	border: 0px dotted #ff6b80;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	height: 11px;
	border:dotted 1px #fff;
	}

/*	Multi line text area
	Taglet: AJ-Comp - Multi-line text area field */
	
td.form-textarea {
	
}	

textarea.form-input-width-override {
	margin: 2px;
	padding: 0;
	width: 80%;
}
	
/* 	Checkbox group & Radio button groups

	Taglet: AJ-Comp - Radio-button group
	Taglet: AJ-Comp - Checkbox group
	
	Background: both taglets use the same html */

tr.form-group-row {
	margin: 0px;
	padding: 0px;
}

div.form-wrapper td.form-group-item {
	color: #000;
	border-right: 0px;
}

div.form-wrapper td.form-group-item input {
	
}

/* 	Popup menu group
	Taglet: AJ-Comp - Popup menu group */
	
td.form-menu {
	
}	

td.form-menu select {
	
}

/* 	Form submit button 
	Taglet: AJ-Comp - Submit button*/

div.form-wrapper td.form-submit {
}

td.form-submit input {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	border:dotted 1px #2a0556;
	float: right;
	padding: 3px 12px 4px 12px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 10px 16px 0px 0px;
}

/* @end table questions & response fields */

/* @end default: table based forms */





/* @group DIV based form elements */

/*	Taglet: AJ-Comp - General row heading  */

div.form-heading-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.form-heading-text {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.form-heading-error {
	border: 2px solid grey;
	padding: 1px;
	margin: 1px;
	background-color: indigo;
}

/* 	AJ-Comp - Form text row */

div.form-text-wrapper {
	border: 10px solid gray;
	margin: 1px;
	background-color: lightgrey;
}

/*	Taglet: AJ-Comp - Textfield & Numeric Field */

div.textfield-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.textfield-label {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.textfield-field {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.textfield-field input {
	color: black;
}

div.textfield-error {
	border: 2px solid gray;
	margin: 1px;
	padding: 1px;
	background-color: indigo;
}

/* 	AJ-Comp - Multi-line text area field */

div.textarea-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.textarea-label {
	border: 5px solid gray;
	margin: 1px;
	background-color: lightgrey;
}

div.textarea-field {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

/* 	Taglet: AJ-Comp - Checkbox group */

div.checkbox-group-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.checkbox-group-label {
	border: 10px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.checkbox-group-items {
	border: 2px solid gray;
	margin: 1px;
}

div.checkbox-item-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.checkbox-item-input {
	border: 5px solid gray;
	margin: 1px;
	background-color: lightgrey;
}

div.checkbox-item-label {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.checkbox-group-error {
	border: 2px solid gray;
	background-color: indigo;
	padding: 1px;
	margin: 1px;
}

/* 	Taglet: AJ-Comp - Radio-button group */

div.radiobutton-group-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.radiobutton-group-label {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.radiobutton-group-items {
	border: 2px solid gray;
	margin: 1px;
}

div.radiobutton-item-wrapper {
	border: 10px solid gray;
	margin: 1px;
}

div.radiobutton-item-input {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.radiobutton-item-label {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}


div.radiobutton-group-error {
	border: 2px solid gray;
	padding: 1px;
	background-color: indigo;
	margin: 1px;
}


/* 	Taglet: AJ-Comp - Popup menu group */

div.popup-menu-wrapper {
	border: 10px solid gray;
	margin: 1px;
}
 
div.popup-menu-label {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}
 
div.popup-menu-selector {
	border: 5px solid gray;
	background-color: lightgrey;
	margin: 1px;
}

div.popup-menu-selector select {
	color: black;
}

/* 	Taglet: AJ-Comp - Submit button */

div.form-submit-wrapper {
	border: 10px solid gray;
	background-color: lightgrey;
	margin: 1px;
}


/* @end div based forms*/




/* @end Forms */







/* @group DOCSLOTS */

/*	Taglet Group: MOD: Doc-Slots
	Taglet: Document Slot */
	
div.docslot-outer-wrapper {
	border: 30px solid #808080;
}

div.docslot-title {
	border: 15px solid #808080;
	margin: 1px;
}

div.docslot-name {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

div.docslot-description {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

div.docslot-locked {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

div.docslot-unlocked {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

.docslot-unlocked {
	background: transparent url(/images/admin/ds-icon-unlocked.gif) no-repeat;		
}

.docslot-locked {
	background: transparent url(/images/admin/ds-icon-locked.gif) no-repeat;
}

div.docslot-settings {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

div.docslot-inner-wrapper {
	border: 15px solid #808080;
	margin: 1px;
}

/*	Taglet: Document Slot item list */

div.docslot-listing {
	border: 5px solid #AAAAAA;
	margin: 1px;
}

span.docslot-empty {
	
}

/*	Taglet: Document Slot Item */

div.docslot-item-even {
	border: 15px solid #888888;
	margin: 1px;
}

div.docslot-item-odd {
	border: 15px solid #555555;
	margin: 1px;
}

div.docslot-item-unknown {
	border: 1px solid #AAAAAA;
	margin: 1px;
	background-position: left;
	background-repeat: no-repeat;
}

.docslot-item-icon-unknown,
.docslot-item-icon-pdf,
.docslot-item-icon-doc,
.docslot-item-icon-xls,
.docslot-item-icon-ppt,
.docslot-item-icon-zip {
	border: 1px solid #AAAAAA;
	margin: 1px;
	background-position: left;
	background-repeat: no-repeat;
}	
	
.docslot-item-icon-unknown {	
	background-image: url(/images/admin/icon-unknown.gif);
}

.docslot-item-icon-pdf {
	background-image: url(/images/admin/icon-pdf.gif);	
}

.docslot-item-icon-doc {
	background-image: url(/images/admin/icon-doc.gif);	
}

.docslot-item-icon-xls {
	background-image: url(/images/admin/icon-xls.gif);	
}

.docslot-item-icon-ppt {	
	background-image: url(/images/admin/icon-ppt.gif);	
}

.docslot-item-icon-zip {
	background-image: url(/images/admin/icon-zip.gif);	
}


div.docslot-item-title {
	border: 1px solid #AAAAAA;
	margin: 1px;	
}

div.docslot-item-title a {
	
}

.docslot-item-delete {
	border: 1px solid #AAAAAA;
	margin: 1px;	
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/images/admin/ds-icon-delete.gif);	
}

.docslot-item-delete a {
	display: block;
	text-decoration: none;
}

.docslot-item-unapproved,
.docslot-item-approved {
	border: 1px solid #AAAAAA;
	margin: 1px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/images/admin/ds-icon-box-query.gif);	
}

.docslot-item-approved {
	background-image: url(/images/admin/ds-icon-box-query.gif);	
}

.docslot-item-approved {
	background-image: url(/images/admin/ds-icon-box-selected.gif);		
}

.docslot-item-unapproved a,
.docslot-item-approved a {
	display: block;
	text-decoration: none;
}

div.docslot-item-details {
	border: 1px solid #AAAAAA;
	margin: 1px;
}

/*	Taglet: Document Slot Upload Area */

div.docslot-upload {
	border: 5px solid #AAAAAA;
	margin: 1px;
}

div.docslot-upload-visiblity {
	border: 1px solid #AAAAAA;
	margin: 1px;
	background-position:left;
	background-repeat: no-repeat;	
	background-image: url(/images/admin/ds-icon-arrow-closed.gif);

}

div.docslot-upload p {
	
}

div.docslot-upload a {
	
}

div.docslot-upload form {
	border: 2px solid #000000;
	margin: 1px;
}

div.docslot-upload-hider {
	border: 10px solid #A9A9A9;
	margin: 1px;
}

p.upload-slot {
	
}

p.upload-slot input {
	
}

p.upload-slot b {
	
}

p.upload-slot input.upload-title {
	
}

p.upload-slot textarea.upload-description {
	
}

/* @end Docslots */






/* @group eCOMMERCE */

/*	Background: 
	1a. The Products Catalogue is used to enter details for individual products (description, price, images etc.)
	1b. Groups of products can be arranged into product "categories"
	
	2a. A category of products can be published in a web-page using the [[ category of products ]] content expression
	2b. A summary of each individual product is published in a category using the "Product summary" taglets (see below)
	
	3a. An individual product can be published in a web-page using the [[ product-name of category of products ]] content expression
	3b. The full details of a product are published using the "Full product detail" taglets (see below)   */

/* @group 1.0 Product summary listing */

/*	Background:

	1a. The Products Catalogue is used to enter details for individual products (description, price, images etc.)
	1b. Groups of products can be arranged into different product "categories"
	
	2a. A category of products can be published in a web-page using the [[ category of products ]] content expression
	2b. A product category displays a summary of each individual product using these "Product summary" taglets:

		1.0: Product summary listing
		1.1: Product summary listing - summary row
		1.2: Product summary listing - summary item
		1.3: Product summary listing - blank summary   */


/*	TAGLET NAME: 1.0: Product summary listing 
	TAGLET GROUP: MOD: eCommerce   */

div.prod-summary-list {
	border: 30px solid #808080;
}

/*	Taglet note (1): the taglet 'chooses' which text to retrieve for the heading; 'when' the taglet is being used with a product catalogue...
	<taglet>: <when test="$params{cat_name}"/> 
	
	Taglet note (2): ...then the taglet will retrieve the product catalogues name from the backend as a parameter value (pval)
	<taglet>: Product category: <pval name="cat_name"/> 
	
	Taglet note (3): the <content-slot/> for this taglet receives content from the "1.1: - summary row" taglet (see below)   */

div.prod-summary-heading {
	background-color: #A9A9A9;
	line-height: 200%;
	margin: 1px;
}

/* 	TAGLET NAME: 1.1: Product summary listing - SUMMARY ROW
	TAGLET GROUP: MOD: eCommerce
	
	Taglet note (1): the <content-slot/> for this taglet receives content from the "1.2: - summary item" taglet (see below)
	Taglet note (2): by default, one product summary is inserted into each row. Contact Imagine Indigo if you would like this changed (eg: 4 summary items per row)   */

div.prod-summary-row {
	border: 20px solid #A9A9A9;
	margin: 1px;
}

/* 	TAGLET NAME: 1.2: Product summary listing - SUMMARY ITEM
	TAGLET GROUP: MOD: eCommerce   */

div.prod-summary-wrapper {
	border: 20px solid #808080;
	margin: 1px;
}

div.prod-summary-image {
	border: 5px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Taglet note (1): the taglet 'chooses' which image to retrieve from the backend; 'when' a product has a 'primary' image... 
	<taglet>: <when test="$params{img_primary}">
	
	Taglet note (2): ...then the primary image is retrieved from the backend as a parameter value (pval)
	<taglet>: <img><attr name="src"><pval name="img_primary"/></attr></img>
	
	Taglet note (3): and the primary image is wrapped in an anchor which links to the full product details
	<taglet>: <a class="prod-summary-image-link"<attr name="href"><pval name="link/></attr>   */
	
a.prod-summary-image-link {
	
}

/*	Taglet note (4): the default width of this image is 70px. Contact Imagine Indigo if you would like this changed.   */

div.prod-summary-image img {
	border: 1px solid #808080;
	margin: 5px;
}

/* 	Taglet note (5): when a product has no primary image <otherwise> the taglet retrieves a no-image.gif (designers should upload their own version).
	<taglet>: <img src="/images/no-image.gif" name="no-image.gif" class="prod-summary-no-image" border="0"/>
	
	Taglet note (6): the no-image.gif is wrapped in a link.
	<taglet>: <a class="prod-summary-image-link"><attr name="href"><pval name="link"/></attr>   */
	
img.prod-summary-no-image {
	
}

/*	Taglet note (7): a products name is retrieved from the backend as a parameter value (pval)
	<taglet>: <pval name="label"/> 
	
	Taglet note (8): the product name is linked to a product's full details eg: <a href="link">Product Label</a> with the address retrieved from the backend as a parameter value.
	<taglet>: <a><attr name="href"><pval name="link"/></attr>   */

div.prod-summary-name {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-summary-name a {
	
}

/*	Taglet note (9): a product's price, and alternate $US price are retrieved from the backend as parameter values (pval)
	<taglet>: $<pval name="price"/> (approx <pval name="alt_price_label"/><pval name="alt_price"/>)   */

div.prod-summary-price {
	background-color: #CCCCCC;
	margin: 1px;
}

/*	Taglet note (10): the <content-slot/> for this taglet receives a product's 'Short Description' from the backend (entered into the Product Catalogue)   */

div.prod-summary-details {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-summary-details p {
	margin: 1px;
}

/*	Taglet note (11): a "Show me more..." link to a product's full details eg: <a href="link">Show me more...</a> retrieves the address from the backend as a parameter value.
	<taglet>: <a><attr name="href"<pval name="link"/></attr>Show me more...</a>   */

div.prod-summary-link {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-summary-link a {
	
}

/*	Background: 
	- while a user navigates a site they can add products of interest to an Interestlist
	- an "Add to my interestlist" or "Remove from my interestlist" link will be displayed
	- the interestlist can run in two different modes; it can run with or without AJAX
	- depending on which mode is running, the taglet needs to be able to switch and use different links or actions   */

/*	Taglet note (12): when the interestlist is using AJAX...
	<taglet>: <when test="$params{use_ajax}">
	
	Taglet note (13): ...then it must use a JavaScript "onClick" behaviour eg: <a onClick="interestlist_ajax_script" href="#">
	<taglet>: <a><attr name="onClick"><pval name="interestlist_ajax_script"/></attr><attr name="href">#</attr>
	
	Taglet note (14): But when it is running in plain old HTML mode it must use a "href" eg: <a href="interestlist_link"
	<taglet>: <otherwise><attr name="href"><pval name="interestlist_link"/></attr>
	
	So the <choose><when> is simply testing which run-mode is being used and switching between either a JavaScript based "onClick" or a "href" based link.
	
	Taglet note (15): the link text eg: "Add to my interestlist" or "Remove from my interestlist" is retrieved from the backend as a parameter value
	<taglet>: <pval name="interestlist_link_text"/>   */

div.prod-summary-wrapper div.prod-summary-collection {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-summary-collection a {
	
}

div.prod-summary-wrapper div.prod-summary-collection a {
	
}

/*	TAGLET NAME: 1.3: Product summary listing - BLANK SUMMARY
	TAGLET GROUP: eCommerce 

	Taglet note (16): a designer can choose the number of product summaries per row (eg 2,3,4 or 5). When the number of products in a category does not fill the final row then a div.prod-summary-empty fills the remaining empty slots   */

div.prod-summary-empty {
	
}

div.prod-summary-wrapper div.prod-summary-empty {
	
}

/* @end 1.0 product summary listing */






/*	@group 2.0 Full Product Details */

/*	Background: 
	1a. The Products Catalogue is used to enter details for individual products (description, price, images etc.)
	1b. Groups of products can be arranged into product "categories"
	
	2a. A category of products can be published in a web-page using the [[ category of products ]] content expression
	2b. A product category displays a summary of each individual product using the "Product summary" taglets (see above)
	
	3a. An individual product can be published in a web-page using the [[ product-name of category of products ]] content expression
	3b. The full details of a product are displayed using these "Full product detail" taglets:  

			2.0 Full Product Details
			2.1 Paypal order form
			2.2.0 Product options table
			2.2.1 Product options table - static options item
			2.2.2 Product options table - static option items
			2.2.3 Product options table - menu items
			2.2.4 Product options table - menu items (PayPal)   */
			
/*	TAGLET NAME: 2.0 Full Product Details
	TAGLET GROUP: MOD eCommerce   */

div.prod-details-wrapper {
	border: 30px solid #808080;
	margin: 1px;
}

div.prod-details-header {
	border: 10px solid #808080;
	margin: 1px;
}

/*	Taglet note (1): the product title is retrieved from the backend as a parameter value 
	<taglet>: Product name: <pval name="prod_name"/>   */

div.prod-details-title {
	background-color: #A9A9A9;
	margin: 1px;
}

/*	Taglet note (2): the product category title is retrieved from the backend as a parameter value
	<taglet>: Product category: <pval name="cat_name"/>   */
	
div.prod-category-name {
	background-color: #CCC;
	margin: 1px;
}

/*	Taglet note (3): the products price and alternate $US are both retrieved from the backend as parameter values
	<taglet>: A $<pval name="price"/> (approx <pval name="alt_price"_label"/><pval name="alt_price"/>)   */

div.prod-details-price {
	background-color: #A9A9A9;
	margin: 1px;
}

div.prod-details-image {
	border: 20px solid #808080;
	margin: 1px;
}

/*	Taglet note (4): the taglet chooses which image to use in the div.prod-details-image; when a product has no images (or its image count is zero)...
	<taglet>: <when test="$params{image_count}  ==0">   
	
	Taglet note (5): ...then the taglet retrieves no-image.gif from the images folder
	<taglet>: <img src="/images/no-image.gif" name="no-image.gif" class="prod-details-no-image" border="0"/>
	
	Taglet note (6): when a product DOES have images, then the taglet identifies them as a set of data (or dataset)
	<taglet>: <otherwise><with-data set-name="product-images">
	
	Taglet note (7): the taglet then chooses which image from the dataset to display; when an image is first because it is the primary feature image...
	<taglet>: <when test="$row{display_order}  ==1">
	
	Taglet note (8): ...then the taglet wraps the image in an anchor with a "showLightbox" javascript feature eg: <a href="#" onClick="showLightbox"
	<taglet>: <a href="#" class="prod-image-link"><attr name="onClick">showLightbox   */
	
a.prod-image-link {
	
}
	
/*	Taglet note (9): the image address is retreived from the backend as a datavalue (dval) eg: <img src="feature_URL">
	<taglet>: <img><attr name="src"><dval name="feature_URL"/>
	
	Definition of 'dval': each image in the dataset has a number of values (eg caption, label, address etc.). Each value is called a "data value" or "dval"
	
	Note: Feature image size
	- The default width of this image is 70px.
	- Contact Imagine Indigo if you would like this changed   */

div.prod-details-image img {
	border: 1px solid #808080;
	margin: 10px;
}

/*	Taglet note (10): when there is more than one product image in the dataset (ie: greater than one)...
	<taglet>: <when test="$params{image_count}  &gt; 1">   
	
	Taglet note (11): ...then the taglet builds an image gallery once again using the product's images
	<taglet>: <with-data set-name="product-images">   */

div.prod-details-image-thumbs {
	border: 4px solid #808080;
	margin: 1px;
}

/*	Taglet note (12): each image is wrapped in a link which activates (onClick) a javascript "showProductPic" function eg: <a href="#" onClick="showProductPic">
	<taglet>: <a href="#" class="prod-thumb-link"><attr name="onClick">showProductPic   */

a.prod-thumb-link {
	
}

/*	Taglet note (13): each product image displayed in the gallery has its location retrieved as a datavalue (dval) eg: <img src="thumb_URL">
	<taglet>: <img><attr name="src"><dval name="thumb_URL"/></attr></img>   */

div.prod-thumb-item {
	border: 10px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-thumb-item img {
	
}

/*	Taglet note (14): each image's caption is retrieved as a datavalue (dval) from the backend
	<taglet>: <p class="prod-thumb-caption"><dval name="caption"/></p>   */

p.prod-thumb-caption {
	
}

/*	Taglet note (15): the <content-slot/> for this taglet receives the taglet "2.1.1 Paypal multi-step wrapper" (see below) and a products "Long Description" from the Products Catalogue   */

div.prod-details-content {
	border: 20px solid #808080;
	margin: 1px;
}

/*	Background: 
	- while a user navigates a site they can add products of interest to an Interestlist
	- an "Add to my interestlist" or "Remove from my interestlist" link will be displayed
	- the interestlist can run in two different modes; it can run with or without AJAX
	- depending on which mode is running, the taglet needs to be able to switch and use different links or actions   */

/*	Taglet note (16): when the interestlist is using AJAX...
	<taglet>: <when test="$params{use_ajax}">
	
	Taglet note (17): ...then it must use a JavaScript "onClick" behaviour eg: <a onClick="interestlist_ajax_script" href="#">
	<taglet>: <a><attr name="onClick"><pval name="interestlist_ajax_script"/></attr><attr name="href">#</attr>
	
	Taglet note (18): But when it is running in plain old HTML mode it must use a "href" eg: <a href="interestlist_link"
	<taglet>: <otherwise><attr name="href"><pval name="interestlist_link"/></attr>
	
	So the <choose><when> is simply testing which run-mode is being used and switching between either a JavaScript based "onClick" or a "href" based link.
	
	Taglet note (19): the link text eg: "Add to my interestlist" or "Remove from my interestlist" is retrieved from the backend as a parameter value
	<taglet>: <pval name="interestlist_link_text"/>   */

div.prod-details-wrapper div.prod-summary-collection {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-details-wrapper div.prod-summary-collection a {
	
}

/*	Taglet note (20): the <split></split> part of this taglet builds the feature image's AJAX lightbox for (see above: Images - Lightbox).   */



/* 	TAGLET NAME: 2.1.1 Full Product Details - Paypal order form
	TAGLET GROUP: MOD eCommerce
	
	Background: this taglet is inserted into the <content-slot/> of the "2.0 Full Product Details" taglet   */

div.paypal-purchase-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

/*	TAGLET NAME: 2.1.2 Paypal multi-step form
	TAGLET GROUP: MOD eCommerce   */

div.prod-details-wrapper form {
	border: 3px solid #000000;
	margin: 1px;
}

/*	Taglet note: the <content-slot/> for this taglet receives the taglet */

div.paypal-purchase-button {
	border: 10px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

input.purchase-quantity {
	display: inline;
}

div.paypal-purchase-wrapper img {
	display: none;
}

/* Taglet: 2.2.0 Product options table */

div.prod-details-options {
	border: 10px solid #808080;
	margin: 1px;
}

table.prod-options-table {
	border: 2px solid #000000;
	margin: 1px;
	padding: 1px;
	background-color: #CCCCCC;
}

table.prod-options-table td {
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

/* Taglet: 2.2.1 (Product options table) Static option item */

td.prod-options-label {
	color: #000000;
}

td.prod-single-option {
	color: #000000;
}

/* Taglet: 2.2.2 (Product options table) Static option items */

p.prod-multiple-options {
	margin: 1px;
}

/* Taglet: 2.2.3 (Product options table) Menu items */

div.prod-details-options select {
	color: #000000;
}


/* @end 2.0 full product details */

/* @end e-Commerce */












/* @group INTERESTLIST */

/* 	This expression will publish the interestlist:
	[[ interestlist ]]
	
	This expression will create a link to the interestlist:
	[[ View my Interestlist linked to interestlist ]]
	
	Taglets -> MOD: eCommerce */
	
/*	Taglet: Interestlist wrapper*/

div.interestlist-wrapper {
	border: 20px solid #808080;
}

div.interestlist-wrapper p {
	background-color: #A9A9A9;
	line-height: 150%;
	padding-left: 5px;
	margin: 1px;
}

/*	Taglet: Interestlist product */

div.prod-interestlist-item-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.prod-interestlist-item-name {
	background-color: #A9A9A9;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
}

div.prod-interestlist-image {
	border: 10px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

a.prod-interestlist-image-link img {
	border: 1px solid #A9A9A9;
	margin: 1px;
}

div.prod-interestlist-option-links {
	background-color: #CCCCCC;
	margin: 1px;
	border: 10px solid #808080;
}


/* @group Summary of Interestlist */

/* 	This expression will publish the interestlist summary:
	[[ summary of interestlist ]]
	Taglet: (MOD: eCommerce) Interestlist summary */

div.prod-interestlist-summary-wrapper {
	border: 10px solid #808080;
}

div.prod-interestlist-summary-title {
	background-color: #A9A9A9;
	margin: 1px;
	line-height: 200%;
}
 
div.prod-interestlist-summary-item-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.prod-interestlist-summary-item {
	background-color: #CCCCCC;
	margin: 1px;
}

div.prod-interestlist-summary-item a {
	display: inline;
}

/* @end Interestlist summary */

/* @end Interestlist */






/* @group CHATROOMS */

/*	Taglet group: MOD: Chatrooms 
	Taglet: Chatroom wrapper block */

/* @group Chatroom Wrappers & Masthead */

.chatroom-outer-wrapper {
	border: 20px solid #808080;
}

.chatroom-heading {
	background-color: #A9A9A9;
	font-weight: bold;
	margin: 1px;
	line-height: 300%;
}

.chatroom-inner-wrapper {
	border: 20px solid #A9A9A9;
	margin: 1px;
}

.chatroom-message-list {
	border: 10px solid #808080;
	margin: 1px;
}

/* @end chatroom wrappers and masthead */



/* @group Online Users */


.chatroom-users-online-wrapper {
	border: 10px solid #A9A9A9;
	margin: 1px;
}

.chatroom-users-online-heading {
	background-color: #A9A9A9;
	line-height: 200%;
	padding-left: 5px;
	margin: 1px;
}

.chatroom-users-online-listing {
	border: 10px solid #A9A9A9;
	margin: 1px;
}

/*	@end online users */


/* @group Submission form */

.chatroom-form {
	border: 2px solid #000;
	background-color: #CCCCCC;
	margin: 1px;
}

.chatroom-form-input {
	border: 1px solid #000;
}

.chatroom-form-button {
	border: 1px solid #000;
}

/* @end submission form */



/* @group AJAX generated chatroom elements */

.chatroom-user {
	border: 1px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;	
}

.chatroom-message-wrapper {
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin: 1px;
}

div.chatroom-datestamp strong {
	font-weight: bold;
}

.chatroom-datestamp {
	background: #CCCCCC;
	color: gray;
	font-size: 10px;
}

.chatroom-posting {
	background-color: #CCCCCC;
	font-size: 90%;
}

/* @end ajax generated chatroom elements */

/* @end chatrooms  */





/* @group DISCUSSION THREADS */

/*	Taglet group: MOD: Discussion Threads*/


/*	This group of wrappers controls the overall width of the
	discussion block.
*/

.discussion-block-wrapper,
.discussion-topic-wrapper, 
.discussion-replies-outer-wrapper, 
.discussion-masthead, 
.discussion-replies-masthead {
	
}



/* @group Header */

/*	These styles control the layout and presentation of the discussion
	topic area. This is the area that appears at the top of each
	discussion, displaying details of the topic being discussed.
	The content for the majority of these items is placed within
	<p> tags inside a <div>. This is done deliberately so that
	you can set widths and borders to the DIV's, whilst still being 
	able to safely apply padding to the paragraphs within the DIVs.
*/

/* Taglet: Discussion-block wrapper */

div.discussion-block-wrapper {
	border: 30px solid #808080;
}

/* Taglet: Discussion-block header */

div.discussion-masthead {
  	border: 10px solid #808080;
	background-color: #A9A9A9;
	margin: 1px;
}

div.discussion-masthead p {
	
}

div.discussion-topic-wrapper {
  	border: 10px solid #808080;
	background: #CCCCCC;
	margin: 1px;
}

p.discussion-topic-title {
	
}

p.discussion-topic-date {
	
}
 
div.discussion-topic-wrapper p {
	
}

p.discussion-topic-author {
	padding: 5px;
	margin: 1px;
	border: 1px dotted #808080;
}

div.discussion-replies-masthead {
  	border: 10px solid #808080;
	background-color: #CCCCCC;
	margin: 1px;
}

div.discussion-replies-masthead p {
	
}

/* @end discussion header styles */



/* @group Response list */

/*	These styles control the presentation and layout of user
	responses to discussions. There are several levels of wrapper
	in use here, so you need to be careful that you are selecting 
	the correct wrapper when you are styling the content. 
*/

/*	The outer-wrapper surrounds the pagination controls, the user
	responses and the reply link. It is most commonly used to set
	a common border around all of these items.
*/

/* Taglet: Paginated Discussion-block */

div.discussion-replies-outer-wrapper {
  	border: 2px solid #808080;
  	margin: 1px;
}

div.discussion-replies {
	border: 10px solid #808080;
	margin: 1px;
}

div.discussion-reply-link {
	border: 10px solid #808080;
	margin: 1px;
}

/*	The inner-wrapper surrounds all of the individual responses.  
	You usually don't need to do anything with this wrapper,
	except setting default margins and paddings.  */
	
/* Taglet: Discussion thread admin-wrapper */

div.discussion-replies-inner-wrapper {
	border: 2px solid #808080;
	margin: 1px;
}	

/*	The response-wrapper goes around a complete user-posting,
	including the date-time posting information. The most common
	use for this wrapper is setting position:relative so that you
	can absolutely position the elements that appear inside the
	wrapper. */
	
/* Taglet: Discussion response item */	

div.discussion-response-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

/*	The date and time of postings are typically placed absolutely
	within the response-wrapper. This allows them to be positioned
	in a precise physical location within the wrapper.
*/ 

div.discussion-response-date, 
div.discussion-response-time {
	border: 1px solid #808080;
  	background-color: #CCCCCC;
  	font-size: 12px;
  	margin: 1px;	
}
		
/*	The posting-wrapper is a wrapper that only goes around the
	actual post (including the author). This wrapper is not
	commonly used, but can be used for extra layout control in
	certain circumstances. 
*/

div.discussion-response-posting-wrapper {
	border: 1px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

p.discussion-response-author strong {
	
}

p.discussion-response-author {
		
}

p.discussion-response-posting {
	
}

/* @end discussion response styles */



/* @group Pagination controls */

/*	The pagination styles are used to control the layout of the
	pagination controls for discussions.
	
	The pagination controls often create styling problems within
	internet explorer. Unless you have a need to override the default
	controls, we strongly recommend that use the default styles and
	layout.
	
	If you do decide to restyle these control, it is important to
	ensure that you maintain a separate style for:
		.discussion-pagination-link a {}
	Otherwise the pagination links won't work properly. */
	
/* Taglet: Discussion pagination container */

div.discussion-pagination-wrapper {
	border: 10px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}	

p.discussion-pagination-title {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Discussion pagination control */

.discussion-pagination-title, 
.discussion-pagination-link {
	position: relative;
	float: left;
}

div.discussion-pagination-link {
	display: block;
	border: 1px solid #FFFFFF;
	height: 13px;
	min-width: 13px;
	text-align: center;
	line-height: 1.0;
	font-size: 11px;
	padding: 2px;
	margin-left: 3px;
	margin-top: 4px;
	background-color: #4B0082;
}

.discussion-pagination-link a {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}


/* @end discussion pagination controls */



/* @group Reply-form */

/*	These styles are used by the discussion thread response form.
	This form is only displayed when a logged in user clicks the 
	'Click here to respond to this thread' link. */

/* 	Taglet: Discussion reply-form
	Note: Only users who have logged in to the website can 
	post a response to the discussion thread. */

div.discussion-reply-form-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.discussion-reply-form-wrapper form {
	border: 2px solid #000000;
	margin: 1px;
}

.discussion-reply-form-wrapper fieldset {
	border: 1px solid #000000;
	margin: 1px;
}

.discussion-reply-form-wrapper legend {
	border: 1px solid #000000;
}

.discussion-reply-link {
	background-color: #CCCCCC;
}

.discussion-reply-link a {
	cursor: pointer;
	cursor: hand;
	color:  blue;
	text-decoration: underline;
}

.discussion-reply-form-wrapper p {
	margin: 0px;
	padding: 0px;
}

label.discussion-reply-form-label {
	
}

span.discussion-reply-form-name {
	
}

.discussion-reply-form-wrapper textarea {
	border: 1px solid #808080;
	width: 100%;
}

input.discussion-reply-form-button {
	
}

/* @end discussion reply-form styles */


/* @end  Discussion Threads*/





/* @group POLLS */

/*	Taglet group: MOD: Polls
	Taglet: Poll form-wrapper */


/* @group Initial Poll Layout Styles */

/*	This is a listing of all the styles used by the poll taglet.
	These initial values are used to give each item a sensible
	starting value before the real styling is undertaken.
*/

div.poll-outer-wrapper,
div.poll-inner-wrapper,
div.poll-masthead,
div.poll-graph,
div.poll-responses-wrapper,
div.poll-response-item,
div.poll-response-label,
div.poll-response-value,
div.poll-form-wrapper,
div.poll-form-item,
div.poll-form-input,
div.poll-form-label,
div.poll-form-submit {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*	Whenever PARAMETER values are output by this taglet they are placed
	into a <p> tag. This allows the text attributes (including padding and
	margins) to be safely set without introducing box-model problems. 
*/

div.poll-masthead p,
div.poll-response-label p,
div.poll-response-value p,
div.poll-form-label p {
	margin: 0px;
	padding: 0px;	
}

/* 	The response-value and form-input items are usually displayed to the
	left of the label information. So these items are usually floated left.
*/

div.poll-response-value,
div.poll-form-input {
	width: 10%;
	float: left;
}

/* 	The response-label and form-label items are usually displayed to the
	right of the value/input items. Together these items must be less than
	100% width, otherwise the items will wrap incorrectly.
*/

div.poll-response-label,
div.poll-form-label {
	width: 85%;
	float: right;
} 

/* @end starting poll layout styles */




/* @group Poll Outer Wrapper & Masthead */

div.poll-outer-wrapper {
	border: 20px solid #808080;
}

div.poll-inner-wrapper {
	border: 15px solid #808080;
	margin: 1px;
}

div.poll-masthead {
  	background-color: #A9A9A9;
  	margin: 1px;
}

div.poll-masthead p {
	
}


/* @end poll outer wrapper & masthead */




/* @group Poll Responses & Submit Form */


div.poll-form-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.poll-form-wrapper form {
	margin: 1px;
	border: 2px solid #000;	
}

div.poll-form-item {
	border: 10px solid #A9A9A9;
	margin: 1px;
}

div.poll-form-input {
	border: 5px solid #CCCCCC;
	margin: 1px;
	height: 18px;
}

div.poll-form-input input {
	
}

div.poll-form-label {
	border: 5px solid #CCCCCC;
	margin: 1px;
}

div.poll-form-label p {

}

div.poll-form-submit {
	border: 5px solid #808080;
	margin: 1px;
	background-color: #CCCCCC;
}

div.poll-form-submit input {
	
}

/* @end poll responses & submit form */




/* @group Poll Results Graph */

div.poll-graph {
	text-align: center;
	margin: 1px;
	background-color: #CCCCCC;
}

div.poll-graph img {
	background-color: #FFFFFF;
	margin: 10px;
	border: 1px solid grey;
}

/* @end poll results graph */




/* @group Poll Result List Styles */


div.poll-responses-wrapper {
	border: 10px solid #808080;
	margin: 1px;
}

div.poll-response-item {
	border: 5px solid #808080;
	margin: 1px;
}

div.poll-response-label {
	border: 5px solid #A9A9A9;
	margin: 1px;
}

div.poll-response-label p {
	background-color: #A9A9A9;
}

div.poll-response-value {
	border: 5px solid #A9A9A9;
	margin: 1px;
}

div.poll-response-value p {
	font-weight: bold;
	background-color: #A9A9A9;
}


/* @end poll result list styles */


/* @end poll styles  */






/* @group CSS CLEARFIX HACK */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */





























