/* CSS Document */


html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:76%;
	background-color:#FFF;
}                                 
                   

/* 
================================= */

html>body #container {} /* 100 % height */
#headerwrap {
	width:100%;
	height:180px;
    background:#FCF7EB url(../agmarknet_imgs/headerbg.jpg);
}
html>body #headerwrap {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #middlewrap {height:100%;} /* 100 % height */
html>body #middle {padding:180px 0 33px 0;} /* 10em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footerwrap {
	width:100%;
	background:#F37220 url(../agmarknet_imgs/footerbg.jpg) repeat-x;
	height:33px;
	color:#fff;	
}
html>body #footerwrap {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}


/*    header footer middle 
================================== end here*/

div#footer {
	
	width:100%;
	color:#fff;	
	font-size:1em;
	text-align:center;
	padding-top:10px;
}

div#footer a:link {
color:#fff !important;	
text-decoration:underline;
}
div#footer a:hover {
color:#A24408 !important;	
text-decoration:underline;
}


#emblbg{
background: #FCF7EB url(../agmarknet_imgs/emblem.jpg) no-repeat;
height:149px;
width:338px;
float:left;
}

#agvegbg{
background: #FCF7EB url(../agmarknet_imgs/Agmarkvegbg.jpg) no-repeat;
height:149px;
width:643px;
float:right;
margin-top:1px;
}

#searchbar {

background: #F37220 url(../agmarknet_imgs/searchbar_bg.jpg) no-repeat top left;
height:31px;
width:100%;
float:left;
}
#searchbar1 {

background: #F37220 url(../agmarknet_imgs/searchbar_bg.jpg) no-repeat top right;
height:31px;
width:100%;
float:left;
}

div#sidebar {
	width:40%;
	float:left;
	background:#F7F7F7;
	padding:2px;
	height:500px;
	border-right:solid 2px #ccc;
}

div#FPgrid
{
	
height:350px;
overflow:auto;
}

div#content {
	float:left;
	width:59%;
	/*background:#FFF;*/
	padding:2px;
}


/*PAGE STYLE 
=====================================start here */

/*img {
padding:0px;
margin:0px;
}*/

.search{
width:100%;
background:#161B5C;
height:32px;
}

.fntcolor{
color:#fff;
font-weight:bold;
font-size:1.1em;
}

.bgimage{
background:url(../agmarknet_imgs/greybg.jpg) repeat-x;
height:31px;
vertical-align:middle;
padding-top:2px;
}

.reportdiv{
margin-top:10px;
margin-left:5px;
margin-right:5px;}

.bggrad{
background:url(../agmarknet_imgs/grey_grad.jpg) repeat-x;
height:50px;
text-align:center;
padding-top:15px;
}

.bgblu{
background:#A1D9EF;
height:20px;
text-align:center;
font-size:1.5em;
padding-left:5px;
padding-top:10px;
}

.bggrysmall{
background:#BDC4C6;
height:5px;}

.bgltblu{
background:#E7F5FB;
line-height:20px;
padding:5px;
}

a.link{
padding-left:10px;
font-size:1em;
font-weight:normal;
color:#1F2681;
text-decoration:none;}

a.link:link{
padding-left:10px;
font-size:1em;
font-weight:normal;
color:#1F2681;
text-decoration:none;}

a.link:hover{
padding-left:10px;
font-size:1em;
font-weight:normal;
color:#4F58D5;
text-decoration:underline;}

.cautiondiv{
margin-top:10px;
background:#F7FCDE;
border:#C0C7C9 solid 1px;
padding:2px;
padding:10px;
font-size:.9em;
}

.username 
{
font-size:1.2em;
font-weight:normal;
color:#192160;
}


a.logout{
font-size:1.2em;
font-weight:bold;
color:#000;
text-decoration:none;}

a.logout:link{
font-size:1.2em;
font-weight:bold;
color:#000;
text-decoration:none;}

a.logout:hover{
font-size:1.2em;
font-weight:bold;
color:#FACA13;
text-decoration:underline;}

a.home{
font-size:1.3em;
font-weight:bold;
color:#000;
text-decoration:none;}

a.home:link{
font-size:1.3em;
font-weight:bold;
color:#000;
text-decoration:none;}

a.home:hover{
font-size:1.3em;
font-weight:bold;
color:#FACA13;
text-decoration:underline;}



h1 
{
	font-size:13px;
	text-align:center;
	padding-top:5px;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}

.fntsize
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
	}
	
/* added by rahul
========================================*/


/*  TOP  LINKS 
============================================================== START HERE*/
#toplinks {
	position:absolute;
	left:260px;
	top:0px;
	width:60%;
	height:28px;
	z-index:1;
}

#topmenu{
text-align: center;
}

#topmenu a{
margin:0;
font-size:1.1em;
font-weight:normal;
color: #000;
text-decoration:none;
padding:0 5px 0 5px;
}

#topmenu a:hover{
color:#925A02;
text-decoration:underline;
padding:0 5px 0 5px;

}

/*  TOP  LINKS 
============================================================== END HERE*/

.toplinksbg {
background:url(../agmarknet_imgs/toplinks_bg.jpg) repeat-x left top;
height:28px;
}

	
.searchtxt {
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}	

.searchicon {
/*background:url(../agmarknet_imgs/searchicon.jpg) no-repeat left top;*/
padding-left:31px;
height:31px;
}

.tabtitle {

background: #F3E158 url(../agmarknet_imgs/tabbg.jpg)  repeat-x left top;
height:29px;
text-align:center;
color:#000;
font-size:1.2em;
font-weight:bold;
padding-top:5px;
border:solid 1px #FFB715;
}


.staticbuttstyle {
background:#DEDEDE url(../agmarknet_imgs/staticbuttbg.jpg) repeat-x ;
border:#CCC solid 1px;
height:23px;
text-align:center;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color: #995409;
width:99%;
cursor:pointer;

}


.reports ul {
  line-height:25px;
  font:1.1em Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  color: #995409;
}

.reports ul li {
  list-style-image: url(../agmarknet_imgs/bullet1.gif);
   line-height:25px;
}

.reports ul a{
  font-weight:normal;
  color: #B15B0B;
  text-decoration:underline;
}

.reports ul a:link{
  color: #B15B0B;
  text-decoration:underline;
}

.reports ul a:hover{
  color: #000;
  text-decoration:underline;
}


.marketnewsbg {

background:#FCF8EF url(../agmarknet_imgs/marketnewsbg.jpg) repeat-x ;
height:26px;
}

.marketnewstab {

background:#F2DD43 url(../agmarknet_imgs/marketnewstabbg.jpg) repeat-x ;
height:26px;
text-align:left;
font:1.2em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #000;
padding:0 0 0 10px;
}

#marketnews {
text-align:left;
height:200px;
background-color:#FBF1D7;
font: normal 1em Verdana, Arial, Helvetica, sans-serif;
overflow:auto;
padding:5px;
}



/*Css for loginpage*/

.content1{

padding-top:60px;
padding-left:200px;
padding-right:200px;
}
.reportdiv1
{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	width:60%;
	height:250px;
	text-align:left;
}
.bgltblu1{
background:#E7F5FB;
border:#C3C8CB solid 1px;
height:150px;
}


/*   padding/margin style 
=================================================== start here*/
.martop{
margin-top:20px;

}

.padlft20{
padding-left:20px;
}

.marginlft20 {
margin-left:20px;
}

.marginrgt10 {
margin-right:10px;
}

.martop5{
margin-top:5px;

}


/*   padding/margin style 
=================================================== end here*/

.WelcomeColor
{
	font-weight:bold;
	font-size:1em;
}
.WelcomeColor1
{
	font-weight:bold;
	font-size:1.2em;
}

.fontfcb
{
	font-weight:bold;
	color:#827744;
	font-size:.9em;
}

/*Css for master page*/
.menucont{
background:url(../agmarknet_imgs/menucontbg.jpg) repeat-x;
height:28px;

}

.cauttext {
font-size:1.2em;
font-weight:bold;
padding-bottom:5px;
margin:0 auto; 
text-align:center
}

.todays 
{
background-color:#BCC4C6;
border-bottom:solid 2px #161B5C;
font-size:1.2em;
color:Black;
font-weight:bold;
text-align:center;
margin-bottom:10px;	
}



/*  form syle 
=====================================*/

.buttstyle {
background:#FCC055 url(../agmarknet_imgs/buttonbg.jpg) repeat-x;
border:#FFA97D solid 1px;
height:18px;
font-weight:normal;
font-size:1.1em;
}
.buttstyle1 {
background:#FCC055 url(../agmarknet_imgs/buttonbg.jpg) repeat-x ;
border:#FFAA7B solid 1px;
height:23px;
text-align:center;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color: #000000;
width:99%;
cursor:pointer;

}
input , textarea , select {
font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
color:#000;
}

form 
{
padding:0px;
margin:0px;	
}




/* ASP menu - navigation BUTTONS
=================================== START */ 

.menustatic
{width:100%;text-align:center;background:#FADAC4 url(../agmarknet_imgs/menuhead.jpg) left top repeat-x;color:#9F4D11;height:24px;padding:0 1px 0 2px;cursor:pointer;font-weight:normal;font-size:1.1em/*margin-left:5px;*/}

.menustatictxt{text-align:center;color:#9B4E08;border:solid 1px #C3600F;border-bottom:none 0px;padding:0 1px 0 2px;height:20px;outline:none;font-size:1.1em;}

.menuhover {text-align:center;background-color:#FFB715;color:#9F4D11;height:20px;margin:0px;padding:0 1px 0 2px;cursor:pointer;font-weight:normal;border:solid 1px #F9C4A0;border-bottom:none 0px;font-size:1.1em;}

.menuactive {text-align:center;background-color:#9B4E08;color:#EFF7FF;height:20px;margin:0px;padding:1px 1px 0 2px;cursor:pointer;
font-weight:normal;border:solid 1px #BCA072;border-bottom:none 0px;outline:none;font-size:1.1em;}

.submenustatic{width:100%;text-align:left;background-color:#F9E8DE;color:#000;height:20px;margin:0;cursor:pointer;font-weight:normal;border:solid 1px #FFF8E4;padding:3px;font-size:1.1em;}

.submenuhover {width:100%;background-color:#F7B90E;background:#C2D9E8 url(../agmarknet_imgs/menusublink.jpg) left top repeat-x;color:#9E4D0B;border:solid 1px #E8B936;text-decoration:underline;font-size:1.1em;}

.submenuactive {width:100%;background-color:#F9E8DE;color:#000;border:solid 1px #FFF8E4;font-size:1.1em;}

/* ASP menu - navigation BUTTONS
=================================== END */ 
/*For grid alignment in unit masterpage start*/
.gridalign
{
	width:26%; height: 255px; overflow: auto;text-align:center;
}
*:first-child+html .gridalign
{
	width:27%; height: 250px; overflow: auto;text-align:center;}
*html .gridalign
{
	width:27%; height: 230px; overflow: auto;text-align:center;
}
/*For grid alignment in unit masterpage end*/
/*For grid alignment in commodity group masterpage start*/
.gridaligncg
{
	width:365px; height: 255px; overflow: auto;text-align:center;
}
*:first-child+html .gridaligncg
{
	width:365px; height: 255px; overflow: auto;text-align:center;}
*html .gridaligncg
{
	width:365px; height: 210px; overflow: auto;text-align:center;
}
/*For grid alignment in commodity group masterpage end*/

/*For grid alignment in market masterpage start*/
.gridalignmarket
{
	width:51.8%; height: 165px; overflow: auto;text-align:center;
}
*:first-child+html .gridalignmarket
{
	width:53.5%; height: 165px; overflow: auto;text-align:center;}
*html .gridalignmarket
{
	width:53.5%; height: 135px; overflow: auto;text-align:center;
}
/*For grid alignment in market masterpage end*/


/*For grid alignment in commodity masterpage start*/
.gridaligncommodity
{
	width:907px; height: 180px; overflow: auto;text-align:center;
}
*:first-child+html .gridaligncommodity
{
	width:908px; height: 180px; overflow: auto;text-align:center;}
*html .gridaligncommodity
{
	width:908px; height: 135px; overflow: auto;text-align:center;
}
/*For grid alignment in commodity masterpage end*/


/*For grid alignment in variety masterpage start*/
.gridalignvariety
{
	width:637px; height: 230px; overflow: auto;text-align:center;
}
*:first-child+html .gridalignvariety
{
	width:643px; height: 230px; overflow: auto;text-align:center;}
*html .gridalignvariety
{
	width:643px; height: 180px; overflow: auto;text-align:center;
}
/*For grid alignment in variety masterpage end*/

/* grid style start here 

=================================== start here*/
.GridContent 
{
	border:solid 1px #FFFEFF;
	
	
	margin-left:10px;
	margin-top:2px;
	margin-bottom:0px;
	
	
}

table.GridContent td { padding:3px; }


.G_alternaterow 
{
background-color:#FEE4D3;
font-size:1.1em;
color:#827744;
font-weight:normal;         
}

.G_editrowstyle 

{
background-color:#FBF3E6;
font-size:1.1em;
color:#827744;
font-weight:normal;         
}

.G_emtydatarowstyle 
{
background-color:#FBF3E6;
font-size:1em;
color:#827744;
font-weight:normal;         

}

.G_footerstyle

{
background:#FFC272 url(../agmarknet_imgs/gridhead.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#000;
font-weight:bold;
}

.G_headerstyle 

{
background:#FFC272 url(../agmarknet_imgs/gridhead.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#AC5505;
font-weight:bold;
/*font-family:inherit;*/

}

.G_pagerstyle 

{
background:#D2CFEE url(../agmarknet_imgs/gridfooter_bg.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#000;
font-weight:bold;
}

.G_rowstyle 

{
background-color:#FBF3E6;
font-size:1.1em;
color:#827744;
font-weight:normal;         

}


.G_selectedrowstyle 

{
background:#F8EBC0 url(../agmarknet_imgs/gridselectedrow_bg.jpg) repeat-x top left;
font-size:1.1em;
color:#5B5D14;
font-weight:normal;         
}

.HideHeader{display:none;width:0px;}
/* grid style start here 

=================================== end here*/

/*grid style for report start here */

.G_alternaterowrep 
{
background-color:#FEE4D3;
font-size:1.1em;
color:#000;
font-weight:normal;         
}

.G_editrowstylerep 

{
background-color:#FBF3E6;
font-size:1.1em;
color:#000;
font-weight:normal;         
}

.G_emtydatarowstylerep 
{
background-color:#FBF3E6;
font-size:1em;
color:#000;
font-weight:normal;         

}

.G_footerstylerep

{
background:#FFC272 url(../agmarknet_imgs/gridhead.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#000;
font-weight:bold;
}

.G_headerstylerep 

{
background:#FFC272 url(../agmarknet_imgs/gridhead.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#000;
font-weight:bold;
/*font-family:inherit;*/

}

.G_pagerstylerep 

{
background:#D2CFEE url(../agmarknet_imgs/gridfooter_bg.jpg) repeat-x top left;
height:24px;
font-size:1.1em;
color:#000;
font-weight:bold;
}

.G_rowstylerep 

{
background-color:#FBF3E6;
font-size:1.1em;
color:#000;
font-weight:normal;         

}


.G_selectedrowstylerep 

{
background:#F8EBC0 url(../agmarknet_imgs/gridselectedrow_bg.jpg) repeat-x top left;
font-size:1.1em;
color:#5B5D14;
font-weight:normal;         
}



/*================================== end here*/

/* popup style

=================================== start here*/

.popupwrapper 
{
background-color: #ffffff;
}

.popuptitle 
{
background-color: #F37220;
border: solid 4px ##E1E1E1;
 height:30px;
 font-size:1.2em;
 color:#fff;
 padding-top:10px;
}

/* working  
=============================================================*/

.WorkingDiv /* working div for loading message */
{
	text-align:center;
	vertical-align:middle;
	background-color:#BCC4C6 !important;
	border:solid 1px #BFC7CC;
	padding-top:8px;
	color:#000 !important;
	height:20px;
	width:100px;
}
.WorkingIframe
{
	text-align:center;
	vertical-align:middle;
	filter: alpha(opacity=50);
}


#DummyDiv
{
	border:solid 1px #BFC7CC; /* same as div border color */
	display:none;
	z-index:99999;
	color:black;
	overflow:auto;
	background-color:#BCC4C6;
	border-collapse:collapse;
}

/*  ============================================= working div ends here */

/*Style for master table in admin masters aspx pages*/
.mastertable
{
	background-color:#FBF3E6;
	border:solid 1px #161B5C;
	color:Black;
	font-weight:normal;
	text-align:center;
	margin-left: 10px; 
	height: 184px;	
}
.mastertable1
{
	background-color:#FBF3E6;
	border:solid 1px #161B5C;
	
	color:Black;
	font-weight:normal;
	text-align:center;
	margin-left: 10px; 
	height:100px;
}
.headtxt
{
	font-size:1.5em;	
	border-bottom:solid 1px #000;
	background:#F7A451;
}
.fieldtxt
{
	font-size:1.2em;}
.txt
{
	font-size:1.1em;
	width:130px;
	text-align:left;
}
.txtmarcom
{
	font-size:1.1em;
	width:110px;
	text-align:right;
}
.txtcomgm
{
	font-size:1.1em;
	width:170px;
	text-align:left;
}
.txtcomvarmas
{
	font-size:1.1em;
	width:90px;
	text-align:left;
	}
	
.txtdismas
{
	font-size:1.1em;
	width:130px;
	text-align:left;
	}	

.padbot10
{
	padding-bottom:10px;
}
/* market profile page*/
.mrkprotable
{
	width: 600px;
	font-size:1.1em;	

	background:#FCF8EF;
}
/*Export Import Directory*/



.eximpdirectory
{
	width: 580px;
	font-size:1.1em;	
	background:#FCF8EF;
}

.subheadtxt
{
	font-size:1.3em;
	background:#FCF8EF;
	background:#F7A451;
	height:23px;
}

/*Style for holiday list table*/
.tblholist
{
	background-color:#F0F9FF;
	border:solid 1px #161B5C;
	}
	
/*Style for change password page*/
.tblchpass
{
	background-color:#F0F9FF;
	border:solid 1px #161B5C;
	width: 750px; height: 318px
}	

/*styles for input text */
.inputtxt
{
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:1.2em;
}
.inputtxt1
{
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:1.1em;
	vertical-align:middle;
	line-height:30px;
	text-align:left;
}
/*Styles for button save and clear text */
.savclrtxt
{
	font-size:1.2em;
}

/*Styles for login page*/
.login_head{
background:url(../agmarknet_imgs/logheadbg.jpg) repeat;
border:#FFB715 1px solid;
height:29px;
padding-left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#575756;
}

.login_body{
background:#FCF8EF;
height:200px;
font-size:12px;
}

/*styles for change password page */
.cp_head{
/*background:url(../agmarknet_imgs/logheadbg.jpg) repeat;*/
background:#F7A451;
font-size:1.5em;	
border-bottom:solid 1px #000;height:25px;
padding-left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
text-align:left;
}

.cp_body{
background:#FCF8EF;
height:150px;
font-size:12px;
}

/*class for cloumns which has number as data in girds*/
.datanumber
{
	text-align:right;
	color:#827744;
}

.datanumberrep
{
	text-align:right;
	color:#000;
}

/*class for variety wise periodic report */

.vartable
{margin-top:10px;background:#FBF3E6;height:150px;font-size:1.1em;padding-left:5px;padding-right:5px;
	}

/* class for search criteria */
.srcritxt
{
	font-size:1.2em;text-align:left;background:#F7A451;}	
	
	
	/****************************************************/
	.lhslinks ul {
  line-height:25px;
  font:1.1em Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  color: #995409;
}

.lhslinks ul li {
  list-style-image: url(agmarknet_imgs/bullet1.gif);
   line-height:20px;
}

.lhslinks ul a{
  font-weight:normal;
  color: #B15B0B;
  text-decoration:underline;
}

.lhslinks ul a:link{
  color: #B15B0B;
  text-decoration:underline;
}

.lhslinks ul a:hover{
  color: #000;
  text-decoration:underline;
}

/*margin for checkbox aligment*/
.marleft
{
	margin-left:0px;
}


*:first-child+html .marleft{padding-left:16px;}
*html .marleft{padding-left:20px;}

/*margin for checkbox aligment for commodity wise prices report */
.marleftcwpr
{
	margin-left:12px;
}


*:first-child+html .marleftcwpr{padding-left:10px;}
*html .marleftcwpr{padding-left:10px;}

/*margin for checkbox for price comparison report */

.marleftpcmpr
{
	margin-left:13px;
}


*:first-child+html .marleftcwpr{padding-left:13px;}
*html .marleftcwpr{padding-left:13px;}


/*class for cloumns which has number as data in girds in Price Entry screen*/
.datanumberpe
{
	text-align:right;
	
}

/*For grid alignment in Commodity Royalty Report start*/
.gridaligncr
{
	width:86%; height: 440px; overflow: auto;text-align:center;
}
*:first-child+html .gridaligncr
{
	width:88%; height: 440px; overflow: auto;text-align:center;
}
*html .gridaligncr
{
	width:88%; height: 440px; overflow: auto;text-align:center;
}
/*For grid alignment in ommodity Royalty Report end*/

/*For grid alignment in Export Import Report start*/
.gridaligneximport
{
	width:51%; height: 415px; overflow: auto;
}
*:first-child+html .gridaligneximport
{
	width:51.5%; height: 415px; overflow: auto;
}
*html .gridaligneximport
{
	width:51.5%; height: 415px; overflow: auto;

}

.aligntop
{
 vertical-align:top;
}

.downloadclass a:link, .downloadclass a:visited
{
  color:#4F4700;
  text-decoration:none; 
 
}
.downloadclass a:hover
{
  color:#4F4700;
  text-decoration:underline; 

}

/*For grid alignment in Export Import Report end*/

/*For grid alignment in Commodity Royalty Report start*/
.gridpndforapp
{
	height: 350px; overflow: auto;
}
*:first-child+html .gridpndforapp
{
   height:280px; overflow: auto;
}
*html .gridpndforapp
{
	height: 280px; overflow: auto;
}
/*For grid alignment in ommodity Royalty Report end*/