@charset "utf-8";
/* CSS Document */
/* The container */
	/* The list elements which contain the links */
	.ShowlistHead
	{
		text-align:left;
		font-weight:bold;
		font-size:13px;
		height:25px;
		background: #feccb1; /* Old browsers */
background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 47%, #ea5507 67%, #fb955e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(47%,#f17432), color-stop(67%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */

	}
.GridEditButtonTDStyle
  {
  	width:110px;
  }
  .ShowlistRow
	{
		font-size:15px;
		background: #d4e4ef; /* Old browsers */
background: -moz-linear-gradient(top,  #d4e4ef 100%, #86aecc 100%, #86aecc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#d4e4ef), color-stop(100%,#86aecc), color-stop(100%,#86aecc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d4e4ef 100%,#86aecc 100%,#86aecc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d4e4ef 100%,#86aecc 100%,#86aecc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d4e4ef 100%,#86aecc 100%,#86aecc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d4e4ef 100%,#86aecc 100%,#86aecc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */

	}
.btnGridEditStyle
  {
            border: 1px solid White;
			background-color:#4097F8;
			height: 25px;
			width:100px;
  } 
.GridPanalStyle
  {
  	text-align:left; 
  	background-color:#fff; 
  	font-size:12px;
  	font-family: Tahoma; 
    font-weight: bold; 
    color:#333; 
    border: 4px solid blue; 
    border-radius:10px;
  } 
  .GridPanalHeaderStyle
  {
  	text-align:center; 
  	background-color:Gray; 
  	color:White; 
  	font-size:11pt; 
  	width:100%
  }
   
		/* The hover state of the menu/submenu links */
		#cssSubmenu > ul li>a:hover, #cssSubmenu > ul li:hover>a {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
			background: #f06343;
			background: -webkit-linear-gradient(bottom, #f06343, #f27d63);
			background: -ms-linear-gradient(bottom, #f06343, #f27d63); 
			background: -moz-linear-gradient(bottom, #f06343, #f27d63);
			background: -o-linear-gradient(bottom, #f06343, #f27d63);
			border-color: transparent;
		}

		/* The arrow indicating a submenu */
		#cssSubmenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #e4433c; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssSubmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#cssSubmenu > ul li>a:hover::after, #cssSubmenu > ul li:hover>a::after {
			border-left: 4px solid #fff;
		}

		#cssSubmenu > ul li>a:hover::before, #cssSubmenu > ul li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .25);
		}

	
		/* THE SUBMENUS */
		#cssSubmenu > ul ul {
			position: absolute;
			left: 150px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssSubmenu > ul li:hover>ul {
			top: 0px;
			opacity: 1;
		}

.menu01 {
	color : #707070;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.menu01 a {
	color : #707070;
	text-decoration: none;
	
}
.menu01 a:hover {
	color : Maroon;
}

#cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:transparent url('images/off.gif') repeat-x top left;
	font-family:Calibri;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
#cssmenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#000000; /*#8c3a3a*/
	text-decoration:none;
	font-weight:bold;
	padding:10px 20px 0 13px;
	height:24px;
	background:transparent url('images/divider.gif') no-repeat top right;
	}
	.SignUpIn{
	display:block;
	float:left;
	color:Navy; /*#8c3a3a*/
	text-decoration:none;
	
	font-weight:bold;
	font-size:small;
	font-family:Calibri;
	padding:8px 0 0 0;
	
	
	background:transparent url('images/divider.gif') no-repeat top right;
	}
		#cssSignInMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:transparent url('images/off.gif') repeat-x top left;
	font-family:Calibri;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
#cssSignInMenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
#cssmenu li a:hover{
	background:transparent url('images/hover.gif') no-repeat top right;	
	}
.menu02 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
	
}

.menu02 a {
	color : #FFFFFF;
	text-decoration: none;
	
}
.menu02 a:hover {
	color : Black;
	background-image:url(images/hover.gif);
	height:36px;
}
.menu03 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.menu03 a {
	color : #000000;
	text-decoration: none;
}
.menu03 a:hover {
	color : Maroon;
	
}

.closeBtnStyle
{
	border: 2px solid White;
	background-color:red;
	height: 21px;
	color:White;
	font-size:larger;
	text-align:center;
} 
.messageboxTable
{
	width:100%;
}
.messageboxHeading
	{	
		color:white; 
		height:30px; 
		text-align:left; 
		font-size:22px; 
		padding-left:15px; 
		font-weight:bold;
		background: #feccb1; /* Old browsers */
background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 47%, #ea5507 67%, #fb955e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(47%,#f17432), color-stop(67%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
	}
	.messageboxBody
	{
		background-color:#C6F3EE; 
		border-style:solid; 
		border-color:Orange; 
		border-width:2px;
		width:600px;
		
	}
.messageBoxOKBtnStyle
{
	border: 1px solid Red;
	background-color:Orange;
	height: 21px;
	color:White;
	font-size:medium;
	text-align:center;
	
}
.messageBoxLabelHeading
{
	font-family:MS Reference Sans Serif;
	font-size:Large;
	color:Black;
	
}
.messageBoxLabelMessage
{
	font-family:MS Reference Sans Serif;
	font-size:larger;
	color:Maroon;
	
}
.ShowlistHead
	{
		text-align:left;
		font-weight:bold;
		height:25px;
		background: #feccb1; /* Old browsers */
background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 47%, #ea5507 67%, #fb955e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(47%,#f17432), color-stop(67%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feccb1 0%,#f17432 47%,#ea5507 67%,#fb955e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */

	}

.title {
	color : #D44409;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.MasterHeader
 {
 	color:White;
 	font-size:large; 
 	height:25px; 
 	padding-top:2px; 
 	width:100%
 	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 2%, rgba(140,51,16,1) 44%, rgba(114,34,3,1) 67%, rgba(191,110,78,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(240,183,161,1)), color-stop(44%,rgba(140,51,16,1)), color-stop(67%,rgba(114,34,3,1)), color-stop(99%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 2%,rgba(140,51,16,1) 44%,rgba(114,34,3,1) 67%,rgba(191,110,78,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,183,161,1) 2%,rgba(140,51,16,1) 44%,rgba(114,34,3,1) 67%,rgba(191,110,78,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 2%,rgba(140,51,16,1) 44%,rgba(114,34,3,1) 67%,rgba(191,110,78,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,183,161,1) 2%,rgba(140,51,16,1) 44%,rgba(114,34,3,1) 67%,rgba(191,110,78,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

 }
 .menuPlaceHolder
 {
 	color:White;
 	background: rgb(41,137,216); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,137,216,1) 16%, rgba(32,124,202,1) 58%, rgba(125,185,232,1) 95%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,rgba(41,137,216,1)), color-stop(58%,rgba(32,124,202,1)), color-stop(95%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,137,216,1) 16%,rgba(32,124,202,1) 58%,rgba(125,185,232,1) 95%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,137,216,1) 16%,rgba(32,124,202,1) 58%,rgba(125,185,232,1) 95%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,137,216,1) 16%,rgba(32,124,202,1) 58%,rgba(125,185,232,1) 95%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(41,137,216,1) 16%,rgba(32,124,202,1) 58%,rgba(125,185,232,1) 95%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

 }
.right {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a {
	color : #EF6D00;
}
.right a:hover {
	color : #000000;
}
li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #294A7B;
}
p a:hover {
	color : #000000;
}
.bot {
	color : #000000;
	margin-top : 20px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 200px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.bot a {
	color : #000000;
	text-decoration: none;
}
.bot a:hover {
	color : #294A7B;
}



/*bansi new sub menu*/
.tab{
font-family: arial, verdana, san-serif;
font-size: 14px;
}
.asd
{
text-decoration: none;
font-family: arial, verdana, san-serif;
font-size: 17px;
color:#4234ff;
}

/*****remove the list style****/
#nav {
margin:0;
padding:0;
list-style:none;
}

/*****LI display inline *****/
#nav li {
float:left;
display:block;
border-radius: 4px;
width:230px;
background:#1E5B91;
background-color:Maroon;
position:relative;
z-index:500;
margin:0 1px;
font-size:small;
}

/*****parent menu*****/
#nav li a {
display:block;
padding:8px 5px 0 5px;
font-weight:700;
height:25px;
text-decoration:none;
color:#ffffff;
text-align:left;
color:#ffeecc;
}

#nav li a:hover
{
color:#470020;
color:White;
}

/* style for default selected value */ 
#nav a.selected {
color:#4234ff;
}
/* submenu */ #nav ul
{
position:absolute;
left:0;
display:none;
margin:0 0 0 -1px;
padding:0;
list-style:none;
}

#nav ul li
{
width:230px;
float:left;
border-top:1px solid #fff;
text-align:left;
}

/* display block will make the link fill the whole area of LI */  
#nav ul a
{
display:block;
height:15px;
padding: 8px 5px;
color:#ff7777;
color:Black;
}

#nav ul a:hover
{
text-decoration:underline;
padding-left:15px;
background-color:Black;
}

#buttons{
	text-align:center;
	height: 68px;
	margin-left: 0px;
	padding: 11px 0px 0px 300px;
}
#header
{
	text-align:center;
	background: url(images/buttons.gif) left top no-repeat;
}
/* home master page header setting */
#buttons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-top: 13px;
	height: 33px;
	font-weight: bold;
}

.but {
	width: 87px;
}
