.imgborder {
	border: 1px solid #CCCCCC;
}
.ntext {
	font-family: verdana;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
}
.Btext {
	font-family: verdana;
	font-size: 11px;
	color: #2A2A2A;
	font-weight:bold;
}
.btext1 {
	font-family: verdana;
	font-size: 13px;
	color: #2A2A2A;
	font-weight:bold;
}
.btext1:link {
	font-family: verdana;
	font-size: 13px;
	color: #2A2A2A;
	font-weight:bold;
}
.btext1:hover {
	font-family: verdana;
	font-size: 13px;
	color: #2A2A2A;
	font-weight:bold;
}
.btext1:active {
	font-family: verdana;
	font-size: 13px;
	color: #2A2A2A;
	font-weight:bold;
}
.btext1:visited {
	font-family: verdana;
	font-size: 13px;
	color: #2A2A2A;
	font-weight:bold;
}





.ntextpara {
	font-family: verdana;
	font-size: 11px;
	color: #2A2A2A;
	font-weight: normal;
	text-align: justify;
	padding: 10px;
}

.bntext {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.htext {
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

.small {
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;

}


h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
.wtext {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	font-variant: normal;

}
.reverse:link{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.reverse:active{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.reverse{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	font-family: verdana;
	font-size: 10px;

}
.reverse:hover{
	COLOR: #99CCFF;
	TEXT-DECORATION: none;
	font-family: verdana;
	font-size: 10px;

}
.reverse:visited{
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: verdana;
	font-size: 10px;

}
.tbborder {
	border: 1px solid D25DA9;
	background-color: F3F3F3;
	margin-top: 3px;
	margin-bottom: 3px;

}

.butt {
	border: 1px solid #0099FF;
	background-color: F3F3F3;
	font-family: Verdana;
	font-size: 9px;
}
.savebutt {
	border: 1px solid #0099FF;
	background-color: F3F3F3;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold
}

.tdback {
	background-image: url(../shanik/images/lighbluebox.gif);
	height: 27px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.tdback1 {
	background-image: url(../shanik/images/back.gif);
	height: 23px;
}

.tdback2 {
	background-image: url(../shanik/images/back.gif);
	width:230;height: 25px;
}
.liner {
	background-image: url(../shanik/images/liner.gif);
	height: 1px;
}

.tdcolor {
	background-color: #0066FF;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;

}
ol {
	line-height: 150%;


}
.blue {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;

}
.frmapp {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #666666;
}
.butt1 {
	font-family: Verdana;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

.red {
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
}
TABLE.rounded-light {
	MARGIN: 5px 0px;
	BORDER-COLLAPSE: collapse;
	padding: 0px;
	width: 100%;

}

TABLE.rounded-light TD.corner {
	WIDTH: 10px; HEIGHT:12px
}
.mylink{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	font-family: verdana;
	font-size: 16px;

}
.mylink:link{
	font-family: verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

.mylink:active{
	font-family: verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
.mylink:hover{
	COLOR: #99CCFF;
	TEXT-DECORATION: none;
	font-family: verdana;
	font-size: 16px;

}
.mylink:visited{
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: verdana;
	font-size: 16px;

}
.bordercolor {
	border:#507210;
	border-color:#003366;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
  }
}