﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	width:100%;	
}
/* Header Section Start Here */

.SelectData
{
	background-color:#d3e9fc; 
	COLOR: #000000;
}

.PathSeparatorStyle
{
	font-weight:bold;
	color:#FB000D;   
}
.CurrentNodeStyle
{
	color:#000000; 
	font-size:11px; 
}
.RootNodeStyle
{
	color:blue;
	font-size:11px;
	text-decoration: underline;  	
}
.NodeStyle
{
	color:blue;
	font-size:11px;
}

.CharBG
	{
		/* background-image:url(../Images/Theme/Golden/ChartBG.jpg); */
		background-color:#FFFFFF; 
	}
	
.header {
	width:99%;
	padding-bottom:0px;
	width:150px
}
a.searchProfile, a.searchProfile:link, a.searchProfile:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/searchN.png);
    background-repeat:no-repeat;
}

a.Grievance, a.Grievance:link, a.Grievance:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/Grievance.png);
    background-repeat:no-repeat;
}

a.FeedBack, a.FeedBack:link, a.FeedBack:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/feedback_banner.jpg);
    background-repeat:no-repeat;
}
a.eIndiaAw, a.eIndiaAw:link, a.eIndiaAw:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/eIndiaAw.jpg);
    background-repeat:no-repeat;
}

a.DataEntry, a.DataEntry:link, a.DataEntry:visited 
{
    display: block;
    height: 40px;
    width: 200px;
	background-image:url(../Images/DataEntry.JPG);
    background-repeat:no-repeat;
}

a.RWSS, a.RWSS:link, a.RWSS:visited 
{
    display: block;
    height: 60px;
    width: 200px;
	background-image:url(../Images/LIS.png);
    background-repeat:no-repeat;
}
a.PMIS, a.PMIS:link, a.PMIS:visited 
{
    display: block;
    height: 80px;
    width: 200px;
	background-image:url(../Images/PMIS.JPG);
    background-repeat:no-repeat;
}

a.NWQSMD, a.NWQSMD:link, a.NWQSMD:visited 
{
    display: block;
    height: 93px;
    width: 200px;
	background-image:url(../Images/NWQSMdsh.jpg);
    background-repeat:no-repeat;
}

a.NWQSM, a.NWQSM:link, a.NWQSM:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/NWQSM.JPG);
    background-repeat:no-repeat;
}
a.MobileApp, a.MobileApp:link, a.MobileApp:visited 
{
    display: block;
    height: 80px;
    width: 200px;
	background-image:url(../Images/Mobile_app.jpg);
    background-repeat:no-repeat;
}
a.GIS, a.GIS:link, a.GIS:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/GIS1.JPG);
    background-repeat:no-repeat;
}
a.Dash, a.Dash:link, a.Dash:visited 
{
    display: block;
    height: 160px;
    width: 200px;
	background-image:url(../Images/DashBoard.png);
    background-repeat:no-repeat;
}
.logo {
    /*background-image:url(../Images/Theme/Golden/header_left_g.JPG);*/
    background-color: #024f7dc9;
    height: 115px;
    width: 100%;
    padding-top: 10px;
}
.logo_right {
	/*background-image:url(../Images/Theme/Golden/logoindex_g.png);*/
	background-color:yellow;
	height:81px;
	width:160px;
	BACKGROUND-REPEAT:no-repeat; 
}
.middleBg {
	/*background-image:url(../Images/Theme/Golden/middle_bg.jpg);*/
	height:81px;
	float:left;
	width:100%;
}
.HeadBg {
	/*background-image:url(../images/revheader.jpg);*/
	background-repeat:no-repeat;
	height:100px;
	float:left;
	width:100%;
}
.headerRight {
	/*background-image:url(../images/header_inner_right.jpg);*/
	background-repeat:no-repeat;
	height:112px;
	width:599px;
	float:right;
}
/* Header Section Ends Here */

/* Content Section Starts Here */

.ContentContainer {
	width:99%;
	border-right:1px solid #80aebf;
	padding-top:0px;
	margin-top:0px;
}
.leftContainer {
	width:99%;
	float:left;
	padding-top:0px;
	padding-left:5px;
}
.middleContainer {
	width:98%;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}
.rightContainer {
	width:19%;
	float:right;
	padding-right:10px;	
}
.waterImg {
	/*background-image:url(../images/right_image.jpg);*/
	background-repeat:no-repeat;
	width:191px;
	height:129px;
	float:right;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}
.justify {
	text-align:justify;
}
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#000000;
	font-weight:bold;
}
.marginTop {
	margin-top:140px;
}
.clear {
	clear: both;
}
#rightmenu 	ul {
	margin:0;
	padding:0;
}
#rightmenu li {
	line-height:25px;
	list-style-type:none;
	font-size:100%;
	font-weight:bold;
}
#rightmenu li a  {
	color:#242424;
	text-decoration:none;
}
.footerBg {
	background-color:#d2d2d2;
	background-repeat:repeat;
	width:100%;
	height:2px;
	margin-top:0px;
}
.line {
	width:97%;
	height:1px;
	background-color:#CCCCCC;
	margin-top:30px;
	margin-left:20px;
}
.footerContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	width:580px;	
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.footerContentLeft {
	width:280px;
	float:left;
}
.contentNic {
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 52px;
   width: 182px;
}
.footerNIC {
	/*background-image:url(../images/logo_nic.jpg);*/
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
}
.footerContentRight {	
	float:right;
	width:290px;
}
.contenttsc {
	float:right;
	width:240px;
	padding-left:5px;
}
.footerLogo {
	background-image:url('../images/footer_logo.jpg');
	background-repeat:no-repeat;
	width:34px;
	height:33px;
	float:left;
}
.center {
	text-align:center;
}
.paddBottom {
	padding-bottom:20px;
}
.right {
	float:right;
}
.paddingRight {
	padding-right:10px;
}

.select {
	border: 1px solid #d1d8db;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#161616;
}
.select1 {
	border: 1px solid #d1d8db;
	width:100%;
	height:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#161616;
}
.line {
	background-color:#CCCCCC;
}
.topBorder {
	border-top: 1px solid #cccccc;
}
.bottomBorder {
	border-bottom: 1px solid #cccccc;
}

.login {
	/*background-image:url(../images/login.jpg);*/
	float:right;
	width: 180px;
	height: 171px;  
}
.MAP {
	/*background-image:url(../images/MAP.bmp);*/
	float:right;
	width: 180px;
	height: 171px;  
}
.TableHdr
{
	/*background-image:url('../Images/Theme/Golden/TableHeder_g.jpg');*/
	background-repeat:no-repeat;
	width:100%;
	height:18px;
	float:right;
	TEXT-ALIGN: left; 
	MARGIN-TOP: 0px; 
	COLOR: #2d66b7; 
	font-size:15px; 
	FONT-WEIGHT: bold;
}
.SiteMapH
{
	COLOR: #2d66b7; 
	font-size:1.5em; 
}
	.SiteMapD
{
	COLOR: #000000; 
}
	
.Table_bg {
	/*BACKGROUND-IMAGE: url(./images/Table_bg.jpg); WIDTH: 100%; BACKGROUND-REPEAT: repeat*/
}
.TableSubHdr
{
	background-image:url('../images/TableSubHeader.JPG');
	background-repeat:no-repeat;
	width:100%;
	height:50px;
	float:right;
	TEXT-ALIGN: left; 
	MARGIN-TOP: 0px; 
	COLOR: #FF6600; 
	font-size:13px; 
	FONT-WEIGHT: bold;
}
.TableLogin
{
	background-image:url('../images/TableHeder.jpg');
	background-repeat:no-repeat;
	width:100%;
	height:44px;
	float:right;
}
.TableLoginFooter
{
	background-image:url('../images/TableFooterLogin.jpg');
	background-repeat:no-repeat;
	width:100%;
	height:22px;
	float:left;
}
.dotLine 
{
	BACKGROUND-IMAGE: url('../Images/Theme/Golden/dots_g.jpg'); 
	HEIGHT: 2px; 
	MARGIN-RIGHT: 7px
}

.SiteMAP
{
	width:98%;
	height:20px;
	TEXT-ALIGN: left; 
	MARGIN-TOP: 0px; 
	COLOR: #FF6600; 
	font-size:18px; 
	FONT-WEIGHT: bold;
	background-color:#F0F4F1; 
}

.TableHdrProfile
{
	background-image:url('../images/TableSubHeader.JPG');
	background-repeat:no-repeat;
	width:100%;
	height:18px;
	float:right;
	TEXT-ALIGN: left; 
	MARGIN-TOP: 0px; 
	COLOR: #FF6600; 
	font-size:13px; 
	FONT-WEIGHT: bold;
}

.menu {
	padding: 0px 10px;
	MARGIN-TOP: 10px; 
		FONT-FAMILY: Arial, Helvetica, sans-serif; 
		FLOAT: left; 
		COLOR: #ffffff; 
		FONT-WEIGHT: bold; 
		font-size:12px;
}

.menuimage {
	/*BACKGROUND-IMAGE: url(../Images/Theme/Golden/menu_seprator_g.jpg);*/
	background-color:aliceblue;  
	WIDTH: 3px; 
	FLOAT: left; 
	HEIGHT: 36px; 
	COLOR: #ffffff; 
	FONT-WEIGHT: bold
}
.content {
	TEXT-ALIGN: justify
}
.menuStartimage {
	WIDTH: 14px; 
	/*BACKGROUND: url(../Images/Theme/Golden/menu_start.jpg) no-repeat;*/ 
	FLOAT: left; 
	HEIGHT: 36px
}
.menuStartHome {
	/*WIDTH: 51px; BACKGROUND: url(../Images/Theme/Water/Home.png) no-repeat;*/ 
	FLOAT: left; 
	HEIGHT: 36px; 
	font-size:x-large;
}
#header a {
  display: block;
}
#header a span {
  visibility: hidden;
}

.menuContainer {
	/*BACKGROUND-IMAGE: url(../Images/Theme/Golden/menu_bg.jpg);*/
	background-color: #76a0c5; 
	HEIGHT: 36px
}
.header_middle
{
	border-collapse: collapse; 
	BACKGROUND-IMAGE:url(../Images/Theme/Golden/header_middle_g.jpg); 
	BACKGROUND-REPEAT: repeat
	}
	
.Marquee
{
	background-color:#FBF8F1;
}

 ul.BullW
        {
            list-style-image: url('../Images/Theme/Water/bullet_g.JPG' );
        }
        
		#sddm
        {	margin: 0;
	        padding: 0;
	        z-index: 30}
        #sddm li
        {	margin: 0;
	        padding: 0;
	        list-style: none;
	        float: left;
	        font: bold 11px arial}

        #sddm li a
        {	display: block;
	        margin: 0 1px 0 0;
	        padding: 1px 1px;
	        width: 100%;
	        color: #FFF;
	        text-align: center;
	        text-decoration: none}
	    
        #sddm div
        {	position: absolute;
	        visibility: hidden;
	        margin: 0;
	        padding: 2;
	        background: #DEC47A;
	        border: 1px solid #5970B2}

	    #sddm div a
	    {	position: relative;
		    display: block;
		    margin: 0;
		    padding: 1px 1px;
		    width: auto;
		    white-space: nowrap;
		    text-align: left;
		    text-decoration: none;
		    background: #DEC47A;
		    color: #000000;
		    font: 11px arial}

	    #sddm div a:hover
	    {	background: #967724;
		    color: #FFF}
		    
		    
		#sddmL
        {	margin: 0;
	        padding: 0;
	        z-index: 30}

        #sddmL li
        {	margin: 0;
	        padding: 0;
	        list-style: none;
	        float: left;
	        font: bold 11px arial}

        #sddmL li a
        {	display: block;
	        margin: 0 1px 0 0;
	        padding: 2px 2px;
	        width: 100%;
	        color: #FFF;
	        text-align: center;
	        text-decoration: none}
	    
        #sddmL div
        {	position: absolute;
	        visibility: hidden;
	        margin: 0;
	        padding: 2;
	        background: #DEC47A;
	        border: 1px solid #5970B2}

	    #sddmL div a
	    {	position: relative;
		    display: block;
		    margin: 0;
		    padding: 5px 10px;
		    width: auto;
		    white-space: nowrap;
		    text-align: left;
		    text-decoration: none;
		    background: #c3e3ff;
		    color: #000000;
		    font: 11px arial}

	    #sddmL div a:hover
	    {	background: #2c4d6a;
		    color: #FFF}
	
div.inner { margin: 0; background: #FAF4E6; padding: 2px; border:0;}
div.outer { float:none;  margin: 2px; background: #94805D; padding: 2px; width: 950px;}

.MsgTable
{
   border-collapse :collapse; 
}
.MsgTable td 
{
    font-size : 13px;
    padding: 0px 1px 0px 1px;
	color: black;
	text-align: left;
	/*mso-number-format:"\@"; */
}
.MsgTable td P
{
    font-size : 13px;
    padding: 0px 10px 0px 30px;
	color: black;
	text-align: left;
	/*mso-number-format:"\@"; */
}
a.SchemeProfile, a.SchemeProfile:link, a.SchemeProfile:visited 
{
    display: block;
    height: 90px;
    width: 200px;
	background-image:url(../Images/SchemeN.jpg);
    background-repeat:no-repeat;
}   
  

	     