 /**
	 Document   : TitleAttribute
     Created on : May 10, 2013, 11:17:28 AM
     Author     : Bharat Jha
*/
 
/*  body {
                background-color: white;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 14px;
            } */
            /* title style
             */
            .titleAttributeCss {
            	z-index:1;
                /* border radius */
                -moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
                /* box shadow */
                -moz-box-shadow: 0px 0px 4px #222;
			    -webkit-box-shadow: 0px 0px 4px #222;
			    box-shadow: 0px 0px 4px #222;
			/*     -moz-box-shadow: 2px 2px 3px #e6e6e6;
                -webkit-box-shadow: 2px 2px 3px #e6e6e6;
                box-shadow: 2px 2px 3px #e6e6e6;
             */    /* other settings */
                background-color: #F2F5D3;
                border: solid 1px #333;
                color: #333;
                font-weight: bold;
                display: none;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 11px;
                line-height: 1.3;
                max-width: 500px;
                padding: 5px 7px;
                position: absolute;
             /*    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
			    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
			    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
			    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
			    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
			    background-image: -o-linear-gradient(top, #eeeeee, #cccccc); */
            }
            * html #titleAttributeCss {
                /* IE6 does not support max-width, so set a specific width instead */
                width: 500px;
            }
              .top {
					padding: 60px 70px 70px 10px;
					background-color: #CED8F6;
					border: 1px solid #CCCCCC;
					}
					
					.dvLoading
					{
						background:#000 url(resources\images\processing.gif) no-repeat center center;
						height: 100px;
					    width: 100px;
					    position: fixed;
					    z-index: 1000;
					    left: 50%;
					    top: 50%;
					    margin: -25px 0 0 -25px;
					}
					