/* BIOREGULACIJAS CSS By Beater URDT.LV */

.mp_backlinks {
	position: relative;
	top: 35px;
	left: 10px;
	font-weight: bold;
}

div.mp_backlinks a {
	text-decoration: none;
	color: #000D4F;
	text-shadow:1px 0px 0px #1000F5;
	font-size: 12px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	font-weight: normal;
}

div.mp_backlinks a:hover {
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

body {
	background: #ffffff url(images/background.png) no-repeat; 
	text-align: left; 
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none;
	padding: 5px;
}

/* Header / logo ... */
#fade {
	text-align: center;
	width: 237px;
	height: 124;
	float: right
}

#fade1 {
	text-align: center;
	width: 158px;
	height: 116;
	margin: 0 auto;
	/*float: right*/
}

#top_header {
	height: 16px;
	width: 1001px;
	background: url(images/top_header.png) no-repeat;
	float: left;
}

#header {
	height: 124px;
	width: 100%;
	background: url(images/header.png) no-repeat;
	float: left;
}

/*
#logo1 {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 192px;
	height: 124px;
	background: url(images/logo1.png) no-repeat;
}

#headerr {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 124px;
	width: 8px;
	background-repeat: no-repeat;
	background: url(images/logo3.png) no-repeat;
}
*/

#banner {
	position: absolute;
	right: 26px;
	top: 40px;
}

#site_links_background {
	background: url(images/site_links_background.png) no-repeat;
	height: 30px;
	width: 100%;
	position: relative;
	top: 140px;
	top: 0px !ie;
}

#site_links {
	text-align: left; 
	/*float: right;*/
	position: relative;
	display: inline;
	top: -132px;
	top: 6px !ie;
}

/* end */


/* navigation */

#chromemenu {
	text-align: left;
	/*float: right;*/
	position: relative;
	border: none;
	top: -132px;
	top: 2px !ie;
}

.chromestyle {
    width: 99%;
	width: 100% !ie;
    font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.chromestyle ul {
    border: 0px solid #BBB;
    width: 100%;
    /*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
    display: inline;
}

.chromestyle ul li a {
    color: #FFF;
    padding: 4px 60px;
    margin: 0;
    text-decoration: none;
    border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /* script dynamically adds a class of "selected" to the current active menu item
background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	background: transparent;
	color: #ec5800;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul li a {
	font-size: small !ie;
    font-size: x-small !ie;
	margin: 0 !ie;
	padding: 4px 1px 4px 1px !ie;
	white-space: nowrap !ie;
}


.nav {  /* a class augšējā navigācija */
	font-size: small;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_hilite {
	color: #ec5800;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav_left { /* sākās ul id */
    list-style: none;
	margin: 0;
    padding: 0;
	white-space: nowrap;
    font-size: small;
	font-weight: bold;
	padding: 0px 0px 0px 0px !ie;
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav_right { /* sākās ul id */
    list-style: none;
	margin: 0;
    padding: 0;
	white-space: nowrap;
    font-size: small;
	font-weight: bold;
	padding: 0px 0px 0px 0px !ie;
	text-decoration: none;
	text-transform: uppercase;
}


#main_nav_left li a {
	text-decoration: none;
	padding: 5px 0 5px 0;
    margin: 4px 1px 4px 1px;
    border: 2px solid #87CEEB;
	display: list-item;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 20px;
}

#main_nav_right li a {
	text-decoration: none;
	padding: 5px 0 5px 0;
    margin: 4px 1px 4px 1px;
    border: 2px solid #87CEEB;
    display: list-item;
	text-align: center;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 20px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

div#sub_10 li a, div#sub_2 li a, div#sub_11 li a, div#sub_12 li a  {
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	margin: 0 0 4px 1px;
    border: 1px solid #6594A8;
	display: list-item;
	text-align: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 20px;
}

div#sub_10, div#sub_2, div#sub_11, div#sub_12  {
    margin: 10px 0px 20px 0px;
}

/*/li /a div  {
    margin: 100px 0px 20px 0px;
}*/

#main_nav_left li a:hover {
	background: #DFDCCB;
	color: #ec5800;
    /*border: 2px groove #87CEEB;*/
}

#main_nav_right li a:hover {
	background: #DFDCCB;
	color: #ec5800;
    /*border: 1px groove #87CEEB;*/
}

.mainlevel_nav { /* a class */
	color: #303030;
}

.mainlevel_nav_hilite {
	color: #ec5800;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
	text-transform: uppercase;
background: #DFDCCB;
}

li .mainlevel_nav {
	margin: 0;
	padding: 0;
	white-space: normal;
}

li a.mainlevel_nav { /* sākās div sublink class */
	font-weight: bold;
	font-size: x-small;
	color: #303030;
	text-decoration: none;
	text-transform: capitalize;
}

li .mainlevel_nav a:hover {
	color: #ec5800; 
	text-decoration: underline;
}

ul.d_sublink {
	list-style-type: none;
}

ul.d_sublink li {
	margin: 0;
	white-space: normal;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px;
}

ul.d_sublink li a { /* sākās div sublink class */
	font-weight: bold;
	font-size: x-small;
	color: #606060;
	text-decoration: none;
	text-transform: capitalize;
}

ul.d_sublink li a:hover {
	color: #ec5800; 
	text-decoration: underline;
}

/* end navigation */

/* main layout ... */

#container {
	width: 997px;
	margin: 0 auto; 
	padding: 0;
	border: 1px double #e9871d;
}


#mainbox {
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
	margin: 10px 0 0 0 !ie;
}


#leftcontent {
	width: 19%;
    height: 100%;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#centercontent {
	width: 60%;
    height: 100%;
	float: left;
	min-height: 400px;
}


#rightcontent {
	width: 20%;
    height: 100%;
	margin: 0; 
	padding: 0;
	float: right;
}

#languages {
	text-align: center;
	float: right;
	position: relative;
	top: 25px;
	right: 50px;
}

#languages a {
	margin-right: 10px;
}

#languages img {
	text-align: center;
	border: none;
}

.languagelink_active {
	opacity: 0.3;
	filter:alpha(opacity=30);
}

img {
	border: none;
}

#centercontent_ierices {
	width: 60%;
	float: left;
}

#rightcontent_ierices {
	width: 20%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	float: right;
}

#centercontent_kas_ir_brt {
	width: 60%;
	float: left;
}

#rightcontent_kas_ir_brt {
	width: 20%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	float: right;
}

#centercontent_brt_izmantosana {
	width: 60%;
	float: left;
}

#rightcontent_brt_izmantosana {
	width: 20%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	float: right;
}

#centercontent_razotajs {
	width: 60%;
	float: left;	
}

#rightcontent_razotajs {
	width: 20%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	float: right;
}

#footer {
	background: url(images/site_links_background.png) no-repeat;
	height: 30px;
	width: 100%;
	position: relative;
	top: 0px;
	text-align: center;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	color:#5d6e75;
}

.clear {
	clear: both;
}

.dcaption {
    width: 100%;
	margin-top: 5px;
}

.dcaption .left { background: url('images/topleft.png') no-repeat; float: left; height: 26px; width: 9px; margin-right: -3px; }
.dcaption .right { background: url('images/topright.png') no-repeat; float: right; height: 26px; width: 9px; margin-left: -3px; }
.dcaption .center {background-image: url('images/top.png'); color: #215A7A; text-shadow:0px 0px 0px #252DFA; font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif; height: 26px; line-height: 26px; font-weight: bold; }

.dbody {
    width: 100%;
}

.dbody .leftwrapper {
	margin:0; padding:0;
	background: url("images/left.png") left repeat-y;
}
.dbody .rightwrapper {
	margin:0; padding:0;
	background: url("images/right.png") right repeat-y;
}
.dbody .leftcontent {
	float:left;
	width:9px;
	margin:0; padding:0;
}
.dbody .rightcontent {
	float:right;
	width:9px;
	margin:0; padding:0;
}
.dbody .dcenter {
    background: #EEE url('images/menubg.png');
	margin: 0 5px;
}
.dbody .dinner {
	color: #222;
    font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 4px;
}

div.body_image {
	text-align: center;
}

div.responsive_image {
	text-align: center;
}

div.responsive_image img {
	max-width: 100%;
	height:auto;
}

div .cpage_body  {
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	font-size: small;
	font-weight: normal;
	width: 570px;
	height: 90%;
	overflow: auto;
	/*white-space: pre-wrap;*/
	text-align: justify;
	/*z-index: 1;*/
	/*border: 2px solid white;*/
}

.dbottom .left { background: url('images/bottomleft.png') no-repeat; float: left; height: 8px; width: 9px;  font-size: 1px; margin-right: -3px;}
.dbottom .right { background: url('images/bottomright.png') no-repeat; float: right; height: 8px; width: 9px;  font-size: 1px; margin-left: -3px;}
.dbottom .center {background-image: url('images/bottom.png');height: 8px;  font-size: 1px; }

.dntop {
	border-bottom: 1px solid #a9a9a9;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

/* end */

ul.body {
	list-style: circle inside url("images/bullet.png");
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


a {
	color: #00006e; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline;
}
a:hover {
	color: #ec5800;
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline;
}


.smalltext {
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	color:#5d6e75;
}

form {
	display: inline;
}
.spacer {
	padding: 2px 0 2px 0;
}

#wm {
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #f3eded url(images/wblogo.png) bottom right no-repeat;
	border: 1px solid #ede3e3;
	padding: 10px 150px 10px 10px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.button {	
	border: #b7b5b5 1px solid;
	color: #000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
	background-image : url(images/button.png);
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #ec5800;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #ec5800;
}

.newstext {
	font-size: 8pt;
	line-height: 120%;
	color: black;
	text-align: left;
	font: 7pt verdana, tahoma, arial, helvetica, sans-serif;
}

.newheadline {
	font-size: 13px;
	color: #ec5800;
}

.newsinfo {
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	color:#5d6e75;
}

.newsinfo a {
	background: transparent;
	color: #5d6e75; 
}

.newsinfo a:hover {
	color: #ec5800;
	text-decoration: underline;
}

#pollquestion {
	font: 8pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.helpbox {
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}

.nforumholder {
	border: 1px solid #345487;
	padding: 0px;
	background: transparent;
}

.nforumcaption {
	background-image: url(images/nforumcaption.png);
	padding: 8px 4px 8px 4px;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color: #fff;
}

.nforumcaption2 {
	background-image: url(images/nforumcaption2.png);
	padding: 8px 0px 8px 4px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

.nforumcaption3 {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg.png);
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumthread {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg2.png);
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumthread2 {
	border: 1px solid #fff;
	padding: 4px;
	background-color: #D1DCEB;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumreplycaption {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg2.png);
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumreply {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg2.png);
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumreply2 {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg.png);
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}
.nforumdisclaimer {
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#5d6e75;
}

.nforumview1 {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg.png);
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumview2 {
	border: 1px solid #fff;
	padding: 4px;
	background-repeat: repeat-x repeat-y; background-image: url(images/menubg.png);
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.nforumview3 {
	padding: 4px;
	background-color: #BCD0ED;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #263448;
}

.nforumview4 {
	padding: 4px;
	background-color: #E4EAF2;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color: #3A4F6C;
}

a.forumlink{
	color: #4943c1;
	text-decoration: none;
}

a.forumlink:hover {
	color: #bbb;
	text-decoration: underline;
}

td {
	text-align: left;
}

.smallblacktext {
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
	line-height: 120%;
}

.tbox{
	background-color: #fff;
	border: #b7b5b5 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.forumheader{
	background: transparent;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	background-image: url(images/nforumcaption2.png);
}

.forumheader2{
	background: transparent;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
}

.forumheader3{
	background: transparent;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
}

.forumborder{
	border: #000080 1px solid;
}

.chatb {
	font-size: 12px;
}

.chatb a {
	background: transparent;
	color: #ec5800; 
}

.chatb a:hover {
	color: #616060;
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline;
}

p {
	margin: 5px 2px 5px 2px;
	padding: 5px 2px 5px 2px;
}

.indent{
	padding: 10px 10px 10px 10px;
	margin: 5px;
	font: 9px verdana, tahoma, arial, sans-serif;
	color: #838387;
	border: 1px solid #d6d6d6;
}

.nextprev{
	color: #000000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	padding : 2px;
	text-align: right;
}


.commentinfo {
	background-image: url(images/nforumcaption2.png);
	padding: 8px 0px px 4px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

.commentinfo a {
	background: transparent;
	color: #ec5800; 
}

.commentinfo a:hover {
	color: #616060;
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline;
}

.mediumtext {
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

.fcaption {
	background-image: url(images/nforumcaption2.png);
	padding: 8px 0px 8px 4px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

hr {
	border-top: #666 1px solid;
	border-bottom: #fff 1px solid;
	height: 2px;
	width: 99%;
	text-align:center;
}

.linkspage_button{
	vertical-align: middle;
	border:0px;
}


.bio-contacts {
font-size:16px;
line-height:1.7 !important;
}

.bio-contacts h3 {
margin:16px 0 0 0;
padding:0;
font-size:14px;
}

.bio-contacts h3:first-child {
	margin-top:0;
}

.bio-contacts p {
margin:0;
padding:0;
font-size:13px;
}

.c-footer__wrap {
	clear:both;
	margin:40px auto 20px auto;
	display:flex;
	justify-content: center;
	width:100%;
	/* border:3px solid red; */
	color:#000;
}

.c-footer__body {
	max-width:1200px;
	/* border:3px solid blue; */
}

.c-footer__body a {
	font-size:14px;
	color:blue;
}

/* end CSS By Beater � URDT.LV*/