﻿.disphide {
  display: none;
}
.divhide:hover a{
  /* Change the filter in here */
}
.divhide:hover .disphide {
  display: inline-block;
   z-index: 999;
  
  /* float:right; */
}
.list_items {
  font: 12px/30px arial;
  color: #616d7c;
  background: #ffffff;
  text-decoration:none;
}
.list_items LI {
  
  border-bottom: dashed 1px #CED2D9;
  
}
.list_items li a {
text-decoration:none; 
}
.list_items li a:hover, .list_items li .active {
text-decoration:none;
color:#7cbb00;
}


.list_items1 {
  font: 12px/30px arial;
  color: #fff;
  background: #ffffff;
  text-decoration:none;
}
.list_items1 LI {
	line-height:31px; padding-left:0px; 
	background:  #2d7fb9;
	/*border-bottom: dashed 1px #CED2D9;*/
	margin-bottom: 4px;
	margin-right: 0px;
  
}
.list_items1 li a {
	color: #fff;
	text-decoration:none; 
	margin-left: 11px;
	margin-top: 4px;
	margin-right: 0px;
}
.list_items1 li a:hover, .list_items1 li .active {
	text-decoration:none;
	color:#F8E900;
}
.list_items2 {
	font: 12px/30px arial;
	color: #616d7c;
	counter-reset: point;
}
.list_items2 LI {
	position: relative;
	padding-left: 21px;
	border-bottom: dashed 1px #CED2D9;
}
.list_items2 LI:before {
	content: counter(point); 
	counter-increment: point 1;
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	padding: 0;
	font: 12px/30px arial;
   color: #616d7c;
	text-align: center;
}
.list_items3 {
	font: bold 12px/30px arial;
	color: #616d7c;
  
}
.list_items3 LI {
	position: relative;
	padding-left: 9px;
	border-bottom: dashed 1px #CED2D9;
	text-indent: -5px;
	line-height: 2.0em;
}
.list_items3 LI:before {
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	padding: 0;
	font: 12px/30px arial;
   color: #616d7c;
	text-align: center;
}
.modal-heading {line-height:1em; color:#fff; font-size:18px; padding:11px 4px 4px 11px; background:#2d7fb9; text-shadow:0 2px 2px #000;width:100%
	border-radius:1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-bottom:10px;
}
.stf-round {
	width:100%;
	background:#F7F7F7;
	border:2px solid #066FA5;
	border-radius:8px;
	color:#515252;
	padding:05px 0px 5px 0px;
	margin-left:0px;
	margin-right:4px;
	margin-bottom:8px;
	margin-top:2px;
	font-size:13px; 
	line-height:25px;
}
.pic-profile {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffffff;
	font-size:12px;
	margin-left: 4px;
	margin-top: -14px;
	/*text-transform: uppercase;*/
	text-decoration:none;
	border:8px solid #EFF0F0;
	border-radius:8px;
}
a.pic-profile, a.{
	overflow:hidden;
	display:block;
	width:16px;
	height:16px;
	background-color:#222;
	cursor:pointer;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0 10px 10px;
	padding:0;
}

a.pic-profile:hover, a:hover{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
}
.galalbum {
  font-size: 11px;
  color: #224879;
}
.position {
    position:relative;
    top:0;
}
.border {    
    border:#CCCCCC 1px solid;
    -webkit-border-radius: 5px;/* WebKit */
     -khtml-border-radius: 5px;/* Firefox */
       -moz-border-radius: 5px;/* Opera */
            border-radius: 5px;/* Standard */
}
.transition {    
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */                
}
.position:hover {
    position:relative;
    top:-10px;
}
.rotate:hover {
    -webkit-transform: rotate(10deg);/* WebKit */
       -moz-transform: rotate(10deg);/* Firefox */
         -o-transform: rotate(10deg);/* Opera */
             ransform: rotate(10deg);/* Standard */
}
.rotate360:hover {
    -webkit-transform: rotate(370deg);/* WebKit */
       -moz-transform: rotate(370deg);/* Firefox */
         -o-transform: rotate(370deg);/* Opera */
             ransform: rotate(370deg);/* Standard */
}
.shadow:hover {         
    -webkit-box-shadow: -10px 10px 35px #888;/* WebKit */
       -moz-box-shadow: -10px 10px 35px #888;/* Firefox */
         -o-box-shadow: -10px 10px 35px #888;/* Opera */
            box-shadow: -10px 10px 35px #888;/* Standard */
}
.border:hover {
    -webkit-border-bottom-left-radius:70px 20px;/* WebKit */
       -moz-border-bottom-left-radius:70px 20px;/* Firefox */
         -o-border-bottom-left-radius:70px 20px;/* Opera */
            border-bottom-left-radius:70px 20px;/* Standard */
}
 
.before::before {
    background-color:none;
    background-image:url(http://tutorialspage.com/wp-content/uploads/2017/04/screw.png);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-12px;
 
    -webkit-border-radius: 50%;/* WebKit */
       -moz-border-radius: 50%;/* Firefox */
         -o-border-radius: 50%;/* Opera */
            border-radius: 50%;/* Standard */    
    
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Opera */
            box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;    /* Standard */    
 
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */    
}
 
.before:hover::before {
    top:50%;
    margin-top:-9px;
 
    -webkit-transform: rotate(-720deg);/* WebKit */
       -moz-transform: rotate(-720deg);/* Firefox */
         -o-transform: rotate(-720deg);/* Opera */
            transform: rotate(-720deg);/* Standard */
}
 .before_shadow::after {
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-12px;
    content:"";
    
    -webkit-border-radius: 50%;/* WebKit */
       -moz-border-radius: 50%;/* Firefox */
         -o-border-radius: 50%;/* Opera */
            border-radius: 50%;/* Standard */    
    
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */    
            
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Opera */
            box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Standard */    
 
 }
 .before_shadow:hover::after {
    top:50%;
    margin-top:-9px;
    
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Opera */
            box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;    /* Standard */    
 
}
.cnt-pic {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 8px 8px 8px;
	text-align: justify;
}
.font-10 {
	font-weight:normal; 
	font-size:10px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-11 {
	font-weight:normal; 
	font-size:11px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-12 {
	font-weight:normal; 
	font-size:12px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-13 {
	font-weight:normal; 
	font-size:13px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-14 {
	font-weight:normal; 
	font-size:14px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.v-middle {
	vertical-align: middle;
}
.fix{
	//display: none; 
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
}
.bottom{
    left: 0;
    right: 0;
    bottom: 1px;
	padding: 4px 4px 4px 4px; 
}
.top{
    left: 0;
    right: 0;
    top: 0px;
	padding: 4px 4px 4px 4px; 
}
.right{
    right: 1px;
	top: 220px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px; 
}
.left{
    left: 1px;
	top: 220px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px; 
}

div.show-image {
    position: relative;
    float:left;
    margin:0px;
}

div.show-image:hover .galpicdel
  {
  display: block;
  margin:41%;
  margin-top: 22%;
  z-index:999;
  }

div.show-image .galpicdel {
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.naacdel {
  display: none;
}
.naachide:hover a{
  /* Change the filter in here */
}
.naachide:hover .naacdel {
  display: inline-block;
   position: relative; /* Stay in place */
   z-index: 9999;
   left:100px;
   top:30px;
  
  /* float:right; */
}
.moment-thumb {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffffff;
	font-size:12px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	
	/*text-transform: uppercase;*/
	text-decoration:none;
	border:4px solid #E5E4E4;
	border-radius:2px;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #EEF0F0;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #EEF0F0;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #EEF0F0;/* Opera */
            box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #EEF0F0;    /* Standard */  
}

.list-buttons {
  margin-bottom: 34px;
}
.list-buttons.extra {
  margin: 0;
}
.list-buttons .btn-double a {
  margin-bottom: 0;
}
.list-buttons a,
.list-buttons .btn-double {
  margin-right: 10px;
  margin-bottom: 11px;
}
.link {
  font-size: 14px;
  display: inline-block;
  color: #1f97ff;
}
.link:hover {
  text-decoration: underline;
}

/* Form Input ======================================================== */

FORM .field INPUT {
  height: 31px;
  padding-left: 10px;

background: rgb(203,206,208); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,206,208,1) 0%, rgba(203,206,208,1) 3%, rgba(220,223,226,1) 3%, rgba(230,233,236,1) 8%, rgba(237,239,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,206,208,1)), color-stop(3%,rgba(203,206,208,1)), color-stop(3%,rgba(220,223,226,1)), color-stop(8%,rgba(230,233,236,1)), color-stop(100%,rgba(237,239,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbced0', endColorstr='#edeff0',GradientType=0 ); /* IE6-9 */

  border: none;
  border-radius: 4px;
  font: 12px/31px arial;
  color: #C4CBCF;
  outline: none;
}

TABLE5 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  /* border-style: solid;
  border-color: #E6E9EF;
  border-width: 1px 1px 0 1px; */
  /* border-radius: 6px; */
}
TABLE5 TH {
  padding: 10px 15px;
  background: #2d7fb9;
  font: bold 14px arial;
  color: white;
  text-align: left;
}
TABLE5 TH:first-child {
  border-radius: 6px 0 0 0;
}
TABLE5 TH:last-child {
  border-radius: 0 6px 0 0;
}
TABLE5 TD {
  padding: 6px 15px;
  border-bottom: solid 1px #E6E9EF;
  font: 12px arial;
  line-height:1.6em;
  color: #616d7c;
}
TABLE5 TR:nth-child(2n+1) TD {
  background: white;
}
TABLE5 TR:nth-child(2n) TD {
  background: #F4F5F6;
}
TABLE5 TD:first-child {
  border-left: solid 1px #E6E9EF;
}
TABLE5 TD:last-child {
  border-right: solid 1px #E6E9EF;
}
/* TABLE TR:last-child TD:first-child {
  border-radius: 0 0 0 6px;
} */

.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px; text-align:justify;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px; text-align:justify;}
.p5 {margin-bottom:50px;}

.margin-top {margin-top:33px;}
.margin-bot {margin-bottom:35px;}


.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.spacing-bot {margin-bottom:25px;}

.indent {padding:0 0 0px 5px;}
.indent1 {margin:0px 0px 0px 0px;}
.indent2 {padding:0px 13px;}
.indent3 {padding-right:20px;}
.indent4 {padding-left:20px;}
.indent5 {padding-top:15px;}
.indent6 {padding:22px 0 0 18px;}
.indent7 {padding-right:15px;}
.indent8 {padding:28px 23px 26px 26px;}
.indent9 {padding:20px 245px 25px 21px;}
.indent10 {padding-top:4px;}
.indent-left {margin-left:60px;}
.left10 {margin-left:10px;}
.left20 {margin-left:20px;}
.left30 {margin-left:30px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.indent-top10 {margin-top:10px;}
.indent-top15 {margin-top:15px;}
.indent-top25 {margin-top:25px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:4px 20px 0px 0;}
.img-indent-r {float:right; margin:9px 0px 0px 15px;}	

.img-box {float:left; margin-bottom:20px;}	
.img-box2 {float:left; margin-left:0px; padding-left:0px;padding-right:10px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:12px;}
.prev-indent {float:left; margin:0 17px 0px 0;}	
.prev-box {float:left; margin-bottom:8px;}	

.border {border:3px solid #000;}
.border2 {border:1px solid #000;}

.boxcmt{
	background:#fff;
	border-radius:8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	padding:6px;
	padding:8px 15px 0px 20px;
	padding-bottom:11px;
	box-shadow:2px 2px 6px #797979;
}
.boxcmt1{
	background:#fff;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:4px 4px 4px 4px;
	margin-bottom:11px;
	box-shadow:1px 1px 4px #797979;
}
.boxcmt2{
	background:#F9F9d9;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:6px;
	padding-top:11px;
	padding-bottom:11px;
	box-shadow:2px 2px 6px #797979;	
}
.boxcmt3{
	background:#fff;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:6px;
	padding-top:11px;
	padding-bottom:11px;
}
.boxfig{
	background:#D9DDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px;
}
.box{
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:9px;
}

.box1{
	width:100%;
	background:url(../images/box1-top.png) center top no-repeat;
	padding-top:5px;
}

.box1-bottom{width:100%; background:url(../images/box1-bottom.png) center bottom no-repeat; padding-bottom:5px;}
.box1-tail{width:100%; background:url(../images/box1-tail.png) center top repeat-y;}
.box1 .indents1{padding:13px 16px 28px;}
.box1 h4{margin-bottom:10px;}
.box1 h6 a{font-weight:normal; font-size:12px; line-height:1.5em;}
.box1 h6 a:hover{color:#302b28; text-decoration:none;}
.btnn1 {
	display: inline-block;
	*display: inline;
	padding: 4px 11px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	text-align: center;
	*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #9E0B0B;
	*background-color: #2d7fb9;
	background-image: -moz-linear-gradient(top, #9E0B0B, #2d7fb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9E0B0B), to(#2d7fb9));
	background-image: -webkit-linear-gradient(top, #9E0B0B, #2d7fb9);
	background-image: -o-linear-gradient(top, #9E0B0B, #2d7fb9);
	background-image: linear-gradient(to bottom, #9E0B0B, #2d7fb9);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btnn1:hover,
.btnn1:focus,
.btnn1:active,
.btnn1.active,
.btnn1.disabled,
.btnn1[disabled] {
	color: #333333;
	background-color: #2d7fb9;
	*background-color: #d9d9d9;
}

.btnn1:active,
.btnn1.active {
	background-color: #cccccc \9;
}

.btnn1:first-child {
  *margin-left: 0;
}

.btnn1:hover,
.btnn1:focus {
	color: #ffffff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

.btnn1:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btnn1.active,
.btnn1:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn1.disabled,
.btnn1[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}
.btnn {
	display: inline-block;
	*display: inline;
	padding: 4px 11px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn:hover,
.btnn:focus,
.btnn:active,
.btnn.active,
.btnn.disabled,
.btnn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btnn:active,
.btnn.active {
	background-color: #cccccc \9;
}

.btnn:first-child {
  *margin-left: 0;
}

.btnn:hover,
.btnn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

.btnn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btnn.active,
.btnn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn.disabled,
.btnn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
		  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}

.btn-mini {
	padding: 4px 6px 0px 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-edit {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit.active,
.btn-edit.disabled,
.btn-edit[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}

.btn-edit:active,
.btn-edit.active {
	background-color: #24748c \9;
}
.btn-del {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-del:hover,
.btn-del:focus,
.btn-del:active,
.btn-del.active,
.btn-del.disabled,
.btn-del[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}

.btn-del:active,
.btn-del.active {
	background-color: #942a25 \9;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: #9d192a 1px 1px 0px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}

.principal{
    background-color: #fcfcfc;
    padding: 30px;
}

.principal p{
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: left;
}

.principal-author p{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    color: #333;
}
.h-line {
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0 15px 0;
    padding: 0;
}
.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background-image: url(../img/to-top.png);
    background-repeat: no-repeat;
    background-color: #252525;
    z-index: 100;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}