/*-------------------------------------------------
    ANNOTATION LIST POPUP
-------------------------------------------------*/
#AnnotationListPopup {
	height: 222px;
}

#AnnotationListPopup .link_right {
	top: 118px;
}

#AnnotationListPopup .bordGauche, #AnnotationListPopup .bordDroite {
	height: 170px;
}

#AnnotationListPopup .content {
	height: 170px;
	border-width: 0;
	overflow: hidden;
	width: 375px;
}

.dj_ie #AnnotationListPopup .content {
	width: 387px;
}

.dj_ie #AnnotationListPopup .content {
	height: 170px;
}

#annotationEmptyList {
    display: none;
    padding: 5px;
}

#annotationListToolTop {
	height: 13px;
	padding: 5px 10px;
}

#annotationListToolTop .annotationLeftTools {
	float: left;
	margin-bottom: 3px;
}

#annotationListToolTop div {
	height: 15px;
	float: left;
	cursor: pointer;
}

#annotationListToolTop .annotationLeftTools .first {
	background: url('../images/oeil_on.png') no-repeat;
	height: 0!important;
	display: inline-block;
	padding-top: 10px;
	overflow: hidden; 
	width: 19px;
	margin-top: 2px;
}

#annotationListToolTop .annotationLeftTools .first_off {
	background: url('../images/oeil_off.png') no-repeat;	
}

#annotationListToolTop .annotationLeftTools .last {
	padding-left: 5px;
	background: url('../images/supprimer.png') no-repeat;
	height: 0!important;
	display: inline-block;
	padding-top: 10px;
	overflow: hidden; 
	width: 10px;
	margin-left: 10px;
	margin-top: 2px;
}

#annotationListToolTop .annotationRightTools {
	float: right;
}

#annotationImportTools {
	background: url('../images/logo_importer.png') no-repeat;
	padding-left: 18px;
	line-height: 16px;
	margin-top: -1px;
	margin-right: 5px;
}

#annotationExportTools {
	background: url('../images/logo_exporter.png') no-repeat;
	padding-left: 18px;
	line-height: 16px;
	margin-top: -1px;
}

#annotationListScroller {
	overflow: auto;
	height: 197px;
	clear: both;
}

.dj_ie #annotationListScroller {
	height:220px;
}

#annotationListContent table {
	width: 100%;
}

.annotationListItem {
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	font-size: 11px;
}

.annotationListItem div {
	float: left;
	font-size: 1px;
}

.annotationButtonBox {
	height: 23px;
	width: 50px;
	padding-top: 13px;
	/*border-right-width: 1px;
	border-right-style: solid;*/
	/*background-image: url("../images/layer-fond-bouton.png");
	background-repeat: repeat-x;*/
}

.annotationButtonBox div {
	width: 15px;
	height: 10px;
	cursor: pointer;
}


.annotationButtonBox .annotationIsVisible {
	background: url("../images/oeil_on.png") no-repeat;
}

.annotationButtonBox .annotationIsHidden {
	background: url("../images/oeil_off.png") no-repeat;
}

.annotationButtonBox .annotationDeleteButton {
	margin-left: 13px;
	margin-top: 3px;
	background-image: url("../images/supprimer.png");
	background-repeat: no-repeat;
}

.annotationListItem .annotationGeometryType {
	width: 26px;
	height: 26px;
	margin-left: 4px;
	background-repeat: no-repeat;
	margin-top: 4px;
	border: 1px solid #434343;
}

.annotationListItem .annotationGeometryPolygon {
    background:url("../images/annotations.gif") repeat scroll 71px 0 transparent;
}

.annotationListItem .annotationGeometryLine {
	background:url("../images/annotations.gif") repeat scroll 114px 0 transparent;
}

.annotationListItem .annotationGeometryPoint {
    background:url("../images/annotations.gif") repeat scroll 157px 0 transparent;
}

.annotationListItem .annotationTitle {
	width: 200px;
	font-size: 10px;
	cursor: default;
	margin-left: 4px;
	margin-top: 5px;
	cursor: pointer;
}

.annotationListItem .annotationCenterAt {
	width: 14px;
	height: 14px;
    background-image: url("../images/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.annotationListItem .annotationEdition {
	float: right;
	background-image: url("../images/edit_annotations.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: 8px;
	cursor: pointer;
	width: 16px;
	height: 14px;
}

.annotationListItem .annotationInfo {
	float: right;
	background-image: url("../images/info_annotations.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: 8px;
	cursor: pointer;
	width: 16px;
	height: 14px;
}

.dj_ie .annotationButtonBox {
	height: 35px;
}

.dj_ie .annotationButtonBox .annotationDeleteButton {
	background-position: top;
}

/*-------------------------------------------------
    ANNOTATION TITLE POPUP
-------------------------------------------------*/
#AnnotationTitlePopup {
	height: 223px !important;
	width: 429px;
}

#AnnotationTitlePopup .bordGauche, #AnnotationTitlePopup .bordDroite {
	height: 137px;
}

#AnnotationTitlePopup .title .gauche {
	width: 420px;
}

#AnnotationTitlePopup .footer .gauche {
	width: 445px;
}

.dj_ie #AnnotationTitlePopup .content {
	width:422px;
}

#AnnotationTitlePopup .content {
	height: 166px !important;
	width: 401px;
	padding: 14px;
}

#AnnotationTitlePopup .annotationContent {
	height: 86px;
	width: 380px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}

#annotationTitleContainer {
	line-height: 20px;
	padding-bottom: 15px;
}

.dj_ie #AnnotationTitlePopup {
	width: 435px;
	height: 206px !important;
}

.dj_ie #AnnotationTitlePopup .title .gauche{
	width: 423px;
}

.dj_ie #AnnotationTitlePopup .bordGauche, .dj_ie #AnnotationTitlePopup .bordDroite {
	height: 129px;
}

.dj_ie #AnnotationTitlePopup .footer .gauche{
	width: 423px;
}

.dj_ie #AnnotationTitlePopup .content {
	height: 70px;
}

#AnnotationTitlePopup #annotationTitleLoading {
	text-align: center;
	padding-top: 15px;
	display: none;
}

#AnnotationTitlePopup #annotationTitleError, #AnnotationTitlePopup #annotationTitleMissing {
	text-align: center;
    padding-top: 15px;
    color: #E8826B;
    font-weight: bold;
    display: none;
}

/*-------------------------------------------------
    ANNOTATION EXPORT POPUP
-------------------------------------------------*/
#AnnotationExportPopup {
    height: 223px !important;
    width: 429px;
}

#AnnotationExportPopup .bordGauche, #AnnotationExportPopup .bordDroite {
    height: 137px;
}

#AnnotationExportPopup .title .gauche {
    width: 420px;
}

#AnnotationExportPopup .footer .gauche {
    width: 445px;
}

.dj_ie #AnnotationExportPopup .content {
    width:422px;
}

#AnnotationExportPopup .content {
    height: 166px !important;
    width: 401px;
    padding: 14px;
}

#AnnotationExportPopup .annotationContent {
    width: 380px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
}

#annotationExportContainer {
    line-height: 20px;
}

.dj_ie #AnnotationExportPopup {
    width: 435px;
    height: 206px !important;
}

.dj_ie #AnnotationExportPopup .title .gauche{
    width: 423px;
}

.dj_ie #AnnotationExportPopup .bordGauche, .dj_ie #AnnotationExportPopup .bordDroite {
    height: 129px;
}

.dj_ie #AnnotationExportPopup .footer .gauche{
    width: 423px;
}

.dj_ie #AnnotationExportPopup .content {
    height: 70px;
}

#AnnotationExportPopup .annotationExportFooter {
	text-align: center;
	padding: 10px;
}

/*-------------------------------------------------
    ANNOTATION IMPORT POPUP
-------------------------------------------------*/
#AnnotationImportPopup {
    height: 223px !important;
    width: 429px;
}

#AnnotationImportPopup .bordGauche, #AnnotationImportPopup .bordDroite {
    height: 137px;
}

#AnnotationImportPopup .title .gauche {
    width: 420px;
}

#AnnotationImportPopup .footer .gauche {
    width: 445px;
}

.dj_ie #AnnotationImportPopup .content {
    width:422px;
}

#AnnotationImportPopup .content {
    height: 166px !important;
    width: 401px;
    padding: 14px;
}

#AnnotationImportPopup .annotationContent {
    width: 380px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
}

#annotationImportContainer {
    line-height: 20px;
    padding-bottom: 15px;
}

#annotationImportLoadingContainer, #annotationImportErrorContainer {
	display: none;
	text-align: center;
}

.dj_ie #AnnotationImportPopup {
    width: 435px;
    height: 206px !important;
}

.dj_ie #AnnotationImportPopup .title .gauche{
    width: 423px;
}

.dj_ie #AnnotationImportPopup .bordGauche, .dj_ie #AnnotationImportPopup .bordDroite {
    height: 129px;
}

.dj_ie #AnnotationImportPopup .footer .gauche{
    width: 423px;
}

.dj_ie #AnnotationImportPopup .content {
    height: 70px;
}

#AnnotationImportPopup .annotationImportFooter {
    text-align: center;
    padding: 10px;
}

/*-------------------------------------------------
    ANNOTATION EDITION POPUP
-------------------------------------------------*/
#AnnotationEditionPopup {
	height: 269px !important;
	width: 413px;
}

.dj_ie #AnnotationEditionPopup {
	height: auto !important;
}

#AnnotationEditionPopup .bordGauche, #AnnotationEditionPopup .bordDroite {
	height: 190px;
}

#AnnotationEditionPopup .title .gauche {
	width: 405px;
}

#AnnotationEditionPopup .footer .gauche {
	width: 418px;
}

#AnnotationEditionPopup .content {
	height: 168px;
	padding: 10px;
	width: 383px;
	text-align: center;
	overflow: auto;
}

#AnnotationEditionPopup .annotationAttributeContainer, #AnnotationEditionPopup .annotationImageContainer {
	overflow: hidden;
	width: 355px;
}

#AnnotationEditionPopup .annotationImageContainer {
	margin-top: 5px;
}

#AnnotationEditionPopup .annotationAttribute, #AnnotationEditionPopup .annotationImage {
	/*border-style: solid;
	border-width: 1px;*/
	display: block;
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	height: 20px;
	text-align: left;
}

#AnnotationEditionPopup .titleAttributeLabel {
	line-height: 20px;
	font-size: 12px;
}

#AnnotationEditionPopup .annotationImageFile {
	text-align: left;
    padding: 2px;
}

#AnnotationEditionPopup .annotationAttributeName, #AnnotationEditionPopup .annotationImageTitle {
	width: 120px;
}

#AnnotationEditionPopup .annotationAttributeValue, #AnnotationEditionPopup .annotationImagePublic {
	width: 205px;
}

#AnnotationEditionPopup .annotationAttribute input, #AnnotationEditionPopup .annotationImage input {
	width: 100%;
}

#AnnotationEditionPopup .annotationImagePublic input {
	width: 20px;
}

#AnnotationEditionPopup .annotationImagePublic {
	padding-top: 6px;
	vertical-align: top;
}

#AnnotationEditionPopup .annotationAttributeTool, #AnnotationEditionPopup .annotationImageTool {
	display: block;
	float: left;
}

#AnnotationEditionPopup .annotationAttributeDelete, #AnnotationEditionPopup .annotationImageDelete {
	background-image: url("../images/annotation-attribut-supprimer.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 14px;
	height: 27px;
	cursor: pointer;
}

#annotationAttributeAdd, #annotationImageAdd  {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url("../../dojo/inc/images/treeExpand_plus.gif");
	/*background-image: url("../images/annotation-attribut-ajouter.png");*/
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	cursor: pointer;
	width: 100px;
	clear:left;
	margin:0 auto;
}

#AnnotationEditionPopup fieldset {
	margin-top: 3px;
	margin-bottom: 3px;
}

.dj_ie #AnnotationEditionPopup .content {
	height: 190px;
	width: 405px;
}

.dj_ie #AnnotationEditionPopup .title .gauche {
	width: 405px;
}

.dj_ie #AnnotationEditionPopup .annotationAttributeContainer {
	width: 360px;
}

.dj_ie #annotationAttributeAdd {
	width: 110px;
}

#annotationAttributeLoading {
	text-align: center;
    padding: 5px;
    display: none;
}

#annotationValidationFailure, #annotationAttributeError {
	padding: 5px;
	color: #E8826B;
	font-weight: bold;
	display: none;
}

#annotationAttributeWarning {
	text-align: center;
	padding-top: 30px;
}

#annotationAttributeWarning .warning {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-------------------------------------------------
    ANNOTATION INFO POPUP
-------------------------------------------------*/
#AnnotationInfoPopup {
	height: 269px !important;
	width: 413px;
}

.dj_ie #AnnotationInfoPopup {
	height: auto !important;
}

#AnnotationInfoPopup .bordGauche, #AnnotationInfoPopup .bordDroite {
	height: 190px;
}

#AnnotationInfoPopup .title .gauche {
	width: 405px;
}

#AnnotationInfoPopup .footer .gauche {
	width: 418px;
}

#AnnotationInfoPopup h2 {
	text-align: center;
}

#AnnotationInfoPopup .content {
	height: 168px;
	padding: 10px;
	width: 383px;
	text-align: left;
	overflow: auto;
	font-size: 11px;
}

#AnnotationInfoPopup .annotationInfoImageBox {
	width: 130px;
    height: 120px;
	float: left;
	margin: 10px;
	text-align: center;
}

#AnnotationInfoPopup .annotationInfoImageBox img {
    margin-bottom: 4px;   
}

.dj_ie #AnnotationInfoPopup .content {
	height: 190px;
	width: 405px;
}

.dj_ie #AnnotationInfoPopup .title .gauche {
	width: 405px;
}
