/* GENERAL fonts */
BODY {
	background-color : #ffffff;
  	text-align: center;
}

P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 13px;
}
H1 { font-size: 16px; }
H2 { font-size: 14px; }
H6 { font-size: 12px; font-family: verdana, arial; font-weight:bold; margin: 0px 0px 0px 0px;}

p.csc-form-label-req { font-size: 12px; font-family: verdana, arial; font-weight:bold; margin: 0px 0px 0px 0px;}

P, H1, H2 {margin: 0px 0px 5px 0px;}

#pic { position: relative; float: left; left: 0px; top: 0px; width: 1000px; }
#bar { position: relative; float: left; left: 155px; top: 0px; width: 690px; height: 30px; }

/* Content column */
TD#content {
	//background-color : #FFFFFF;
	background-image: url(../images/background_big.gif);
	background-repeat : no-repeat;
	background-position: 50% 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
}

TR#header {
	background-image: url(../images/logo_haut.jpg);
	background-repeat : no-repeat;
	height: 160px;
}
TD#header {
	padding-left: 8px;
}

TR#blob {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	height: 500;
}

TR#bottom {
	height: 40px;
}

/* last update row */
TD#lastupd {	
	font-family: verdana, arial;
  	text-align: left;
  	font-size: 8px;
	padding-left: 10px;
}

/* Global footer row */
TD#footer {	
	background-image: url(../images/footer.gif);
	background-repeat : no-repeat;
	background-position:100% 100%;
	height: 50px;	
	padding-left: 20px;
	vertical-align: center; 
  	text-align: center;
  	font-size: 14px;
  	font-weight:bold;
  	color: #ffffff;
}

TD#footer P {
	font-size: 11px;
	text-align: center;
}

TD#footer  A:visited {
  color: #cc33cc;
}

TD#footer  A:link {
  color: #cc33cc;
}

/* Global Menu column */
TD#menu {	
  	background-color: #fff;
	vertical-align: top; 
	width: 120px;	
	/*background-image: url(../images/menubackground.jpg); */
	background-repeat : no-repeat;
	padding-top: 10px;
}
/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 190px;	
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_21 TD {
  background-color: #660099;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_21 TD A {
  color: white;
  font-size: 11px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_21 TD A:hover {
  text-decoration: underline;
}
TR#menu_21 TD.menu2-act {
  background-color: #666699;
  font-weight:bold;
}

/*  MENU 2, level 2, general for all table cells: */
TR#menu_22 TD {
  background-color: #666699;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_22 TD A {
  color: white;
  font-size: 11px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_22 TD A:hover {
  text-decoration: underline;
}

TR#menu_22 TD.menu2-act {
  background-color: #666699;
  font-weight:bold;
}

TR#menu_2 TD.oddcell {
  background-color: #666699;
}
/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

/* =Tabs ---------------------------------------------------------------------*/
#tabs {
	background: url(../images/bottom-line.jpg) bottom repeat-x;
	float: left;
	padding: 0;
	font-family: verdana, arial;
	font-size: 13px;
}

#tabs li {
	background: url(../images/tabs.jpg) 100% -100px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	text-align: center;
	list-style-type: none;
}

#tabs li.tab-act {
	background: url(../images/tabs.jpg) 100% 0;
	border-bottom: 1px solid #ff8000;
}

#tabs li a {
	background: url(../images/tabs.jpg) 0 -100px; 
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#tabs li.tab-act a {
	background: url(../images/tabs.jpg) 0 0; 
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 11px 5px 16px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#tabs ul {
	list-style-type: none;
	padding: 2px 0 0 10px;
}

#tabs li.tab-act:hover a { color: #fff; }
#tabs li:hover { background-position: 100% -200px; }
#tabs li:hover a { background-position: 0 -200px; }
#tabs li.tab-act:hover { background-position: 100% 0; }
#tabs li.tab-act:hover a { background-position: 0 0; }

/* Calendar Popup definitions */
.CALcpYearNavigation, .CALcpMonthNavigation { background-color:#35006d; text-align:center; vertical-align:center; text-decoration:none; color:#FFFFFF; font-weight:bold; }
.CALcpDayColumnHeader, .CALcpYearNavigation, .CALcpMonthNavigation, .CALcpCurrentMonthDate, .CALcpCurrentMonthDateDisabled, .CALcpOtherMonthDate, .CALcpOtherMonthDateDisabled, .CALcpCurrentDate, .CALcpCurrentDateDisabled, .CALcpTodayText, .CALcpTodayTextDisabled, .CALcpText { font-family:arial; font-size:8pt; }
TD.CALcpDayColumnHeader { 	text-align:right; border:solid thin #35006d; border-width:0 0 1 0; }
.CALcpCurrentMonthDate, .CALcpOtherMonthDate, .CALcpCurrentDate { text-align:right; text-decoration:none; } 
.CALcpCurrentMonthDateDisabled, .CALcpOtherMonthDateDisabled, .CALcpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.CALcpCurrentMonthDate { color:#35006d; font-weight:bold; }
.CALcpCurrentDate { color: #FFFFFF; font-weight:bold; }
.CALcpOtherMonthDate { color:#808080; }
TD.CALcpCurrentDate { color:#FFFFFF; background-color: #35006d; border-width:1; border:solid thin #000000; }
TD.CALcpCurrentDateDisabled { border-width:1; border:solid thin #FFAAAA; }
TD.CALcpTodayText, TD.CALcpTodayTextDisabled { border:solid thin #35006d; border-width:1 0 0 0; }
A.CALcpTodayText, SPAN.CALcpTodayTextDisabled { height:20px; }
A.CALcpTodayText { color:#35006d; font-weight:bold; }
SPAN.CALcpTodayTextDisabled { color:#D0D0D0; }
.CALcpBorder { border:solid thin #35006d; }

/* Powermail form definitions */
div.tx-powermail-pi1_formwrap_17 fieldset {
	border: 1px solid #4C1212;
	//background-color: #F8F8EC;
}
div.tx-powermail-pi1_formwrap_17 fieldset legend {
	display: none;
}
div.tx-powermail-pi1_formwrap_17 label {
	display: block;
	width: 200px;
	float: left;
	clear: left;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 11px;
}
div.tx-powermail-pi1_formwrap_17 input,
div.tx-powermail-pi1_formwrap_17 select,
div.tx-powermail-pi1_formwrap_17 textarea {
}
div.tx-powermail-pi1_formwrap_17 div.tx_powermail_pi1_fieldwrap_html {
	padding: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html_5 input {
	width: 80px;
	margin-left: 50px;
}
