﻿body
{
	background:#fff ; 
	margin:0px;
	 padding:0px;
	}
fieldset
{
  border-width:1px;
  border-style:solid;
  border-color:#99CCFF;
}
#warper{margin:0px auto; padding:0px;  width:100%;}
#header
{
	margin:0px; 
	width:100%;
	vertical-align:top;
	padding:0px;
	
}
.textboxstyle1{border: 1px solid #2a2a63; width:155px; height:20px; margin:5px;
                -moz-border-radius: 10px 10px; 
         -webkit-border-radius: 10px 10px; 
         border-radius: 10px 10px; border-radius:0.1em; -moz-box-shadow: 8px 8px 8px #454545;-webkit-box-shadow: 8px 8px 8px #454545; box-shadow: 8px 8px 8px #454545;}


.topline{ color:white; font-family:Arial Rounded MT Bold; 
          font-size:16px; padding:5px; line-height:20px; height:28px; margin:0px;  background-image:  url('../images/line.jpg'); background-repeat:repeat-x; background-position:bottom;}


#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-999px;background:url(../images/ui.totop.png) no-repeat left top}
#toTopHover{background:url(../images/ui.totop.png) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0)}
#toTop:active,#toTop:focus{outline:none}

.modelpanelmessage
{
	
	width:200px; 
	background-color:White;
	 border-width:2px; 
	border-color:#00396A;
	 border-style:solid; 
	padding:20px;
	color:#00396A;
}
.modalBackground
{
	
	
	/*background-color:White;
	 border-width:2px; 
	border-color:#00396A;
	 border-style:solid; 
	padding:5px;
	color:#00396A;*/
}
.AlgRgh
{
  text-align:right;
}
.menuHeading
{
   /* border: 2px outset #4CA8DB; */
   background-color: #004472;
   padding-top:2px;
   padding-bottom:2px;
   margin-bottom:1px;
   color:White
}
.menuItem
{
   padding-left: 15px; 
   padding-right:0px;
   background-color:White;
}

.menuItem a
{  
    color: #003399;
   /* border-bottom: 1px dotted #808080; */
    padding-right:10px;
    padding-left:10px;
    width:200px;
    vertical-align:middle;
    text-decoration:none;
    height:15px;
    background-image: url('../images/1.gif'); 
    background-repeat: no-repeat; 
    background-position: left center;
    display:block;
    white-space: pre;
}

.menuItem a:hover
{
 background-color:#D3E1F1;
 color:#003366;
 font-weight:bold;
}

.warningMessage
{
	border: 1px rigid #C1C622;
    position:fixed;
	left:20%;
	right:20%;
	bottom:0px; 
	 height:95px;	
	 padding-left:5px;
	 padding-right:5px;
	 padding-top:0px;
	color:#41519A;
	border-top-left-radius:1.5em;
	border-top-right-radius:1.5em;
	 font-family:Courier New; font-size: 12px;	
}


#SubHeading
{
    padding-top:0px;
    padding-bottom: 5px; 
   /* border-bottom-style:outset;
     border-bottom-width: 1px; 
     border-bottom-color: #808080; */
     margin:0px;
     margin-bottom:2px;
     font-size:8pt;
     
}


#Errorheading
{
    color: #000000; font-weight:500; font-size: 9pt;
}


.progressMessage
{
    border: 3px solid #E8E8E8;
    position:fixed;
	left:20%;
	right:20%;
	bottom:0px; 
	background-color:#F0F0F0;
	 height:100px;	
	 padding-left:5px;
	 padding-right:5px;
	 padding-top:0px;
	color:#41519A;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	 font-family:Courier New ;
	 font-size: 12px;	
	 display:none;
    }
    
    #footer{background:#6b6b9a url('../images/footer.jpg') repeat-x left top; height:30px;
   color:#ffffff; font-family:Verdana; font-size:14px; line-height:20px; text-align:center;}
.linkbtm{width:80px; height:20px; background: url('../Images/innerbtn2.jpg') repeat-x left top;
   border: 1px solid #cbcbcb; color:White; 
           -moz-border-radius: 4px 4px;    padding:8px 15px;
         -webkit-border-radius: 4px 4px; 
         border-radius:4px 4px; }
.linkbtm:hover{width:80px; height:20px; background: url('../Images/innerbtn.jpg') repeat-x left top;
   border: 1px solid #cbcbcb; color:White; 
   padding:8px 15px;
           -moz-border-radius: 4px 4px; 
         -webkit-border-radius: 4px 4px; 
         border-radius:4px 4px; }