/* =======================================================================
 * This stylesheet gathers the main formatting styles.
 *
 * The stylesheet "page_template_structure.css" is to be used for styles that
 * define the layout of a page and are related to positionning more than
 * formatting/styling.
 *
 * ========================================================================
 */
@import url("../../../css/page_menu.css");


/* ========================================================================
==============     REDEFINITION OF BASE HTML ELEMENTS     =================
=========================================================================== */

/* Define the default font: */
BODY, TD, FONT, A, SPAN, P, LI, UL, BR, HR, DIV, TD, TH, H1, H2, H3, H4
{
     font-family:Tahoma, Verdana, Arial;
     font-size:11px;
	 /*color: #FFFFFF;*/
}

P{
	margin-top:5px;
	margin-bottom:5px;
}

/* ----------------- */
/* Main links styles */

a {font-family: Tahoma, Verdana, Arial;font-size: 11px;color: #3798b9;font-weight: bold;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: #3798b9;}
a:hover {text-decoration: underline;color: #3798b9;}
a:active {text-decoration: none;color: #3798b9;}


/* ------- */
/*  titles */
h1 {
	color: #1C2861;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	color: #1C2861;
	font-weight: bold;
	font-size: 160%;

}

h3 {
	color: #1C2861;
	font-weight: bold;
	font-size: 120%;
}

h4 {
	color: Red;
	font-weight: normal;
	font-size: 110%;
}

/* ------------ */
/* default cells*/
td, th {
	color: Black;
}

td.highlight {
	background-color: #FBCA6D;
}

h2.page-title
{
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:15px;
}

/* =====================================================================
 * --------------     form elements      -------------------
 * ===================================================================== */
form {
	margin: 0;
	padding: 0;
}

form.default-form
{
    margin: 0;
}


form.default-form fieldset
{
    border: 1px dotted Black;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}
form.default-form label.text-label, form.default-form label.combo-label,form.default-form label.textarea-label
{
    float:left;
    text-align: right;
    width: 40%;
    margin-right: 5px;
}

form.default-form label.checkbox-label, form.default-form label.radio-label
{

    text-align: left;
    margin-left: 5px;
}
form.default-form input.checkbox-field, form.default-form input.radio-field
{
    margin-left: 20px;
}


/* main search screen */
form#main-search fieldset
{
    border: none;
    border-bottom: 1px dotted Black;
    text-align: left;
    margin-left: 15px;
    margin-right: 30px;
    padding: 10px;
}
form#main-search-previous
{
    float:left;
    width:40%;
    text-align:right;
    margin-bottom:15px;
}
form#main-search-next
{
    float:right;
    width:40%;
    text-align:left;
    margin-bottom:15px;
}


/* ------------------------------------- */
/* Styles to display the list of results */
/* ------------------------------------- */
ul.main-search-results {
  list-style-type: none;
}
ul.main-search-results li {
  margin-bottom: 30px;
}


/* =====================================================================
 * --------------      ARTICLES & FICHES STYLES      -------------------
 * ===================================================================== */

/* Basic styles for articles,
 * also used as basic styles for "fiches"
 */
div.article {
	border: none;
	margin-bottom: 10px;
}


/* article header  */
h2.article-header {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:15px;
}

div.article-buttons-and-image{
  float: left;
  /*width: 33%;*/
  margin-right: 10px;
  margin-bottom: 5px;
  border-right: 1px solid Black;
  border-bottom: 1px solid Black;
  padding-left: 10px;
  padding-top: 10px;
}

div.article-content{
	margin-left: 150px;
}


/* box containing the article buttons (send, print, back) */
div.article-buttons {
   width:100px;
   margin: 10px;
}

/* box containing the article image */
div.article-image {
    margin: 10px;
	 width:134px;
    height:134px;
    background-position: top center;
    background-repeat: no-repeat;
}

div.article-image img
{
    margin-left:2px;
    margin-top:2px;
}


/* box containing the comments associated with the article */
div.article-comments {
	margin-left: 150px;
}

/* --------------------------------------------------- */
/* styles to display in a list of articles with images */
/* --------------------------------------------------- */
div.article-list-line
{
    clear:both;
    width: 99%;
    padding:0px;
    margin: 0px;
    margin-bottom:20px;

}

/* first line should not clear */
div.article-list-line-first
{
    width: 99%;
    padding:0px;
    margin: 0px;
    margin-bottom:20px;
}

div.article-list-line-image
{
    float: left;
    width: 100px;
    height: 100px;
    padding:0px;
    margin: 0px;
    text-align:left;
}
div.article-list-line-element
{
    text-align:justify;
}


/* =====================================================================
 * ------------------      styles for portlets     ---------------------
 * ===================================================================== */

/* ========================================================================
 * styles for the basic portlets
 * ------------------------------------------------------------------------ */
/* the box "portlet" contains a header & a content */
div.portlet {
	border: 0;
    padding: 0;
    MARGIN-bottom: 10px;
    -moz-border-radius: 10px;
/*
	border: 1px solid #C6C9C1;
	margin-bottom: 10px;
	*/
}

/* the portlet header  */
h3.portlet-header {
/*	background-color: #E6EAF3; */
	border-bottom: 1px solid #C6C9C1;
	color: #3798b9;
	font-weight: bold;
	font-size:11px;
	margin: 0;
	padding-bottom: 5px;
}

/* the portlet header  */
div.portlet-header {
	border-bottom: 1px solid #C6C9C1;
	color: #3798b9;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* the portlet content  */
div.portlet-content {
	border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* a footer for the portlet */
/* Not currently used */
div.portlet-footer {
}
div.portlet-footer p {
}




/* ========================================================================
 * styles for portlets with a white title
 * ------------------------------------------------------------------------ */

/* The box "portlet-background-colored" is  similar to "portlet" but
 * provides different settings.
 */
div.portlet-background-colored {

	margin: 0;
	padding: 0;
}
/* the portler header */
h3.portlet-background-colored-header {
	border-bottom: 1px solid #C6C9C1;
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	margin: 0;
	padding-bottom: 5px;
}
h3.portlet-background-colored-header a:hover{
	text-decoration:underline;
}
/* the portlet content  */
div.portlet-background-colored-content {
	border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* special style for lists */
div.portlet-background-colored ul {
	margin:0;
	padding:0;
}
div.portlet-background-colored li {
	list-style-type: none;
}

div.portlet-background-colored li a{
	color:#000000;
}

div.portlet-background-colored li a:hover{
	color:#FFFFFF;
	background-color:#3798b9;
	text-decoration:none;
}


/
/* ========================================================================
 * styles for portlets with no background
 * ------------------------------------------------------------------------ */
/* The box "portlet-no-background" is  similar to "portlet" but
 * provides different settings.
 */
div.portlet-no-background {
	border: none;
	margin-bottom: 10px;
}
/* portler header  */
h3.portlet-no-background-header {
	background-color: White;
	color: #260650;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
/* portlet content  */
div.portlet-no-background-content {
	border: 0px;
	margin: 0;
	padding: 15px;
}




/* =====================================================================
 * -----------------      styles for alert box      --------------------
 * ===================================================================== */
div.alert {
	color: Red;
	font-weight: bold;
	font-size: 120% ;
	text-align: center;
}
div.alert a:link, div.alert a:visited, div.alert a:hover, div.alert a:active {
	color: Red;
}

/* =====================================================================
 * -------------------      styles for table      ----------------------
 * ===================================================================== */

/* --------------------------------------------------------------------
 * ------------- data-table : used to display data in rows ------------
 */
table.data-table {
	background-color: White;
	border: 1px solid #C6C9C1;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 90%;
}
/* table cell */
table.data-table td {
	border-left: 1px solid #C6C9C1;
	border-right: 1px solid #C6C9C1;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	vertical-align: middle;
}
/* table header, eg. : columns names */
table.data-table th {
	background-color: #E6EAF3;
	border-bottom: 1px dotted #C6C9C1;
	border-left: 1px solid #C6C9C1;
	border-right: 1px solid #C6C9C1;
	color: #260650;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
/* basic row style */
table.data-table tr {
	background-color: #F8F8F8;
}
/* style for even rows */
table.data-table tr.even-row {
	background-color: White;
}
/* styles for odd rows */
table.data-table tr.odd-row {
	background-color: #F8F8F8;
}

/* --------------------------------------------------------------------
 * ---------------------- external-border-only  -----------------------
 * a border only around the table, no border for cells, white bg-color
 */
 table.external-border-only {
	background-color: White;
	border: 1px solid #C6C9C1;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.external-border-only th {
	background-color: #E6EAF3;
	border-bottom: 1px dotted #C6C9C1;
	color: #260650;

	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

/* --------------------------------------------------------------------
 * ------------------- external-border-only-bgcolored  ----------------
 * a border only around the table, no border for cells with
 * a non white bg color
 */
 table.external-border-only-bgcolored {
	background-color: #F8F8F8;
	border: 1px solid #C6C9C1;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.external-border-only-bgcolored th {
	background-color: #E6EAF3;
	border-bottom: 1px dotted #C6C9C1;
	color: #260650;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

/* =====================================================================
 * -------------      styles for the footer content     ----------------
 * ===================================================================== */
#footer-content {
	border: 0px;
	color: #8fc7da;
	font-weight: bold;
	text-align: left;
	width:55%;
	text-indent:10px;
	float:left;
	padding: 5px 0px 0px 0px;
}

#footer-content a:link, #footer a:visited {
	color: #8fc7da;
	font-weight: bold;
	font-size:9px;
	text-decoration: none;
}

#footer-content a:hover, #footer a:active {

	color:#FFFFFF;
	font-weight: bold;
	font-size:9px;
	text-decoration: none;
}




#menu-init a:link, #menu-init a:visited, #menu-init a:hover, #menu-init a:active {
	color: White;
	text-decoration: none;
}




/* =====================================================================
 * --------------    styles for the page-path content   ----------------
 * ===================================================================== */
#page-path-content {
	border: none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	text-align: left;
}

#page-path-content a:link, #page-path a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#page-path-content a:hover, #page-path a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}



/* ------------------------------------- */
/* styles to display lines of 4 elements */
/* ------------------------------------- */
 /* to work ok, the last div line should be followed
    by a div of class clear :<div class="clear">&nbsp;</div>
    in order to fill the container and not to display the line
    outside this container.
 */

/* each group of line-elements should be surronded by a line */
div.line {
 	clear: both;
 }

div.line-first {
 	clear: none; /* first line should not clear */ 
 }
/* as we put 4 elements per line, the max we can size each element
is 25% */
div.line-element {
    float: left;
    width: 25%;
    margin-bottom: 5px;

}
div.line-element p {
    text-align: left;
}
div.line-element a {
	background-position: left top ;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* ------------------------------------- */
/* Styles to display a polaroid */
/* ------------------------------------- */
/* This style is used to contain an image of
   width and height of 80 pixel and renders a
   polaroid effect */
div.polaroid {
    /*margin:auto;*/ /* margin auto will center the polaroid in its container */
    width:84px;
    height:84px;
    background-position: top center;
    background-repeat: no-repeat;

}
div.polaroid img {
    margin-left:2px;
    margin-top:2px;
}

/* ====================================================================
 * -----------------      styles for the site map     -----------------
 * ==================================================================== */
ul.site-map-level-one
{
	margin-left:20px;
	list-style:none;
}

ul.site-map-level-one li
{
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted Black;
}


ul.site-map-level-one a:link, ul.site-map-level-one a:visited
{
   color: #1C2861;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;

}
ul.site-map-level-one a:hover
{
   color: #1C2861;
 	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;

}

/* Postion of the image displayed for level one  */
ul.site-map-level-one div.level-one-image
{
	float:left;
	width:100px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul.site-map-level-two
{
	margin-left:60px;
	margin-bottom:10px;
	margin-top:5px;
	list-style:none;
}


ul.site-map-level-two li
{
	background-repeat: no-repeat;
	background-position:  top left;
	padding-left:15px;
	margin-bottom: 5px;
	border: none;
}

ul.site-map-level-two a:link, ul.site-map-level-two a:visited
{
   color: #1C2861;
 	font-weight: bold;
	font-size: 110%;
	text-decoration: none;

}

ul.site-map-level-two a:hover
{
   color: #1C2861;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;

}

ul.site-map-level-three
{
	margin-left:20px;
	margin-bottom:5px;
	margin-top:5px;
	list-style:none;
}

ul.site-map-level-three li
{
    background-image: none;
    margin-bottom: 5px;
    border: none;
}

ul.site-map-level-three a:link, ul.site-map-level-three a:visited
{
   color: #1C2861;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
ul.site-map-level-three a:hover
{
   color: #1C2861;
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
}

ul.site-map-level-highest
{
	margin-left:0px;
	margin-bottom:5px;
	margin-top:5px;
	list-style:none;
}

ul.site-map-level-highest li
{
    background-image: none;
    margin-bottom: 0px;
    border: none;
}

ul.site-map-level-highest a:link, ul.site-map-level-highest a:visited
{
   color: #1C2861;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;

}
ul.site-map-level-highest a:hover
{
   color: #1C2861;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}




