@charset "utf-8";
.bold_text
{
	font-family: Shruti;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
}
.nor_text{
	font-family: Shruti,Arial;
	font-size: 14px;
	color: #000000;
}
.nor_text_bold
{
	font-family: Shruti,Arial;
	font-size: 12.5px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	}	
.border_br{
 	border:2px solid #cccccc;
}

.addcenter{width:94%; margin:3%;}
.addcenter .left{padding:2px 2px 2px 20px; font-weight:bold; text-align:left; vertical-align:middle;
}
.addcenter .right{width:500px; padding:2px; text-align:left; vertical-align:middle;}
.addcenter .header{width:100%; background-color:Gray; height:20px; padding:2px; text-align:center; vertical-align:middle; font-weight:bold; font-size:16px;}
.addcenter .right .ddl{width:200px; background-color:#FFFFAA;}
.addcenter .right .txt{width:200px; background-color:#FFFFAA;}

.addcenter .grdheader{background-color:#4F81BD; }
.addcenter .alternetrow{}
.addcenter .rowstyle{background-color:#DCE6F1;}
.addcenter .alternetrow:hover{background-color:#FFFFAA; }
.addcenter .rowstyle:hover{background-color:#FFFFAA; }
.progress{width:150px; height:40px; background-color:White; position:fixed; top:0px; left:50%;  }
.instruction{padding-left:20px; }
.instruction .link{background-color:White; color:Blue;   }
.instruction .instheader{font-size:16px; }

.addcenter .right .ddltime{width:70px; background-color:#FFFFAA;}


/***************** Progress Bar **********************/

 #loader-box
        {
            width: 200px;
            height: 139px;
            padding: 7px 7px 0px 7px;
            margin: 0 auto;
            background-image: url(Images/boxbg-shadow.png);
            background-repeat: no-repeat;
            background-position: center top;
        }
        #loader-title
        {
            width: 198px;
            height: 23px;
            padding-top: 4px;
           /* background-image: url(Images/title-bg.png); */
            background-color:#4F81BD;
            background-repeat: repeat-x;
            border: 1px #4F81BD solid;
            font-family: Calibri;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-align: center;
           opacity:2.0;
        }
        #loading-image-box
        {
            width: 198px;
            padding: 40px 0px;
            background-color: #FFFFFF;
            border: 1px #d0d0d0 solid;
            border-top: none;
            text-align: center;
        }
        .modalPopup
        {
            background-color: #696969;
            filter: alpha(opacity=40);
            opacity: 0.4;
            xindex: -1;
        }
        
        
        .btnStyle
{
	background-color: #3E99F7;
	color: #fff;
	font-weight: bold;
	width: 60px;
}

.txtright
{
	text-align: right;
	padding-right: 5px;
}

