body{
	margin:0px;
	padding:0px;
	/*background-color:#fff;*/
	background-image:url(../images/body_bg.gif); 
	background-repeat:repeat-x repeat-y;
}

.header_section{
	width:100%;
	height:auto;
	float:left;
	/*background-image:url(../images/header_bg.jpg);*/
	background-repeat:repeat-x;
}

.footer_section{
	width:100%;
	height:auto;
	float:left;
	background-color:#2f272f;
}

.content_section{
	width:100%;
	height:auto;
	float:left;	
}

.content_wraper{
	width:100%;
	height:auto;
	margin:0 auto;
}


.ft_wraper{
	width:1003px;
	height:50px;
	margin:0 auto;
}

.ft_wraper .ftxt{
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	width:100%;
	height:auto;
	float:left;
	margin:12px 0px 0px 0px
}

.ft_wraper .ftxt span{
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin:0px 0px 0px 15px
}

.ft_wraper .ftxt a{
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#fcb23d;
	margin:0px 0px 0px 10px
}

.ft_wraper .ftxt a:hover{
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
}



.hd_wraper{
	width:100%;
	/*height:82px;*/
		height:140px;
	margin:0 auto;
}

.menu_wraper{
	width:100%;
	height:45px;
	margin:0 auto;
}

.logo{
	width:230px;
	height:70px;
	float:left;
	margin:5px 0px 0px 20px
}


.hd_login_button{
	width:63px;
	height:29px;
	float:right;
	margin:20px 20px 0px 0px;
}

.hd_login_button a{
	width:63px;
	height:25px;
	float:left;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding:4px 0px 0px  0px;
	background-image:url(../images/login_button.png);
}

.hd_login_button a:hover{
	
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/login_button_hover.png);
}




/*------------------nabigation-------------------*/

.nav_space{
	width:auto;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	
}

.nav{
	width:auto;
	height:auto;
	float:left;
	}

.nav ul  {
	   display:inline;
	   list-style-type:none;
	   margin:0px 0px 0px 20px;
	   float:left; 
	   padding:0px 0px 0px 0px;
	   font-family:Verdana, Geneva, sans-serif;
	   font-size:13PX;
	   color:#000000;
 }

.nav ul li {
	   display:inline;
	   list-style-type:none;
	   margin:0px 0px 0px 0px;
	   float:left; 
	   padding:0px 0px 0px 0px;
	   font-family:Verdana, Geneva, sans-serif;
	   font-size:20PX;
	   color:#000000;
 }
 
 
 .nav ul li .SAP {
	 background-image:url(../images/menu_saprator.jpg);
	 background-repeat:no-repeat;
	 height:43px; 
	 width:2px;
	 margin:1px 0px 0px 0px;
	 
 }
 
 
.nav ul li a {
	 margin:0px 0px 0px 0px; 
	 padding:10px 32px 10px 32px; 
	 font-family:Calibri, Verdana, Geneva, sans-serif;
	 font-size:20PX;
	 float:left;
	 color:#ffffff; 
	 text-decoration:none;
	 
	 }
.nav ul li a:hover {
	 color:#000000; 
	 text-decoration:none;
	 background-image:url(../images/menu_saprator.jpg) ;
	 }
	 
	 
.nav ul li .selected {
	 color:#000000; 
	 text-decoration:none;
	  background-image:url(../images/menu_saprator.jpg) ;
	 }	
	 
	 
	 
 /*---------------loginbox csss-------------*/ 
 
.loginbox{
	width:359px;
	margin:80px auto;
	height:auto;
	background-color:green;
}

.l_box{
	width:359px;
	height:382px;
	float:left;
	margin:0px 0px 0px 0px;
	background-image:url(../images/loginbox_bg.png); 
	background-repeat:no-repeat;
}

.log_logo{
	width:250px;
	/*height:70px;*/
		height:125px;
	float:left;
	margin:10px 0px 10px 55px;
}

.l_form{
	width:300px;
	height:auto;
	float:left;
	margin:60px 0px 0px 29px;
	
}

.feildtxt{
	 width:300px;
	 height:auto;
	 float:left;
	 font-family:Calibri, Verdana, Geneva, sans-serif;
	 font-size:20PX;
	 float:left;
	 color:#7f7e80; 
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
}

.feildbox{
	 width:300px;
	 height:auto;
	 float:left;
	 margin:0px 0px 15px 0px;
	 padding:0px 0px 0px 0px;
}

.but_box{
	 width:300px;
	 height:auto;
	 float:left;
	 margin:0px 0px 15px 0px;
	 padding:0px 0px 0px 0px;
}

.feildbox input{
	width:290px;
	height:auto;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16PX;
	color:#7f7e80; 
	float:left;
	margin:8px 0px 0px 0px;
    padding:4px 4px 4px 4px;
	background-color:#f7f7f7;
	border: solid 1px #e3e2e0;
	border-radius:3px;
}

.button{
	width:95px;
	height:32px;
	float:left;
	margin:8px 0px 0px 0px;
	border:none;
	background-image:url(../images/signin_button.jpg);
}

.button:hover{
	width:95px;
	height:32px;
	float:left;
	cursor:pointer;
	background-image:url(../images/signin_button_hover.jpg);
}

.PageTitle{font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 24px; color:#000000; font-weight:bold; text-decoration:none; padding:5px 0px 5px 0px;}
.tblCellHead{border:1px solid #fad3a5; font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 12px; color:#FFFFFF; font-weight:bold; text-decoration:none; background-color:#e36300;}
table{font-family:Verdana, Geneva, sans-serif;font-size:12px;}
table.tblBorder{background-color:#ffffff;border:1px solid #c3c3c3; border-collapse:collapse; }
table.tblBorder th{background-color:#e36300;border:1px solid #c3c3c3;}
table.tblBorder td {border:1px solid #c3c3c3; text-align:left; vertical-align:middle;}
.listheader{font-family:Verdana, Geneva, sans-serif;background-color:#e36300; color:#ffffff; font-size:12px; padding:2px,2px,2px,2px;}	
.divMsg{font-family:Verdana, Geneva, sans-serif;font-size:12px; font-weight:bold; background-color:#fff9d7;
        border: 1px solid #e2c822; color:Red; line-height:25px; margin:4px 4px 4px 4px;}
	

	
	/* Button CSS Start */
.button_Submit{width:auto; 
             float:none; 
			 height:auto; 
			 text-decoration:none; cursor: default;}
.btnSubmit{
	    width:auto; 
		height:auto; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		padding:5px 8px 5px 8px;
		color:#FFFFFF; 
		background-color:#e36300; 
		border:solid 1px #fad3a5; 
		font-weight:bold; text-decoration:none;
		-moz-border-radius: 1px; 
        border-radius: 1px; float:left; cursor: default;
	    }
	    
.btnSubmit a 
{     
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif; 
 font-size:12px;
 color:#FFFFFF; 
 cursor: default;
}
		 
.button_Submit a { text-decoration:none;}		 		

.btnSubmit:hover{text-decoration:none;
              box-shadow:1px 1px 1px #EEE; 
			 color:#FFFFFF;
			  border: solid 1px #ffffff;
			  -moz-border-radius:1px;
			  border-radius:1px; cursor: default;
			  }
			  
/* Button CSS End */
.dlllist{border: 1px solid #B6B6B6;font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 11px; padding:2px 2px 2px 2px; width:202px;}
.txtBox{font-family:Verdana;
