/*------------------------------------------------------------------------
# JA Drimia 1.0 - Dec, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

body#bd {
	/*GOOD  background: #EFEFEF;*/
        /* background: #EAEAEA;*/
        /*  background: #5784AF; */
        /*background : #B0C6E4;*/
        background : #164978;
        /* BLEU CLAIR background : #80A5C0;*/

	color: #666666;
	padding: 0;
}

body.contentpane {
	background: #FFFFFF;
	color: #000000;
	font-family: serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #3366FF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3366FF;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, .nftitle {
	/*color: #545454;*/
         color : #FF760E;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 175%;
         color: #3366FF;
}

h2 {
	font-size: 150%;
         color: #3366FF;

}

h3 {
	font-size: 125%;
        color: #FF760E;

}

h4 {
	font-size: 110%;
        color: #FF760E;

}

h5 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url('../images/bullet-list.gif') no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 1px solid #CCCCCC;
	height: 1px
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

address {
	background: url('../images/contact.png') no-repeat bottom right;
	font-style: normal
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; border-bottom:1px solid #CCCCCC; background:#EFEFEF url('../images/grad1.jpg') repeat-x center; color: #666666;
	padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px
}

.plus {
       background: url('../images/plus.png') no-repeat top left;
       padding-left:25px;
}

.strongbutton {
	border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; border-bottom:1px solid #CCCCCC; background:#EFEFEF url('../images/grad1.jpg') repeat-x center; color: #666666; font-size: 100%; font-weight: bold;
	padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px
}

.smallbutton {
	border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; border-bottom:1px solid #CCCCCC; background:#EFEFEF url('../images/grad1.jpg') repeat-x center; color: #666666;
	padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFEA;
	border: 1px solid #999999;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background-color: #FFFFEA;
	border-left: 5px solid #666666;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url('../images/so-q.gif') no-repeat left top;
	padding-left:30px; padding-right:0; padding-top:3px; padding-bottom:3px
}

blockquote span.close {
	background: url('../images/sc-q.gif') no-repeat bottom right;
	padding-left:0; padding-right:30px; padding-top:3px; padding-bottom:3px
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	background: url('../images/open-q.gif') no-repeat left top;
	padding-left:15px; padding-right:0; padding-top:1px; padding-bottom:2px
}

.home span.close {
	background: url('../images/close-q.gif') no-repeat right bottom;
	padding-left:0; padding-right:15px; padding-top:2px; padding-bottom:1px
}

/* Dropcap */
.dropcap {
	color: #FF760E;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Tips, Error, Message, Hightlight*/
.error {
	background: url('../images/bullet-error.gif') no-repeat top left;
	color: #CC0000;
	padding-left: 25px
}

.message {
	background: url('../images/bullet-info.gif') no-repeat top left;
	color: #16A9CD;
	padding-left: 25px
}

.tips {
	background: url('../images/bullet-tips.gif') no-repeat top left;
	color: #FF760E;
	padding-left: 25px
}

.advice {
	background: url('../images/advice.png') no-repeat top left;
	color: #FF760E;
        padding-top: 3px;
	padding-left: 35px;
	font-size: 125%;
	font-weight: bold;
        height : 25px;
}


.highlight {
	background-color: #FFFFEA;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: #FFFFEA url('../images/sticky-bg.gif') no-repeat 10px 10px;
	border: 1px solid #DDDDDD;
	padding-left:60px; padding-right:20px; padding-top:10px; padding-bottom:20px
}

p.stickynote-1l {
	background: #FFFFEA url('../images/sticky-bg.gif') no-repeat 8px 1px;
	border: 1px solid #DDDDDD;
	padding-left:55px; padding-right:5px; padding-top:10px; padding-bottom:10px;
}

p.stickynote-2l {
	background: #FFFFEA url('../images/sticky-bg.gif') no-repeat 10px 7px;
	border: 1px solid #DDDDDD;
	padding-left:60px; padding-right:20px; padding-top:8px; padding-bottom:11px
}

p.stickynote-warn {
	background: #FFFAE7 url('../images/sticky-bg-warn.gif') no-repeat 8px 5px;
	border: 1px solid #DDDDDD;
	padding-left:60px; padding-right:20px; padding-top:10px; padding-bottom:10px;
}

p.download {
	background: #FFFFEA url('../images/download-bg.gif') no-repeat 10px 10px;
	border: 1px solid #DDDDDD;
	padding-left:60px; padding-right:20px; padding-top:10px; padding-bottom:20px
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url('../images/checklist-bg.gif') no-repeat 5px 5px;
	margin-left: 10px;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:2px
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url('../images/star-bg.gif') no-repeat 4px 3px;
	margin-left: 10px;
	padding-left:20px; padding-right:0; padding-top:0px; padding-bottom:2px
}

/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url('../images/list-arrow.gif') no-repeat 4px 6px;
	margin-left: 10px;
	padding-left:20px; padding-right:0; padding-top:0px; padding-bottom:2px
}

/* Smallnumber */
ol.smallnumber {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.smallnumber li {
	line-height: 150%;
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
}

ol.smallnumber li.number-1 {
	background: url('../images/n-1.gif') no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url('../images/n-2.gif') no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url('../images/n-3.gif') no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url('../images/n-4.gif') no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url('../images/n-5.gif') no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url('../images/n-6.gif') no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url('../images/n-7.gif') no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url('../images/n-8.gif') no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url('../images/n-9.gif') no-repeat left top;
}

/* Bignumber */
.bignumber {
	background: url('../images/ol-bg.gif') no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 8px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:20px; font-family:Arial, sans-serif; padding-left:7px; padding-right:7px; padding-top:7px; padding-bottom:5px
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	background: url('../images/author.gif') no-repeat center left;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px
}

div.bubble1 div {
	background: url('../images/bub1-br.gif') no-repeat bottom right;
	margin: 0;
	width: 100%
}

div.bubble1 div div {
	background: url('../images/bub1-bl.gif') no-repeat bottom left;
}

div.bubble1 div div div {
	background: url('../images/bub1-tr.gif') no-repeat top right;
}

div.bubble1 div div div div {
	background: url('../images/bub1-tl.gif') no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	background: url('../images/bub2-br.gif') no-repeat bottom right;
	margin: 0;
	width: 100%
}

div.bubble2 div div {
	background: url('../images/bub2-bl.gif') no-repeat bottom left;
}

div.bubble2 div div div {
	background: url('../images/bub2-tr.gif') no-repeat top right;
}

div.bubble2 div div div div {
	background: url('../images/bub2-tl.gif') no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	background: url('../images/bub3-br.gif') no-repeat bottom right;
	margin: 0;
	width: 100%
}

div.bubble3 div div {
	background: url('../images/bub3-bl.gif') no-repeat bottom left;
}

div.bubble3 div div div {
	background: url('../images/bub3-tr.gif') no-repeat top right;
}

div.bubble3 div div div div {
	background: url('../images/bub3-tl.gif') no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	background: url('../images/bub4-br.gif') no-repeat bottom right;
	margin: 0;
	width: 100%
}

div.bubble4 div div {
	background: url('../images/bub4-bl.gif') no-repeat bottom left;
}

div.bubble4 div div div {
	background: url('../images/bub4-tr.gif') no-repeat top right;
}

div.bubble4 div div div div {
	background: url('../images/bub4-tl.gif') no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	background-color: #FFFFFF;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -12px;
}

.legend {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 10px 0;
	padding: 0 10px;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	background: url('../images/sep.gif') no-repeat center right;
	display: block;
	height: 30px
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.mbcontent {
         border-width:2px; 
         border-style:solid; 
         border-color:#F5F8FB;
         background-color:#b2d1ff;
         border-collapse:collapse;
/*         border-spacing : 10px;*/
}

table.mbcontent td {
         border-width:2px; 
         border-style:solid; 
         border-color:#F5F8FB;
         /*background-color:#b2d1ff;*/
         padding: 5px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	background: url('../images/arrow.png') no-repeat 10px 9px;
	padding-left:22px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

table.contenttoc th {
	background: #EFEFEF url('../images/grad1.jpg') repeat-x bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px;
	text-indent: 5px
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder .sectiontableheader {
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;


	border-spacing: 0;
	padding: 2px!important;
}

table.pollstableborder tr.sectiontableentry1 td {










	background: #F3F3F3;
	border: none;

}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	display: block;
	font-size: 155%;
	line-height: 30px;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url('../images/arrow.png') no-repeat 12px 8px;
	margin: 0;
	padding-left:24px; padding-right:0; padding-top:0; padding-bottom:0
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	background: url('../images/dot.gif') repeat-x bottom right;
	/*color: #545454;*/
         color: #FF760E;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left:0; padding-right:0; padding-top:5px; padding-bottom:7px
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 165%;
}

.contentheading {
	background: url('../images/dot.gif') repeat-x bottom right;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 0;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #545454;
	text-decoration: none;
}

a.readon {
	background: url('../images/readon.png') no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: normal;
	line-height: 20px;
	text-decoration: none;
	text-indent: 30px;
	width: 101px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url('../images/readon.png') no-repeat bottom;
	color: #666666;
	text-decoration: none
}

table.²paneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 10px 20px;
}
.moduletable_menu {
	padding: 10px 20px;
}

.moduletable_text {
	padding: 10px 20px;
}

.mosimage {
	margin: 5px 15px 5px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	margin: 5px 5px 10px 0;
	padding: 0 !important; /*IE 6*/
}

*+html .mosimage {
	margin: 5px 10px 10px 0;
	padding: 0 !important; /*IE 7*/
}

.mosimage img {
	margin: 0 !important;
	padding: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	background: #EFEFEF url('../images/grad1.jpg') repeat-x center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	color: #666666;
	text-decoration: none; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 3px 6px;
	text-decoration: none;
}

.pagenavbar {
	background: url('../images/pages.gif') no-repeat center left;
	padding-left: 14px
}

.pagenavcounter {
	background: url('../images/pages.gif') no-repeat 0 11px;
	padding-left:14px; padding-right:14px; padding-top:8px; padding-bottom:0
}

.sectiontableheader {
	background: #EFEFEF url('../images/grad1.jpg') repeat-x bottom;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px
}

tr.sectiontableentry1 td {
	background: url('../images/dot.gif') repeat-x bottom;
	padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px
}

tr.sectiontableentry2 td {
	background: url('../images/dot.gif') repeat-x bottom;
	padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFEA url('../images/dot.gif') repeat-x bottom;
}









.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;














































}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper1 {
	clear: both;
	margin: 0 auto;
	width: 1003px;
}

.narrow #ja-wrapper1 {
	width: 570px;
}

#ja-wrapper2 {
	background: url('../images/shadow-left.gif') repeat-y top left;
	padding-left: 15px
}

#ja-wrapper3 {
	background: url('../images/shadow-right.gif') repeat-y top right;
	padding-right: 15px
}

#ja-wrapper4 {
         /* GOOD background : #F9FBFD;*/
         background : #F5F8FB;
         /*padding-left: 50px;
         padding-right: 10px;*/
	padding: 10px 10px 20px 12px; /*top right bottom left*/
	border-bottom: 5px solid #74BADD;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */

#ja-content div.ja-innerpad {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
         width: 500px;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	background: url(../images/col-center.gif) repeat-y center top;
	float: left;
	overflow: hidden;
	width: 40%;
}

#ja-colwrap-top {
	background: url(../images/col-top.gif) no-repeat top;
	padding-top: 10px;
}

#ja-colwrap-bot {
	background: url(../images/col-bot.gif) no-repeat bottom;
	padding-bottom: 10px;
}

.narrow #ja-colwrap {
	background: url(../images/col-center.gif) repeat-y center top;
}

.narrow #ja-colwrap-top {
	background: url(../images/col-top.gif) no-repeat top;
}

.narrow #ja-colwrap-bot {
	background: url(../images/col-bot.gif) no-repeat bottom;
}

#ja-colwrap-bot div.ja-innerpad {
	background: url(../images/vline.gif) repeat-y center;
	display: block;
	overflow: hidden;
}

#ja-masscol {
	background: url(../images/mc-bg.gif) no-repeat #FF760E;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 130px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 40%;
}

* html #ja-masscol {
	margin-bottom: 8px !important;
}

*+html #ja-masscol {
	margin-bottom: 10px !important;
}

#ja-masscol div.moduletable {
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 90%;
}

#ja-masscol div.moduletable_menu {
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 90%;
}

#ja-masscol div.moduletable_text {
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 90%;
}

.narrow #ja-masscol {
	background: url(../images/mc-bg-n.gif) no-repeat #FF760E;
}

#ja-masscol h3 {
	display: none;
}

#ja-masscol a, #ja-masscol a:hover, #ja-masscol a:active, #ja-masscol a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#ja-masscol .nftitle {
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
}

#ja-masscol .nftitle a,
#ja-masscol .nftitle a:hover,
#ja-masscol .nftitle a:active,
#ja-masscol .nftitle a:focus {
	text-decoration: none;
}

#ja-masscol ul {
	margin: 1em 0;
	padding: 0;
}

#ja-masscol ul li {
	background: url(../images/bullet-list2.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#ja-col1 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#ja-col1 div.ja-innerpad{
	padding: 15px;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 49.9%;
}

#ja-col2 div.ja-innerpad{
	padding: 15px;
}

#ja-col1 table, #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
	padding: 0;
}

#ja-col1 ul li, #ja-col2 ul li {
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#ja-masscol .article_seperator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-cm, #ja-containerwrap-c, #ja-containerwrap-f {
	padding: 0;
}

#ja-container {
         float: none;
         padding-top: 10px;
}



/* full */
#ja-containerwrap-f #ja-content {
	float: none;
         width: 100%;
}

/* content + col + mass */

#ja-containerwrap-cm {
         width: 590px;

         padding-left: 2px;
}

#ja-containerwrap-cm #ja-colwrap .ja-innerpad {
	background: none;

}



#ja-containerwrap-cm #ja-col1,
#ja-containerwrap-cm #ja-col2 {
	width: 100%;
}

/* content + col */
#ja-containerwrap-c #ja-content {
	width: 590px;
}

#ja-containerwrap-c #ja-colwrap {
	background: url(../images/col-center1.gif) repeat-y center;
	width: 100%;
}

#ja-containerwrap-c #ja-colwrap-top {
	background: url(../images/col-top1.gif) no-repeat top;
}

#ja-containerwrap-c #ja-colwrap-bot {
	background: url(../images/col-bot1.gif) no-repeat bottom;
}

.narrow #ja-containerwrap-c #ja-colwrap {
	background: url(../images/col-center1-n.gif) repeat-y center;
}

.narrow #ja-containerwrap-c #ja-colwrap-top {
	background: url(../images/col-top1-n.gif) no-repeat top;
}

.narrow #ja-containerwrap-c #ja-colwrap-bot {
	background: url(../images/col-bot1-n.gif) no-repeat bottom;
}

#ja-containerwrap-c #ja-colwrap .ja-innerpad {
	background: none;
}

#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
	width: 100%;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	position: relative;
	z-index: 3;
}

#ja-header {
	background: url(../images/head-bg.png) no-repeat 0 5px;
	height: 54px;
	position: relative;
	z-index: 4;
}

.narrow #ja-header {
	background: url(../images/head-bg-n.gif) no-repeat 0 5px;
}

h1.logo {
	font-size: 300%;
	height: 45px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	width: 198px;
}

h1.logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	float: left;
	height: 45px;
	outline: none;
	text-indent: -5000px;
	text-transform: uppercase;
	width: 198px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	bottom: 36px;
	height: 44px;
         width: 750px;
         padding-top: 5px;
	left: 0%;
	/*position: absolute;*/
	z-index: 10;
        padding-right 15px;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	outline: none;
}

#ja-mainnav span.separator {
	display: block;
}

/* Default Joomla! Menu */

/* Default Joomla! Menu */
a.mainlevel {
	border-bottom: 1px solid #545454;
	color: #FF760E;
	display: block;
	height: 39px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: #FF760E url('../images/grad1.jpg') top;
	color: #FF760E;
	text-decoration: none
}

a.mainlevel#active_menu {
	background: #DDDDDD;
	color: #FF760E;
	font-weight: bold;
}

a.sublevel {
	background: url('../images/arrow.png') no-repeat 5px 12px;
	color: #FF760E;
	display: block;
	text-decoration: none; padding-left:15px; padding-right:4px; padding-top:5px; padding-bottom:5px
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #FF760E;
	text-decoration: underline;
}

#active_menu {
	color: #FF760E;
	font-weight: bold;
}


#form-login ul li {
	background: none !important;
}
ul.menu li {
	background: none !important;
}

ul.menu li a {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/grad1.jpg) top #FFFFFF;
	color: #666666;
	text-decoration: none;
}

ul.menu #current a {
	background: #DDDDDD;
	color: #666666;
	font-weight: bold;
}

ul.menu li ul li a {
	background: url(../images/arrow.png) no-repeat 5px 12px !important;
	color: #666666;
	display: block;
	padding: 5px 4px 5px 15px;
	text-decoration: none;
	font-weight: normal !important;
	line-height: 20px !important;
	border: 0 !important;
	height: 20px !important;
}

ul.menu #current ul li a:hover,
ul.menu #current ul li a:active,
ul.menu #current ul li a:focus {
	color: #FF760E;
	text-decoration: underline;
}

ul.menu li ul #current a {
	color: #FF760E;
	font-weight: bold !important;
}

#ja-pathwaywrap {
	/*background: #F3F3F3 url('../images/pw-l.gif') no-repeat left;*/
	display: block;
	height: 15px;
	padding-left: 10px;
         padding-top : 0px;
	/*width: 99%; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px*/

}



#ja-pathway {

	background: #F3F3F3 url('../images/pw-r.gif') no-repeat right;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 60%;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway a {
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable-hilite h3 {
	color: #FF760E;
	font-size: 150%;
	line-height: normal;
	margin: 0 0 8px;
	padding: 0;
}

div.moduletable-hilite_no_margin h3 {
	color: #FF760E;
	font-size: 150%;
	line-height: normal;
	padding: 0;
        margin-top : 6px;
        margin-left : 8px;
        margin-bottom : 10px;
}

div.moduletable_menu h3 {
	color: #FF760E;
	font-size: 150%;
	line-height: normal;
	margin: 0 0 8px;
	padding: 0;
}

div.moduletable_text h3 {
	color: #FF760E;
	font-size: 150%;
	line-height: normal;
	margin: 0 0 0px;
	padding: 0;
}

div.moduletable h3 span,
div.moduletable-hilite h3 span {
	background: url('../images/h3-bg.gif') no-repeat center right;
	padding-right: 20px
}

div.moduletable_menu h3 span {
	background: url('../images/h3-bg.gif') no-repeat center right;
	padding-right: 20px
}

div.moduletable_text h3 span {
	background: url('../images/h3-bg.gif') no-repeat center right;
	padding-right: 20px
}

div.moduletable {
	padding: 10px 20px;
}

div.moduletable_menu {
	padding: 10px 20px;
}

div.moduletable_text {
	padding: 10px 20px;
}

div.module h3 {
	border-bottom: 1px solid #DDDDDD;
         color: #FFFFFF;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 -20px 10px;
	padding: 5px 20px;
         padding-left: 30px;
	white-space: nowrap;
}

div.moduletable-hilite {
	border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; background:#EFEFEF url('../images/grad2.jpg') repeat-x top; border-bottom:2px solid #CCCCCC; margin:0px; margin-top:10px; padding-left:10px; padding-right:10px; padding-top:2px; padding-bottom:2px
}

div.moduletable-hilite_no_margin {
	border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; background:#EFEFEF url('../images/grad2.jpg') repeat-x top; border-bottom:2px solid #CCCCCC; margin:0px; margin-top:10px; padding-left:1px; padding-right:1px; padding-top:2px; padding-bottom:2px
}

div.moduletable-hilite h3 {
	color: #666666;
}

div.moduletable-hilite h3 span {
	background-image: url('http://meteobelgique.be/templates/drimia/images/h3-bg2.gif');
}

div.module h3 span {
	background: none;
}

div.module {
	background: url('../images/box-br.gif') no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0;
        height:295px;
}

div.module div {
	background: url('../images/box-bl.gif') no-repeat bottom left;
	padding: 0;
        height:295px;
}

div.module div div {
	background: url('../images/box-tr.gif') no-repeat top right;
	padding: 0;
        height:295px;
}

div.module div div div {
	background: url('../images/box-tl.gif') no-repeat top left;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:7px
        height:295px;
}

div.module div div div div {
	background: none;
	float: none;
	margin: 0;
        margin-left: 8px;
	overflow: hidden;
	padding: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-leftcol, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-mb-box-left, .ja-mb-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding: 0 10px 0 0;
}

.ja-box-right  div.moduletable {
	padding: 0 0 0 1px;
}

.ja-box-left div.moduletable_menu {
	padding: 0 10px 0 0;
}

.ja-box-right div.moduletable_menu {
	padding: 0 0 0 10px;
}

.ja-box-left div.moduletable_text {
	padding: 0 10px 0 0;
}

.ja-box-right div.moduletable_text {
	padding: 0 0 0 10px;
}

.ja-box-left div.module {
	margin: 0 0 0 10px;
}

.ja-box-right div.module {
	margin: 0 0 0 10px;
}

.ja-mb-box-left div.module {
	margin: 0 0 0 10px;
}

.ja-mb-box-right div.module {
	margin: 0 0 0 10px;
}




/* Top Spotlight */
#ja-topsl {
    height : 100px;



    width : 100%;

}

#ja-topsl ul {
	margin: 0;
	padding: 0;
}

#ja-topsl li {
	background: url('../images/arrow.png') no-repeat 2px 10px;
	margin: 0;
	padding-left: 12px
}


#ja-topsl div.moduletable {
	margin-bottom: 10px;
}













#ja-topsl div.moduletable_menu {
	margin-bottom: 10px;
}
#ja-topsl div.moduletable_text {
	margin-bottom: 10px;
}


/* Bottom Spotlight */
#ja-botsl {
	clear: both;
	padding: 15px 0 0;
}


/* Common Style for Spotlight */

#ja-botsl ul {
	margin: 0 0 0 2px;
	padding: 0;
}


#ja-botsl li {
	background: url('../images/arrow.png') no-repeat 0 8px;
	margin: 0;
	padding-left: 12px
}

#ja-topsl td, #ja-botsl td {
	padding: 0;
}

#ja-topsl .article_seperator /*, #ja-botsl .article_seperator */ {
	display: none;
}

#ja-topsl table /*, #ja-botsl table */ {

	border-collapse: collapse;

	border-spacing: 0;
}

#ja-botsl a, #ja-botsl a:focus, #ja-botsl a:active, #ja-botsl a:focus {
	color: #666666;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	background: url('../images/body-bot.jpg') no-repeat center top;
        height:175px;
        padding-left:9px;
        padding-right:9px;
}

#ja-footer {
	background: url(../images/footer-bg.png) bottom left;
	clear: both;
	margin: 0 auto;
	width: 983px;
	border: 1px solid #619CD0;
	padding-bottom: 40px;
	margin-top: 1px;
        padding-top : 10px;
}

#ja-footer small {
	color: #A9CAE8;
	display: block;
	font-style: normal;
	line-height: normal;
	padding: 4px 7px 0 10px;
}

#ja-footer a {
	color: #A9CAE8;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer ul {
	background: url('../images/vline.gif') no-repeat center right;
	float: left;
	line-height: normal;
	padding: 0; margin-left:10px; margin-right:0; margin-top:4px; margin-bottom:5px
}

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-footer li a {
	background: url('../images/vline.gif') no-repeat center left;
	display: inline;
	line-height: normal;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}

/* Search */
#ja-search {
	background: url('../images/seach-bg.gif') no-repeat;
         float : right;
	display: block;
	height: 22px;
	/*position: absolute;*/
	/*right: 0;*/
	margin: 0px;
	margin-top: 0px;
	width: 170px
}

#ja-search .inputbox {
	border: none;
	color: #666666;
	font-size: 11px;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 55px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background: #FFFFFF;
	border: none;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools {
	left: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
}

#ja-usertools ul {
	display: inline;
	line-height: normal;
	margin: 0 10px 0 0;
	padding: 0;
}

.narrow #ja-usertools ul {
	margin: 0 5px 0 0;
}

#ja-usertools ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-usertools img {
	margin: 0;
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

div.ja-innerdiv {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#ja-banner {
	clear: both;
	display: block;
	margin: 10px 0 0;
	text-align: left;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	background: none;
	border: none;
}

/* SLWI */
.ja-slwi-container {
	width: 100%;
}

.ja-slwi-container h3 {
	color: #545454 !important;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 7px 10px !important;
}

.ja-slwi-container h3 span {
	background: none !important;
}

.ja-slwi-text p {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";




	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;

	width: 100%;
}

* html .clearfix {
	height: 1%;

}

/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100% !important;
	height: auto;

	margin-bottom: 1px;
}


#mb-banner {
         padding-top: 5px;
	background: none;
         margin-left: 30px;
	height: 90px;
         line-height: normal;
}

#mbcontent { /* boite qui entoure les 3 colonnes */
  margin:0 ; 
  padding:0;
  padding-bottom:0px;
} /* marges intÃ©rieures et extÃ©rieures Ã  0 */


#colonne1 {
	float: left;
	width: 180px;
         padding-right: 5px;
}
#colonne2 {
	float: right;
	width: 160px;
}
#colonne3 {
	width: 788px;
}
#colonne4 {
	float: left;
	width: 180px;
}


/* WARN
--------------------------------------------------------- */
div.module-warn h3 {
	border-bottom: 1px solid #DDDDDD;
         color: #F7F9FD;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 -20px 5px;
	padding: 5px 20px;
         padding-left: 30px;
	white-space: nowrap;
}

div.module-warn h3 span {
	background: none;
}

div.module-warn {
	background: url('../images/box-br.gif') no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0
}

div.module-warn div {
	background: url('../images/box-bl.gif') no-repeat bottom left;
	padding: 0

}

div.module-warn div div {
	background: url('../images/box-tr.gif') no-repeat top right;
	padding: 0
}

div.module-warn div div div {
	background: url('../images/box-tl.gif') no-repeat top left;
	padding: 0px;
}

div.module-warn div div div div {
	background: none;
        float: none;
        margin-left: 8px;
	overflow: hidden;
	padding: 50;
        text-align: left;
         
}

div.warn-map {
         float: left;
         height: 130px;
         padding: 0;
         margin-top: 0px;
}

#google-ads {
	padding-top: 15px;
}

#google-ads-search {
	margin-top: 15px;
	background: #FFFFFF;
	border: 1px solid #5784AF;
        padding-left:3px;
}

.lastforecastupdate {
	background: url('../images/bullet-info.gif') no-repeat top left;
	color: #16A9CD;
	padding-left: 25px
}

#ja-spotlight {
	float: right;
	width: 70%;
}

/******************* TOP ******************/

#ja-top {
  float: none;
  width : 750px;
} 

#ja-toplogo {
         /*margin-top: 2px;*/
         /*padding-right: 25px;*/
	float : left;
	width: 283px;
}

#ja-toplink {
         padding-left: 10px;
	width: 283px;
}

#ja-top2 {
         float: none;
         margin : 0;
         position : relative;
         left : 300px;
         top : 5px;
	 width: 200px;
}

#ja-top1 {
	float: right;
	width: 210px;
}

.ja-toplogo {
	float: left;
}

/* Legend Forecast */
.MBlegend-title {
	background-color: #F5F8FB;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -14px;
}

.MBlegend-title2 {
	background-color: #FF760E;
        color: #FFFFFF;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -16px;
}

.MBlegend {
	background-color: #FFFAE7;
	border: 1px solid #DDDDDD;
	margin: 0px 0;
	padding: 0 10px;
	position: relative;
        color: #545454;
}



.MBlegend2 {
/*	background-color: #8ECC8B;*/
        background:url('../images/selected_menu.png');
/*	border: 1px solid #FF9900;*/
	margin: 0px 0;
	padding: 0 10px;
	position: relative;
         color: #F7F9FD;
}

.MBlegend3 {
	background-color: #FFA928;
	margin: 0px 0;
	padding: 0 10px;
	position: relative;
         color: #F7F9FD;
}


.MBlegendmap {
	background-color: #FFFAE7;
	border: 1px solid #DDDDDD;
	margin: 0px 0;
	padding: 0 0px;
	position: relative;
        color: #545454;
}

.MBpub {
	margin: 0px 0;
	padding: 0 0px;
	position: relative;
        color: #545454;
}

.nfcontent {
	background: url('../images/icon_news.png') no-repeat left top;
         padding-left:20px;
}

.makehome1 {
	background: url('../images/make_home.png') no-repeat left ;
        padding-left:17px;
        padding-top:4px;
        font-size: 95%;

}

.makehome2 {
	background: url('../images/add_favorite.png') no-repeat left;
        padding-left:16px;
        padding-top:4px;
        font-size: 95%;
}


#ja-test{
	display: block;
         width:50px;
	background-color: #DDDDDD;
}

a.readonlarge {


	background: url('../images/readonlarge.png') no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: normal;
	line-height: 20px;
	text-decoration: none;
	text-indent: 30px;
	width: 151px;
}

a.readonlarge:hover, a.readon:active, a.readon:focus {
	background: url('../images/readonlarge.png') no-repeat bottom;
	color: #666666;
	text-decoration: none
}

a.readonfr {
	background: url('../images/readonfr.png') no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 38px;
	line-height: normal;
	line-height: 38px;
	text-decoration: none;
	text-indent: 30px;
	width: 30px;
}

a.readonfr:hover, a.readon:active, a.readon:focus {
	background: url('../images/readonfr.png') no-repeat bottom;
	color: #666666;
	text-decoration: none
}

a.readonnl {
	background: url('../images/readonnl.png') no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 38px;
	line-height: normal;
	line-height: 38px;
	text-decoration: none;
	text-indent: 30px;
	width: 30px;
}

a.readonnl:hover, a.readon:active, a.readon:focus {
	background: url('../images/readonnl.png') no-repeat bottom;
	color: #666666;
	text-decoration: none
}


div.moduletable-online {
         font-weight: bold;
         padding-top:5px;
         /*background:#EFEFEF url('../images/grad2.jpg') repeat-x top;*/
	/*border-left:1px solid #DDDDDD;
         border-right:1px solid #DDDDDD;
         border-top:1px solid #DDDDDD;
         border-bottom:2px solid #CCCCCC;
         margin:0px; margin-top:10px; padding-left:30px; padding-right:10px; padding-top:8px; padding-bottom:2px*/
}

.article-tools {
	background: url(../images/dot.gif) repeat-x top;
	display: block;
	display: block;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
}

.article-meta {
	float: left;
	padding: 5px;
	width: 70%;
}

.orangedotline {
	background: url('../images/dotorange.gif') repeat-x center;
	padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

.update {
	background: url('../images/arrow1.png') no-repeat left ;
         padding-left:10px;
	color: #999999;
	font-size: 80%;
}


#ja-wrapper-top {
	background: url('../images/body-top.jpg') no-repeat center top;
	min-width: 950px;
}

a.case_selected {
	background: url('../images/case_selected.png') no-repeat top;
	color: #C3DBED;
	display: block;
	float: left;
	font-size: 10px;
        font-weight: bold;
	height: 20px;
	line-height: normal;
	line-height: 20px;
	text-decoration: none;
	text-indent: 18px;
	width: 59px;
}

a.case_selected:hover, a.readon:active, a.readon:focus {
	background: url('../images/case_selected.png') no-repeat bottom;
        font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

.item97 {
	font-weight: bold;
}

.item48 {
	font-weight: bold;
}

.item103 {
	font-weight: bold;
}

.item115 {
	font-weight: bold;
}

.item124 {
	font-weight: bold;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.video {
	background: url('../images/video.gif') no-repeat left ;
        padding-left:30px;
        font-weight: bold;
}