/* CLASSES-COLORS CSS 21040415 - th[eZ] */

/* This CSS only contains color codes and background image details for class templates */

/* "READ MORE" TEXT FOR ALL CHILDREN OBJECTS */

div#maincontent div.content-view-line div.attribute-link p, div#maincontent div.content-view-line div.attribute-link-disabled p
{ 
	padding-left: 0px;
}

div#maincontent div.content-view-line div.attribute-link-disabled p
{ 
    color: #2372c9;
}


/* CONTENT LINK FOR ALL MAIN OBJECTS, E.G. " AND "THUMBNAIL/SLIDESHOW VIEW" */

div#maincontent div.content-view-full div.attribute-link p, div#maincontent div.view-slideshow div.attribute-link p, div#maincontent div.content-view-full div.attribute-tipafriend p
{ 
	padding-left: 0px;
}

div#maincontent div.content-view-full div.attribute-link-disabled p, div#maincontent div.view-slideshow div.attribute-link-disabled p
{ 
    color: #2372c9;
}


/* AUTHOR AND DATE FOR ALL FULL OBJECTS */

div.content-view-full div.attribute-byline p
{ 
    color: #666666;
}


/* AUTHOR AND DATE FOR ALL CHILD OBJECTS */

div.content-view-full div.content-view-line div.attribute-byline p
{ 
    color: #666666;
}

div.class-product div.content-view-line div.class-review div.attribute-message p
{ 
    color: #202020;
}

/* GALLERY */

div#maincontent div.class-folder div.class-gallery div.attribute-short p
{ 
    color: #202020;
}

div#maincontent div.class-folder div.class-gallery div.attribute-link-disabled p
{ 
    color: #666666;
}

div#maincontent div.class-gallery div.attribute-short p
{ 
    color: #202020;
}

div#maincontent div.class-gallery div.content-view-children table td
{ 
    background-color: #efefef;
    border-color: #666666;
}

div#maincontent div.class-gallery div.content-view-children div.attribute-image p
{ 
    color: #666666;
}

div#maincontent-design div.class-gallery div.content-view-children div.attribute-caption p
{ 
    color: #666666;
}

div#maincontent-design div.attribute-long p
{ 
    color: #202020;
}


/* EMBEDDED TAGS IN XML FIELDS */

div.factbox-design, div.content-view-embed 
{ 
    background-color: #ffffff;
    border-color: #0379a8;
}

div#maincontent div.factbox-design h2, div#maincontent div.content-view-embed h2
{ 
    color: #ffffff;
    background-color: #0379a8;
}

div#maincontent-design div.content-view-embed h3
{ 
    color: #0379a8;
}

div.quote-begin
{ 
    background-image: url(../../images/quote-up.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

div.quote-end
{ 
    background-image: url(../../images/quote-down.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div.factbox div.attribute-file p
{ 
    color: #202020;
}

/* LIST ITEM IMAGE */

div.content-view-listitem div.class-image div.attribute-caption p
{ 
    color: #666666;
}

/* FILE */

div#maincontent-design div.class-folder div.class-file div.attribute-short p
{ 
    color: #202020;
}


/* CALENDAR */

div.calendar tr.calendar-navigator span.calendar-arrow
{
    color: #ff8800;
}

div.calendar tr.calendar-navigator div.calendar-date span.calendar-month
{
    color: #6699cc;
}

div.calendar th
{
    color: #666666;
}

div.calendar tr.calendar-day-names th.calendar-day-sun, div.calendar tr.calendar-day-names th.calendar-day-sat
{
    color: #03a8a2;
}

div.calendar td
{
    color: #aaaaaa;
}

div.calendar td.calendar-week
{
    color: #999999;
}

div.calendar tr.calendar-days td.calendar-day-today
{
    color: #ffffff;
    background-color: #03a8a2;
}

div.calendar tr.calendar-days td.calendar-day-selected
{
    border-color: #0379a8;
}

div.calendar tr.calendar-days td.calendar-day-selected-today
{
    color: #ffffff;
    background-color: #03a8a2;
    border-color: #0379a8;
}

div.calendar tr.calendar-days strong.calendar-day-highlight
{
    color: #000000;
}

div.calendar div.selected
{
    color: #000000;
    border-color: #0379a8;
}


/* POLL RESULT STYLE */

div.poll-result div.chart-bar-resultbox
{  
    background-color: #eeeeee;
}

div.poll-result div.chart-bar-resultbar
{  
    background-color: #202020;; /* This could also be a repeating background image */
}


/* SHOP TABLES */

div.shop-basket table td.product-details, div.shop-confirmorder td.product-details, div.shop-orderview td.product-details
{
    border-color: #0379a8;
}

div.shop-basket table td.product-subtotal, div.shop-confirmorder table td.product-subtotal, div.shop-orderview table td.product-subtotal
{
    border-color: #0379a8;
}


/* RENDERED TABLE */

table.renderedtable td
{ 
    border-color: #0379a8;
}

table.renderedtable
{ 
    border-color: #0379a8;
}


/* FORUM */

table.forum th
{
    color: #ffffff;
    background-color: #0379a8;
}

table.forum tr.bglight, table.forum tr.bgdark
{
    background-color: #ffffff;
}

table.forum tr.bglight td, table.forum tr.bgdark td
{
    border-color: #0379a8;
}

/* floating images */

div.float-right
{
	float: right;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.float-left
{
	float: left;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
}

table.invisibletable
{
	border: 0px;
}


