﻿/* Css Added By vinay 2nd june 2015*/
.btnInputNew
{
	font-size: 10;
	font-weight: bold;
	cursor: hand;
	color: black;
	font-family: verdana;
	text-align: center;
}
.btnInputNew:hover
{
	background-color: #33FFFF;
}

.text
{
	font-weight: bold;
	font-size: 13px;
	color: maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.chkbox
{
	color: maroon;
	font-family: Verdana;
	font-size: 12px;
}

.textdata
{
	font-size: 12;
}


.textdbdata
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.dropdwn
{
	font-weight: normal;
	font-size: 13px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 22px;
}
.tblHeading
{
	background-color: #750022;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FDE7A3;
}

.CSSTableGenerator
{
	margin: 0px;
	padding: 0px;
	width: 70%;
	 
	
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	 
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	 
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	 
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    height: 374px;
}
.CSSTableGenerator table
{
	border: thin solid #808080;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	top: 388px;
	left: 358px;
	}
.CSSTableGenerator tr:last-child td:last-child
{
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	 
}
.CSSTableGenerator table tr:first-child td:first-child
{
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	 
}
.CSSTableGenerator table tr:first-child td:last-child
{
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	 
}
.CSSTableGenerator tr:last-child td:first-child
{
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	 
}
.CSSTableGenerator tr:hover td
{
}
.CSSTableGenerator tr:nth-child(odd)
{
	background-color: #FFD698;
}
.CSSTableGenerator tr:nth-child(even)
{
	background-color: #FFD698;
}
.CSSTableGenerator td
{
	vertical-align: middle;
	border: thin solid #808080;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	padding: 7px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	background-color: #FFD698;
}
.CSSTableGenerator tr:last-child td
{
	border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child
{
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child
{
	border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td
{
	background: -o-linear-gradient(bottom, #7f0000 5%, #bf5f00 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #bf5f00) );
	background: -moz-linear-gradient( center top, #7f0000 5%, #bf5f00 100% );
	   
	background: -o-linear-gradient(top,#7f0000,bf5f00);
	background-color: #7f0000;
	border: thin solid #808080;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.CSSTableGenerator tr:first-child:hover td
{
	background: -o-linear-gradient(bottom, #7f0000 5%, #bf5f00 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #bf5f00) );
	background: -moz-linear-gradient( center top, #7f0000 5%, #bf5f00 100% );
	 
	background: -o-linear-gradient(top,#7f0000,bf5f00);
	background-color: #7f0000;
}
.CSSTableGenerator tr:first-child td:first-child
{
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child
{
	border-width: 0px 0px 1px 1px;
}

.header
{
	 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
}
.Grid {background-color: #FFD698; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse;font-size:12px;font-family:Calibri; color: #474747;
	}
.Grid td {
      padding: 2px; 
      border: solid 1px #c1c1c1; }
.Grid th  {
      padding : 4px 2px; 
      color: #fff; 
      background: #7f0000 url(Images/grid-header.png) repeat-x top; 
      border-left: solid 1px #525252; 
      font-size: 0.8em; }
.Grid .alt {
      background: #FFD698 url(Images/grid-alt.png) repeat-x top; }
.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }
.Grid .pgr table { margin: 3px 0; }
.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.Grid .pgr a { color: Gray; text-decoration: none; }
.Grid .pgr a:hover { color: #000; text-decoration: none; }


.btnInput
{
	border-right: #800000 1px solid;
	padding-right: 3px;
	border-top: #800000 1px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 1px;
	border-left: #800000 1px solid;
	color:#8b0000;
	padding-top: 1px;
	border-bottom: #800000 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffd4b2;
}

 

/* Reset body padding and margins */

body {
    margin:0;

    padding:0;
}

/* Make Header Sticky */

#header_container {

    background:#FFEBCD;

    border:1px solid #666;

    height:30px;

    left:12.5%;
    right:7.5%;

    position:fixed;

    width:80.5%;

    top:0;
}

#header1 {

    line-height:30px;

    margin:0 auto;

    width:940px;

    text-align:center;
}

/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/

#container {

    margin:0 auto;

    overflow:auto;

    padding:20px 0;

    width:90%;

}

#content1 {

}

/* Make Footer Sticky */

#footer_container {

    background:#FFEBCD;

    border:1px solid #666;

    bottom:0;

    height:30px;
  width:80.5%;
   left:12.5%;
    right:7.5%;

    position:fixed;

    
}

#footer1 {

    line-height:60px;

    margin:0 auto;

    width:940px;

    text-align:center;

}

        .style1
        {
            width: 100%;
        }

 .textdisply
{
	font-weight: bold;
	font-size: 13px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.radioButtonList input
 {    
      float: left;
      width:10px;
      height:auto;
 }

 .radioButtonList label
 {    
      margin-left: 5px;
      display: block;
      text-align: left;
      
 }


 labtext
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emaillabtext
{
	font-weight: normal;
	font-size: 15px;
	color: Black;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
 

/* Css Added By vinay 2nd june 2015*/