* {
	margin:0px;
	padding:0px;
}

a{
	color: #fff;
	line-height: 10px; 
	font:11px Arial, Helvetica, sans-serif;
}

a:visited {
	color: #eee;
}

a:hover {
  	color: #0000cc;
}

body {
	background: #fff;
}

h3, h4 {
	text-align: center;
	padding: 10px 20px 20px 20px;
}

img {
	border:none;
}

table {
	/*font: 10px Arial, Helvetica, sans-serif;*/
}

th, td {
	padding: 3px;
}

#center {
	vertical-align: top;
}

#content {
	background:#f3f3f3;
	border-radius: 10px;
	border: 1px solid #86C527;
	min-height: 845px;
	padding: 10px;
}

#content-header {
	/*background:#86c527;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45ae20 0%, #228b0c 100%) repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	/*border: 1px solid #F26100;*/
	color: #fff; 
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 0;
	min-height: 20px;
	padding: 5px;
	text-align: center;
}

#content a{
	color: #00f;
}

#content a:hover {
  	color: #00aa00;
}

#content A:visited {
	color: #55f;
}

#content div {

}

#content p {
	margin: 10px;
}

#footer {
	/*background:#86c527;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45ae20 0%, #228b0c 100%) repeat scroll 0 0;
	border-radius: 0 0 10px 10px;
	/*border: 1px solid #F26100;*/	
	min-height:40px;
	/*margin: 10px;*/
	padding: 10px 0 ;
}

#footer1 {         
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	text-align: center;
}

#copyright {         
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 99%;
	text-align: center;
	padding: 10px 0 0 0;
}

#search {
	/*background:#86c527;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45ae20 0%, #228b0c 100%) repeat scroll 0 0;
	border-radius: 10px;
	margin: auto;
	margin-top: 10px;
	max-width: 550px;
    padding: 10px;
}

#search h2 {
    padding-top: 20px;
}

#logo {
	/*background: #fff url("../img/logo.gif") no-repeat 0 0;*/
    background: #fff url("../img/logo.svg") no-repeat 0 0;
    /*background-size: 100px 82px;*/
	float: left;
	height: 87px;
	margin: 5px 0 5px 10px;
	width: 210px;
}

#left1 {
	width: 150px;
	vertical-align: top;
}

#left2 {
	/*text-align: center;
	background:#86c527;
	border-radius: 10px;
	border: 1px solid #F26100;
	margin: 10px;
	
	font: 11px Arial,Helvetica,sans-serif;*/
	width: 100%;
}

#menu {
	/*background: #86c527;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #45ae20 0%, #228b0c 100%) repeat scroll 0 0;
	border-radius: 10px;
	/*border: 1px solid #F26100;	*/
	margin: 10px;
	padding: 7px;
	width: 133px;
}

#menu a {
	font-weight: bold;
	position: relative;
	top: -5px;
    text-decoration: none;
}

#smdTable th, td {
	padding: 2px;
}

#bodyAd  {
}

#bodyAd a {
	color: black;
	font:courier;
	margin-right: 40px;
}

#bodyAd a:visited {
	color: black;
}

.code img{
	float: right;
}

.pdf {
	text-align: center;
	vertical-align: bottom;
}

.pdf a{
	color: #000;
	padding-top: 26px;
}
.lang, .lang-sel{
	float: right;
	margin: 5px;
	padding: 5px 5px 5px 5px;
}

.lang-sel{
	border: #319a14 solid 2px;
	border-radius: 15px;
}

.lang-div{
	margin: 0 10px 0 0;
	position: absolute;
	top: 30px;
	right: 0%;
	z-index: 4; 
}

.list-link{
	margin: 50px 0px 0px 0px;
	font:11px verdana, arial, sans-serif;
}

.pdf-link{
	display: table;
}

.pdf-link a{
	background: #b8e375;
	border-radius: 10px;
	padding: 5px;
}

.pdf-link span{
    display: table-cell;
	padding-left: 20px;
    vertical-align: middle;
}

.main_list{
	background:#b8e375;
	border-radius: 10px;
	margin-top: 5px;
	padding: 6px;
	width: 330px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 6px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: center;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.tr-background{
	background-color: #f0f0f6;
}

#index-table{
	background: #f3f3f3 url("../img/main.gif") 0 0 no-repeat;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

.pagesLinks {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.pagesLinks a{
	color: #00F;
	font-size: 13pt;
	padding: 5px;
	text-decoration: none !important;
}

a.curentPage {
	color: #00F;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none !important;
	cursor: default;
}

/*bootstrap*/

.text-center {
	text-align: center;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination > li{
    display: inline;
}

.pagination > li > a{
    display: inline;
    color: #00F;
	font-size: 13pt;
	padding: 5px;
	text-decoration: none !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color: #00F;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none !important;
	cursor: default;
}

.breadcrumb {
    padding: 8px 15px;
    #margin-bottom: 20px;
    list-style: none;
    #background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;


}

.breadcrumb > li > a {
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb > .active {
    color: #ccc;
}

.breadcrumb > li {
    display: inline-block;
        font-size: 16px;
}


