/* begin PostContent */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #412B26;
  
  background: #F7ECC8;
}

td, th {
  border-color: #9C7764;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #cf734f; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf734f 0%, #bd5937 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf734f), color-stop(100%,#bd5937)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf734f 0%,#bd5937 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf734f 0%,#bd5937 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf734f 0%,#bd5937 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf734f 0%,#bd5937 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf734f', endColorstr='#bd5937',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a {
	color: #ffffff !important;
	text-shadow: none !important;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #F2D589;
	margin-right: -13px;	
}

.navbar-inner {
    background-image: none;
	background-color: #B75434;
	border: none;
}
.navbar .nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #F8EDC9;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #F8EDC9;
}

a {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #9C7764;
}

a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #9C7764;
}

a:visited, a.visited {
  color: #9C7764;
}

a:hover, a.hover {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #B75434;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 25px;
  color: #B75434;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 22px;
  color: #9C7764;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 20px;
  color: #9C7764;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 17px;
  font-weight: bold;
  color: #39211D;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 15px;
  font-style: italic;
  color: #39211D;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: 'Arial', cursive;
  font-size: 11px;
  color: #39211D;
}
/* end PostContent */

li ol, li ul
{
	margin:3px;
	padding:0;
}

ul
{
	list-style: square;
}

.main {
	background: #FFFDF7;
	margin: 20px auto;
	
	-moz-box-shadow: 3px 0 15px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 3px 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 3px 0 15px rgba(0,0,0,0.5); /* Параметры тени */
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
header {
	background: #e0bb39; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0bb39 0%, #daa025 50%, #d38610 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0bb39), color-stop(50%,#daa025), color-stop(100%,#d38610)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0bb39 0%,#daa025 50%,#d38610 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0bb39 0%,#daa025 50%,#d38610 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0bb39 0%,#daa025 50%,#d38610 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0bb39 0%,#daa025 50%,#d38610 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0bb39', endColorstr='#d38610',GradientType=0 ); /* IE6-9 */
	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}
.wrap_header {
	background-image: url('../images/npospo_medic/header.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	
	height: 190px;
	//height: 95px;
}
*:first-child+html .wrap_header {
    height: 210px;
}
.wrap_header h1 {
	line-height: 35px;
}

.container_16, .container_12 {
	background-color: #FDFDF7;	
}

.wrap_copyright {
	background-color: #3F2520;
	height: 60px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}
.copyright {
	color: #F8EDC9;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    margin-top: 10px;
}

.container_16, .container_12, .header {
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
}
.component h2, .component h2 a {
	color: #B75434;
    font-family: 'Arial', cursive;
	font-style: italic;
    font-size: 21px;
    margin-top: 10px;
}
.component ul, .component ol {
	margin-left: 20px;
}

.moduletable h3, .moduletable_menu h3, .moduletable ul.nav h3, .moduletable_login h3 {
    color: #B75434;
    font-family: 'Arial', cursive;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #B75434;
	
	line-height: 17px;
    text-transform: uppercase;    	
}

div.moduletable, div.moduletable_menu, div.moduletable ul.nav, div.moduletable_login {
	background: #fffbed; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffbed 0%, #f7ecc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbed), color-stop(100%,#f7ecc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffbed 0%,#f7ecc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffbed 0%,#f7ecc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffbed 0%,#f7ecc8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffbed 0%,#f7ecc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbed', endColorstr='#f7ecc8',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
div.moduletable, div.moduletable_menu, div.moduletable_login, .component {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.moduletable_menu li a, .moduletable ul.nav li a {
    padding: 3px 15px 3px 5px;
}

ul.actions {
	border-top: 1px dashed #B75434;
    padding: 1px;
    margin: 2px 0px 2px 0px;
}

.cat-list-row1, .category th, th {
	background: #FCF4DB;
}