/***/
/*
/* Structure
/*
/***/

body {
    background-color: #fff;
}

div#ident {
    padding: 5px;
    border:1px dashed #aaa;
    background-color: #FFFCDF;
	color: #000;
}

div#ident a{
	color: #de5201;
}

div#main {
    margin-bottom: 40px;
}

div#head-border {
	padding-bottom: 9px;
    background-image: url('../images/header-border.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 120px;
}

div#head-container-light {
    height: 120px;
    background-image: url('../images/header-bg.png');
	background-repeat: repeat-x;
}

div#head {
}

/***/
/*
/* Fonts
/*
/***/

.nostyle {
    color: #535353;
}

h1, a {
    color: #de5201;
}

h2, h3 {
	color: #c7cf2d;
}

div.menu {
    color: #de5201;
}

div.menu a  {
    color: #de5201;
}

span.flag {
    color: #de5201;
    font-weight: bold;
    margin: 2px;
}

span.seeme {
    color: #de5201;
    font-weight: bold;
    margin: 2px;
    background-color: #FFFFCC;
    border: 1px dashed #AAAAAA;
    padding: 5px;
}

#pagination-flickr {
    width: 720px;
    margin: auto;
    text-align: center;
}

#pagination-flickr .active{
    color: #de5201;
}

/***/
/*
/* Lists
/*
/***/

div.menu li.selected, li.selected a  {
    color: #333;
}

/***/
/*
/* Tables
/*
/***/

div.new-item a {
    color: #de5201;
}

table.alws thead tr th {
    background: #f5761d none repeat scroll 0%;
    color: #fff;
}

table.alws thead tr th a {
    color: #fff;
}

table.alws tr.odd {
    background-color:#fff;
}

table.alws tr.even {
    background-color: #FFFFE0; /*#F5FFFA; /*#d6e1f0;*/
}

table.alws tr.highlight {
    background-color: #fff1df; /*#FFFFE0; /*#fef4b8; /*FFFDE9;*/
}

table.alws td {
    border-bottom: 1px solid #fee2d1;
    padding: 3px 5px;
}

/***/
/*
/* Forms
/*
/*

input:focus, textarea:focus, select:focus {
    background: #FFFFE0 none repeat scroll 0%;
}

form#pack-choice select:focus {
    background: #fff;
}
**/
div.file-preview {
    float: left;
}
div.file-preview dl {
    margin: 0;
}
div.file-preview dt {
}
div.file-preview dd {
    margin-left: 0;
}

/***/
/*
/* Home
/*
/***/

div#main fieldset.tdb {
    float: left;
    width: 300px;
    height: 128px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

div#main fieldset.tdb p{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#main fieldset.tdb legend {
    font-weight: bold;
}

div#main fieldset.tdb a {
    font-weight: normal;
    color: #535353;
}

div.block-actu p.actu-date,
div#actu-blog a.see-all {
    color: #de5201;
}

/***/
/*
/* Newsletters
/*
/***/

div#newsletter-html {
	margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    clear: both;
}

div.newsletter-html-chapter {
    position: relative;
}

div.newsletter-html-chapter:hover {
    background-color: #ffcc00;
    -moz-opacity:0.50; -khtml-opacity:0.50; opacity:0.50;
    filter:alpha(opacity=50); 
    zoom: 1;
    cursor: pointer;
}

div.newsletter-html-menu {
    background-color: red;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -100px;
    display: none;
}

/***/
/*
/* Mailings
/*
/***/

table.stats_legend {
	margin-left: 50px;
	margin-top: 40px;
	border-spacing: 5px; 
}

table.stats_legend td.color {
	width: 20px;
	height: 15px;
}

table.stats_legend td.legend {
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
}

.stats_legend .title {
	width: 200px;
	overflow: hidden;
	margin: 0px;
}

div .stats_graph {
	width: 100%;
}

.graph {
	float: left;
}

/***/
/*
/* uni form
/*
/***/

.uniForm fieldset legend {
  color:#c7cf2d;
}

/***/
/*
/* pagination
/*
/***/

div#main ul#pagination .active {
      background: #de5201;
}

/***/
/*
/* tab
/*
/***/

ul.tab {
    border-bottom: solid 4px #f5761d;
}

.tab a:link, .tab a:visited {
    border-top: solid 4px #de5201;
    background-color: #FFFFE0;
    color: #f5761d;
}

.tab a:hover {
    background-color: #f5761d;
    color: #fff;
    display:block;
}

.tab a:hover span {
    background-color: #f5761d;
    color: #fff;
    display:block;
}

.tab .active a:link, .tab .active a:visited, .tab .active a:visited, .tab .active a:hover{
    background-color: #f5761d;
    color: #fff;
}

.tab .active a span, .tab .active a:hover span {
    background-color: #f5761d;
    color: #fff;
}
