﻿body {
    background: #000000 url('../Images/pgbkgrnd1.jpg');
    padding: 2px 0px 0px 0px;
    font-family: Calibri;
}

.GridPanel {
    background-color: #ffd800; 
    border-style: solid;
    border-color: inherit;
    font: normal 11px auto "trebuchet ms", verdana;
    background: #000000 url('../Images/pgbkgrnd1.jpg');
    color: #4f6b72;
    vertical-align: top;
    border-width :1px;

}

.GridheaderStyle {
    background-color: #ff7d00;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.GridrowStyle {
    background-color: #E4E4E4;
}
 .Gridview {
            border: solid 1px #df5015;
        }
.GridalternatingRowStyle {
    background-color: #fff;
}

.GridfooterStyle {
    background-color: #4f5e74;
    margin-top: 0px;
}

.GridpagerStyle {
    background-color: #4f5e74;
    color: #fff;
}

    .GridpagerStyle td table {
        margin: auto;
    }

.Gridrows {
    font-family: verdana,helvetica, ms sans serif;
    font-size: 13px;
    color: black;
    background-color: #ffd800;
    border: solid 1px #df5015;

}

.buttonstandard {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #54a3f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    border: 1px solid #124d77;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    }
    .buttonstandard:focus 
    {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .buttonstandard:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .buttonstandard:active {
        position: relative;
        top: 1px;
    }

.textbox
{
	border: thin solid Black;
    font-size: 15px;
	font-family: Calibri , verdana,helvetica, ms sans serif;
	color: black;
	padding :0px; 
    vertical-align:baseline;
    margin-left: 0px;
    margin-right: 0px;
    }

.textboxRightAlign
{
	font-size: 12px;
	font-family: verdana,helvetica, ms sans serif;
	color: black;
	text-align: left;
	border-style: solid;
	border-width: thin;
	border-color: Black;
	padding :0px;vertical-align :baseline;
	height: 20px;
	
}
.NotEditabletextbox
{
	border: thin solid Black;
    font-size: 15px;
	font-family: Calibri , verdana,helvetica, ms sans serif;
	color: black;    
	padding :0px; 
    vertical-align:baseline;
	background-color: #E4E4E4;
    }
.NotEditabletextboxhide
{
	border: thin solid Black;
    visibility: hidden;
    display: none;
    font-size: 15px;    
	font-family: Calibri , verdana,helvetica, ms sans serif;
	color: black;
	padding :0px; 
    vertical-align:baseline;
	background-color: #E4E4E4;
    }
.NotEditabletxtRightAlign
{
	font-size: 12px;
	font-family: verdana,helvetica, ms sans serif;
	color: black;
	border-style: solid;
	border-width: thin;
	border-color: black;
background-color: #FFFFFF; 
	text-align: right;
	height:17px;
	padding :0px;vertical-align :top
}
.label
{
	font-size: 14px;
	font-family: Calibri;
	color: black;
    font-weight :bold ;
}
.labelWithBorder
{
	border: thin outset #000000;
	font-size: 12px;
	font-family: 'ms reference sans serif';
	color: black;
vertical-align:text-bottom;
display:inline-block;
width :100px;
height:17px;
}
.labelWithBorderRightAlign
{
	border: thin outset #000000;
	font-size: 12px;
	font-family: 'ms reference sans serif';
	color: black;

vertical-align:text-bottom;
display:inline-block;
width :100px;
height: 17px;
text-align :right ;
}
.labelWithWhiteText
{
	font-size: 12px;
	font-family: 'ms reference sans serif';
	color: White;
}
.labelBold
{
	font-size: 14px;
	font-family: 'ms reference sans serif';
	color: black;
}





  .Help2GridPanel
{
	
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
    Height:375px;
     Width:1005px;
     vertical-align :top ;
	
}

.Help2SearchPanel {
    background-color:  rgb(223,236,255);
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: verdana;
    Height:80px;
    Width: 1005px;
}
.Help2MainPanel {
     padding: 1px;
	margin-left:6px;
    	margin-top:2px;
 
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
	border: solid;
	border-width: thin;
    Height:478px;
    Width:1005px;

  
}


.Help2HeaderAlign {
   text-align :left ;
   font-size: 14px;
    font-family: calibri ;
    font-weight:bold;
    color: blue;
    background-color: transparent  ;
}
.Help2headerStyle            { background-color:  #507CD1; color: #fff; font-weight: bold;text-align :left  }
.Help2rowStyle               { background-color:  #EFF3FB; }
.Help2alternatingRowStyle    { background-color: #fff; }
.Help2footerStyle            { background-color: #4f5e74; }
.Help2pagerStyle             { background-color: #4f5e74; color: #fff; }
.Help2pagerStyle td table    { margin: auto; }
.Help2rows
{
    font-family:  verdana,helvetica, ms sans serif; 
    font-size: 13px;
    color:black;
    height:5px;
  background-color:  #EFF3FB;
   Height:99%;
    Width:99%;

}


.Help1GridPanel
{
	
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
    Height:340px;
     Width:520px;
     vertical-align :top ;
	
}
.Help1SearchPanel {
    background-color: rgb(239, 239, 239);
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: verdana;
    Height: 75px;
    Width: 520px;
    vertical-align: top;
}
.Help1MainPanel {
    padding: 1px;
	margin:1px;
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
	border: solid;
	border-width: thin;
    Height:390px;
    Width:520px;
    vertical-align :top ;
}


.Help1HeaderAlign {
   text-align :left  ;
   font-size: 15px;
    font-family: calibri ;
    font-weight:bold;
    color: blue ;
    background-color: transparent  ;
}

.Help1headerStyle            { background-color: #993300; color: #fff; font-weight: bold;text-align :left  }
.Help1rowStyle {
    background-color: #E4E4E4;
}
.Help1alternatingRowStyle    { background-color: #fff; }
.Help1footerStyle            { background-color: #4f5e74; }
.Help1pagerStyle             { background-color: #4f5e74; color: #fff; }
.Help1pagerStyle td table    { margin: auto; }
.Help1rows
{
    font-family:  verdana,helvetica, ms sans serif; 
    font-size: 13px;
    color:black;
    height:5px;
    background-color:  #ffd800;
    Height:99%;
    Width:99%;

}

.Help3GridPanel
{
	
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
    Height:400px;
     Width:1300px;
     vertical-align :top ;
	
}
.Help3SearchPanel {
    background-color:  rgb(223,236,255);
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-family: verdana;
    Height: 100px;
    Width:1300px;
}
.Help3MainPanel {
 padding: 1px;
	margin-left:5px;
    	margin-top:2px;
	font: normal 11px auto "trebuchet ms" , verdana;
	background-color: #ffffff;
	color: #4f6b72;
	border: solid;
	border-width: thin;
    Height:470px;
    Width:1300px;
}

.Help3HeaderAlign {
   text-align :left ;
   font-size: 14px;
    font-family: calibri ;
    font-weight:bold;
    color: green ;
    background-color: transparent  ;
}
.Help3headerStyle            { background-color:  #507CD1; color: #fff; font-weight: bold;text-align :left  }
.Help3rowStyle               { background-color:  #EFF3FB; }
.Help3alternatingRowStyle    { background-color: #fff; }
.Help3footerStyle            { background-color: #4f5e74; }
.Help3pagerStyle             { background-color: #4f5e74; color: #fff; }
.Help3pagerStyle td table    { margin: auto; }
.Help3rows
{
    font-family:  verdana,helvetica, ms sans serif; 
    font-size: 13px;
    color:black;
    height:5px;
  background-color:  #ffd800;
   Height:99%;
    Width:99%;
}

.HelpNoOfRecords {
    color:black;
     font-size: 13px;
     font-weight :bold;

}