
/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
/* -------------------------------------------------------- */
/* BUTTON													*/

	a.button_link:link{
	color:#1b75bc;
	}
		a.button_link:visited{
	color:#1b75bc;
	}
		a.button_link:hover{
	color:#000000;
	}
	
.button{
	background:url(button.png)  -460px right no-repeat;
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:23px;
	line-height:23px;
	width:460px;
	margin-right:0px;
}
.indexbutton
{
	background-image: url("cdbBar1.jpg");
    background-repeat: no-repeat;
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	width:231px;
	margin-right:0px;
}
a.indexbutton
{
	background-image: url("cdbBar1.jpg");
    background-repeat: no-repeat;
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	width:231px;
	margin-right:0px;
}
	a.button {
		text-decoration:none;
	}
	.button span {
		background:url(button.png) left top no-repeat;
		display:block;
		height:23px;
		line-height:23px;
		padding-left:10px;
		padding-right:0px;
		margin-right:0px;
	}
	 /*------------- Added for link for list_yearly_national_data and monthly ----------------*/
 a.blue:link
 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#1b75bc;
	text-decoration:none;
	border-top:0;
	}
	
	 a.blue:active
 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#1b75bc;
	text-decoration:none;
	border-top:0;
	}
	 a.blue:visited
 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#1b75bc;
	text-decoration:none;
	border-top:0;
	}
	 a.blue:hover
 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	border-top:0;
	color:white; background-color: red;
	}
		 .blue 
 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#3349ca;
	border-top:0;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	border:solid 1px #dcdcdc;
	width:425px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		margin-top:0px;
		padding:6px 10px;
	}
		.v-menu li a{
			color:#555555;
			font-weight:bold;
			display:block;
			border-top:solid 1px #dcdcdc;
			padding:4px;
			text-decoration:none;
		}



/*------------------------------------ For Dateunit -----------------*/
.dateunitlabel
 {color: #000000;font-size: 10px;font-family: Arial ;font-weight: bold;font-style:italic;}
 
 
 .nonsubscribe
 {color: #C04000;font-size: 12px;font-family: Arial ;font-weight: bold;}
 
 /*------------------------------------ For Link in sector -----------------*/
 a.bluelink:link 
 {
	color:#1f43ba
	}
	 a.bluelink:active 
 {
	color:#1f43ba
	}
	 a.bluelink:visited 
 {
	color:#1f43ba
	}
 
 	 a.bluelink:hover 
 {
	color:white; background-color: red;
	}

	/*----------------------For Grid view hyperlink ---------------------*/
.griditem a:hover{
		color:white; background-color: red;
		}
		/*---------------------------------For Non Subscriber Panel inside PlotChart Pages --------*/
.nonsubscriberpanel
{
	background:#ededed;
	border-color:#b6b0b0;
	border-style:dashed;
	border-width:thin;
	}
	.databank_title
	{
		color:#1b75bc;
		font-size:17px;
		font-weight:bold;
		text-align:left;
	}
