@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(52,52,52);
	background-color: rgb(255,255,255);
}

a { text-decoration:none; color: rgb(52,52,52); }
a:hover { color: rgb(255,0,125) }		/* pink */
a:active { color: rgb(255,0,125) }		/* pink */

a.sel { color: rgb(255,0,125) }

a#textScUp, a#textScDn { cursor: default }



td#menuTd1 {					/* lv/en menu */
	width: 28px;
	text-align: right;
	vertical-align:top;
}
div.menuTd1 {
	margin-right: 10px;
}

td#menuTd2 {					/* pirmā izvēlne */
	width: 102px;
	text-align: right;
	vertical-align:top;
}
div.menuTd2 {
	margin-right: 10px;
}

td#menuTd3 {					/* projekti u.c. */
	text-align: left;
	vertical-align:top;
}
div.menuTd3 {  }

#blog {	
					/* saite uz blogu */
	text-align: right;
	margin-right: 10px;
}
#blog a {
	color: #FF3366;
	/* font-weight: bold; */
	font-size: 11px;

}
td#blog {					/* kreisā atkāpe */
	width: 130px;
	text-align: right;
	vertical-align:top;
}

/* --------------------------------------------------------------------------------------------------- */
/*   menu/text augstumu attiecība                                                                      */
/* --------------------------------------------------------------------------------------------------- */

.menuHeight {
	height: 105px;
}

.txtHeight {
	height: 360px;
}

.txtScrollHeight {
	height: 342px;	/* .txtHeight - 2 * 9px */
}



/* --------------------------------------------------------------------------------------------------- */
/*   text area                                                                                         */
/* --------------------------------------------------------------------------------------------------- */

table#textContainerTable {
	width: 100%;
	/* height ir norādīts lapā */
}

td#textTdLeft {
	width: 115px; /* menuTd1 + menuTd2 - td#txtScrollTableTd->width */
	vertical-align:bottom;
	text-align:left;
}

td#txtScrollTableTd {
	text-align: left;
	width: 16px;
}

td#textTdScrollUp, td#textTdScrollDn {
	width: 16px;
	height: 9px;
	text-align: left;
}
td#textTdScrollUp { vertical-align:top }
td#textTdScrollDn { vertical-align:bottom }


img#textTdScrollBtn {
	position:absolute;
}

iframe#textIFrame { width: 100%; }

table#copyRights { width: 121px; }
table#copyRights td {
	text-align: right;
	font-size: 10px;
	color: #aaaaaa;
}


/* --------------------------------------------------------------------------------------------------- */
/*   text area iframe document: text.php                                                               */
/* --------------------------------------------------------------------------------------------------- */

p.text {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 10px 0px;
}

div.advert {
	padding: 0px 0px 10px 0px;
}

sup {
	/*font-size: .6em;*/
	
}

div.text {
	padding-bottom: 10px;
}

div.pdfLinks {
	padding-bottom: 10px;
}

table.linksList {
	padding-bottom: 10px;
	width: 190px;
}

td.linksListCaption {
	width: 40px;
	vertical-align:top;
}

/* --------------------------------------------------------------------------------------------------- */
/*   raxtlaukums                                                                                       */
/* --------------------------------------------------------------------------------------------------- */

div#raxtlaukumsContainer {
	width: 610px;
	height: 580px;
	/*visibility:hidden;*/
}

