/* IMAGE SHADOW */
.img-shadow {
    float: left;
    background: url(../img/shadowAlpha.png) no-repeat bottom right;
    background: url(../img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.img-shadow * img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
/* USEFUL STUFF */
.ecodoc_title {
    font-weight: bold;
}

.ecodoc_col1 {
    width: 125px;
    text-align: center;
    padding-top: 10px;
}

.ecodoc_col1 img {
    border: 0;
}

.ecodoc_rowSeparation {
    border-bottom: 5px solid #fff;
}

.ecodoc_col2 {
    color: gray;
    font-size: 0.9em;
    padding-top: 10px;
}

.ecodoc_table {
    background-color: #f8f8f8;
    width: 100%;
    margin-bottom: 5px;
}

.icon {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.ecodoc_picto {
    float: right;
}

.ecodoc_picto img {
    position: relative;
    top: 1px;
    cursor: pointer;
    border: 0;
}

.nomp {
    padding: 0;
    margin: 0;
}

.nopm {
    padding: 0;
    margin: 0;
}

.normal {
    font-weight: normal
}

.ecodoc_tabContent {
    border: 0px gray solid;
}

.ecodoc_filterTop {
    height: 40px;
    padding: 10px 0;
    text-align: center;
}

#ecodoc_limitBox {
    height: 30px;
    padding-top: 15px;
	text-align: center;
}

.ecodoc_filterTop FORM {
    display: inline;
}

.activatedLink {
    background-color: #EEF;;
    text-decoration: underline;
}
/* background:#DAE0D2 url("../img/bg.gif") repeat-x bottom; */
#ecodoc_tabHeader {
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
}

#ecodoc_tabHeader ul {
    margin: 0 0 0 0;
    padding: 0 5%;
    padding-top: 0;
    list-style: none;
}
/*
 #ecodoc_tabHeader li {	background: url("../img/left.gif") no-repeat left top;}
 */
#ecodoc_tabHeader li {
    float: left;
    margin: 0 3px;
    padding: 0 0 0 9px;
}

.ecodoc_interspace {
    height: 23px;
}

.ecodoc_interspace_filter {
    margin-left: 25px;
}
/*
 #ecodoc_tabHeader a {	background: url("../img/right.gif") no-repeat right top;}
 #ecdeb6
 */
#ecodoc_tabHeader a {
    background-color: #efe4dc;
    float: left;
    display: block;
    padding: 2px 30px;
    border: 0px solid gray;
    border-bottom: 0 none;
    text-decoration: none;
    font-weight: bold;
    color: #765;
    position: relative;
    bottom: 0px;
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#ecodoc_tabHeader a {
    float: none;
}
/* End IE5-Mac hack */
#ecodoc_tabHeader a:hover {
    color: #333;
}

#ecodoc_tabHeader #currentTab a {
    background-color: #f8f8f8;
    color: #333;
    padding: 2px 30px;
}

#ecodoc_tabHeader .minTab {
    padding: 2px 25px;
}

#ecodoc_tabHeader ul li a {
    -moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#ecodoc_tabHeader #currentTab a.minTab {
    padding: 2px 25px;
}
/*
 #ecodoc_tabHeader #currentTab {
 background-image: url("../img/left_on.gif");
 }
 
 #ecodoc_tabHeader #currentTab a {
 background-image: url("../img/right_on.gif");
 color: #333;
 padding-bottom: 5px;
 }
 */
