﻿/* This is special style for developer so it won't overwrite by designer */

.fValidation {
    background:url(/images/IconAlert.gif) 5px 5px no-repeat;
    color: #f29a0d;
    font-size: .95em;
    margin: 20px 0 0;
    padding: 3px 10px 5px 50px;
    min-height: 50px;
    color: red;
    }
	.blueConSmall .middle .fValidation {
	color: #fff;
	}    


/*style for watermark*/
.watermarked {
    color:gray !important;
    }

/*for progress Indicator*/
.ProgressIndicator {
    position: absolute;
    right: 10px;
	margin: 0; 
	background: url('/images/IconLoading.gif') no-repeat #ffffff;
	width: 20px;
	height: 20px;
    }

.ProgressIndicatorShoppingCart {
    position: absolute;
    right: 10px;
	margin: 0; 
	background: url('/images/IconLoading.gif') no-repeat #ffffff;
	width: 20px;
	height: 20px;	
    }

.ProgressIndicatorSeminarDetails {
	margin: 0; 
	position : absolute;
	background: url('/images/IconLoading.gif') no-repeat #ffffff;
	width: 20px;
	height: 20px;
	Top:50%;
	left:100%;
    }

.divWait {
    height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -20px;
    left: 10px;
    width: 98px;
    z-index: 1000;
    cursor: wait;
    }   
.divWaitUpdateTrolley img {
    height: 20px;
    width: 22px;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 1000;
    cursor: wait;  
    } 
.divWait .text {
    font-size: .9em;
    padding-top: 5px;
    }    
.divWait img {
	float: left;
    }