/* body */
body {
	background-image: url(fond5.gif); */
	margin: 10,10,10,10px; /* margin to top */
    background-color: #FFFFFF; /* light blue */
	
}

/* banner */
.band {
    /* border-left: 1px solid #000000; */
 	/* border-right: 1px solid #000000; */
 	/* border-top: 1px solid #000000; */
    /* background-color: #CC0000; */
  	background-image: url(header_background.png);
    border: 1px solid #9CA5AD;
	margin: 0,6,0,6px;
}

.banner {
   padding-right: 5px;
}



/* paragraph */
p {
	margin: 0px 0px; /* margin top, right */
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		
}

/* box paragraph */
p.box {
	margin: 0px; /* margin top */
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* e.g. titles, articles, poll */
.box {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* home page box */
.bord {
	color: #445879; 
}

/* titles central box */
.titre {
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
		
}

/* titles lateral box */
.titrebox {
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

/* inside lateral box */
.titrebox2 {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold; 
	text-align: center;
}

/* quotes */
.cita {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

/* central box ------------------Distancia de cajas de arriba-hacia bajo -----*/
.htable {
	margin-bottom: 0px;
}

/* lateral box */
.htable1 {
	margin-bottom: 0px;
}	

/* tabel */
.tbl {
 font: 12px arial, helvetica, sans-serif;
 color: #000;
 background-color: #FFF;
 border-right: 0px solid #AEDAFC;
 border-bottom: 0px solid #AEDAFC;
 border-left: 0px solid #AEDAFC;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
/* mouseover tabel */
.tblover {
	background-color: #EEEEEE; 
	padding: 5px;
}

/* tabel in box */
.tblbox {
	padding: 500px;
	width: 100%;
} 

/* mouseover tabel in box */
.tblboxover {
        background-color: #EEEEEE; 
	padding: 2px;
}

/* borders */
.bordure {
	background-color: #A1A1A1;
}

/* forum = general, quest = questions, rep = respons */
.forum {
	background-color: #EEEEEE; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: center; 
	font-weight: bold;
	border: 1px solid #A1A1A1;  
}
.forum2 {
	background-color: #F9F7F7; 
	padding: 0px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #A1A1A1; /* also for box inside news box*/
	}
.quest {
	background-color: #F9F7F7; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #A1A1A1; 
}
.rep {
	background-color: #F9F7F7;
	padding: 10px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #A1A1A1; /* also for box inside news box */
}

/* links central box */
a {
	color: #445879; 
	text-decoration: none;
}

a:hover {
	color: #445879; 
	text-decoration: underline;
	font-weight: normal;
}

/* links lateral box */
a.box {
	color: #445879; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

/* mouseover link inside box */
a:hover.box {
	color: #445879;
	text-decoration: underline; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/***********************************
 * block box Header Menu sections */
div.menuIcons { /* block menu */
	padding:4px 0px;//--------------------tamano del box del menu---------------------
}
div.menuIcons ul { /* block liste du menu */
	margin:0;
	padding:0;
	list-style:none;width:100%;
}
div.menuIcons ul li { /* toutes les sections */
	float:left;
	margin-right:8px;//-----------la distancia entre los menus o botones---------------------------------
	text-align:center;
}
div.menuIcons ul li span { /* toutes les sections */
	display:block;
	white-space:nowrap;
}
div.menuIcons ul li.menu_flags { /* section drapeau */
	float:left;
	margin-right:2px;
	text-align:center;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau A LA REDONDA DE LA BANDERAS*/
	margin:0px;
}
div.menuIcons ul li.menu_admin { /* section admin */
	float:right;
	padding-right:3px;
}
div.menuIcons ul li a span { /* lien */
  color: #526eb0;
  background-color: inherit;
  text-decoration: none;
  font: bold 12px Arial, Helvetica, sans-serif;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #526eb0;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color:#88c81a;
  background-color: #FFFFFF;
  text-decoration: underline;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color:#88c81a;
  background-color: #FFFFFF;
  text-decoration: underline;
}
div.menuIcons ul li a:hover span { /* lien survolé*/
  color: #88c81a;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #88c81a;
  text-decoration: underline;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}


/* <hr> tag */
HR {
	border-top: 1px solid #A1A1A1; height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* lists */
ul, ol, li {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

DL, DD, DT, address, DIR, MENU, blockquote, td {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}

/* capital letters */
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
} 

/* calendar */

 /* name of day */
td.cal0 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #000000;
 background-color: #F7F0E2;
 width: 14%;
 text-align: center;
}

 /* number of day */
td.cal1 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #445879;
 background-color: #EBD1A5;
 width: 14%;
 text-align: center;
}

 /* today */
td.cal2 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 color: #000000;
 background-color: #A9B6C9;
 width: 14%;
 text-align: center;
}

 /* sunday */
td.cal3 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #000000;
 background-color: #F3E7D1;
 width: 14%;
 text-align: center;
}

 /* if today is sunday */
td.cal4 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 color: #ffffff;
 background-color: #445879;
 width: 14%;
 text-align: center;
}

/* days with event */
td.calevt {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #EEEEEE;
 background-color: #D4A55C;
 width: 14%;
 text-align: center;
}

/* editor */
tr.vdev {
	background-color: #ffffff;
}

tr.vdevtr {
	background-color: #ffffff;
}

body.vdev {
	margin-left: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #EEEEEE;
}

body.vdevdialog {
	margin-left: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #EEEEEE;
}

select.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}

input.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #0000ff;
}

input.vdevx {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}

/* box inside box e.g. forum, news, guestbook  */
form {
	margin: 3px 0;
}

/* submit button. Note: left and right side button by skin.inc */
input.bouton {
 cursor: pointer;
 margin: 4px 0px;
 color: #000000;
 border: 0px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 height: 25px;
 margin: 0px;
 padding-top: 3px;
 vertical-align: top;
 text-decoration: none;
 background-image: url(boutoncenter.png);
 background-repeat: repeat-x;
}

/* form stuff */
INPUT.texte {
	background-color: #ffffff; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	border: 1px solid #FFFF33; 
	margin: 2px 0;
}
SELECT {
	color: #000000; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border: 2px inset; 
	margin: 4px 0;
}
TEXTAREA {
	color: #000000; 
	background-color: #ffffff; 
	border: 1px solid #A1A1A1; 
	overflow: auto; 
	margin: 4px 0;
}

/* default cursor */
.clsCursor {
	cursor: pointer;
}
/******************************************
* Esto es la parte interna de la tabla de el portal desde aqui se cambia en color del fondo interno */

#page{ /* all the page */
  z-index: 0;
  padding-top:0px;
  color: inherit;
  background: url(fondo.jpg);
  background-color: #FFFFFF;
}
.reseler {
	font-size:1;
	color:#FFFFFF;
	}

/*******************************************/

.buttonscontainer {width: 100%;} 

.buttons a {color: #9D8328; 
background-color: none; 
padding: 2px; 
padding-left: 3px; 
display: inline; 
border-bottom: 1px solid #333333; 
font: 10px Arial, sans-serif; 
font-weight: bold; 
text-decoration: none; 
text-align: left;} 

.buttons a:hover {background-color: #FFFFFF; 
color: #000000; 
text-decoration: none;} 
/******************************************************/

.buttonscontainer2 {width: 100%;} 

.buttons2 a {color: #9D8328; 
background-color:none; 
padding: 2px; 
padding-left: 3px; 
display: inline; 
border-bottom: 1px solid #333333; 
font: 13px Arial, sans-serif; 
font-weight: bold; 
text-decoration: none; 
text-align: left;} 

.buttons2 a:hover {background-color: #D8C068; 
color: #FFFFFF; 
text-decoration: none; 
font-weight: bold;}