﻿.gal-div {
  padding: 1px 1px 2px 4px;
  margin-right: 6px;
  line-height: 53px;
}

/* Buttons ======================================================== */

.but {
  width: 116px;
  height: 31px;
  font: bold 14px arial;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

/* Buttons - Red ======================================================== */

.but_orange {
  background: #ee3244; /* Old browsers */
  background: -moz-linear-gradient(top,  #ee3244 0%, #ee3244 4%, #f56478 4%, #be2537 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3244), color-stop(4%,#ee3244), color-stop(4%,#f56478), color-stop(100%,#be2537)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3244', endColorstr='#be2537',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: white #d82f40 #ab1926 #d82f40;
  color: white;
  text-shadow: #9d192a 1px 1px 0px;
}

.but_orange:hover {
  background: #0094da; /* Old browsers */
  background: -moz-linear-gradient(top,  #0094da 0%, #0094da 4%, #f56e80 4%, #d84557 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0094da), color-stop(4%,#0094da), color-stop(4%,#f56e80), color-stop(100%,#d84557)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0094da 0%,#0094da 4%,#f56e80 4%,#d84557 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0094da 0%,#0094da 4%,#f56e80 4%,#d84557 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0094da 0%,#0094da 4%,#f56e80 4%,#d84557 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0094da 0%,#0094da 4%,#f56e80 4%,#d84557 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094da', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
  border-color: white #d82f40 #ab1926 #d82f40;
}

.but_orange:active {
  background: #6e080d; /* Old browsers */
  background: -moz-linear-gradient(top,  #6e080d 0%, #6e080d 4%, #8d0f17 5%, #c12839 22%, #ed384b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e080d), color-stop(4%,#6e080d), color-stop(5%,#8d0f17), color-stop(22%,#c12839), color-stop(100%,#ed384b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e080d', endColorstr='#ed384b',GradientType=0 ); /* IE6-9 */
  border-color: white #d82f40 #ab1926 #d82f40;
}

/* Buttons - Gray ======================================================== */

.but_gray {
  background: #eaecec; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaecec 0%, #eaecec 4%, #fcfcfc 4%, #dadee0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaecec), color-stop(4%,#eaecec), color-stop(4%,#fcfcfc), color-stop(100%,#dadee0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecec', endColorstr='#dadee0',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: white #D1D4D5 #C1C5C6 #D1D4D5;
  color: #555f6f;
  text-shadow: white 1px 1px 0px;
}

.but_gray:hover {
  background: #eaecec; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaecec 0%, #eaecec 4%, #fafbfc 4%, #eaedef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaecec), color-stop(4%,#eaecec), color-stop(4%,#fafbfc), color-stop(100%,#eaedef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecec', endColorstr='#eaedef',GradientType=0 ); /* IE6-9 */
  border-color: white #D1D4D5 #C1C5C6 #D1D4D5;
}

.but_gray:active {
  background: #a0a4a5; /* Old browsers */
  background: -moz-linear-gradient(top,  #a0a4a5 0%, #b8bcbe 5%, #c3c8cb 10%, #d3d9dc 23%, #e9edf0 97%, #dfe6e7 97%, #dfe6e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a4a5), color-stop(5%,#b8bcbe), color-stop(10%,#c3c8cb), color-stop(23%,#d3d9dc), color-stop(97%,#e9edf0), color-stop(97%,#dfe6e7), color-stop(100%,#dfe6e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a4a5', endColorstr='#dfe6e7',GradientType=0 ); /* IE6-9 */
  border-color: white #C3C7C9 #DFE6E7 #C3C7C9;
}

/* Buttons - Buy ======================================================== */

.but_buy { 
  width: 77px;
  height: 24px;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 99%, #b8c2c8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#e8e8e8), color-stop(100%,#b8c2c8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b8c2c8',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 1px;
  border-color: #EDEDED #e7ebee #b8c2c8 #e7ebee;
  border-radius: 8px;
  font: bold 12px/24px arial;
  color: #224879;
  text-align:center;
  text-shadow: white 1px 1px 0px;
  cursor: pointer;
}

.but_buy:hover {

  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #f5f3f3 99%, #b8c2c8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#f5f3f3), color-stop(100%,#b8c2c8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b8c2c8',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}

.but_buy:active {
  border-color: #99afc4 #dae2e8 #e4ebf0 #dae2e8;
  background: #99afc4; /* Old browsers */
  background: -moz-linear-gradient(top,  #99afc4 0%, #bac9d4 5%, #cdd7de 13%, #e4ebf0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99afc4), color-stop(5%,#bac9d4), color-stop(13%,#cdd7de), color-stop(100%,#e4ebf0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99afc4', endColorstr='#e4ebf0',GradientType=0 ); /* IE6-9 */
}


/* 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;
}


/* Layout elements - Table ======================================================== */

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


/* Layout elements - List Styles ======================================================== */

.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:  #0094da;
	/*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;
}

.wrap span {
    display: none;
}

.wrap :hover span {
    display: inline-block;
	color:#fff;
	height: 4px;
	line-height:4px;
	
}

.edit-btn-l span {
    display: none;

}
.edit-btn-l :hover span {
    display: inline-block;
	color:#fff;
	height: 4px;
	position:absolute;
}
.edit-btn-r span {
    display: none;
	float:right;
}
.edit-btn-r :hover span {
    display: inline-block;
	margin-left:675px;
	line-height:1.7em;
	color:#fff;
	height: 4px;
	position:absolute;
}

.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: #0287BC;
  *background-color: #0094da;
  background-image: -moz-linear-gradient(top, #0287BC, #0094da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0287BC), to(#0094da));
  background-image: -webkit-linear-gradient(top, #0287BC, #0094da);
  background-image: -o-linear-gradient(top, #0287BC, #0094da);
  background-image: linear-gradient(to bottom, #0287BC, #0094da);
  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: #0094da;
  *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-primary.active,
.btn-warning.active,
.btn-del.active,
.btn-success.active,
.btn-edit.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  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='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-edit {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0287BC;
  *background-color: #0094da;
  background-image: -moz-linear-gradient(top, #049DD9, #0094da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#049DD9), to(#0094da));
  background-image: -webkit-linear-gradient(top, #049DD9, #0094da);
  background-image: -o-linear-gradient(top, #049DD9, #0094da);
  background-image: linear-gradient(to bottom, #049DD9, #0094da);
  background-repeat: repeat-x;
  border-color: #0094da #0094da #049DD9;
  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: #0094da;
  *background-color: #0287BC;
}

.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);
}

.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;
}

.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, 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)";
	
}

#pic-thumb {
		position: relative;
		top: 0px;
		left: 0px;
		color: #ffffff;
		font-size:12px;
		/*text-transform: uppercase;*/
		text-decoration:none;
		border:3px solid #E3E4E4;
		border-radius:4px;
	}
	
a.pic-profile img{
	margin:0;
	padding:0;
}

.modal-heading {line-height:1em; color:#fff; font-size:18px; padding:11px 4px 4px 11px; background:#0094da; text-shadow:0 2px 2px #000;width:100%
	border-radius:1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-bottom:10px;
}
.dash-btn {
		padding: 20px 5px 20px 5px ;
		position:relative;
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 12px;
		vertical-align: middle;
		text-align: center;
		width:185px;
		height:90px;
	}
	
.paginate a {
	padding:6px 6px 6px 6px;
	margin:0px;
	border:1px solid #04A37F;
	background-color: #0094da;
	text-decoration:none;
	color: #FFF;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #04A37F;
	background-color: #1ACBA3;
	color: #fff;
}
.paginate span.current {
    margin: 0px;
	padding:6px 6px 6px 6px;
	border: 1px solid #04A37F;
	background-color: #FFF;
	color: #000;
}

.paginate span.disabled {
	padding:6px 6px 6px 6px;
	margin:0px;
	border:1px solid #eee;
	color:#DDD;
}
.modal-set {
padding:0 0 px 5px;
margin-left:10px;
margin-right:10px;
font-size:13px; 
line-height:25px;
}
.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;
}

.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;}
.indent1 {padding-left:10px;}
.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;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.indent-top {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;}

.cnt-pic {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 8px 8px 8px;
	text-align: justify;
}
.font-11 {
	font-weight:normal; 
	font-size:11px; 
	/*line-height:1.5em;*/

}
.font-12 {
	font-weight:normal; 
	font-size:12px; 
	/*line-height:1.5em;*/
}
.font-13 {
	font-weight:normal; 
	font-size:13px; 
	/*line-height:1.5em;*/
}
.font-14 {
	font-weight:normal; 
	font-size:14px; 
	/*line-height:1.5em;*/
}
.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; 
}
.disphide {
  display: none;
}
.divhide:hover a{
  /* Change the filter in here */
}
.divhide:hover .disphide {
  display: inline-block;
   z-index: 999;
  
  /* float:right; */
}
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 */  
}/* Buttons ======================================================== */
 
 .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);
}

.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;
}