﻿/* for table */
.Main_Table_Style
{
	border: 1px outset midnightblue;
    border-radius: 5px; /*w3c border radius*/
            box-shadow: 3px 3px 4px rgba(0,0,0,.5) /* w3c box shadow */;
            padding: 2px;
	/*background-image: url(../img/main-bg.png);
	 background-color: #E7EEF5;*/
	font-size: 14px;
	width:80%;
	
}
.Main_Table_Style input[type="submit"]
{
	border-radius: 8px; /*w3c border radius*/
            box-shadow: 2px 2px 2px rgba(0,0,0,.5) /* w3c box shadow */;
            padding: 5px;  
	background-image: url(../images/btnbk.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: mediumblue;
	height: 35px;
}
.Main_Table_Style input[type="submit"]:hover
{
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 2px 2px 2px rgba(0,0,0,.5) /* w3c box shadow */;
	padding: 5px;
	background-image: url(../images/btnbk1.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: mediumblue;
	height: 35px;
}
.Main_Table_Style input[type="submit"][disabled="disabled"]
{
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 2px 2px 2px rgba(0,0,0,.5) /* w3c box shadow */;
	padding: 5px;
	background-image: url(../images/btnbk.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: darkgray;
	height: 35px;
}
.Main_Table_Style input[type="submit"][disabled="disabled"]:hover
{
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 2px 2px 2px rgba(0,0,0,.5) /* w3c box shadow */;
	padding: 5px;
	background-image: url(../images/btnbk1.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: darkgray;
	height: 35px;
}



.Table_Style
{
	/*#BAD9EF     */
	
	 background-color: #E7EEF5;
	/* border-bottom: midnightblue 1px outset;
	border-left: midnightblue 1px outset;
	border-top: midnightblue 1px outset;
	border-right: midnightblue 1px outset; */
	width:100%;
	/*border-collapse: collapse;*/
}
 .Table_Style td
{
	text-align:left;
	  border-bottom: 1px solid white;
	
border-collapse:collapse;

padding-left:5px;
}

tr.Heading
{
	background-color: #247ACA;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
	font-weight:bold;
	height: 30px;
}
tr.SubHeading1
{
	
	background-color: #99ccff;
	height: 30px;
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	font-weight:bold;
	text-align: left;
}
tr.SubHeading2
{
	background-color: #cccccc;
	height: 30px;
	color: #000099;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}





/* Grid */
.GridStyle
{ width: 100%; border: solid 1px #525252; border-collapse:collapse; font-size:12px;text-align:left;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}	
 .GridStyle caption
{
	background: #4582DC;
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #c1c1c1;
	color: white;
	text-decoration: underline;
}
.GridStyle th
{
	padding: 4px 2px;
	color: White;
	background: #7095DA;
	text-align: left;
}

.GridStyle tr:hover
{
	background-color: #D1DDF1;
	color: black;
}
.GridStyle .pgr
{
 font-weight:bold; background:#507CD1; color:White;
}
.pgr a { color: white; text-decoration: underline; }
.pgr a:hover { color: white; text-decoration:none; }
.PgrRow
{
	font-size:14px;
	background: #4582DC;
	width: 100%;
	color: white;
	text-align:center;
font-style:italic; 
}
/*.GridStyle .row { background: #EFF3FB; }
.GridStyle .alt { background: white; }
 .GridStyle .ftr
{
background : "#507CD1"; Color :White;  font-weight:bold;
}
.GridStyle .SelectedRow
{
background : #D1DDF1; font-weight:bold; color: #333333;
}
.GridStyle .SelectedRow
{
	 background : #2461BF;
}
 */
/*end of Grid */

/*horizontal menu for Afterlogin.master*/


.NavigationMenu
{
	 font-family: Arial, Helvetica, sans-serif; /*font-size:10pt;*/ /*color: #FFFFFF;
	font-weight: 600;*/
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	font-size:10pt;
/*color: #FFFFFF;
font-weight:600;*/
}

.staticMenuItemStyle 
{
	  font-family: Arial, Helvetica, sans-serif;
text-align:center;
color:#FFFFFF;
/*display:block;*/
/*width:200px;*/
border-right:solid 1px #FFFFFF;
padding:6px;
}
.dynamicMenuItemStyle {
/*text-align:center;
display:block;*/
padding-left:2px;
padding-right:2px;
margin-left:0;
/*width:200px;*/
padding-top:3px;
padding-bottom:3px;
background-color:#AFCDFA;
color:blue;
border-bottom:solid 2px #87B2F3;
text-align:left;

}

.staticHoverStyle {
/*background-image:url(../images/menu1.jpg);*/
color: #FFFFFF;
background-image:url(../images/menu1.jpg);
/*background-color:#AFCDFA;*/

}


.menuItemMouseOver
{
	/*color: #FFFFFF;background-image: url(../images/menu1.jpg);
	text-decoration: underline;*/
background-color:	#87B2F3;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10pt; color: #FFFFFF;*/
	/*font-weight: 600;*/
	z-index: 101;
}
.menuItemSelected
{
    background-color: #93BBF9;
	color: #000080;
}

.menuItem 
{

background-color:Black;

color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
/*color: #FFFFFF;*/
/*font-weight:600;*/
z-index:101;
}


.staticMenuItemSelectedStyle
{
border:solid 1px black
}
/* end of horizontal menu */


/*horizontal menu for MainPage1.master*/


.NavigationMenu1
{
	font-family: Arial, Helvetica, sans-serif; /*font-size:10pt;*/ /*color: #FFFFFF;
	font-weight: 600;*/
	background-repeat: repeat-x;
	font-size: 10pt; /*color: #FFFFFF;*/
	/*font-weight: 600;*/
	background-color: #004A95;
	color: White;
}

.staticMenuItemStyle1
{
	  font-family: Arial, Helvetica, sans-serif;
text-align:center;
color:#FFFFFF;
/*display:block;*/
/*width:200px;*/
border-right:solid 1px #FFFFFF;
padding-top:8px;
padding-bottom:8px;
}
.dynamicMenuItemStyle1
{
	/*text-align:center;
display:block;*/
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0; /*width:200px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #0D7AD5;
	color: #FFFFFF;
	border-bottom: solid 1px #87B2F3;
	border-bottom-color: #FFFFFF;
}

.staticHoverStyle1
{
	/*background-image:url(../images/menu1.jpg);*/
	color: #FFFFFF;
	background-color: #1B5BC7; /*background-color:#AFCDFA;*/
	
	padding-top:8px;
padding-bottom:8px;
}


.menuItemMouseOver1
{
	/*color: #FFFFFF;background-image: url(../images/menu1.jpg);
	text-decoration: underline;*/
	background-color: #0066CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; /*font-size: 10pt; color: #FFFFFF;*/
	/*font-weight: 600;*/
	z-index: 101;
}
.menuItemSelected1
{
    background-color: #93BBF9;
	color: #000080;
}

.menuItem1
{

background-color:Black;

color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
/*color: #FFFFFF;
font-weight:600; */
z-index:101;
}


.staticMenuItemSelectedStyle1
{
border:solid 1px black
}
/* end of horizontal menu */

/*wrapping content of Gridview in page  */

.GridTable
   {
   overflow:hidden;
   table-layout:fixed;
   position:relative;
   width:100%;
   border-style: solid;
   border-width: 1px;
   
   }

   .GridPanel
   {
   overflow: auto;
   width: 100%;
   position: relative;
   white-space:nowrap;
   }


/* end of wrapping content of Gridview*/