/*	Chateau de Bossey CSS styles - Version for the Rich Text editor
	uses only one stylesheet for home and pages, hacks and special cases commented.
	all images are in the "img" subfolder.
*/

/* GENERAL STRUCTURE */

body,tbody	{
	font-family: verdana, arial, helvetica, "bitstream vera sans", sans;
	background: #fff;
	}

/* - content styling */

ul	{
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	}

ul li	{
	height: 14px;
	padding-left: 17px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	background: url(img/page_left_bg.png) bottom left no-repeat;
	}

a:link, a:visited	{
	text-decoration: none;
	color: #690;
	}

a:hover	{
	text-decoration: underline;
	color: #690;
	}

ul li#active	{
	height: 14px;
	padding-left: 17px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	background: url(img/page_left_bg_current.png) bottom left no-repeat;
	}

li#active a:link, li#active a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

li#active a:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #690;
	}

/* Standard text and titles */

p { 
	margin-top:0px; 
	font-family: verdana, arial, helvetica, "bitstream vera sans", sans;
	font-size:11px;
}
td { 
	margin-top:0px; 
	font-family: verdana, arial, helvetica, "bitstream vera sans", sans;
	font-size:11px;
}

p.morespace {
	margin-bottom:6px;
}

.bodytext { 
	margin-top:0px; 
	font-family: verdana, arial, helvetica, "bitstream vera sans", sans;
	font-size:11px;
}
span.small{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 9px;}
span.red {color:#990000}
p.western {
	margin:0 auto;
}
p.sdfootnote {
	font-size: 9px;
}
p.framed
{
	width: 100%;
	border-color: #DBCECA;
	border-width:1px;
	border-style:solid;
	background-color: #F5F2F0;
	color:#990000;
	padding:10px;
}

h1 {
	color: #639600;
	font-size:30px;
	font-weight:normal;
}

h2 {
	color: #639600;
	font-size:20px;
	font-weight: normal;
	margin-bottom: 8px;
}

h3 {
	color: #639600;
	font-size:14px;
	margin-bottom: 0px;
}

h4 {
	color: #639600;
	font-size:11px;
	font-weight:bold;
	margin-bottom: 0px;
}

h5 {
	color: #639600;
	font-size:11px;
	font-style:italic;
	margin-left:20px;
	margin-bottom: 0px;
}
h6 {
	color: #639600;
	font-size:11px;
	font-style:normal;
	margin-left:40px;
	margin-bottom: 0px;
}

/* Default Typo3 RTE */

/* Indentation */
.indent { padding-left:50px; }

/* Left, center and right alignment of text in paragraphs and cells.*/
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #999999; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #999999; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}