﻿@charset "utf-8";
/* CSS Document by Chris Azoeuf from BubbleCom.net. Last edit on Dec 23 2006 12.39 */

div.roundedboxdark, div.roundedboxdarkfull, div.lighondark {
	margin-right: 0em;
	margin-bottom: 20px;
	/*
	width: auto !important;
	width: 100%;
	max-width: auto;
	*/
	}
div.roundedboxlight, div.roundedboxlightfull {
	margin-right: 2em;
	margin-bottom: 20px;
	/*
	width: 100%;
	max-width: 100%;
	*/
	}
div.roundedboxdark div.boxtitle {
	text-align: center;
	font-size: 100%;
	font-weight : bold;
	margin:0;
	padding: 0 1em 3px 1em;
	border-left: 1px solid;
	border-right: 1px solid;
	}
div.roundedboxdark div.BoxInside, div.roundedboxdarkfull div.BoxInside, div.roundedboxlight div.BoxInside, div.roundedboxlightfull div.BoxInside, div.lightondark div.BoxInside, .inside {
	padding: 1em 1em 2em 1em;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: left;
	width: auto;
	}
div.roundedboxdark div.BoxInside > p, div.roundedboxdarkfull div.BoxInside > p, div.roundedboxlight div.BoxInside > p, div.roundedboxlightfull div.BoxInside > p, div.lighondark div.BoxInside > p
 {
	margin: 1em 0;
	padding: 0;
	line-height: 1.3;
	text-align: left;
	}
div.roundedboxdark div.BoxInside ul, div.roundedboxdarkfull div.BoxInside ul, div.roundedboxlight div.BoxInside ul, div.roundedboxlightfull div.BoxInside ul {
	margin: 0 0.3em 0 2em;
	padding: 0; /* for FF */
	}

/* COLORS: dark version */
div.roundedboxdark, div.roundedboxdarkfull
{
	background-color: #f0faff; /* dark */
}
div.roundedboxdark div.BoxInside
{
	border-left-color: #9DD4FF; /* dark */
	border-right-color: #9DD4FF; /* dark */
	color: inherit;
}
div.roundedboxdarkfull div.BoxInside
{
	border-left-color: #f0faff; /* dark */
	border-right-color: #f0faff; /* dark */
	color: inherit;
}
div.roundedboxdark div.boxtitle
{
	background-color: #9DD4FF; /* light */
	border-left-color: #9DD4FF; /* light */
	border-right-color: #9DD4FF; /* light */
}

/* Only for BOXES INSIDE A FORM (like Help boxes) */
form div.lighondark .inside
{
	font-size: 0.85em;
}

/* COLORS: light version */
div.roundedboxlight, div.roundedboxlightfull
{
	background-color: #E5FFC4; /* light */
}
div.roundedboxlight div.BoxInside, div.roundedboxlightfull  div.BoxInside
{
	border-left-color: #E5FFC4; /* light */
	border-right-color: #E5FFC4; /* light */
}
div.roundedboxlight  div.boxtitle
{
	background-color: #9DD4FF; /* dark */
	border-left-color: #9DD4FF; /* dark */
	border-right-color: #9DD4FF; /* dark */
	color: #9DD4FF; /* light */
	font-weight: bold;
}

/* COLORS: light version on dark */
div.lighondark
{
	background-color: #E5FFC4; /* light */
}
div.lighondark div.BoxInside, .inside
{
	border-left-color: #E5FFC4; /* light */
	border-right-color: #E5FFC4; /* light */
}