/* Param Box Style  */
input{padding: 2px;display: inline-block;border: 1px solid #d4d2d2;border-radius: 4px;box-sizing: border-box;
/*-webkit-box-shadow: 0 8px 6px -6px gray;
   -moz-box-shadow: 0 8px 6px -6px gray;
        box-shadow: 0 8px 6px -6px gray;*/
}
input[type="text"]:focus {outline: 0; border: 1px solid #51A8FF; box-shadow: 0px 0px 2px rgba(0,0,0,.5);}
/*input[type="text"]:focus {outline: 0; border: 1px solid #51A8FF; box-shadow: 3px 2px 4px 0px rgba(0,0,0,0.58);}
input[type="text"]:focus {outline: 0; border: 1px solid #51A8FF; box-shadow: 1px 1px 1px 2px #D7EBFF;}
input[type="text"]:focus {outline: 0;  box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);}
input:focus {outline: 0;  box-shadow: 0 0 0 2px rgba(0, 123, 255, 1);}*/

.login{
    width: 80px;
    height: 2.5em;
    color: #1d8348;display: table; 
    font-family: sans-serif;
    padding: 1px 1px;
    margin: 1px 8px 20px;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #eee;
    border-radius: 8px;
    line-height: 2em;
    border: 1px solid #aaa;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background: #3C9DFF;
    box-shadow: rgba(0,0,0,0.7) 0px 2px 5px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.login:hover {
    box-shadow: rgba(0,0,0,2) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -20px 20px;
    font-weight: bold;
    background:#00D269;
}
.blue {
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}
.login-right{
    float: right;
    margin-right: 5px;
}
.login-left{
    float: left;
    margin-left: 5px;
    text-align: center;
}
.login-left span{
    vertical-align: middle;
    display: table-cell
}
.bookheading{
    /*height: 100%;*/
    width: 94%;
    background: #A9F5A9;
    text-align: center;
    font-size: 16px;
    color:;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: aqua;text-align: left; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000;
}
.bookheading15{
    height: 25px; /*100%;
    width: 96%;
    background: #A9F5A9;
    text-align: center;
    vertical-align: bottom;
    font-size: 16px;
    color:;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3%;
    /**background-color: #00CECE; text-align: left; -moz-box-shadow: 1px 1px 2px #000000; -webkit-box-shadow: 1px 1px 2px #000000; box-shadow: 1px 1px 2px #000000;*/
    background-color: #00D7D7; text-align: left; -moz-box-shadow: 1px 1px 2px #000000; -webkit-box-shadow: 1px 1px 2px #000000; box-shadow: 1px 1px 2px #000000;
}

.bookheading_new1{
    height: 100%;
    width: 94%;
    background: lightgray;
    text-align: center;
    font-size: 18px;
    color: darkblue;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: lightgray;text-align: left; -moz-box-shadow: inset 0 0 10px lightgray; -webkit-box-shadow: inset 0 0 10px lightgray; box-shadow: inset 0 0 10px lightgray;
}

.bookheading_news_x{
    height: 22px;
    width: 100%;
    background: #A9F5A9;
    text-align: center;
    font-size: 16px;
    color: darkblue;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: aqua;text-align: left;-moz-box-shadow:  inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000;
}
.bookheading_modules_name{
    font-size: 18px;
    color:white;
    text-align: left; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000;
}

.login_inst{
    width: 80px;
    height: 2.5em;
    
    display: table; 
    font-family: sans-serif;
    padding: 0px 0px;
    margin: 0px 0px;
    cursor: pointer;
    color: #002800;
    font-size: 1em;
    border: 1px solid #eee;
    border-radius: 8px;
    line-height: 2em;
    border: 1px solid #aaa;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background: #00FF80;
    box-shadow: rgba(0,0,0,0.7) 0px 2px 5px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}
.login_inst:hover {
    box-shadow: rgba(0,0,0,2) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -20px 20px;
    font-weight: bold;
}
.manual 
{   color:#6464FF;
    font-size: 12px;
   
}
.manual:hover 
{   color : blue;
    font-weight: bold;
}
/*
.button
{    color: #1d8348; 
    font-family: sans-serif;
    padding: 1px 1px;
    margin: 1px 8px 20px;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #eee;
    border-radius: 8px;
    line-height: 2em;
    border: 1px solid #aaa;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background: #3C9DFF;
    box-shadow: rgba(0,0,0,0.7) 0px 2px 5px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.button:hover 
{
    box-shadow: rgba(0,0,0,2) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -20px 20px;
    font-weight: bold;
    background:#00D269;
}
*/
.pramboxTitle{
	color: #009797;
	width: 100%;
	background-color: #D5F1FF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.pramboxstock{
	color: white;
	width: 100%;
	background-color: #006666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.paramboxPart{
    display:none;
    text-align: center; 
    margin-top: -200px;
    padding-top: 200px;
}
.paramCellLeft{
    width: 50%;
    padding: 10px; 
    background-color: #BBE9FF;
    vertical-align: middle; 
    text-align: right; 
    padding-right: 20px;
}
.paramCellRight{
    width: 50%;
    padding: 10px; 
    background-color: #BBE9FF;
    vertical-align: middle; 
    text-align: right; 
    padding-left: 20px;
}
.paramCellCenter{
    width: 50%;
    padding: 10px; 
    background-color:#BBE9FF;  /*#CCFFFF;   /*#BADCDC;*/
    vertical-align: middle; 
    text-align: center; 
    border: none; /*1px solid lightgray;*/
}
.paramCellLeft_ml{
    width: 25%;
    padding: 10px; 
    background-color: #A9D0F5; 
    vertical-align: middle; 
    text-align: right; 
    padding-right: 20px;
}
.paramCellRight_ml{
    width: 50%;
    padding: 10px; 
    background-color: #A9D0F5; 
    vertical-align: middle; 
    text-align: left; 
    padding-left: 40px;
}
.paramCellCenter_ml{
    width: 25%;
    padding: 10px; 
    background-color: #A9D0F5; 
    vertical-align: middle; 
    text-align: center; 
    
}

.paramInput{
    margin-left: 10px; 
    font-size: 14px;
    background-color: #BBE9FF;
    text-align: center; 
    border: 1px solid green; 
    padding: 3px; 
    width: 90px;
}
.paramInputbold{
    margin-left: 10px; 
    font-size: 20px;
    background-color:#E2F1F1; 
    text-align: center; 
    border: 1px solid silver; 
    padding: 3px; 
    width: 90px;
}


/* Param Box Style  */
#setuptable{
    border: 2px solid;
    color : #CCFFCC;
}

.setup-left-lebels{
    width: 3000px;
    border: hidden;
    text-align: right;
    color: darkblue;
}
.setup-left-lebels-cs{
    width: 200px;
    border: hidden;
    text-align: right;
    color: darkblue;
}
.setup-left-values{
    width: 350px;
    border: hidden;
    text-align: left;
    padding-left: 10px;
}

.setup-right-column{
    width: 370px;
    border: hidden;
    text-align: right;
    color: darkblue;
}
/*
.setup-left-lebels-cs{
    width: 200px;
    border: hidden;
    text-align: right;
    color: darkblue;
}
*/
.setup-left-values-cs{
    width: 400px;
    border: hidden;
    text-align: left;
    padding-left: 10px;
}

.setup-right-column-cs{
    width: 400px;
    border: hidden;
    text-align: right;
    color: darkblue;
}

#admintable{
    width: 100%;
    border: 1px solid;
}

.admin-lebels{
    width: 40%;
    border: hidden;
    text-align: right;
    color: darkblue;
}

.admin-values{
    width: 60%;
    border: hidden;
    text-align: left;
    padding-left: 10px;
}

.detailtablea{
    
}

.detailtable-left-lebels{
    width:120px;
    border: hidden;
    text-align: right;
    padding-left: 10px;
    color: darkblue;
}

.detailtable-left-values{
    border: hidden;
    text-align: left;
    padding-left: 10px;
}

.detailtable-right-column{
    width:350px;
    border: hidden;
    text-align: center;
    color: darkblue;
}



#feeformstyle{
    padding: 5px;
    width: 95%;
    border: 2px solid;
    border-radius: 25px;
    border-color: #CCFFCC;
}
.feeFormElement{
    padding: 5px;
    width: 100%;
    border: 1px solid #D7D7D7;
    background-color: #FFFFCC;
    line-height: 25px;
    text-align: right;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single-space{
    line-height: 10px;
    font-size: 6px;
}

.formLabel{
    width: 100%;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0099FF;
    color: #FFFFFF;
    
}
.formouter{
    text-align: center;
    padding: 0px;
    width: 95%;
    border: 2px solid;
    border-radius: 5px;
    border-color: #FF0000;
    border-style: outset;
}
.inputlabel{
    display: table-cell;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

/* Result Table */
.tableResults table {
    width: 1530px;
    /*border: 1px solid #BADD94;*/
    padding: 2px;
    text-align: left;
    table-layout: fixed;
    font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

.tableResults table tr td {
    
   
    
    padding: 3px;
    
    word-wrap: normal;
}

.tableResults table.head tr td {
    
    vertical-align: bottom;
    /*border: 1px solid #E5FFC9;*/
    font-size: 12px;
    background: #CEF6F5;
}
.head {
    width: 1530px;
    /*border: 1px solid #00DFDF; box-shadow: 1px 1px 2px 2px #F4F4F4;*/
}
.tableResults_widthfree table {
    border: 1px solid #00DFDF; box-shadow: 1px 1px 2px 2px #F4F4F4; /*border: 1px solid #BADD94;*/
    padding: 0px;
    text-align: left;
    table-layout: fixed;
    font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Lucida, Verdana, Helvetica, Arial, sans-serif;
}
.tableResults_widthfree table tr td {
    padding: 1px;
    word-wrap: normal;
}
.tableResults_widthfree table.head_freewidth tr td {
    vertical-align: bottom;
    border: 1px solid #9EE2E2;
    font-size: 12px;
    background: #CEF6F5;
    
}
.head_freewidth {
    width: 100%;
    border: 1px solid #00DFDF; box-shadow: 1px 1px 2px 2px #F4F4F4;
}
.footer_table {border: 1px solid #00DFDF; background:#CEF6F5; } /*box-shadow: 1px 1px 2px 2px #F4F4F4;*/
.tableResults table.footer_table tr td {
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    background: #CEF6F5;
    padding: 0px;
    border: 1px solid #BDCACC;
     
}

.inner_table {
    width: 1550px;
   /* width: 1417px; */
   max-height: 490px;
   overflow-y: scroll;
   font-size: 12px;
   border: 1px solid #00DFDF; /*box-shadow: 1px 1px 2px 2px #F4F4F4;*/
}
.inner_table_freewidth {
    /*width: 100%;*/
   max-height: 490px;
   overflow-y: scroll;
   font-size: 12px;
   border: 1px solid #00DFDF; /*box-shadow: 1px 1px 2px 2px #F4F4F4;*/
}

.namecol{
    width: 130px;
    text-align: left;
}

.serialcol{
    text-align: center;
}

.numbercol{
    text-align: right;
}

.codecol{
    width: 100px;
    text-align: center;
}

.datecol{
    width: 50px;
    text-align: center;
}

.lastcol{
    width: auto;
}

.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #FBFBFB;
	border-top: 1px solid #DDD;
	padding: 1px 2px 2px 3px
}

.alternateRow td {
	background: #FBFBFB;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #FBFBFB;
	border-top: 1px solid #DDD;
	padding: 1px 2px 2px 3px
}
/* /Result Table */





#logotxt
{
color:#00C6C6;
font-size:12px;
/*text-decoration:blink;*/
font-style:italic;
font-weight:bold;
width:75pt;
height:80pt;
position:absolute;
text-align:center;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(-45deg);
-o-transform: rotate(90deg);
margin:-5 0 0 0;
}
#logotxt h6
{
font-size:10px;
color: #CC0033;
margin:-1 0 0 0;
}
#logo
{
width:300pt;
height:40pt;
float:left;
position:absolute;
z-index:-1;
margin:10pt 0 0 0pt;
/*
 opacity:0.5;
  filter:alpha(opacity=60); 
  */
}
#sbname
{
width:445pt;
height:60pt;
font-family:"Times New Roman";
font-weight:bold;
color:#003399;
font-size:80px;
font-style:italic;
margin:0 0 0 120pt;
top:-10pt;
position:absolute;
text-shadow: 0.09em 0.08em 0.08em #999;
}
#sbit
{
font-family:"Arial";
color:#FF0000;
font-size:20pt;
font-weight:bold;
/*text-decoration:blink; */
position:absolute;
float:left;
margin:15 0 0 195pt;
width:150pt;

}
#sbit a
{
font-family:"Times New Roman";
font-style:italic;
font-size:24pt;
}
.button
{   padding: 1px 1px;
    /*margin: 1px 8px 20px;*/
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    line-height: 2em;
    border: 1px #0082BF;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background: #00CCCC; /*background: #3C9DFF;*/
    box-shadow: rgba(0,0,0,0.5) 0px 1px 2px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.button:hover {
    /*box-shadow: rgba(0,0,0,1) 0px 1px 4px, inset rgba(0,0,0,0.15) 0px -15px 20px;*/
    font-weight: bold;
    border: 1px #008C00;
    background: #6CB6FF;
    /*background:#00D56A;
    /*background:#9F009F;*/ 
}
.butn
{   padding: 1px 1px;
    /*margin: 1px 8px 20px;*/
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    line-height: 2em;
    border: 1px #008C00;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background-color: #6CB6FF; /*background: #3C9DFF;*/
    box-shadow: rgba(0,0,0,0.5) 0px 1px 2px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.butn:hover {
    font-weight: bold;
    background:#249DF7; 
}

.post
{   padding: 2px 2px;
    /*margin: 1px 8px 20px;*/
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    line-height: 2em;
    border: 1px solid #EA0075;
    transition: all 0.3s linear;
    text-align: center;
    font-size: 14px;
    background: #FF0683;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 2px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.post:hover {
    /*box-shadow: rgba(0,0,0,2) 0px 2px 10px, inset rgba(0,0,0,0.15) 0px -20px 20px;
    /*box-shadow: rgba(0,0,0,2) 0px 2px 10px, inset rgba(0,0,0,0.15) 0px -20px 20px;*/
    font-weight: bold;
    border: 1px solid #00C100;
    background: #00DF9C;
}
.post:focus {
    box-shadow: rgba(0,0,0,2) 0px 2px 10px, inset rgba(0,0,0,0.15) 0px -20px 20px;
    font-weight: bold;
    border: 1px #00CA8D;
    background:#00DF9C;
}

#tabdiv
{
width:990px;
height:500px;
/*height:430pt;*/
/*overflow:auto;*/
position:static;
border-radius:10px;
background-color: #F4F4F4;
/*background-color: #359AFF;*/
/*background-color: #99FF99;*/
/*background-color: #FFCCCC;*/
box-shadow: 1px 10px 10px 1px #888;
/*zoom: 1;*/
      filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);
}
#tabdiv p
{
font-size:12pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color:#0033FF;
background-color:#CCFFCC;
text-align:center;
padding:0 0 0 0;
margin:0 0 5 0;
}

#setupdiv
{
width:24%;
height:97%;
background-color:white;
padding:0 0 0 0;
margin:6pt 0 4pt 6pt;
float:left;

text-align:justify;
color: #003300;
overflow:auto;
}
#setupdiv p
{
color:#0033FF;
background-color: #CCFFCC;
text-align:center;
padding:0 0 0 0;
margin:0 0 5 0;
}
#setupdiv ul
{
color:green;
padding:0 0 0 20;
text-align:left;
margin:0 0 0 0;
}
#setupdiv ul li
{
margin:0 0 0 4;

}
#setupdiv ul a
{
font-size:10pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
/*color:#FF0000;*/
color:#0080FF;
}
#setupdiv a:hover
{

color: #0000FF;
font-weight: lighter;
text-decoration: underline;
font-weight:bold;
}

#line1
{
width:1%;
height:96%;
background-color:#FFCCFF;
padding:0 0 0 0;
margin:6pt 0 4pt 0;
float:left;
}
#line2
{
width:1%;
height:96%;
background-color:#FFCCFF;
padding:0 0 0 0;
margin:6pt 0 4pt 0;
float:left;
}
#line3
{
width:1%;
height:96%;
background-color:#FFCCFF;
padding:0 0 0 0;
margin:6pt 0 4pt 0;
float:left;
}



#codingdiv
{
width:24%;
height:97%;
background-color:white;
padding:0 0 0 0;
margin:6pt 0 4pt 6pt;
float:left;

text-align:justify;
color:#FF8000;
overflow:auto;
}
#codingdiv p
{
color:#0033FF;
background-color: #CCFFCC;
text-align:center;
padding:0 0 0 0;
margin:0 0 5 0;
}
#codingdiv ul
{
color:green;
padding:0 0 0 20;
text-align:left;
margin:0 0 0 0;
}
#codingdiv ul li
{
margin:0 0 0 4;

}
#codingdiv ul a
{
font-size:10pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color:#FF0000;
}
#codingdiv a:hover
{

color: #0000FF;
font-weight: lighter;
text-decoration: underline;
font-weight:bold;
}

#inputdiv
{
width:24%;
height:97%;
background-color:white;
padding:0 0 0 0;
margin:6pt 0 4pt 6pt;
float:left;
text-align:justify;
color:#FF8000;
overflow:auto;

}


#inputdiv p
{
color:#0033FF;
/*background-color:green;*/
background-color: #CCFFCC;
text-align:center;
padding:0 0 0 0;
margin:0 0 5 0;
}
#inputdiv ul
{
padding:0 0 0 20;
text-align:left;
margin:0 0 0 0;
}
#inputdiv ul li
{
margin:0 0 0 4;

}
#inputdiv ul a
{
font-size:10pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color:green;
}
#inputdiv a:hover
{

color: #0000FF;
font-weight: lighter;
text-decoration: underline;
font-weight:bold;
}




/*
#inputdiv
{
width:100%;
height:25%;
background-color:white;
padding:0 0 0 0;
margin:0 0 4pt 0;
float:left;
text-align:justify;
color:#FF8000;
overflow:auto;

}

#inputdiv p
{
color:#0033FF;
background-color: #CCFFCC;
text-align:center;
padding:0 0 0 0;
margin:0 0 5 0;
}
#inputdiv h4
{
color: #CCCCCC;
margin:5 0 10 0;
text-align:center;
}

#inputdiv ul
{
color:green;
padding:0 0 0 20;
text-align:left;
margin:0 0 0 0;
}
#inputdiv ul li
{
margin:0 0 0 4;

}
#inputdiv ul a
{
font-size:10pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;

color:#FF0000;
}
#inputdiv a:hover
{

color: #0000FF;
font-weight: lighter;
text-decoration: underline;
font-weight:bold;
}
*/


#repdiv
{
width:24%;
height:97%;
background-color:white;
padding:0 0 0 0;
margin:6pt 0 4pt 6pt;
float:left;
text-align:justify;
color: #003366;
/*color:#FF8000;*/
overflow:auto;
}
#repdiv ul
{
padding:0 0 0 20;
text-align:left;
margin:0 0 0 0;
}
#repdiv ul li
{
margin:0 0 0 4;

}
#repdiv ul a
{
font-size:10pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000066;
}
#repdiv a:hover
{

color: #0000FF;
font-weight: lighter;
text-decoration: underline;
font-weight:bold;
}

#footer
{
height:150pt;
float:left;
background: #5C5C5C;
color:white;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:justify;
}
#footer p
{
font-size:20px;
font-weight:bolder;
}


#footer1
{
width:30%;
float:left;
padding:0 15pt 0 10pt;
}

#footer2
{
width:30%;
float: left;
padding:0 0 0 0;
margin:0 0 0pt 10pt;
}
#footer3
{
width:30%;
float: right;
padding:0 15pt 0 10pt;
}




.forminputgroup{
    width: 700px;
    padding: 1px;
    border: 1px solid;
    border-radius: 0px;
    border-color: #B2B1B1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*box-shadow: 1px 1px 1px 1px lightgray; /*#F4F4F4*/
}
.forminputgroup100{
    padding: 2px;
    border: 1px solid;
    border-radius: 10px;
    border-color: #B2B1B1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.printdatetables{
    width: 100%;
    border-collapse:collapse;
    border: 1px solid silver;
    
}
.printdatetables tr{
    width: 100%;
    border-bottom: 1px solid gray; /*#B2B1B1;*/
}
.printdatetables td{
    border-left: 1px solid #B2B1B1;
    border-right: 1px solid #B2B1B1;
}
.lablecol{
    padding-left: 5px;
    width: 100px;
}
.valuecol{
    font-weight: bold;
    padding-left: 10px;
    border-left: 1px dashed #B2B1B1;
}
.reportchargecol{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    min-width: 65px;
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-left: 1px dashed #B2B1B1;
}
.reportchargecolwide{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    min-width: 85px;
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-left: 1px dashed #B2B1B1;
}
.reportnamecol{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 5px;
    min-width: 140px;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-left: 1px dashed #B2B1B1;
}

.reportnamecolwide{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 5px;
    min-width: 400px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-left: 1px dashed #B2B1B1;
}
.reportnamecolwidesome{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 5px;
    min-width: 470px;
    max-width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-left: 1px dashed #B2B1B1;
}
.reportchargecolmin{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    min-width: 65px;
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px dashed #B2B1B1;
}
.printbottomline{
    border-top: 1px dashed #B2B1B1;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.pringclosingrow{
    text-align: right;
    width: 700px;
    border-left: 0px;
    font-size: 12px;
}
.pringopeningrow{
    text-align: left;
    width: 700px;
    height: 25px;
    border-left: 0px;
    font-size: 12px;
    font-weight: bold;
}

.printfeecol{
    padding: 3px;
    width: 280px;
    text-align: center;
    border-left: 1px dashed #B2B1B1;
}

#printnote{
    float: left;
    margin-left: 5%;
    font-size: 12px;
}
#copyinfo{
    float: right;
    text-align: left;
    width: 100px;
    margin-right: 23%;
    font-size: 14px;
    font-weight: bold;
    color: #818181;
}
#signature{
    margin-top: 30px;
    margin-right: 8%;
    text-align: right;
    font-size: 12px;
}
