/**
 * A fluid 2-column layout
 *
 * As its name implies, the skeleton skin may be used as a good starting point by skin designers requiring:
 * - a fluid 2-column layout
 * - top navigation tabs
 *
  * Where applicable we have also mentioned the YACS codes related to styles.
 * You can find more information on YACS codes at codes/codes.php and related pages.
 *
 * @author Bernard Paques [email]bernard.paques@bigfoot.com[/email]
 * @author Thierry Pinelli [email]contact@vdp-digital.com[/email]
 * @license http://www.gnu.org/copyleft/lesser.txt GNU Lesser General Public License
 */
/**
 * import core YACS reference style sheet -- this has to come before any other rule
 */
@import url("../_reference/yacs.css");

/**
 * standard tags - redefine behaviour of reference HTML and XHTML tags
 * to ensure that all browsers will be aligned
 */

 /*Flash d�call� gauche */
#ufo {
    float: left; /*le flash est plac� � gauche du texte */
    margin: 8px 5px; 
    border: none;
	z-index: 1;
}
/*fin flash*/

/* Decallage speciaux de balise Div */
p.paccueil {
font-size: 1.1em;
line-height: 1.2em;
font-family: "helveica", georgia, arial;
}

div.float_right { /* Pour decaller les Div vers la droite */
	float: right;
	width: 200px;
	margin: 0 5px 0 0;
}
div.float_right500 { /* Pour decaller les Div vers la droite */
	float: right;
	width: 500px;
	margin: 0 5px 0 0;
}

img.imaccueil { 
    float: left;
    margin: 0 5px; 
    border: none;
}

img.imaccueil2 { 
    float: right;
    margin: 15px 5px; 
    border: none;
}

img.imaccueil3 { 
    float: left;
    margin: 6px 6px 0 0; 
    border: none;
}

div.search_header {
	position: absolute;
	top: 1px;
	right: 20px;
	margin: 0; 
	padding: 0;
	}
	
	div.search_header input {
	color: #427BC2;
	font-size: small;
	font-weight: bold;
	background: url("images/search_fond.png") repeat;
	}
	
	div.search_header button {
	font-size: small;
	background: url("images/search_fond.png") repeat;
	border: none;
	}

/** Code d'origine et modifs internes*/

a,
a code { /* basic link */
	text-decoration: none;
	cursor: pointer; /* help ie on folded boxes */
}

a:link,
a:link code { /* link displayed for the first time */
	color: #017DFF;
}

a:visited,
a:visited code { /* link that has been used at least once */
	color: #4E4EF1;
}

a:active,
a:active code { /* link at the moment it is clicked */
	color: green;
	text-decoration: underline;
}

a:hover,
a:hover code { /* link below the mouse pointer */
	color: #787D9D;
	text-decoration: underline;
}

a img { /* avoid borders around images used as links */
	border: none;
}

body { /* most elements will inherit some of these attributes */
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #737373;
	font-family: "helvetica", Tahoma, arial, Verdana; 
	text-decoration: none;
	font-size: small;
	line-height: 1.2em;
	text-align: center; /* to make IE center everything */
}

#cover_article h1 {
margin: 0 0 5px 50px;
}

h1 { /* appears only once, with the page title */
	clear: right;
	color: #017DFF;
	font-size: medium;
	line-height: 20px;
	margin: 5px 0 13px 150px;
	padding: 0 4px;
}

h2 { /* appears in the main content panel, to introduce sections of the page -- [title]...[/title], [question]...[/question] */
	clear: left;
	color: #3B6EAF;
	font-weight: bold;
	font-size: small;
	font-style: normal;
	line-height: 15px;
	margin: 20px 0 2px 0;
	padding: 0;
}

h2.home { /* appears in the main content panel, to introduce sections of the page -- [title]...[/title], [question]...[/question] */
	height: 3.5em;
	margin: .1em;
	text-align: center;
}

h2#new_articles { /* for home article vdpboxandarrows */
	text-align: center;
	font-size: medium;
	padding: 2px 10px;
}

h2#recent_articles { /* for home article vdpboxandarrows */
	text-align: center;
	font-size: small;
	padding: 2px 10px;
	margin: 10px 190px 10px 205px;
}

#side_panel h2{ /* specifique h2 for menu side_panel*/
	margin-top: 2px;
	padding: 0;
}

h3 { /* a second level of heading in the main panel -- [subtitle]...[/subtitle] */
	clear: left;
	color: #999;
	font-size: small;
	font-style: normal;
	line-height:14px;
	padding: 0;
	border: none;
}

h4 { /* a second level of heading in the main panel -- [subtitle]...[/subtitle] */
	clear: left;
	color: #98A162;
	font-weight: bold;
	font-size: small;
	font-style: normal;
	line-height:12px;
	margin: 2px 5px 2px 5px;
	padding: 0;
	border: none;
}

img { /* a standard image */
	margin: 0;
	padding: 0;
}

input[type="password"],
input[type="text"] { /* change form elements */
	border-top: #666 solid 2px;
	border-right: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	border-left: #666 solid 2px;
}

input:focus { /* help to locate the current field */
	background-color:#dedede;
}

input[type="submit"] { /* change button appearance */
	background-color: #aaa;
	border-color: #dcdcdc #696969 #696969 #dcdcdc;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	padding: 1px;
	font-size: 10px;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	background-color: #caa;
}

li { /* avoid justification alignment */
	text-align: left;
}

p { /* add a space after each paragraph */
	margin: 0 0 8px 0;
	padding: 3px 0;
}

pre { /* a block of sample lines -- [php]...[/php], [snippet]...[/snippet] */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	margin: 1em;
	padding: 1em;
	background-color: #ffc;
	color: #000;
	border: 1px solid #999;
	white-space: pre;
}

table { /* an ordinary table -- [table]...[/table] */
	border-collapse: collapse;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-left: 2px; /* because rendering glitch in control panel */
}

td { /* an ordinary cell */
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	margin: 0;
	padding: 4px;
	vertical-align: top;
    text-align: left;
}

textarea { /* change form elements */
	border: #26a solid 1px;
}

textarea:focus { /* signal current input area */
	background-color: #dedede;
}

th { /* an ordinary table header -- headers in [table]headers[body]content[/table] */
	border-left: 1px solid #bfbfbf;
	font-weight: normal;
	background-color: #dedede;
    text-align: left;
}

/**
 * layout elements - also add behaviour for related sub-elements where applicable
 */

#footer_panel { /* comes after everything */
	margin: 0;
	padding: 0;
	width: 930px;
	text-align: center;
	font-size: small;
	font-weight: normal;
	background: #FFF;
	clear: both;
}

#footer_panel a {
	font-weight: normal;
}

@media print { /* do not print footer information */

	#footer_panel {
		display: none;
	}

}

#header_panel { /* comes before everything */
	background: url("images/header_vdp.jpg") no-repeat;
	margin: 0;
	padding: 0;
	width: 931px;
	height: 173px;
	border: none;
}

@media print { /* do not print heading information, including #tabs */

	#header_panel {
		display: none;
	}

}

@media screen { /* only on a wide screen */

	#main_panel { /* where the actual content is */
		margin: 0;
		padding: 0 1em 1em 1em;
		width: 71%;
		text-align: left;
		float: right;
	}

	#main_panel a code { /* next rule do not impact links (eg, <code> in [toc]) */
		background-color: transparent;
	}

	#main_panel code { /* make code more visual */
		background-color: #F5F5F5;
		margin: 0;
		padding: 0 4px 0 4px;
	}

	#main_panel pre code { /* use block attributes instead of in-line attributes */
		background-color: transparent;
		margin: 0;
		padding: 0;
	}

}

#main_panel ul { /* change lists in the main panel */
	margin: 0.5em 0 1em 0;
	padding: 0;
	list-style: none;
}

#main_panel ul li {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    background: url("images/bullet.gif") no-repeat 0px 0px;
  }

#side_panel { /* complementary information related to this page */
	clear: left;
	padding: .5em;
	margin-right: 75%;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

@media print { /* do not print complementary information */

	#side_panel {
		display: none;
	}

}

#side_panel dl { /* actually, a box on the side panel */
	text-align: left;
	margin: 0;
	padding: 0;
}

#side_panel dl dd { /* body of one side box */
	line-height: 1.3em;
	margin: 0 0 1em 0;
	padding: .5em 0 1em 0;
}

#side_panel dt { /* used for titles of various boxes */
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1px 0 1px 0;
	padding: 1px 0 0 0;
	font-weight: bold;
	text-align: left;
}

#main_menu dt { /*no display title of menu navigation*/
display: none;
}

@media screen { /* on large screens */

	#wrapper { /* limit the horizontal size of everything, and decorate the layout */
		background: #fff url("images/content_vdp.jpg") no-repeat 0 173px;
		margin: auto;
		padding: 0;
		width: 930px;
		position: relative;
	}

}

/**
 * unique elements - may appear in one or several pages
 */

#categories ul { /* categories related to an article, on page side -- articles/view.php */
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories ul li { /* space between links */
	margin: 0 0 4px 0;
	padding: 0;
}

p#crumbs{ /* path to this page -- see template script */
	text-align: right;
	font-size: small;
	padding: 0;
	margin: 0 0 12px 190px;
}

@media print { /* do not print context information */
	p#crumbs {
		display: none;
	}
}

#featured { /* the navigation box for statically featured pages -- index.php, sections/view.php */
}

#featured ul { /* the list of featured pages */
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured hr { /* simple rule between items */
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #447;
	height: 0px;
}

#header_slogan { /* appears towards the top of the page -- see template script */
	color: #666;
	font-size: small; /* we accept IE don't resize */
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 1px 0;
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}

#header_title { /* appears towards the top of the page -- see template script */
	position: absolute;
	width: 150px;
	top: 15px;
	left: 5px;
	margin: 0; /* need for IE Mac */
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}

@media screen { /* only on large screens */

	#header_title a { /* add an image on the left */
		display: block; /* to add margins and padding */
		position: relative;
		padding: 28px 10px; /* (image height - font size) / 2 */
	}
}

@media screen { /* for the home page, only on large screens -- index.php */

	#home_center { /* a centered article at the home page, in layout: newspaper */
		border: 1px dotted #bfbfbf;
		margin: 0 0 .5em .5em;
	    padding: 0 .5em 1em .5em;
	    float: left;
	    width: 30%;
		min-height: 300px;
	}

	#home_east { /* the rightmost article at the home page, in layouts: boxesandarrows, newspaper */
		background-color: #EDEDED;
		border: 1px dotted #bfbfbf;
		margin: 0 0 .5em .3em;
	    padding: 0 .5em 1em .5em;
	    float: left;
	    width: 30%;
		min-height: 300px;
	}

	#home_north { /* the most new article at the home page, in layouts: daily, newspaper, slashdot */
		clear: left;
	    border: 1px solid #fa0;
	    margin: .5em 0 .5em 0;
	    padding: 0 .5em;
	}

	#home_north h2 { /* space above title to be partly delegated to the containing div */
	    margin-top: .5em;
	}

	#home_north .date { /* space above date to be partly delegated to the containing div */
	    margin-top: .5em;
	}

	#home_west { /* the leftmost article at the home page, in layouts: boxesandarrows, newspaper */
		background-color: #EDEDED;
		border: 1px dotted #bfbfbf;
		margin: 0 0 .5em .2em;
	    padding: 0 .5em 1em .2em;
	    float: left;
		min-height: 300px;
	    width: 30%;
	}

	#home_south h3 { /* titles within home_east, home_center and home_west, for layout: newspaper */
		margin-top: 0;
	}

}

#neighbours ul { /* navigation commands on page side -- articles/view.php */
	margin: 0;
	padding: 0;
	list-style: none;
}

#neighbours ul li { /* space between links */
	margin: 0 0 4px 0;
	padding: 0;
}

/* the global navigation bar -- see template script */

div.tabs ul { /* position tabs */
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

div.tabs ul li { /* tab top left corner */
	float: right;
	background: transparent url("images/navigation_tab.gif") no-repeat 100% -600px;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #515358;
}

div.tabs ul li:hover { /* change tab background on hovering */
	background-position: 100% -400px;
	cursor: pointer; /* else ie 6 is lost */
}

div.tabs ul li a { /* tab top right corner */
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("images/navigation_tab.gif") no-repeat 0% -600px;
}

div.tabs li a,
div.tabs li a span{ /* text appearance in tabs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div.tabs ul li:hover a { /* change tab background on hovering */
	background-position: 0% -400px;
}

#tools img { /* towards bottom of the page -- see articles/view.php */
	margin-right: 4px; /* space between icons and labels */
}

#user_menu ul { /* commands that apply to this user -- see template script */
	margin: 0;
	padding: 0;
	list-style: none;
}

p#page_menu { /* an horizontal menu of commands below page title -- see template script */
	margin: 0 0 1px 1px;
	font-family: sans-serif;
	font-size: small;
}

p#page_menu a {
}

@media print { /* do not print the page menu */
	p#page_menu {
		display: none;
	}
}

#sections a.section { /* a link to a section, in some site map -- index.php, sections/index.php, sections/view.php */
	font-weight: bold;
}

body#slideshow { /* background for slideshows */
	background: white;
}

body#slideshow h1 { /* title for slideshows */
	text-align: center;
	background: none;
	padding: 0;
}

#tools img { /* towards bottom of the page -- see articles/view.php */
	margin-right: 4px; /* space between icons and labels */
}

/**
 * styles by classes
 */

@media screen { /* not on printers */

	#main_panel a.article { /* the image near a link to an article -- [article=id], [article=id, label] */
		padding-right: 17px;
		background: url("icons/document.png") right no-repeat;
	}

	* html #main_panel a.article { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

td.author { /* in jive and yabb layouts */
	border-right: 1px solid #bfbfbf;
}

img.avatar { /* an image representing a member -- do not float it! */
	margin: 3px; /* some space around the image */
}

p.away { /* not visible for ordinary browsers -- accessibility tweak */
	position: absolute;
	left: -999px;
	width: 990px;
}

.big { /* bigger than default, but smaller than .huge -- [big]...[/big] */
	font-size: 2em;
	line-height: 1.1em;
}

#main_panel a.button { /* a link that mimic a form button -- [button]url[/button], [button=label]url[/button] */
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
	font-style: normal;
	text-decoration: none;
	color: #2e523b;
    line-height: 0;
    background: transparent url('images/button_drop.png') 0 0 no-repeat;
	height: 30px;
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#main_panel a.button span {
	display: inline-block;
	cursor: pointer;
	border: none;
    font-family: "Arial" !important;
    font-size: 12px !important;
    font-style: normal;
	white-space: nowrap;
    letter-spacing: 0 !important;
    color: #222;
	line-height: 16px;
    background: transparent url('images/button_drop.png') 100% 0 no-repeat;
	height: 30px;
	margin: 0 -16px 0 10px;
	padding: 8px 20px 0 10px;
	vertical-align: middle;
}


#main_panel span.button { /* a button in a form */
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
	font-style: normal;
	text-decoration: none;
	color: #2e523b;
    line-height: 0;
    background: transparent url('images/button_drop.png') 0 0 no-repeat;
	height: 30px;
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#main_panel span.button button {
	display: inline-block;
	cursor: pointer;
	border: none;
    font-family: "Arial" !important;
    font-size: 12px !important;
    font-style: normal;
	white-space: nowrap;
    letter-spacing: 0 !important;
    color: #222;
	line-height: 1;
    background: transparent url('images/button_drop.png') 100% 0 no-repeat;
	height: 30px;
	margin: 0 -16px 0 10px;
	padding: 0 20px 0 10px;
}

#main_panel a.button:hover,
#main_panel span.button:hover {
	background-position:0 -60px;
	color:#fff;
	text-decoration:none;
}

#main_panel a.button:hover span,
#main_panel span.button:hover button {
	background-position:100% -60px;
	color:#fff;
}

#main_panel a.button:active span,
#main_panel span.button:focus button {
	color:#444;
}

table.calendar { /* add bottom and right borders to the table*/
	border-spacing: 0;
	border-collapse: separate;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-bottom: 1em;
}

table.calendar caption,
table.calendar caption a { /* calendar caption */
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #fff8ff;
	background-color: #8D90AB;
	text-align: left;
	padding: 0 2px 0 2px;
}

table.calendar td,
table.calendar th { /* add top and left borders to each cell */
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	margin: 0;
	padding: 4px;
	vertical-align: top;
    text-align: left;
}

table.calendar td.spot {
	background-color: #eee;
	font-weight: bold;
}

@media screen { /* not on printers */

	#main_panel a.category { /* the image near a link to a category -- [category=id], [category=id, label] */
		padding-right: 16px;
		background: url("icons/section.png") right no-repeat;
	}

	* html #main_panel a.category { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

p.caution { /* a warning paragraph -- [caution]...[/caution] -- see also CAUTION_FLAG in skins/skin_skeleton.php */
}

.center_image { /* an image in the middle of the page [image=xx, center] */
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	margin: 8px 0 8px 0;
}

.center_image .large img { /* add a simple border around large images */
	border: 1px solid #a9a9a9;
	padding: 4px;
}

span.image_caption { /* image caption */
	display: block;
	text-align: center;
	font-size: smaller;
	padding-top: 0;
	margin-top: 0;
}

table.collections { /* a list of downloadable files -- see collections/browse.php */
	border-spacing: 0;
	border: none;
}

table.collections a img {
	border: none;
}

table.collections td {
	border: none;
	margin: 0;
	padding: 0.3em 8px 0.3em 8px;
}

table.collections th {
	border: none;
	margin: 0;
	padding: 0.3em 8px 0.3em 8px;
}

dl.column_1,
dl.column_2 { /* left or right column out of two -- index.php, sections/index.php, sections/view.php, categories/index.php, etc. */
	margin: 0 8px 8px 0;
	width: 45%;
}

dl.column_1 dd,
dl.column_2 dd { /* column actual content */
	margin: 0 0 1em 30px;
	padding: 0 0 0.4em 0.7em;
	border-left: solid 1px #D6CCBD;
}

.comic { /* use a special font -- [style=comic]...[/style] */
    font-family: "Comic Sans MS", cursive;
}

@media screen { /* not on printers */

	#main_panel a.comment { /* the image near a link to a comment -- [comment=id], [comment=id, label] */
		padding-right: 17px;
		background: url("icons/news.png") right no-repeat;
	}

	* html #main_panel a.comment { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

@media screen { /* not on printers */

	div.comment div {	/* some blog comment -- comments/layout_comments_as_daily.php */
		margin-left: 1em;
	}

}

ul.compact,
#main_panel ul.compact,
#side_panel ul.compact { /* we use our own item prefix -- see the skin script */
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_panel ul.compact li{ /* remove default bullet */
    margin: 0;
    padding: 0;
    background: none;
}

#side_panel ul.compact li { /* remove default bullet */
    margin-bottom: 5px;
    padding-bottom: 3px;
	border-bottom: 1px dotted #666;
    background: none;
}

.cursive { /* use a cursive font -- [style=cursive]...[/style] */
    font-family: cursive;
}

p.date { /* date of a post, above its title -- articles/layout_articles_as_daily.php & skins/layout_home_articles_as_daily.php */
	color: #888;
	font-size: 0.8em;
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-bottom: 4px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

table.decorated { /* a 2-column table, with images on the left -- [decorated]...[/decorated] */
	border-spacing: 0;
	border: none;
}

table.decorated td {
	border: none;
	margin: 0;
	padding: 6px;
}

table.decorated td img { /* align the decorating image with decorated text */
	margin-top: 6px;
}

.details { /* a set of details */
	font-family: sans-serif;
	font-weight: normal;
}

.details a { /* a link among details */
	font-family: sans-serif;
	font-weight: normal;
}

#main_panel .details { /* less contrasted than regular text */
	color: #888;
	font-size: 0.7em;
}

#main_panel .details a { /* faded into text */
	color: #666;
	font-size: 1em;
}

#side_panel .details { /* less contrasted than regular text */
	color: #447;
	font-size: 1em; /* all text is small on side panel */
}

p.details { /* stick to previous and next elements */
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

dl.download dd { /* the description below a download link -- see files/view.php */
	margin-left: 0;
}

dl.download dt { /* the link to download a file -- see files/view.php */
	margin-bottom: 1em;
	font-weight: bold;
}

@media screen { /* not on printers */

	.draft { /* signal draft pages with a neat image */
		padding-right: 10px;
		margin-right: 2px;
		background: url("icons/to_publish.gif") right no-repeat;
	}

	.draft span { /* mask default text */
		display: none;
	}
}

@media screen { /* not on printers */

	#main_panel a.email { /* the image near a link to an email address -- [email]address[/email], [email=label]address[/email] */
		padding-right: 18px;
		background: url("icons/mailto.png") right no-repeat;
	}

	* html #main_panel a.email { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

div.error { /* report on abnormal conditions */
	color: red;
}

div.even { /* stacked with div.odd */
	padding: 0.5em 0;
}

@media screen { /* not on printers */

	.expired { /* display a neat image to flag expired pages */
		padding-right: 16px;
		margin-right: 2px;
		background: url("icons/expired.gif") right no-repeat;
	}

	.expired span { /* mask default text */
		display: none;
	}
}

@media screen { /* not on printers */

	#main_panel a.external { /* the image near an external link -- [link]href[/link], [link=label]href[/link] */
		padding-right: 15px;
		background: url("icons/link.png") right no-repeat;
	}

	* html #main_panel a.external { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

div.external_image { /* display an image hosted elsewhere -- [img]url[/img] */
	max-width: 400px; /* clip the image to preserve comments layout */
	width: 400px;
	overflow: hidden;
}

.extra_box ul { /* a list in the side panel */
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style: disc;
}

.fantasy { /* various rendering, you have been warned -- [style=fantasy]...[/style] */
    font-family: fantasy;
}

@media screen { /* not on printers */

	#main_panel a.file { /* the image near a link to view file details -- [file=id], [file=id, label] */
		padding-right: 15px;
		background: url("icons/download.png") right no-repeat;
	}

	* html #main_panel a.file { /* ie kills trailing rendering on long links */
		padding-right: 0px;
		background: none;
	}

}

.flag { /* compact meta-information -- [flag]foo bar[/flag], but also [new], [popular], [updated] -- see also .new, .popular, .updated */
	color: red;
	font-size: 0.8em;
}

span#family { /* within section title -- see sections/view.php */
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	color: #66a;
}

.family,
.family a { /* to introduce several successive sections in a forum -- see sections/layout_sections_as_yabb.php */
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #fff8ff;
	background-color: #8D90AB;
	text-align: left;
	padding: 0 2px 0 2px;
}

dl.floating_box { /* float to the left */
	float: left;
	display: table-cell;
	margin-right: 2em;
	text-align: center;
}

dl.floating_box dd { /* center box content */
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

dl.floating_box dt { /* center box title */
	text-align: center;
	border: none;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

div.folder_body { /* the body of an unfolded box -- [folder]...[/folder] */
	background-color: #F5F5F5;
	border-style: none none dotted dotted;
	border-width: 1px;
	padding: 3px 1em 1em 1em;
	margin-left: 5px;
}

a.folder_header { /* not an ordinary link */
	font-weight: bold;
}

table.form { /* a table used to present form fields */
	border: none;
}

table.form td {
	border: none;
	margin: 0;
	padding: 0.3em 0.5em 0.5em 0;
}

.frame_image { /* a framed image -- [image=123,frame] */
	display: block;
}

.frame_image img {
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.frame_image .image_caption { /* a nice panel with the title below the image */
	display: block;
	text-align: left;
	margin: 0;
	padding: 6px;
	font-size: small;
}

.frame_image span.suffix { /* ensure following text flows below the image */
	display: block;
	clear: left;
}

dl.gadget_box { /* container of one gadget box -- also see #gadget_1, etc. -- from index.php, sections/view.php */
	padding: 0;
	margin: 0 1em 1em 0;
	float: left;
	width: 45%;
}

dl.gadget_box dd { /* content of one gadget box */
	font-size: .8em;
	margin-left: 0;
	padding: 0 5px;
}

dl.gadget_box dt { /* header of one gadget box */
	font-size: 1.2em;
	font-style: bold;
	background-image: url("images/gadget_tab.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 2px 6px;
	margin: 0;
}

dl.gadget_box dt span { /* header of one gadget box */
	display: block;
	background-image: url("images/gadget_tab.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 6px 6px 2px 0;
	margin: 0;
}

table.grid { /* add bottom and right borders to the table*/
	border-spacing: 0;
	border-collapse: separate;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

table.grid td,
table.grid th { /* add top and left borders to each cell */
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	margin: 0;
	padding: 4px;
	vertical-align: top;
    text-align: left;
}

.hide { /* text readers will show it */
	display: none;
}

.highlight1 { /* to locate words looked for, following a search request */
	background-color: #80FF80;
}

.highlight2 {
	background-color: #8080FF;
}

.highlight3 {
	background-color: #FF8080;
}

.huge { /* bigger than .big -- [huge]...[/huge] */
	font-size: 3em;
	line-height: 1.1em;
}

img.icon { /* main image of an article, or of some section -- $context[page_image'], handled in template script */
	border: 5px solid #ccc; /* add a border */
	float: right;
	margin: 6px 6px 10px 10px;
	padding: 0;
}

br.images_prefix { /* before a set of thumbnails, to align them correctly -- [images] */
	clear: left;
}

br.images_suffix { /* after a set of thumbnails, to align following text properly -- [/images] */
	clear: left;
}

.indent { /* shift to the right -- [indent]...[/indent] */
	margin: 0.3em 0 0.5em 3em;
}

.inline_image { /* an embedded image (not the thumbnail, which is .thumbnail_image) */
}

.inline_image .large img { /* a simple border forlarge images */
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.inline_image .large .image_caption {	 /* a nice panel with the title below the image */
	text-align: left;
	margin: 0;
	padding: 6px;
	font-size: small;
}

.inline_image span.suffix { /* ensure following text flows below the image */
	display: block;
	clear: left;
}

.introduction { /* before the main content of an article -- articles/view.php, sections/view.php, categories/view.php */
    font-weight: bold;
    text-align: left;
}

table.jive { /* to introduce threads and comments -- see articles/layout_articles_as_jive.php */
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-width: 90%;
	width: 90%;
	margin: 0;
	padding: 0;
}

table.jive tr.even {
	background-color: #ffe;
}

table.jive tr.odd {
	background-color: #fef;
}

table.jive tr td { /* separate lines */
	margin: 0;
	padding: 8px;
	overflow: hidden;
}

table.jive tr th { /* table header */
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

p.jive_menu { /* commands below every jive item */
	margin: 1em 0 0 0;
}

.left_image { /* an image floated to the left -- [image=xx, left] */
	display: block;
	float: left;
	margin: 8px 8px 8px 0;
	text-align: center;
}

.left_image .large img { /* add a simple border around large images */
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.menu { /* a small inline menu, almost anywhere */
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.menu a {
	font-weight: normal;
}

.menu_bar { /* an horizontal menu of commands, below a section title */
	clear: left;
	margin: 8px 0 8px 0;
}

.menu_bar a {
	font-weight: normal;
}

.left_image .large img { /* add a simple border around large images */
	border: 1px solid #a9a9a9;
	padding: 4px;
}

.menu { /* a small inline menu, almost anywhere */
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.menu a {
	font-weight: normal;
}

@media screen { /* not on printers */

	.new { /* display a neat image as a flag -- [new] -- see also .flag */
		padding-right: 31px;
		margin-right: 2px;
		background: url("icons/new.gif") right no-repeat;
	}

	.new span { /* mask default text */
		display: none;
	}
}

@media screen { /* not on printers */
	#main_panel a.next { /* shortcut to next page -- [next=id], [next=id, label] */
	}
}

p.note { /* a noticeable paragraph -- [note]...[/note] -- see also NOTICE_FLAG in skins/skin_skeleton.php */
}

div.odd { /* stacked with div.even */
	padding: .5em 0;
}

#main_panel td.odd { /* one row out of two, but only in the main panel */
	background-color: #F4F0F4;
}

div.sidebar_box { /* somewhere in the main panel -- [sidebar]...[/sidebar] */
	background-color: #F3F5F4;
	float: right;
	width: 40%;
}

div.sidebar_box h3 { /* header of one sidebar box -- the 'foo bar' of [sidebar=foo bar]...[/sidebar] */
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #017DFF;
	background: #FFF;
}

.thumbnail_image img { /* add a small border to images */
	border: 1px solid #333;
}

@media screen { /* not on printers */

	.updated { /* flag modified pages -- [updated] -- see also .flag */
		padding-right: 60px;
		margin-right: 2px;
		background: url("icons/updated.gif") right no-repeat;
	}

	.updated span {	/* mask default text */
		display: none;
	}
}

@media screen { /* not on printers */

	.updated { /* flag modified pages -- see also .flag */
		padding-right: 60px;
		margin-right: 2px;
		background: transparent url("tools/updated.gif") no-repeat right;
	}

}

table.yabb { /* to introduce threads and comments -- see articles/layout_articles_as_yabb.php */
	width: 100%;
	margin: 0px;
	border: 1px solid #ccc;
}

table.yabb tr.even {
	background-color: #ffe;
}

table.yabb tr.odd {
	background-color: #fef;
}

