﻿a
{
	cursor:pointer;
	
	}
img
{
	border:0;
	}
.green .ajax__progress_indicator
{
    background-image:url(../img/progress_green.gif);
}  
.yelllow .ajax__progress_indicator
{
    background-image:url(../img/progress_yellow.gif);
} 
.orange .ajax__progress_indicator
{
    background-image:url(../img/progress_orange.gif);
} 
.red .ajax__progress_indicator
{
    background-image:url(../img/progress_red.gif);
}    
.solidblue .ajax__progress_indicator
{
    background-image:url(../img/progress_solidblue.gif);
} 
.solidblue .ajax__progress_inner
{
    border-color:#626562;
}  
.solidblue .ajax__progress_outer
{
    border-color:#626562;
}        
.lightblue .ajax__progress_indicator
{
    background-image:url(../img/progress_lightblue.gif);
    height:9px;
}     
.lightblue .ajax__progress_inner
{
    background-image:url(../img/progress_bg_lightblue.gif);
	height:9px;
} 
.xp .ajax__progress_indicator
{
    background-image:url(../img/xp.gif);
    height:9px;
}     
.xp .ajax__progress_inner
{
	height:9px;
} 
.vista .ajax__progress_indicator
{
    background-image:url(../img/vista.gif);
}    
.vista .ajax__progress_outer
{
	text-align:left;
	border-top-color:#B2B2B2;
	border-bottom-color:#B2B2B2;	
}
.vista .ajax__progress_inner
{
	border-left-color:#B2B2B2;
	border-right-color:#B2B2B2;
	background-image:url(../img/vista_bg.gif);
} 
.safari .ajax__progress_indicator
{
    background-image:url(../img/safari.gif);
	height:12px;
}    
.safari .ajax__progress_outer
{
	border-top-color:#696969;
	border-bottom-color:#696969;	
}
.safari .ajax__progress_inner
{
	border-left-color:#696969;
	border-right-color:#696969;
	background-image:url(../img/safari_bg.gif);
	height:12px;
} 
.ereporter_input
{
font-size:11px;
color:#5a5a5a;
width:200px;
height:18px;
border:1px solid #b8b8b8;
background-color:#efefef;
text-align:left;
}
.ereporter_upload
{
font-size:11px;
color:#5a5a5a;
width:200px;
height:22px;
border:1px solid #b8b8b8;
background-color:#efefef;
text-align:left;
font-family:tahoma;
}


.ereporter_liste
{
font-size:11px;
color:#5a5a5a;
width:200px;
height:20px;
border:1px solid #b8b8b8;
background-color:#efefef;
text-align:left;
}
.inscription_input
{
font-size:11px;
color:#4c4c4c;
width:152px;
height:18px;
border:1px solid #b1b0b0;
background-color:#efefef;
}
.message_input
{
font-size:11px;
color:#5a5a5a;
width:486px;
height:169px;
border:1px solid #b8b8b8;
background-color:#efefef;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:100;
}
#popupJT{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:410px;
z-index:110;
font-size:13px;
}

#popupJTClose{
display:block;
}
.note
{
color:#c76000;
font-size:10px;
}
.note A:visited  { COLOR: #c76000;text-decoration: none; }
.note A:link     { COLOR: #c76000;text-decoration: none; }
.note A:active   { COLOR: #c76000;text-decoration: none; }
.note A:hover    { COLOR: #c76000;text-decoration:underline; }
