.panelSaisie
{
	background: #F8F8F8;
	padding: 10px;	
}

.grow 
{
	-moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}

.measuringWrapper {}
  
.tile
{
	-moz-transition-duration: 500ms;
    -moz-transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: opacity;
    transition-duration: 500ms;
    transition-property: opacity;
    
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.75;
    display: block;
    width: 200px;
    height: 200px;
    
    text-align: center;
    
    margin: 2px;
}

/*.tile:HOVER 
{
	opacity: 1;
}*/

.tileGroup
{
	
}

.tileGroup .tile
{
	opacity: 1;
}

.tileGroup:HOVER .tile
{
	opacity: 0.6;
	text-decoration: none;
}

.tileGroup:HOVER .tile:HOVER
{
	opacity: 1;
}

.indicator
{
	position: relative;
	float: right;
	
	margin-top: -188px;
	margin-right: -8px;
	padding: 2px;
	
	background-color: #EE3333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#EE3333),to(#A72424));
	background-image: -webkit-linear-gradient(top,#EE3333,#A72424);
	background-image: -moz-linear-gradient(top,#EE3333,#A72424);
	background-image: -ms-linear-gradient(top,#EE3333,#A72424);
	background-image: -o-linear-gradient(top,#EE3333,#A72424);
	background-image: linear-gradient(top,#EE3333,#A72424);
	border: 3px solid #FFF;
	border-radius: 20px;
	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

.indicator span
{
	position: relative;
	top: 4px;
}

/* Auto Hide */
.ah-body
{	
	color: #FFFFFF;
	padding: 5px;
	
	/*position: relative;
	top: 0px;
	float: right;*/
	z-index: 1000;
	
	background-color: #7c8d76;
	
	border-radius: 7px;
}

.ah-panel
{	
	-moz-transition-duration: 500ms;
    -moz-transition-property: height;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: height;
    transition-duration: 500ms;
    transition-property: height;
    
    overflow: hidden;
	height: 0px;
}

.ah-body:HOVER .ah-panel
{
	height: 40px;
}

.ah-body a
{
	color: #FFFFFF;
    outline-style: none;
    text-decoration: none;
}

.ah-body a:HOVER
{
	color: #FFFFFF;
    outline-style: none;
    text-decoration: underline;
}

/* --- */

.column200
{
	width: 200px;
}

.columnRight
{
	text-align: right;
}

.linkBtn
{
	background-color: #4D90FE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ED;
	color: white;
    width: 70px;
    height: 29px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}

.linkBtn img
{
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

.linkBtn:HOVER
{
	text-decoration: none;
	background-color: #357AE8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#357AE8));
	background-image: -webkit-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -moz-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -ms-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -o-linear-gradient(top,#4D90FE,#357AE8);
	background-image: linear-gradient(top,#4D90FE,#357AE8);
}

.btnCancel
{
	background-color: #FE4D4D;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4D4D),to(#ED4747));
	background-image: -webkit-linear-gradient(top,#FE4D4D,#ED4747);
	background-image: -moz-linear-gradient(top,#FE4D4D,#ED4747);
	background-image: -ms-linear-gradient(top,#FE4D4D,#ED4747);
	background-image: -o-linear-gradient(top,#FE4D4D,#ED4747);
	background-image: linear-gradient(top,#FE4D4D,#ED4747);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FE4D4D',EndColorStr='#ED4747');
	border: 1px solid #ED3079;
}

.btnCancel:HOVER
{
	text-decoration: none;
	background-color: #E83535;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4D4D),to(#E83535));
	background-image: -webkit-linear-gradient(top,#FE4D4D,#E83535);
	background-image: -moz-linear-gradient(top,#FE4D4D,#E83535);
	background-image: -ms-linear-gradient(top,#FE4D4D,#E83535);
	background-image: -o-linear-gradient(top,#FE4D4D,#E83535);
	background-image: linear-gradient(top,#FE4D4D,#E83535);
}

.btnAccept
{
	background-color: #4DFE4D;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4DFE4D),to(#47ED47));
	background-image: -webkit-linear-gradient(top,#4DFE4D,#47ED47);
	background-image: -moz-linear-gradient(top,#4DFE4D,#47ED47);
	background-image: -ms-linear-gradient(top,#4DFE4D,#47ED47);
	background-image: -o-linear-gradient(top,#4DFE4D,#47ED47);
	background-image: linear-gradient(top,#4DFE4D,#47ED47);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DFE4D',EndColorStr='#47ED47');
	border: 1px solid #30ED79;
}

.btnAccept:HOVER
{
	text-decoration: none;
	background-color: #35E835;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4DFE4D),to(#35E835));
	background-image: -webkit-linear-gradient(top,#4DFE4D,#35E835);
	background-image: -moz-linear-gradient(top,#4DFE4D,#35E835);
	background-image: -ms-linear-gradient(top,#4DFE4D,#35E835);
	background-image: -o-linear-gradient(top,#4DFE4D,#35E835);
	background-image: linear-gradient(top,#4DFE4D,#35E835);
}

.rowNormal
{
	-moz-transition-duration: 500ms;
	-moz-transition-property: background;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: background;
	transition-duration: 500ms;
	transition-property: background;
}

.rowAlternate
{
	-moz-transition-duration: 500ms;
	-moz-transition-property: background;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: background;
	transition-duration: 500ms;
	transition-property: background;
	background: #FBFBFB;
}

.rowUnread
{
	background: #FFFFBB;
}

.rowNonDefinitive
{
	background-color: #FFE5F2;
}

.rowUnreadNonDefinitive
{
	background-color: #FFFFBB;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFBB),to(#FFE5F2));
	background-image: -webkit-linear-gradient(top,#FFFFBB,#FFE5F2);
	background-image: -moz-linear-gradient(top,#FFFFBB,#FFE5F2);
	background-image: -ms-linear-gradient(top,#FFFFBB,#FFE5F2);
	background-image: -o-linear-gradient(top,#FFFFBB,#FFE5F2);
	background-image: linear-gradient(top,#FFFFBB,#FFE5F2);
}

/* --- */
.row-tooltips .callout
{
	position: absolute;
	top: 8px;
	left: 170px;
	z-index: 30; 
}

.row-tooltips > span
{    
	overflow: visible;
	display: none;
	opacity: 0.90;
	
	position: absolute;
	margin-left: -208px;
	margin-top: -5px;
	/*top: 0px;*/
	width: 160px;
    
	vertical-align: middle;
	
	background-color: #fe4d4d;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fe4d4d),to(#ed4747));
	background-image: -webkit-linear-gradient(top,#fe4d4d,#ed4747);
	background-image: -moz-linear-gradient(top,#fe4d4d,#ed4747);
	background-image: -ms-linear-gradient(top,#fe4d4d,#ed4747);
	background-image: -o-linear-gradient(top,#fe4d4d,#ed4747);
	background-image: linear-gradient(top,#fe4d4d,#ed4747);
	
	border: 1px solid #666666;
	
	outline:none;
	padding: 0px 5px;
	z-index: 20; 
	
	font-family: Arial; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 25px;
	text-decoration:none;
	color: #FFF;
	
	box-shadow: 2px 2px 5px #666;
}

.row-tooltips td
{
	border-style: none !important;
}

.err
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 120;
	
	background: rgba(0, 0, 0, 0.5);
}

.err-border
{
	position: relative;
	top: 200px;
	/*left: 50%;*/
	
	width: 400px;
	margin: 0 auto;
	
	color: #000000;
	text-align: center;
	vertical-align: middle;
	
	border-radius: 3px;
	
	background: url("../images/bg_body.gif") repeat scroll 0 center #F8F8F8;
}

.err-content
{
	min-height: 50px;
	min-width: 200px;
	margin-left: 10px;
	margin-right: 10px;
		
	background: #FFFFFF;
	border-radius: 3px;
	
	font-size: 13px;
}

.err-content h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.err-close-btn
{
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.err-close-btn:HOVER
{
	color: #666666;
	text-decoration: none;
}

/*--- LOGIN ---*/
.headerLogin
{
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 300px;  
	height: 50px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-radius: 7px 7px 0 0;
	
	background: #4D90FE;
	background-image: -webkit-gradient(top,from(#4D90FE),to(#357AE8));
	background-image: -webkit-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -moz-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -ms-linear-gradient(top,#4D90FE,#357AE8);
	background-image: -o-linear-gradient(top,#4D90FE,#357AE8);
	background-image: linear-gradient(top,#4D90FE,#357AE8);
}

.headerLogin h2
{
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 22px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.panelLogin
{
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 300px;  
	height: 200px; 
	background: #FFFFFF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.panelLogin .title
{
	background: url("../images/bg_header.png") repeat scroll 0 center #444444;
	color: #FFFFFF;
	width: 300px;
	height: 35px;
	margin-left: -18px;
	margin-top: -5px;
	padding-top: 15px;
}

.panelLogin .title h3
{
	margin-left: 20px;
	display: inline;
	font-size: 18px;
}

.panelLogin .titlewrap
{ 
	background: url("../images/aiwrap.png") repeat scroll 0 0 transparent;
    height: 10px;
    margin: 0 0 20px -18px;
    position: relative;
    width: 18px;
}

.panelLogin .lnk
{
	text-decoration: none;
	color: #333;
	font-size: 11px;
}

.panelLogin .lnk:HOVER
{
	text-decoration: underline;
	color: #333;
	font-size: 11px;
}
/*--- --- ---*/
<

.errorMessage
{
	font-style: italic;
	text-decoration: none;
	color: #FE4D4D;
	font-size: 12px;
}


@keyframes borderAnimate {
	50% {border-color: #3399FF;}
	60% {border-color: #CC00CC;}
	100% {border-color: #3399FF;}
}

.alert {
	margin: 15px 15px 30px 15px;
	padding: 10px;
	background-color: #C2E0FF;
	border: 1px solid #3399FF;
	color: black;
	border-radius: 5px;
	
	animation: borderAnimate infinite 2s;
}