/* Title: Lucis */
/* Description:  Online editor related settings stylesheet */
/* Copyright:    Copyright (c) Vision with Technology Ltd 1997-2005. All rights reserved<p> */
/* Company:      Vision with Technology Ltd */
/* Author:       Paul Forsyth (modified for Lucis by Sven Berg Ryen) */
/* Version:      $Id:$*/

table.generic,
{
}

table.generic a,
{
	color:#00c;
}

table.renderedtable,
table.renderedtable td,
table.renderedtable th
{
	
	border:  0;
	margin: 0;
	padding: 0;
}

table.renderedtable td,
table.renderedtable th
{
	padding: 13px 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	margin: 10px;
}

table.renderedtable th
{
	text-align:  left;
	background-color:#e7f2ff;
	font-weight: normal;
}

table.renderedtable th p ,
table.renderedtable td p 
{
	margin:  0;
}

table.renderedtable th p a,
table.renderedtable td p a,
table.renderedtable td li a,
table.generic th p a,
table.generic td p a,
table.generic td li a,
{
	font-size:1em !important;
}

table td.generic,
{
	font-weight:bold;
}

table.generic th,
table td.generic
{
	background-color:#e7f2ff;
}


/* Factbox */
div.factbox
{
	clear:both;
	margin:0;
	padding:10px;
	background-color:#e7f2ff;
}

div.factbox p
{
	margin:0;
	padding:0;
}

/* Code */
div.code
{
	clear:both;
	margin:0;
	padding:10px;
	background-color:#e7f2ff;
    font-family: courier, arial, sans-serif,helvetica;
}

div.code pre
{
	margin:0;
	padding:0;
}

/* Quote */
div.quote
{
	padding:10px;
	text-align:left;
}

div.quote table
{
	margin-left: auto; 
	margin-right: auto;
}

div.quote td.left-quote
{
	padding-top:8px;
	vertical-align:top;
}

div.quote td.right-quote
{
	padding-bottom:4px;
	vertical-align:bottom;
}

* html div.quote td.right-quote
{
	padding-bottom:0px;
	padding-top:7px;
}

* html div.quote td.left-quote
{
	padding-top:0px;
	padding-bottom:8px;
}


div.quote td.quote-content p
{
}

/* Mailto */
.link-mailto a.navigation-button,
.link-web a.navigation-button
{
	clear:both;
	float:left;
}

.link-mailto a.navigation-button,
.link-web a.navigation-button
{
	height:20px;
}
.link-mailto a.navigation-button .navigation-arrow,
.link-web a.navigation-button .navigation-arrow
{
	border:0;
	padding:3px 5px 0 5px;
	margin:0;
}

/* Images */
.imageleft p,
.imageright p,
.imagecenter p
{
        padding:5px;
        margin:0;
        background-color:#e7f2ff;
        text-align:left;
}

.imageleft a img,
.imageright a img,
.imagecenter a img
{
	border:0;
}


.imageleft,
.imageright,
.imagecenter,
{
        padding:0;
        margin:0;
}

.imageleft img,
.imageright img,
.imagecenter img
{
        display:block;
}

/* Files */
p.file a
{
	font-size:1em !important;
}

/* Object alignment */
.related-information-content-area div.object-right,
.related-information-content-area div.object-left,
.related-information-content-area div.object-center,
table td .object-left,
table th .object-left,
table td .object-center,
table th .object-center,
table th .object-right,
table td .object-right,
table td .imageleft,
table td .imageright,
table td .imagecenter
{
	float:none;
	padding:0;
	margin:0;
	left:0;
}

.related-information-content-area div.object-right,
{
        text-align:right !important;
}

.related-information-content-area div.object-left,
{
        text-align:left !important;
}

.related-information-content-area div.object-center,
{
        text-align:center !important;
}

table th div.object-left,
table td div.object-left
{
        float:left !important;
}

table th div.object-right,
table td div.object-right
{
        float:right !important;
}

table th div.object-center div,
table td div.object-center div
{
        margin-left:auto !important;
        margin-right:auto !important;
}

#search-result .imageleft,
#search-result .imagecenter,
#search-result .imageright,
.news-item .imageleft,
.news-item .imagecenter,
.news-item .imageright
{
	display:none;
}


